/***Start Extra CSS***/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	scroll-behavior: smooth;
}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb:hover {background:  #faa74a;}
::-webkit-scrollbar-thumb {background: #faa74a;}


@-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: #faa74a;
    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: "Roboto", sans-serif;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	font-family: "Roboto", sans-serif;
	scroll-behavior: smooth;
}

::selection {
	background-color: #faa74a;
	color: #fff;
}

.container {
	max-width: 1200px;
}

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 {
	text-decoration: none !important;
	color: #006d32;
}

a {
	text-decoration: none !important;
	color: #140958;
}

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;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Quicksand", sans-serif;
}

p {
	margin-bottom: 15px;
	color: #7a7a7a;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

.btn-content{padding:16px 0;}

.btn-all-typo{
	background-color: #faa74a;
    border-radius: 5px;
    font-weight: 600;
	position: relative;
    text-transform: uppercase;
    font-size: 15px;
	position: relative;
    text-transform: uppercase;
	cursor: pointer;
    padding: 16px 30px;
    border: none;
	color: #ffffff;
	text-align: center;
    transition: all .3s;
}


.btn-all-typo:hover {
	background-color: #140958;
    border-color: #faa74a;
	transition: all .3s ease-in-out 0s;
	color:#ffffff;
}
.btn-all-typo:before{
position: absolute;
content: '';
top: 50%;
left: 50%;
width: 100%;
height: 0;
border-radius: 5px;
background: rgba(255, 255, 255, .21);
transform: translate(-50%, -50%) rotate(0deg);
z-index: 0;
transition: all .6s ease-in-out;}

.btn-all-typo:hover:before{
transition: all .3s ease-in-out 0s;
height: 100%;}

.btn-typo-white{color:#000000;}

.btn-all-typo-blue{
	background-color: #140958;
}
.btn-all-typo-blue:hover{
	background: #faa74a;
}
.btn-all-typo-white{
	background-color: #ffffff;
	color:#000000;
} 
.main-title .sub-title{    
color: #564f4f;
margin-bottom: 5px;
font-weight: 700;
font-size: 16px;
line-height: 28px;}

.main-title .sub-title::before{
content: "\\";
margin-right: 5px;}

.main-title .sub-title::after{
	content: "\\";
	margin-left: 5px;}

.main-title .section-title{
color: #140958;
margin-bottom: 20px;
font-weight: 700;
font-size: 36px;
line-height: 48px;
text-transform: capitalize;
}

.all-section-space{
	padding:70px 0;
}

/***End Extra CSS***/

/*start header css*/
.top-header{padding: 10px 0;background: #f1f1f1;;color:#ffffff;position: relative;}
.top-header:before{
	position: absolute;
    content: '';
    left: 0;
    width: 43%;
    height: 100%;
    background: #faa74a;
    top: 0;
    clip-path: polygon(0% 0, 100% 0%,90% 100%, 0% 100%);
}

.header .top-header p{
	font-size: 15px;
	z-index: 2;
    position: relative;
    color: #fff;
	font-weight: bold;
	margin:0;
}

.header .top-header ul li, .header .top-header ul li a{
color:#000000;
font-size: 15px;
font-weight: 400;}

header .top-logo img{width: 218px;object-fit: contain;}

	.navbar-light .navbar-toggler {
		color: #000;
		border: none;}
	
	.navbar-toggler:focus{box-shadow: none;}
	
	.header .navbar {background: #ffffff; z-index: 99;box-shadow: 0 3px 6px rgba(0, 0, 0, .05);}
	
	.header .navbar .header-bg-color{justify-content: center;}

.header .navbar-light .navbar-nav .nav-link{
	color: #000000;
	text-align: center;
	padding: 0 18px;
    opacity: 1;
	font-family: Quicksand;
    font-weight: 700;
    font-size: 16px;}
	.header .navbar-light .navbar-nav .nav-item.active a{color:#faa74a;}
.header .navbar-light .navbar-nav .nav-link:hover{color: #006d32;}
		
	.header .navbar-nav>.nav-item {
		position: relative;
		padding: 30px 0;
	}
	
	.navbar-nav .nav-item .sub-menu {
		position: absolute;
		background: #ffffff;
		top: 100%;
		left: 0;
		display: none;
		margin-top: 0;
		margin-bottom: 0;
		min-width: 260px;
		z-index: 99;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 8px 83px #f3f3f3;
    padding: 0 15px;
	}
	
	.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 .dropdown-toggle,
	.navbar-nav .dropdown-menu a,
	.navbar-nav .nav-item .sub-menu a {
		color: #140958;
		font-family: Quicksand;
       font-weight: 700;
       font-size: 16px;
		line-height: normal;
		padding: 7px 0;
		position: relative;
		transition: all .3s linear 0ms;
		visibility: visible;
	}
	
	.navbar-nav .dropdown-menu li,
	.navbar-nav .nav-item .sub-menu li {
	position: relative;
    width: 100%;
    padding: 11px 18px;
    border-bottom: 1px solid #f3f3f3;
	text-align: left;
	}

	.navbar-nav .dropdown-menu li::before,
	.navbar-nav .nav-item .sub-menu li::before{
		background: #faa74a;
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 0;
		z-index: -1;
		transition: all .35s;
	}
.navbar-nav .dropdown-menu li:hover::before,
.navbar-nav .nav-item .sub-menu li:hover::before{
		height: 100%;
	}
.navbar-nav .dropdown-menu li:hover a,
.navbar-nav .nav-item .sub-menu li:hover a{color:#ffffff;}


  .navbar-nav .dropdown-menu li:last-child,
	.navbar-nav .nav-item .sub-menu li:last-child{
    border:0;
  }
	
.navbar-nav .dropdown-menu a{padding: 0;background: unset;}
.sticky{position: fixed;top: 0;width: 100%;z-index: 1000;}

/*end header css */

/*start banner css*/
.banner-section .content-box h1{
     z-index: 9;
    font-family: Roboto;
    text-transform: uppercase;
    color: rgb(20, 9, 88);
    text-align: left;
    line-height: 34px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 22px;
}

.banner-section .content-box  .heading{
    color: #000000;
    white-space: normal;
    text-align: left;
    line-height: 75px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 65px;
	margin:30px 0;
	}
	
	
	.banner-section{height: 100%;position: relative;}
	.banner-section .content-box  p{
	color: #000000;}
	
	/* end banner */

/***End Banner css***/

/* start get a quote css */
.get-quote-section{padding: 50px 0;background-color: #F8F8F8;}
.get-quote-section .quote-box{text-align: center;}
.get-quote-section .quote-box .q-icon img{width:100px;height: 100px;object-fit: contain;}
.get-quote-section .quote-box .q-title h3{
	color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
	margin: 20px 0 15px;
	text-transform: capitalize;
}
.get-quote-section .quote-box .q-title h3 a{color:#000000;}
/* end get a quote css */

/* start about us css */

.about-us-section{background-image: url('../images/home/bg-corp.webp');
	background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 42% auto;}

.about-us-section .row .col-lg-6{position: relative;}

.about-us-section .row .col-lg-6 .box-item-about{
	position: absolute;
	padding: 35px 30px 30px 30px;
    background-color: #006D32;
    background-image: url('../images/home/test-bg.webp');
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 10px;
	width: 240px;
    bottom: 0;
    right: 20px;
}

.about-us-section .row .col-lg-6 .box-item-about h5{
	color: #FFFFFF;
    line-height: 32px;
	font-size: 22px;
	font-weight:bold;
}

.about-us-section .row img{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	margin-top:45px;
}
.ordered-list li,
.icon-list ul li{
	margin-bottom: 10px;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
	display: flex;
	align-items: baseline;}
	
.icon-list ul li i{margin-right: 8px;color:#FAA74A;}

.ordered-list{padding-left: 20px;}
.ordered-list li{display: list-item;}

/* end about us css */

/* start services css */
.service-section{background-color:#f7f7f9;}
.home-service-section{padding-bottom:140px;}
.service-section .service-boxs .service-item{margin-bottom:35px;}
.service-section .service-boxs .service-inner{
	text-align: left;
	background-color: #FFFFFF;
    padding: 0px 40px 30px 40px;
	min-height:100%;
	position: relative;
	box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    border: none;
    border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.service-section .service-boxs .service-inner:hover{
	transform: translateY(-10px);
}

.service-section .service-boxs .post-thumb{
	margin-left: -40px;
    margin-right: -40px;
	position: relative;
    display: block;
	margin-bottom: 30px;
}

.service-section .service-boxs .service-inner:hover .service-icon-img-wrap{
    margin: -105px auto 0 auto;
}

.service-section .service-boxs .service-icon-img-wrap{
	margin-bottom: 10px;
	border-bottom: solid 5px #006d32;
	width: 80px;
    margin: -90px auto 0 auto;
    background: #fff;
    height: 80px;
    box-shadow: 0px 5px 10px 0px rgb(204 204 204 / 34%);
    position: absolute;
    right: 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-section .service-boxs .service-icon-img-wrap img{
width: 40px;}

.service-section .service-boxs .entry-title{
	word-wrap: break-word;
	color: #21212d;
}

.service-section .service-boxs .post-title-head {
    transform: scale(1);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
	color: #140958;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
}
.service-section .service-boxs .post-title-head .post-title{
text-transform: none;
    color: #140958;}

.service-section .service-boxs .service-inner:hover .post-title{
	color: #FAA74A;
}

.service-section .service-boxs .post-title-head a:before{
	content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
	background-color: #006d32;
    box-shadow: 9px 0px 0 0 #006d32, 19px 0px 0 0 #006d32, 28px 0px 0 0 #006d32, 49px 0px 0 0 #006d32;}

/* end services css */

/*start cta css */
.cta-section{
	margin-top: -100px;
    margin-bottom: 120px;
    padding:40px;
	border-radius: 15px 15px 15px 15px;
	background-color: #140958;
}
.cta-section h2{color: #FFFFFF;font-size: 36px;font-weight: 600;line-height: 50px;font-family: "Roboto", sans-serif;}
/* end cta css */
/* start why choose us css */
.why-choose-us-section{background-color:#006d32;position: relative;padding-bottom: 120px;}
.why-choose-us-section .row .col-lg-6{position: relative;}
.why-choose-us-section .container > .row > .col-lg-6:nth-child(1){margin-top: -160px;}
.why-choose-us-section .row .col-lg-6 .box-item-why-choose-us{
	padding: 35px 30px 30px 30px;
    background-color: #faa74a;
    background-image: url('../images/home/test-bg.webp');
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 10px;
	width: 240px;
    right: 20px;
}

.why-choose-us-section .row .col-lg-6 .box-item-why-choose-us h5{
	color: #FFFFFF;
    line-height: 32px;
	font-size: 22px;
	font-weight:bold;
}

.why-choose-us-section .row img{
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
	margin-top:45px;
	height: 400px;
    object-position: top;}

.box-item-why-choose-us-right-info h5{
	font-size: 24px;
    font-weight: 700;
    line-height: 37px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color:#ffffff;
}

.box-item-why-choose-us-right-info p,.box-item-why-choose-us-right-info a{
	color: #fff;
    font-size: 18px;
    line-height: 29px;
    text-align: left;
	font-weight: 700;
}
.why-choose-us-section .wcu-bottom-shape{
	overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	bottom: -1px;
	transform: rotate(180deg);
}
.why-choose-us-section svg{
	display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	height: 40px;
	z-index: -1;
}
.why-choose-us-section svg path{
fill: #f7f7f9;
transform-origin: center;
transform: rotateY(0deg);}
/* end why choose us css */

/* start counter css */
.counter-section {background-color:#f7f7f9;}

.counter-section .counter-box .counter-number{
	color: #006d32;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 69px;
    line-height: 1;
    text-align: center;
}
.counter-section .counter-box .counter-title{
	color: #54595f;
    font-family: "Quicksand", Sans-serif;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    font-size: 19px;
}
/* end counter css */

/* client logo */

@media (max-width: 767px) {
	#clientlogoslider .carousel-inner .carousel-item > div {
	display: none;
}
#clientlogoslider .carousel-inner .carousel-item > div:first-child {
	display: block;
}
}

#clientlogoslider .carousel-inner .carousel-item.active,
#clientlogoslider .carousel-inner .carousel-item-next,
#clientlogoslider .carousel-inner .carousel-item-prev {
display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

#clientlogoslider .carousel-inner .carousel-item-end.active,
#clientlogoslider .carousel-inner .carousel-item-next {
	transform: translateX(25%);
}

#clientlogoslider .carousel-inner .carousel-item-start.active, 
#clientlogoslider .carousel-inner .carousel-item-prev {
	transform: translateX(-25%);
}
}

#clientlogoslider .carousel-inner .carousel-item-end,
#clientlogoslider .carousel-inner .carousel-item-start { 
transform: translateX(0);
}
#clientlogoslider .carousel-control-next,#clientlogoslider .carousel-control-prev{width:1%;}

#clientlogoslider .card-img img{width: 160px;height: 100px;object-fit: contain;}


/***Start Footer Section***/
.footer_in {
	background-color: #000000;
	padding: 50px 0 50px;
	background-image: url('../images/home/footer-bg.webp');
}

.footer-logo img {
	max-height: 85px;
}

.footer-logo-content {
	color: #ffffff;
}

.footer-heading {
	margin-bottom: 18px;
	color:#ffffff;
	font-weight: 700;
    font-size: 22px;
    line-height: 30px;
	position: relative;
	padding-bottom: 18px;
}
.footer-heading::before{
background-color: #faa74a;
content: "";
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.footer-wrapper ul li{
	margin-bottom: 20px;
}
.footer-wrapper ul li a {
	color: #ffffff;
	line-height: 23px;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease-in-out 0s;
}
.footer-wrapper ul li a:hover{color:#006d32;}

.footer-bottom {
	background-color: #000000;
    padding: 15px 0;
    border-top: 3px solid #fff;
}

.footer-bottom-content {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.footer-bottom a{
	color: #faa74a;
	text-decoration: underline;
}

.contact-info-footer i{
	color:#faa74a;
}

/***End Footer Section***/

/* start inner page css */
.service-inner-content a {color:#006d32;}
/*start inner banner css */
.inner-banner-section{
background-color: #ebebeb;	
padding:70px 0 25px 0;
text-align: left;
}

.inner-banner-section .page-title-inner .page-title {
	color: #140958;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-size: 44px;
    line-height: 1;
    word-break: break-word;
    z-index: 1;
	font-weight: 700;
}
.inner-banner-section .page-title-inner .page-title::before{
content: "";
position: absolute;
border: 0;
width: 65px;
height: 5px;
background: #fff;
z-index: 1;
margin-left: 0;
left: 0;
top: -28px;
background: #faa74a;}

.inner-banner-section .page-title-inner .breadcrumb {
    display: inline-block;
    padding: 10px 0;
	margin-bottom: 0;
}

.inner-banner-section .page-title-inner .breadcrumb span.current,.inner-banner-section .page-title-inner .breadcrumb a {
	color: #000;
}

.inner-banner-section .page-title-inner .breadcrumb span i{
	color: #faa74a;
	padding: 3px 3.5px 3.5px;
    font-size: 11px;
    vertical-align: middle;
	position: relative;
    margin: 0 5px 0 8px;
}
/* end inner banner css */

.inner-page-title h3{
	color: #140958;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
	margin-bottom: 20px;
	margin-top:25px;
	text-transform: capitalize;
}


/*start our vision css */
.our-vision-section{
     background-color: #f2f3f5;
    background-image: url('../images/about-us/test-bg2.webp');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;}

.our-vision-section .ov-right-imgs img{
width: 100%;
border-radius: 10px;
}
	
/*end our vision css */

/* start client details css*/
.client-details img{width:100%;height: 350px;object-fit: cover;object-position: right center;}
.client-details-2-bg{background: #f2f3f5;}
/* end client details css*/

/* start contact us css */
.contact-get-in-touch .feature-box-inner{
	margin: 0;
    padding: 50px 30px 47px;
    border-style: solid;
    border-width: 1px;
    border-color: #faa74a;
    border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	height: 100%;
}

.contact-get-in-touch .feature-box-inner .cea-featured-icon {
    color: #faa74a;
    font-size: 40px;
    margin-bottom: 15px;}

	.contact-get-in-touch .feature-box-inner h4{
		color: #140958;
		font-size: 22px;
		margin-bottom: 15px;
		font-weight: 700;
		line-height: 34px;
		position: relative;
	}

.contact-get-in-touch .feature-box-inner p a{color:#7a7a7a;}

.contact-get-in-touch .contact-us-form{
	padding: 60px 40px 56px;
    box-shadow: 0px 0px 30px 0px rgb(159 159 159 / 22%);
}

.contact-get-in-touch .contact-us-form .c-form-control{
    border: 1px solid #dedede;
    padding: 5px 20px;
    height: 55px;
    font-size: 16px;
    color: #797979;
   border-radius: 4px;
   width: 100%;
   outline: none;
}

.contact-get-in-touch  .row > div:nth-child(2) img{
height: 100%;
width: 100%;
object-fit: cover;
object-position: right center;}

/* end contact us css */

/* start life insurance css */
.inner-img-size{width:100%;height: 100%;object-fit: cover;}

.inner-page-cta{background: #faa74a;
	margin-top: 0; 
    margin-bottom:0;
    padding: 40px 0;
    border-radius:0;}

/* end life insurance css */

/* start 404 css */
.four-ziro-four-page-s{
    display: flex;
    align-items: center;
    justify-content: center;
}
.four-ziro-four-page-s h1{
	font-size: 300px;
    line-height: 230px;
    font-weight: 700;
    color: #faa74a;}

.four-ziro-four-page-s h2{
	color: rgb(20, 9, 88);
    line-height: 90px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size:50px;
	text-transform: capitalize;
}

/* end 404 css */
/* end inner page css */

/*start back to top css*/

#backToTopBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    font-size: 18px;
    background-color: #faa74a; 
    color: white;
    border: none; 
    outline: none; 
    cursor: pointer; 
    border-radius: 50px; 
	border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 14px;
}

/*end back to top css*/

/* start responsive */
@media(max-width:767px){
	.banner-right-img img{height: 100%;}
	.banner-section .row > div:nth-child(2){position: relative !important;}
	.all-section-space{padding: 50px 0;}
	.cta-section{margin-bottom: 50px !important;}
	.cta-section h2{font-size: 28px;}
	.why-choose-us-section .row img{height: 300px !important;}
	.why-choose-us-section .row .col-md-6 .box-item-why-choose-us{margin-bottom: 20px;}
	.main-title .section-title{font-size: 30px;line-height: 41px;}
	.banner-section .content-box .heading,.banner-section .content-box h1,.banner-section .content-box{text-align: center;}
	.about-ps .row img{height: 100% !important;}
	.service-section .service-boxs .service-item:nth-child(9){margin-bottom: 35px !important;}
	.four-ziro-four-page-s h1{font-size: 150px;line-height: 140px;}
}

@media(max-width:991px){
	.inner-img-size{padding-bottom: 30px;}
	.cta-section{text-align: center;}
	.cta-section .btn-content{margin-top: 20px;}
	.top-header:before{background: transparent;}
	.header .top-header p{color:#000000;text-align: center;}
	.navbar-collapse{
		position: absolute;
		left: 0;
		right: 0;
		top: 67px;
        background: #000000;
        padding: 20px 20px 20px 20px;
		border-top: 1px solid #dfdfdf;}
		.navbar-nav .dropdown .dropdown-toggle, .header .navbar-nav>.nav-item{padding: 10px 0 !important;}
	.header .navbar-light .navbar-nav .nav-link{padding: 0;}
	.navbar-nav .dropdown{margin:0;}
	.navbar-nav .dropdown .dropdown-toggle,.header .navbar-light .navbar-nav .nav-link{text-align: left;}
	.header .navbar-light .navbar-nav .nav-link,.navbar-nav .dropdown .dropdown-toggle{color:#ffffff;}
	.header-right-btn{text-align: left;margin-top:20px;}
	.top-header{display: none;}
	.responsive-ape{padding-top: 35px;}
	.responsive-ape ul li p,.responsive-ape ul li a{color:#ffffff;text-align: left;}
	.banner-section .content-box .heading{
		line-height: 45px;
		font-size: 40px;
		margin: 20px 0;}
.banner-section .row > div:nth-child(2){
position: absolute;bottom: 0;right: 0;}
.responsive-space-top{padding-top: 30px;}
.about-us-section .row img{margin-top: 0;}
.about-us-section .row .col-lg-6 .box-item-about{right: 12px;}
.home-service-section {padding-bottom: 70px;}
.cta-section{margin-top: 0;margin-bottom: 70px;}
.why-choose-us-section .row img{margin-top: 0;height: 500px;}
.why-choose-us-section{padding-bottom: 70px;}
.why-choose-us-section .container > .row > .col-lg-6:nth-child(1) {
    margin-top: 0;}
.about-ps .row img{
	height: 500px;
    object-position: top center;}
.client-details img{height: 100%;}
.service-section .service-boxs .service-item:nth-child(9){margin-bottom: 0;}
.contact-get-in-touch .feature-box-inner{padding:10px;}
.contact-get-in-touch .contact-us-form {padding: 50px 30px 50px;}
.contact-get-in-touch .contact-us-form{padding: 40px 30px;}
.inner-page-cta{margin-bottom: 0 !important;}
}

@media(min-width:860px) and (max-width:991px){
	.banner-section{padding-top: 60px;}
}

@media(max-width:1199px){
	.why-choose-us-section .row .col-md-6 .box-item-why-choose-us{width:100%;}
}


@media(max-width:1024px){

}
/* end responsive */


/*pligin css*/
 
.dhi-quote .grid-view-table-section .plan-section {
    height:72% !important;
}
 
.dhi-quote .btn:focus, .dhi-quote .btn.focus{
    box-shadow: none !important;
}
 
.dhi-quote .extra_plan_text{margin-bottom:0;}

#print_data table tr td[align="right"]{
     display:none;
}
#print_data .quote-selection{width:100%;}
.dthis-loader{width:100% !important;left:0 !important;display: flex;
align-items: center;
justify-content: center;}

.dhi-quote .grid-view-table-section .plan-section img{
width:100%;
height: 100%;
object-fit: contain;}

.inner-banner-section .inner-ct-breadcrumb{display: none !important;}

.inner-banner-section .inner-banner-header h2{
color: #140958;
position: relative;
margin-bottom: 50px;
text-transform: capitalize;
font-size: 44px;
line-height: 1;
word-break: break-word;
z-index: 1;
font-weight: 700;
text-align: center;
}
