* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	 font-family: "Epilogue", sans-serif;
	scroll-behavior: smooth;
}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb:hover {background:  #000000;}
::-webkit-scrollbar-thumb {background: #095761;}


@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.scrollTop {
  position: fixed;
    bottom: 62px;
    right: 0;
    background: rgb(14, 183, 230);
    background: linear-gradient(153deg, rgba(14, 183, 230, 1) 21%, rgba(0, 106, 204, 1) 99%);
    padding: 10px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px;
    cursor: pointer;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

html{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Epilogue", sans-serif;
	scroll-behavior: smooth;
    scroll-padding-top: 170px;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	 font-family: "Epilogue", sans-serif;
	scroll-behavior: smooth;
}

::selection {
	background-color: #095761;
	color: #fff;
}

/*.container {*/
/*	max-width: 1320px;*/
/*}*/

div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}


.spacer {
	clear: both;
}

a:hover {
    color:#8E8360;
	text-decoration: none !important;
}

a {
	text-decoration: none !important;
	color:#095761;
	font-weight:500;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
th
{
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

p {
	font-family: "Epilogue", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 29px;
	overflow-x: hidden;
	color: #656567;
	margin-bottom:15px;
}

.btn-all-typo{
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 10px 38px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
	background: #E82128;
	border: 1px solid #E82128;
}
.btn-all-typo:hover {
	background-color: #095761;
	color: #fff;
	border: 1px solid #095761;
}
.btn-all-typo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.choose-us-btn{
	position: relative;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    margin: 0px 5px;
    border-radius: 32.5px;
    padding: 12px 33px;
    z-index: 1;
}
.choose-us-btn:hover{
	background: #ffffff;
    color: #095761;
}
.sec-title h5 {
    padding: 0px 55px 0px 55px;
	color: #e82128;
	font-size: 18px;
    line-height: 26px;
	text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.sec-title h5:before {
    background: #e82128;
	right: 0px;
	position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
}
.sec-title h5:after {
    background: #e82128;
	position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
    left: 0px;
}
.sec-title h2 {
    color: #222;
	font-size: 40px;
    line-height: 46px;
    font-weight: 700;
	margin-bottom: 15px;
}


/***End Extra CSS***/

	.all-section-space{
	    margin-top:80px;
	    margin-bottom:80px;
	}
	
	
	ul li .fa-circle-dot{
	    color:#095761;
	   position: relative;
       top: 2px;
	}



   /***Start Header Section***/
.top-header{
	padding:0;
	background:#f5f5f5;
}
.top-header .top-logo img{
	height: 75px;
}
.ct-header-top-info,
.ct-header-top-info-right {
    list-style: none;
    margin-bottom: 0;
    display: flex;
	align-items: center;
    justify-content: flex-end;
}

.ct-header-top-info > li:nth-child(1){
border-right: 1px solid #6661611A;
margin-right:30px;
padding-right:30px;
}
.ct-header-top-info-right li,
.ct-header-top-info-right a,
.ct-header-top-info li,
.ct-header-top-info a{
	font-size: 15px;
    color: #000000;
    line-height: 46px;
    font-weight:400;
}
.ct-header-top-info-right .fa-solid,
.ct-header-top-info .fa-solid{
	font-size: 18px;
    color:#095761;
}

.ct-header-top-info-right li, .ct-header-top-info li{color:#000000;}
.header-bg-color{
	background-color: #095761;
	position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
}
.logo-header img {
	max-height: 85px;
    padding: 5px 0;
}

.navbar-light .navbar-toggler{
    color: #000000;
    border: none;}

.navbar-toggler:focus{box-shadow: none;}

.header .navbar {padding: 0px 0; z-index: 999;}


.header .navbar-nav>li>a {
	color: #ffffff !important;
	position: relative;
	padding: 0 !important;
	margin-left: 25px;
	margin-right:0;
	font-size: 15px;
    font-weight: 600;
    line-height: 16px;
}

.header .navbar-nav>.nav-item {
	position: relative;
	padding: 35px 0;}

.navbar-nav .nav-item .sub-menu {
	position: absolute;
	background: #fff;
	padding: 10px 0 !important;
	top: 100%;
	left: 0;
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	min-width: 280px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
}

.header .navbar-nav > li:hover > .sub-menu {display: block;}
.header .navbar-nav > li > .sub-menu li > .inner-submenu{left: 100%;right: 0;top: 0;}
.header .navbar-nav > li > .sub-menu li:hover > .inner-submenu{display: block;}


header .dropdown{margin:10px 0;}

.dropdown-menu{
    background: #fff;
	padding: 15px 0;
	top: 100%;
	left: 0;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 99;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
	min-width:100%;
}

header .dropdown .dropdown-item{white-space: break-spaces;}
header .dropdown-toggle::after{display:none;}

.navbar-nav .dropdown-menu a,
.navbar-nav .nav-item .sub-menu a {
	color: #222;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	padding: 7px 0;
	position: relative;
	transition: all .3s linear 0ms;
	text-transform: capitalize;
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .nav-item .sub-menu a:hover {
	color: #095761;
	padding-left: 18px;
}

.navbar-nav .dropdown-menu a:before,
.navbar-nav .nav-item .sub-menu a:before {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #095761;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	transition: all .3s linear 0ms;
}

.navbar-nav .dropdown-menu a:hover:before,
.navbar-nav .nav-item .sub-menu a:hover:before {
	opacity: 1;
	left: 0;
}

.navbar-nav .dropdown-menu li,
.navbar-nav .nav-item .sub-menu li {
	list-style: none;
	padding: 7px 22px;
	position: relative;
}

.navbar-nav .dropdown-menu a{
padding: 0;
background: unset;
}


nav.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	background-color: #fff !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
}

.ct-header-top-info-right .header-social li{
    color: #202020C7;
    font-size: 18px;
    padding: 0 10px;
}

.ct-header-top-info-right .header-social{
    margin-left: 42px;
    padding-left: 27px !important;
    border-left: 1px solid #6661611A;}

.ct-header-top-info-right .header-social i{color:#095761;}


header .btn-gaq a:hover,
header .btn-gaq a{
        background: #ffffff;
        margin-left:20px;
        margin-right:0;
        color:#000000;
}

/*end header*/



/****Start Banner Section***/




/****Start Banner Section***/

/*.carousel-home-page .carousel-inner .carousel-item.banner-bg-1{*/
/*    background-image: url('/modules/dothwebsite/images/home/banner-img-1.webp');*/
/*}*/
/*.carousel-home-page .carousel-inner .carousel-item.banner-bg-2{*/
/*    background-image: url('/modules/dothwebsite/images/home/banner-img-2.webp');*/
/*}*/
/*.carousel-home-page .carousel-inner .carousel-item.banner-bg-3{*/
/*    background-image: url('/modules/dothwebsite/images/home/banner-img-3.webp');*/
/*}*/
/*.carousel-home-page .carousel-inner .carousel-item.banner-bg-4{*/
/*    background-image: url('/modules/dothwebsite/images/home/banner-img-4.webp');*/
/*}*/

.home-page-banner{
    background-image: url('/modules/dothwebsite/images/home/banner-img-1.webp');
    background-position:top center;
	background-repeat: no-repeat;
	background-size:cover;
    min-height: 680px;
    display: flex;
    align-items: center;}

.banner-item--sub-title span {
	font-size: 16px;
	font-weight: 700;
	color: #0eb7e6;
	-webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #006acc, #0eb7e6);
}

.banner-item--title {
	font-size: 45px;
	line-height: 1.05556;
	letter-spacing: -0.01em;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0px 3px 5px #3c3c3c;
}

.banner-para p{
color: #ffffff;
margin: 30px 0;
font-weight: 400; 
text-shadow: 0px 3px 5px #3c3c3c;
font-size: 18px;
}


.banner-get-quote {
	margin-left: 15px;
}

.lt-arrow-banner {
	margin-left: 14px;
}

.rt-arrow-banner {
	margin-right: 14px;
}

#carouseltestimonials i{
    padding: 15px;
    background: #095761;
    border-radius: 3px;
    color: #ffffff;
}


/***End Banner Section***/

	
	/****Start About Section****/
	.about-us-section {
	    margin-top:80px;
	margin-bottom: 80px;
	}
	.about-sec-img {
	position: relative;
	z-index: 1;
	}
	.item--sub-title {
	background-color: #998B5F;
	color: #ffffff;
	display: inline-block;
	line-height: 32px;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform:capitalize;
	}
	.rs-about-4__thumb {
        position: relative;
        z-index: 10;
    }
    
   	.rs-about-4__thumb .rs-icons-umbrella img{
   	    width:150px;
   	}
    .rs-about-4__thumb .rs-thumb-2 {
        position: absolute;
        bottom: -105px;
        right: 50px;
    }
    .rs-about-4__thumb .rs-icons-umbrella {
    position: absolute;
    left: -120px;
    top: 120px;
    animation: veritcal2 3s alternate infinite;
    -webkit-animation: veritcal2 3s alternate infinite;
    }
    .rs-about-4__thumb img {
        border-radius: 10px;
        object-fit:cover;
         object-position: top;
    }
    .about-content{
        margin-left: -15px;
    }
    
	.item--title {
	font-size: 40px;
	color: #000000;
	line-height:51px;
	letter-spacing: -.01em;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform:capitalize;
	}
	.rs-list {
	display: flex;
	gap: 65px;
	}
	.rs-list ul li {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	display: flex;
	align-items: baseline;
	color: #101010;
	margin: 12px 0;
	}
	.rs-list ul li img {
	margin-right: 14px;
	}
	.btn-all a {
	border-radius: 3px;
	padding: 16px 40px;
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	background: #095761;
    transition: all linear 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 7px;
	}
	
.btn-all a.bg-dark-brown{color:#ffffff;background:#998B5F;}
	
	.btn-all a.bg-dark-brown:hover{
	    background-color: #ffffff !important;
	    color:#000000;
	}
	.btn-all a:hover{
	background: #ffffff;
	color: #000000;
	}
	
	
	
	.btn.ct-align-icon-right {
	flex-direction: row-reverse;
	}
	.rs-content span {
	color: #231F20;
	font-size: 16px;
	font-weight: 600;
	}
	.rs-content .title {
	font-size: 24px;
	margin-top: 5px;
	font-weight: 700;
	transition: all ease 0.3s;
	position: relative;
	color: #095761;
	}
	.about-content .rs-icon{
	height: 60px;
	width: 60px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	margin-right: 18px;
	font-size: 22px;
	color: #ffffff;
	background: #998B5F;
	}
	
.about-sec-img .rs-about-4__author{
    background:#998B5F;
    padding: 20px;
    border-radius: 4px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    color:#ffffff;
}	
	/****End About Section****/
	.visitor-img-set{
	    width: 100%;
        object-fit: cover;
        object-position: top;
	}
	.travel-insurance-set{
	    object-fit: cover;
        object-position:right;
	}
	/*****Start Service Section*****/
	.rs-service {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 500px;
	padding:80px 0;
	position:relative;
	background-color:#0000000f;
	}
	.rs-service .rs-shape {
    position: absolute;
    right: 43px;
    bottom: 0;
    width: 125px;
    animation: veritcal2 3s alternate infinite;
    -webkit-animation: veritcal2 3s alternate infinite;
    z-index: -1;
}
	.rs-service .rs-service__item {
	position: relative;
	z-index: 10;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px -5px 0;
	}
	
	.rs-service .rs-service__item  .rs-thumb img{
	    object-fit: cover;
	    object-position: center;
	}
	
	.rs-service .rs-service__item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	background-image: linear-gradient(-40deg, #00204A00 43%, #095761 100%);
	z-index: 8;
	}
	.rs-service .rs-service__item:hover .rs-thumb img {
	transform: scale(1.05);
	}
	.rs-service .rs-service__item .rs-content {
	position: absolute;
	left: 40px;
	top: 35px;
	z-index: 9;
	}
	.rs-service .rs-service__item .rs-content .rs-icon img{
	width: 80px;
	height: 80px;
	}
	.rs-service .rs-service__item .rs-content .title {
	margin-top: 25px;
	}
	.rs-service .rs-service__item .rs-content .title a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	transition: all ease 0.3s;
	}
	.rs-service .rs-service__item .rs-content > a{
	margin-top: 25px;
	border-radius: 30px;
	border: 2px solid #FFFFFF47;
	background: transparent;
	color: #ffffff;
	padding: 7px 20px;
	transform: translateY(15px);
	transition: all ease 0.3s;
	display: inline-block;
	opacity: 0;
	font-weight:500;
	align-items: center;
	}
	.rs-service .rs-service_item .rs-thumb img{
	height:325px;
	}
	.rs-service .rs-service__item:hover .rs-content > a {
	transform: translateY(0px);
	opacity: 1;
	}
	.rs-service .rs-service__item .rs-content > a:hover {
	background: #095761;
	border-color: #095761;
	}
	.main-btn i {
	position: relative;
	transition: all linear 0.3s;
	}
	/*****End Service Section*****/
	
	/****Start Testimonial Section****/
	.rs-testimonial-4__box {
        position: relative;
        z-index: 10;
    }
    .rs-testimonial-4__box::before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        height: 100%;
        width: 71%;
        background-image: url('/modules/dothwebsite/images/home/testimonials-right-img.webp');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        z-index: -1;
    }
    .rs-testimonial-4__box .rs-carousel {
        width: auto;
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
        padding: 50px 55px 45px 45px;
        background: #EDF6F5;
        margin: 75px 80px 75px 0;
    }
    .rs-testimonial-4__slider p {
        font-size: 20px;
        line-height: 1.75;
    }
    
  .rs-testimonial-4  .carousel-control-next{
       right: 0;
    bottom: 75px;
    top: auto;
   } 
   
.rs-testimonial-4 .carousel-control-prev {
    left: auto;
    right: 0;
    bottom: 130px;
    top: auto;
}

.rs-testimonial-4 .hexa-img-choose{
    object-fit:contain;
    width:45px;
    height:auto;
}
    
    
/*start get a quote css*/
    
 .get-quote-section{margin-top: -40px;position: relative;z-index: 2;}   
 .get-quote-section .gaq-box{padding: 30px 20px;}
 .get-quote-section .gaq-box-1{background:#F5F5F5;color:#095761;}
 .get-quote-section .gaq-box-2{background:#095761;color:#ffffff;}
.get-quote-section .gaq-box .quote-icon img{width:80px;}
.get-quote-section .gaq-box:hover .quote-icon img{
    animation-name: dance_hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;}
    
  @keyframes dance_hover {
16.65% {transform: translateY(8px);}

33.3% {transform: translateY(-6px);}

49.95% {transform: translateY(4px);}

66.6% {transform: translateY(-2px);}

83.25% {transform: translateY(1px);}

100% {transform: translateY(0px);}
} 

.get-quote-section .gaq-box .qaq-title{
font-size: 23px;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

.get-quote-section .gaq-box-1 .qaq-title a{color: #000000;}
.get-quote-section .gaq-box-2 .qaq-title a{color: #ffffff;}


.get-quote-section .gaq-box .btn-all a{
    background:#000000;
    color: #ffffff;
    padding: 12px 35px;
}

.get-quote-section .gaq-box-2 .btn-all a{
    background:#ffffff;
    color: #000000;
}

/*end get a quote css*/

/*start why choose*/
.hexa-img-choose{
    object-fit:contain;
}

.rs-why-choose-3__thumb .logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    background: #095761;
    border-radius: 50%;
    border: 5px solid #095761;
}
.rs-why-choose-3__content{
    position: relative;
    z-index: 99;
}
/*.why-choose-bg-change{*/
/*    background: #095761;*/
/*    color: #000000;*/
/*}*/
.rs-why-choose-3{padding:80px 0; background: #095761;}
.btn-color-white{background-color:#fff !important;}
.btn-color-white:hover {
    background-color: #095761 !important;
    color: #ffffff !important;
}
.rs-icons-umbrellawhy-choose{
    position: absolute;
    left: -165px;
    bottom: -27px;
    transform: translate3d(9.2px, -12.1px, 0px);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 81px;
    opacity: 0.2;
    animation: veritcal2 3s alternate infinite;
    -webkit-animation: veritcal2 3s alternate infinite;
}
@-webkit-keyframes veritcal2 {
    from {
        bottom: 63px;
    }
    to { 
        bottom: 76px;
    }
}
.rs-icons-umbrellawhy-choose img{
    transform: rotate(45deg);
}

/*end why choose*/   



/***Start Footer Section***/

.rs-footer.footer {
  background: #095761;
}
.rs-footer.footer .rs-footer-logo {
  background: #09576;
  padding: 0px 50px 0px 50px;
  text-align: center;
  display: inline-block;
}
.rs-footer.footer .rs-footer-logo img {
  height: 100px;
}
.rs-footer.footer .rs-footer-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #998B5F;
  padding: 40px 0;
}

.rs-footer.footer .rs-footer-topbar .rs-footer-contact a {
  display: flex;
  align-items: center;
}

.rs-footer__contact .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.rs-footer.footer .rs-footer-topbar .rs-footer-contact a .rs-content span {
    color: #FFFFFFDE;
    font-size: 15px;
    font-weight: 400;
}

.rs-footer.footer .rs-footer-topbar .rs-footer-contact a .rs-content .title {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
    transition: all linear 0.3s;
    position: relative;
    color: #ffffff;}
	
	.rs-footer.footer .rs-footer-topbar .rs-footer-contact a .rs-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    margin-right: 18px;
    font-size: 24px;
   background: #998B5F;
    color: #ffffff;}	 
    
    .rs-footer__about p {
    color: #FFFFFFDE;
    font-size: 16px;
    margin-top: 33px;
    margin-bottom: 28px;}
    
    .rs-footer.footer .rs-footer__about .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.rs-footer.footer .rs-footer__about ul li a{
    height: 40px;
    width: 40px;
    color: #FFFFFFB0;
    font-size: 18px;
    transition: all linear 0.3s;
    border: 2px solid #E2C6A2;
    color:#E2C6A2;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.rs-footer.rs-footer-4 .rs-footer__contact ul li .rs-icon {
    height: auto;
    width: auto;
    min-width: inherit;
    color: #F18F20;
    background: transparent;
    margin-right:16px;
}

.rs-footer__contact ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.rs-footer__contact ul li span {
    color: #FFFFFFDE;
    font-size: 16px;
}

.rs-footer__contact ul li a {
    color: #FFFFFFDE;
    font-size: 16px;
    position: relative;
    transition: all linear 0.3s;
}		    

.rs-footer .rs-footer__navigation .title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
}

.rs-footer__navigation ul li a {
    color: #FFFFFFDE;
    font-size: 16px;
    display: block;
    margin: 10px 0;
    transition: all ease 0.3s;
}

.rs-footer__navigation ul li a:hover{
    color:#ffffff;
}

.footer .mt-40 {
    margin-top: 40px;
}

.rs-footer.footer .rs-footer-bottom-box {
    padding: 15px 0px;
    background: #fff;
    margin-top: 30px;
}

.rs-footer__copyright-text p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}

.rs-footer__copyright-text a{ color:#998B5F;}

.rs-footer__contact ul li i{
    color:#ffffff;
}


/***End Footer Section***/


/*start services css*/

.service-inner-page .rs-service__item .rs-thumb {
    position: relative;
    overflow: hidden;
    z-index:2;
}

.service-inner-page .rs-service__item .rs-thumb img {
    transition: all linear 0.3s;
    height: 200px;
    object-fit: cover;
}

.service-inner-page .rs-service__item:hover .rs-thumb img {
    transform: scale(1.05);
}

.service-inner-page .rs-service__item .rs-content {
    padding: 0 20px 20px 20px;
    position: relative;
    margin-top: -36px;
    box-shadow: 0px 1px 6px #d9d9d9;
    height: 245px;
}

.service-inner-page .rs-service__item .rs-content > svg {
    position: absolute;
    top: 4px;
    background-size: cover;
    width: 100%;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 2;
}

.service-inner-page .rs-service__item .rs-content > svg path{fill: #fff;}

.service-inner-page .rs-service__item .rs-content .rs-icon {
    height: 60px;
    width: 60px;
    background: #095761;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 3;
    position: relative;
}

.service-inner-page .rs-service__item .rs-content .rs-icon img {
    width: 35px;
}

.service-inner-page .rs-service__item .rs-content .title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 22px;
    margin-bottom: 13px;}

.service-inner-page .rs-service__item .rs-content .title a{color:#000000;}

.service-inner-page .rs-service__item .rs-content p {
    font-size: 16px;
    line-height: 1.75;
}

/***end  services css****/

/****Start Inner page***/
.inner-banner-section{
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('/modules/dothwebsite/images/home/hli-about-bg.webp');
	padding: 100px 0;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/*.inner-banner-section:before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-color: transparent;*/
/*    background-image: linear-gradient(100deg, rgb(254, 251, 197, 0.5) 30%, rgba(254, 251, 197, 0) 99%);*/
/*    z-index: 0;}*/

.inner-banner-section .container{position: relative;border-left: 4px solid #998B5F;}


.inner-ct-breadcrumb li a:after {
	content: '-';
	margin: 0 6px;
	color: #ffffff;
}

.inner-banner-header h2 {
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 0;
	line-height: 55px;
	margin: 0 0 15px;
	font-weight: 700;
	text-shadow: 0px 2px 2px #000000;
}

.inner-ct-breadcrumb li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 0px 2px 2px #000000;
}

.inner-ct-breadcrumb li {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 0px 2px 2px #000000;
}
.common-margin-inner-pages {
    padding: 80px 0;
}

.bg-color-blue-about{
    background-color:#ebebeb;
}
.common-inner-heading{
    line-height: 55px;
    color:#000000;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 35px;
}

.ins-ct-list-desc .fa-solid {
    font-size: 13px;
    color:#998B5F;
    margin-right: 10px;
}

.ins-ct-list-desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.inner-cta-section{
    background-image: url('/modules/dothwebsite/images/services/cta-bg-img2.webp');
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	padding: 40px 0;
}
.inner-cta-section h3{
	font-size: 26px;
    color: #1F1A17;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom:5px;
}
.bg-white{
    background:#fff !important;
    color:#000000;
}
/*****End inner page****/

/****Start Contact page****/

.contact-inner-page .bg-contact-us{
box-shadow: 8px 9px 35px 0px rgba(145, 145, 145, 0.24);
}
.contact-inner-page .contact-left-section{
	background-color:#095761;
	padding: 50px 30px 50px 30px;
	border-radius: 4px 0px 0px 4px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-inner-page .stl-infobox-icon_container .stl-icon i{
	font-size: 35px;
	color: #fff;
	margin-top: 5px;
}
.contact-inner-page .stl-infobox_title{
	font-size: 24px;
    line-height: 1.5;
	font-weight: 570;
    color: #FFFFFF;
}
.contact-inner-page .stl-infobox_content{
	font-weight: 400;
    color: #FFFFFF;
	margin: 0px 0px 15px 0px;
	font-size: 16px;
}
.contact-inner-page ul.d-flex.social-links-footer{
	justify-content: flex-start;
	margin-left:50px;
}
.contact-inner-page .social-links-footer li a{
	font-size: 19px;
	width: 45px;
    height: 45px;
    border:2px solid #998B5F;
    border-radius:10%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:10px;
    background-color:#998B5F;
}
.contact-inner-page .social-links-footer li a i{
    color:#ffffff;
    font-size:20px;
}
.contact-inner-page .social-links-footer li a:hover i{
    color:#fff;
}
.contact-inner-page .contact-right-content{
	background-color:#ffffff;
	padding: 45px 40px 45px 40px;
	border-radius: 0px 4px 4px 0px;
	height:100%;
}

.contact-inner-page .contact-right-content .item--title{text-align:center;}

.contact-inner-page .form-control {
    box-shadow: none !important;
    border: 1px solid #dedede !important;
    padding: 5px 20px !important;
    height: 60px;
    background-color: #fff !important;
    color: #959595 !important;
    font-size: 16px !important;
    border-radius: 3px !important;
}
.contact-inner-page textarea {
    border-color: #dadce1;
    border-radius: 3px;
    color: #444 !important;
    font-size: 16px !important;
    background-color: #fff;
    border: 1px solid #ececec;
    padding: 12px 22px;
    line-height: normal;
    font-weight: 400 !important;
    height: 140px;
    width: 100%;
    outline:0;
}
.contact-inner-page .btn-default-submit{
	color: #ffffff;
    background-color:#998B5F;
    border-radius: 4px 4px 4px 4px;
    padding: 16px 40px  14px 40px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    transition: all .3s;
}

.contact-inner-page .social-links-footer li a:hover {
    background-color: transparent;
}
/*****End Contact page***/


/*start inner page css*/
.common-margin-inner-pages .inner-page-small-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #095761;
    display: block;
    margin-bottom:15px;
     margin-top:30px;
}

.services-inner-page-img img{
    object-fit: cover;
    height: 310px;
    width:100%;
    object-position: top;
}

.common-margin-inner-pages .common-inner-heading{
    font-size: 35px;
    line-height: 40px;}

.common-margin-inner-pages .ins-ct-list-item{margin:20px 0;}
.inner-cta-section .common-btn .cta-btn{padding: 16px 20px;}


.what-we-do{background:#095761;}

.what-we-do .boxs-items{position: relative;bottom: -30px;}


.what-we-do .boxs-items .rs-addon-services{
    padding: 30px 20px 30px 20px;
    border-radius: 4px 4px 4px 4px;
}

.what-we-do .boxs-items .rs-addon-services .services-inner  .media_wrap{
    margin-bottom:20px;
}

.what-we-do .boxs-items .rs-addon-services .services-inner  .media_wrap i{font-size:55px;color:#ffffff;}
.what-we-do .boxs-items .content_part .services-title .title{margin: 0px 0px 12px 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #ffffff;
}

.what-we-do .boxs-items .content_part .desc-text{color: #ffffff;}

.what-we-do .boxs-items > div{
    border-right:1px solid #fff;
    background-color: #998B5F;
}




.vision-mission-section .mission-content,
.vision-mission-section .vision-content{
    border-bottom: 3px solid #095761;
    padding: 30px 60px;
    background: #f5f5f5;
    height: 100%;
}

.vision-mission-section .mission-content h5,
.vision-mission-section .vision-content h5{
    font-size:30px;
}

.why-choose-us-section{padding-top:100px;}

.why-choose-us-section img{
    height: 290px;
    object-fit: contain;
}


.services-light-box .light-box-content{
    border-bottom: 3px solid #095761;
    padding: 30px;
    background: #f5f5f5;
    height: 100%;}

.services-light-box .light-box-content h5{font-size: 25px;margin-top:0;}


/*end vision-mission-section css*/

/* start 404 css */
.four-ziro-four-page-s{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:100px 0 80px 0;
}
.four-ziro-four-page-s h1{
	font-size: 300px;
    line-height: 230px;
    font-weight: 700;
    color: #444242;}
 
.four-ziro-four-page-s h2{
    color: #8F8561;
    line-height: 90px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size:50px;
   text-transform: capitalize;
}
.four-ziro-four-page-s a:hover,.four-ziro-four-page-s a{background-color:#095761;border:0;color:#ffffff;}
 
/* end 404 css */


/*end inner page css*/



 /* Our Partners css start */
@media (max-width: 767px) {
  #clientlogoslider1 .carousel-inner .carousel-item > div,
  #clientlogoslider2 .carousel-inner .carousel-item > div,
  #clientlogoslider3 .carousel-inner .carousel-item > div {
    display: none;
  }

  #clientlogoslider1 .carousel-inner .carousel-item > div:first-child,
  #clientlogoslider2 .carousel-inner .carousel-item > div:first-child,
  #clientlogoslider3 .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

#clientlogoslider1 .carousel-inner .carousel-item.active,
#clientlogoslider1 .carousel-inner .carousel-item-next,
#clientlogoslider1 .carousel-inner .carousel-item-prev,
#clientlogoslider2 .carousel-inner .carousel-item.active,
#clientlogoslider2 .carousel-inner .carousel-item-next,
#clientlogoslider2 .carousel-inner .carousel-item-prev,
#clientlogoslider3 .carousel-inner .carousel-item.active,
#clientlogoslider3 .carousel-inner .carousel-item-next,
#clientlogoslider3 .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  #clientlogoslider1 .carousel-inner .carousel-item-end.active,
  #clientlogoslider1 .carousel-inner .carousel-item-next,
  #clientlogoslider2 .carousel-inner .carousel-item-end.active,
  #clientlogoslider2 .carousel-inner .carousel-item-next,
  #clientlogoslider3 .carousel-inner .carousel-item-end.active,
  #clientlogoslider3 .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  #clientlogoslider1 .carousel-inner .carousel-item-start.active, 
  #clientlogoslider1 .carousel-inner .carousel-item-prev,
  #clientlogoslider2 .carousel-inner .carousel-item-start.active, 
  #clientlogoslider2 .carousel-inner .carousel-item-prev,
  #clientlogoslider3 .carousel-inner .carousel-item-start.active, 
  #clientlogoslider3 .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

#clientlogoslider1 .carousel-inner .carousel-item-end,
#clientlogoslider1 .carousel-inner .carousel-item-start,
#clientlogoslider2 .carousel-inner .carousel-item-end,
#clientlogoslider2 .carousel-inner .carousel-item-start,
#clientlogoslider3 .carousel-inner .carousel-item-end,
#clientlogoslider3 .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

#clientlogoslider1 .carousel-control-next,
#clientlogoslider1 .carousel-control-prev,
#clientlogoslider2 .carousel-control-next,
#clientlogoslider2 .carousel-control-prev,
#clientlogoslider3 .carousel-control-next,
#clientlogoslider3 .carousel-control-prev {
  width: 1%;
}

#clientlogoslider1 .card-img img,
#clientlogoslider2 .card-img img,
#clientlogoslider3 .card-img img {
  width: 170px;
  height: 100px;
  object-fit: contain;
}

/* Our Partners css end */


/*****START MEDIA QUERY***/

@media(max-width:767px){
.rs-footer.footer .rs-footer-topbar{flex-direction: column;}
.rs-footer.footer .rs-footer-btn{width:100% !important;}
.rs-footer__navigation ul li:last-child a{margin-bottom:0;}
.rs-footer.footer .rs-footer-topbar{padding-top:0;}
.rs-footer.footer .rs-footer-logo{padding:40px 0 20px 0 !important;}
.rs-about-4__thumb .rs-icons-umbrella img {width: 100px;object-fit: contain;}
.rs-why-choose-3 .rs-why-choose-3__content .rs-list, .about-content .rs-list{flex-direction: column;gap: 0;}
.hexa-img-choose{height:100%;}
.rs-testimonial-4__box .rs-carousel{padding: 30px;margin: 30px 0px 30px 0;}
.banner-item--title {font-size: 35px !important;}
.banner-para p {
    color: #fff;
    margin: 0px;
    font-weight: 500;
    text-shadow: 0px 3px 5px #3c3c3c; 
    font-size: 16px;}
    .item--title {
    font-size: 35px;
    line-height: 45px;}
    .vision-mission-section .row div:nth-child(2){margin-top:30px;}
    .inner-banner-header h2 {font-size: 40px;}
}

@media(max-width:991px){
    .top-header .row .col-lg-4{display: none;}
    .ct-header-top-info{justify-content: center;flex-direction: column;}
    .header-bg-color{padding: 10px;}
    .header-bg-color {position: relative;}
    .header .navbar-collapse{position: absolute;
    top: 100%;
    width: 100%;
    background: #000000;
    z-index: 2;
    left: 0;
    right: 0;}
    .navbar-collapse{padding: 15px;}
    .header .navbar-nav>li>a{margin: 0;}
    .navbar-nav .dropdown-menu{margin-top:10px;}
    .sub-dropdown-menu{padding: 5px 0;position: relative !important;}
    .sub-dropdown-menu{display: block !important;}
    .navbar-nav .dropdown-menu li{margin: 0;}
    .navbar-nav .sub-dropdown-menu li{padding: 7px 10px;}

    .footer-heading{
        margin-left: 0;
    }
    .col-lg-3.col-md-6.footer-wrapper.m-md-0.mt-4 .ms-5{
        margin-left:0 !important;
    }
    .footer-bottom-content{
        text-align: center;
    }
    .inner-cta-section .btn-all{text-align:center;margin-top: 15px;}
    .inner-cta-section{text-align:center;}
    .common-margin-inner-pages{padding: 60px 0;}
    #navbarNav{
    position: absolute;
    background: #000;
    top: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 20px 0;}
.header .navbar-nav>.nav-item {padding: 10px 0;}
.header .navbar-nav>li>a {margin-left: 30px;margin-right: 30px;}
.navbar-nav .dropdown-menu{padding: 15px !important;margin-top: 15px;}
.ct-header-top-info-right li, .ct-header-top-info-right a, .ct-header-top-info li, .ct-header-top-info a{color:#ffffff;line-height: 30px;margin: 5px 0 !important;}
.ct-header-top-info  li, .ct-header-top-info  li:nth-child(1){padding: 0 30px; margin: 0;border:0;}
.header-social li{padding-right: 15px !important;padding-left: 0 !important;}
header .btn-gaq a:hover, header .btn-gaq a{margin-left:30px;}
.rs-footer.footer .rs-footer-logo{padding:0;}
.about-content {margin-left:0px;margin-top: 40px;}
.get-quote-section {margin-left: 15px;margin-right: 15px;}
.rs-about-4__thumb img{width:100%;height:100%;}
.rs-about-4__thumb .rs-icons-umbrella {position: absolute;left: -12px;top: -30px;}
.rs-about-4__thumb .rs-thumb-2 {display:none;}
.rs-service .rs-service__item .rs-content > a{opacity: 1;}
.hexa-img-choose {margin-top: 40px;}
.rs-testimonial-4__box::before{background-position: center;}
.rs-service .rs-service__item .rs-content {left: 20px;}
.banner-item--title {font-size: 39px;}
.rs-about-4__thumb .rs-icons-umbrella img {object-fit: contain;}
.all-section-space,.about-us-section{margin-top: 60px;margin-bottom: 60px;}
.rs-why-choose-3,.rs-service{padding:60px 0;}   
.what-we-do .boxs-items > div {border-top: 1px solid #fff;}
.why-choose-us-section{padding:90px 0 40px 0;}
.vision-mission-section .mission-content, .vision-mission-section .vision-content{padding:30px;}
.services-inner-page-img img{height:100%;padding: 10px 0;}
.table-responsive tr th,.table-responsive tr td{min-width:200px;}
.mortgage-table{overflow: auto;}
.contact-inner-page .contact-left-section {border-radius: 0;}
.inner-banner-section{padding:60px 0;}
.about-content .w-50{width:100% !important;}
}

@media(min-width:767px) and (max-width:991px){
    .header .navbar-nav>.nav-item{padding: 10px 0;}
}

@media(min-width:992px) and (max-width:1199px){
    .header .navbar-nav>li>a{margin-left:15px;}
    .ct-header-top-info-right li, .ct-header-top-info-right a, .ct-header-top-info li, .ct-header-top-info a {font-size: 14px;}
}

@media (max-width: 1199px){
    .container{max-width:100% !important;}
}

/*****END MEDIA QUERY***/