/***Start Extra CSS***/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Mulish", serif;
	scroll-behavior: smooth;
}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb:hover {background:  #c61b01;}
::-webkit-scrollbar-thumb {background: #c61b01;}


/*start back to top css*/

#backToTopBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    font-size: 18px;
    background-color: #c61b01; 
    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*/

html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Mulish", serif;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	text-align: left;
	font-family: "Mulish", serif;
	scroll-behavior: smooth;
}

::selection {background-color: #c61b01;
	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 ;
	color: #c61b01;
}

a {
	text-decoration: none;
	color: #010101;
}

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: "Poppins", serif;
	text-transform: capitalize;
}

p {
	margin-bottom: 15px;
	color: #000000;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}

.btn-content{padding:16px 0;}

.btn-all-typo{
	background-color: #000000;
    font-weight: 500;
	position: relative;
    text-transform: capitalize;
    font-size: 15px;
	position: relative;
	cursor: pointer;
    padding: 13px 27px;
	color: #ffffff;
	text-align: center;
    transition: all .3s;
	font-family: "Poppins", serif;
}


.btn-all-typo:hover {
	background-color: #c61b01;
	transition: all .3s ease-in-out 0s;
	color:#ffffff;
}

.btn-all-typo-red{
	background-color: #c61b01;
}

.btn-all-typo-white{
	background-color: #ffffff;
	color:#000000;
} 
.main-title{margin-bottom:50px;} 

.main-title .sub-title{    
	letter-spacing: .3em;
    color: #c61b01;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 13px;
	text-transform: uppercase;
}

.main-title .section-title{
	color: #010101;
    font-size: 46px;
    line-height: 1;
	font-weight: 700;
}

.all-section-space{
	padding:70px 0;
}

/***End Extra CSS***/

/*start header css*/
.top-header{padding: 15px 0;background: #b3180d;;color:#ffffff;position: relative;}

.top-header:before{
	position: absolute;
    content: '';
    left: 0;
    width: 18%;
    height: 100%;
    background: #000000;
    top: 0;
    clip-path: polygon(0% 0, 100% 0%, 80% 100%, 0% 100%);} 

.header .top-header .header-social-media ul li i{ color: #fff;font-size: 16px;margin: 0 4px;}
.header .top-header ul li, .header .top-header ul li a{
color:#ffffff;
font-size: 15px;
font-weight: 500;}

.header .top-header ul li i{font-size: 18px;}

header .header-logo img{width: 265px;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{
	font-size: 16px;
        font-weight: 600;
        color: #000;
        line-height: 67px;
        padding: 0px 15px;
        position: relative;
		font-family: 'Poppins', sans-serif;}
		
		.header .navbar-nav>.nav-item::after {
			display:block;
			content: '';
			border-bottom: solid 4px #b3180d;  
			transform: scaleX(0);  
			transition: transform 250ms ease-in-out;
		  }
	.header .navbar-nav>.nav-item:hover:after{transform: scaleX(1); }

	.header .navbar-light .navbar-nav .nav-item.active:after{
		transform: scaleX(1);
	}
	.header .navbar-nav>.nav-item {
		position: relative;
	}
	
	.navbar-nav .nav-item .sub-menu {
		position: absolute;
		background: #ffffff;
		top: 100%;
		left: 0;
		display: none;
		margin-top: 0;
		margin-bottom: 0;
		min-width: 285px;
		z-index: 99;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 8px 83px #f3f3f3;
        padding: 0 20px !important;
	}
	
	.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{
		font-size: 16px !important;
	}
	.navbar-nav .dropdown .dropdown-toggle,
	.navbar-nav .dropdown-menu a,
	.navbar-nav .nav-item .sub-menu a {
	  color: #000000;
       font-weight: 600;
       font-size: 14px;
	   line-height: normal;
		padding: 7px 0;
		position: relative;
		transition: all .3s linear 0ms;
		visibility: visible;
		font-family: 'Poppins', sans-serif;
	}
	
	.navbar-nav .dropdown-menu li,
	.navbar-nav .nav-item .sub-menu li {
	position: relative;
    width: 100%;
    padding: 11px 0px 11px 0px;
    border-bottom: 1px solid #f3f3f3;
	text-align: left;
	transition: all .3s linear 0ms;
	}

	.navbar-nav .dropdown-menu li::before,
	.navbar-nav .nav-item .sub-menu li::before{
        content: '';
        width: 10px;
        height: 2px;
        background-color: #c61b01;
        position: absolute;
        top: 50%;
		transition: all .3s linear 0ms;
		transform: translate(0, -50%);
        left: 0;
        opacity: 0;
		border-radius: 1px;
	}
.navbar-nav .dropdown-menu li:hover::before,
.navbar-nav .nav-item .sub-menu li:hover::before{
	background-color: #c61b01;
	opacity: 1;
	}
.navbar-nav .dropdown-menu li:hover,
.navbar-nav .nav-item .sub-menu li:hover{
	padding-left: 20px;
}

  .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%;}

/*end header css */

/*start banner css*/
.home-banner-section{
	background: url('../images/home/home-banner-bg.webp');
    background-size: cover;
    background-position: 0 40%;
    min-height: 600px;
    display: flex;
    align-items: center;
}
.home-banner-section .content-box{
	padding: 30px;
    background: #040404c7;
    width: 50%;
}

.home-banner-section .content-box h1{
    text-transform: uppercase;
    color: rgb(198, 27, 1);
    text-decoration: none;
    line-height: 26px;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 18px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.home-banner-section .content-box  .heading{
    line-height: 72px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 60px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    color: #ffffff;
	text-shadow: 1px 1px 5px #000000;
margin-bottom: 20px;}
	
	.home-banner-section{height: 100%;position: relative;}

	.home-banner-section .content-box  p{
	color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-shadow: 1px 1px 5px #000000;
	}

	.banner-title-content::before{
	content: "";
	position: absolute;
	width: 6px;
	left: -30px;
	top:2px;
	background-color: #c61b01;
	height:100%;
	}
	
	/* end banner */

/***End Banner css***/

/* start get a quote css */
.get-quote-section .row > div{width: 20%;padding: 50px 15px;}
.get-quote-section .row > div:nth-child(1),.get-quote-section .row > div:nth-child(5){background-color:#CC341D;}
.get-quote-section .row > div:nth-child(2),.get-quote-section .row > div:nth-child(4){background-color: #3B3B3B;}
.get-quote-section .row > div:nth-child(3){background-color: #f1f1f1;}
.get-quote-section .row > div:nth-child(3) .quote-box .q-title h3 a{color:#c61b01;}
.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: #ffffff;
    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:#ffffff;font-family: "Poppins", serif;}
/* end get a quote css */

/* start about us css */

.small-heading{font-size: 16px;font-weight: 700;line-height: 20px;margin-bottom: 20px;}

.about-us-section .row .col-lg-6{position: relative;}

.about-us-section .row .about-img-home .home-about-img-1{
	width: 100%;
	object-fit: cover;
	z-index: 2;
	position: relative;
	height: 545px;
    padding-right: 60px;
	padding-bottom: 60px;}    

.about-us-section .row .about-img-home .home-about-img-2{
		width: 380px;
		object-fit: cover;
		object-position: top center;
		height: 260px;
		position: absolute;
		bottom: 0;
		right: 20px;
		z-index: 99;
		border: 4px solid #ffffff;}	

.about-us-section .row .about-img-home:before {
    content: '';
    position: absolute;
    width: 150px;
    top: 42px;
    bottom: 0;
    left: -50px;
    background-image: url('../images/home/dot-banner.webp');
    background-position: top left;
    background-repeat: repeat;
}

.about-us-section .ct-fancybox-inner{
	text-align: center;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-us-section .ct-fancybox-inner .ct-fancybox-icon{
	background-color: #c61b01;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 40px;
    border-radius: 50px;
	margin-bottom: 20px;
}

.about-us-section .inner-img-size{width: 100%;object-fit: cover;}

/* end about us css */

/* start services css */
.services-section{background:#f3f3f3;}
.services-section .services-boxs .service-box-item{
	background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 40px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100%;}
	.services-section .services-boxs .service-box-item .service-item-icon{margin-bottom: 25px;}
	.services-section .services-boxs .service-box-item .service-item-icon img{width:75px; height: 75px;object-fit: contain;}
	.services-section .services-boxs .service-box-item .service-content h3{
		font-size: 18px;
		line-height: normal;
		color: #000;
		margin-bottom: 10px;
		font-weight: 600;
		transition: all 300ms linear 0ms;}
	.services-section .services-boxs .service-box-item .service-content p{color:#666666;margin-bottom: 0;}
	.services-section .services-boxs .service-box-item:hover{background-color: #c61b01;}
	.services-section .services-boxs .service-box-item:hover .service-content h3,
	.services-section .services-boxs .service-box-item:hover .service-content p{color:#ffffff;}
	.services-section .services-boxs .service-box-item:hover .service-item-icon img{filter: brightness(0) invert(1);}
	.services-section .services-boxs .service-box-item .service-content a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
/* end services css */
/*start cta css */
.cta-section{
    padding:40px 0;
	background-color: #c61b01;
}
.cta-section h2{
	color: #ffffff;
    font-size: 30px;
    font-weight: 700;
	line-height: 40px;
	margin-bottom: 15px;}

.cta-section .btn-all-typo-white:hover{background-color: #000000;color:#ffffff;}
/* end cta css */
/* start why choose us css */
.why-choose-section .nav-pills .nav-link {
	background-color: #fff;
    border-radius: 1px;
    padding: 30px 40px 34px 40px;
    display: block;
    position: relative;
    z-index: 1;
	border: 1px solid #d9d9d9;
    margin: 10px 0;
	text-align: left;
}
  
.why-choose-section .nav-pills .nav-link.active{
	background-color: #c61b01;
	border: 1px solid #ffffff;
  }

  .why-choose-section .nav-pills .nav-link .nav-tab-title h4{
	color: #010101;
    font-size: 24px;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 300ms linear 0ms;
  }

  .why-choose-section .nav-pills .nav-link .nav-tab-content p{
  transition: all 300ms linear 0ms;
  color: #666;
  margin: 0;}

  .why-choose-section .nav-pills .nav-link.active .nav-tab-content p,
  .why-choose-section .nav-pills .nav-link.active .nav-tab-title h4{color:#ffffff;}
  .why-choose-section .nav-pills .nav-link.active .nav-arrow{
  background-color: #c61b01;
  width: 13px;
  height: 100%;
    position: absolute;
    top: 0;
    right: -12px;
    overflow: hidden;
	transition: all 300ms linear 0ms;
  }

  .why-choose-section .nav-pills .nav-link.active .nav-arrow::before{
	top: -6px;
    transform: skewY(45deg);
	content: '';
    background-color: #fff;
    position: absolute;
    height: 50%;
    left: 0;
    width: 100%;
  }
  .why-choose-section .nav-pills .nav-link.active .nav-arrow::after{
	bottom: -6px;
	transform: skewY(-45deg);
	content: '';
    background-color: #fff;
    position: absolute;
    height: 50%;
    left: 0;
    width: 100%;
  }

  .why-choose-section .tab-content .tab-img{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

  .why-choose-section .tab-content .tab-img-one{
	background-image: url('../images/home/tab-img-1.webp');
  }
  .why-choose-section .tab-content .tab-img-two{
	background-image: url('../images/home/tab-img-2.webp');
  }
  .why-choose-section .tab-content .tab-img-three{
	background-image: url('../images/home/tab-img-3.webp');
  }

  .why-choose-section .tab-content{height: 100%;position: relative;}

/* end why choose us css */

/* start counter css */
.counter-section{background-image:linear-gradient(45deg,
                    rgba(0, 0, 0, 0.9),
                    rgba(0, 0, 0, 0.9)), 
                      url('../images/home/counter-bg.webp');
					  background-size: cover;
					  z-index: 0;
					  background-position:center;
					background-attachment: fixed;}

.counter-section .counter-box .counter-number{
	font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}
.counter-section .counter-box .counter-title{
	color: #ffffff;
	font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;}

.counter-section .counter-box .counter-icon img{width: 75px;height: 75px;object-fit: contain;margin-bottom: 20px;}
/* end counter css */

/*start client logo css*/

@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;}

.our-partners-section{padding: 20px 0;}
/*end client logo css*/

/***Start Footer Section***/
.footer_in {
	background-color: #ffffff;
	padding: 50px 0 50px;
	border-bottom: 1px solid #ebebeb;
	border-top: 2px solid #c61b01;
}

.footer-logo img {
	margin-bottom: 10px;
    width: 280px;
}

.footer_in p {
	color: #000000;
}

.footer-heading {
	font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: -.024em;
	font-weight: 600;
}

.footer-wrapper ul li{
	margin-bottom: 8px;
}

.contact-info-footer li{
	line-height: 10px;
}
.footer-wrapper ul li a {
	color: #000000;
	line-height: 21px;
	font-size: 15px;
	font-weight: 400;
	transition: all 0.3s ease-in-out 0s;
	display: flex;
	align-items: baseline;
}

.footer-wrapper ul li a:hover{color:#c61b01;}

.footer-bottom {
	background-color: #ffffff;
    padding: 15px 0;
    border-top: 3px solid #fff;
}

.footer-bottom-content {
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
}
.footer-bottom a{
	color: #c61b01;
}

.contact-info-footer i{
	color:#c61b01;
}

.footer-social-icon ul li a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c61b01;
    color: #fff;
    border-radius: 50px;
}
.footer-social-icon ul li a:hover{
	color: #fff;
	background: #000000;
}

/***End Footer Section***/

/* start inner page css */

/*start inner banner css */
.inner-banner-section{
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/home/inner-banner-img.webp');
    background-size: cover;
    z-index: 0;
    background-position: bottom center;
    background-attachment: fixed;
padding:70px 0;
text-align: left;
}

.inner-banner-section .page-title-inner .page-title {
	font-size: 60px;
    color: #fff;
    font-weight: 700;
	line-height:1.25;
    margin-bottom: 14px;
}
.inner-banner-section .page-title-inner .page-title span{font-family: "Playfair Display", serif;font-style: italic;}
.inner-banner-section .page-title-inner{position: relative;border-left:4px solid #c61b01;padding-left: 25px;}


.inner-banner-section .page-title-inner .breadcrumb {
    display: inline-block;
    padding: 10px 0;
	margin-bottom: 0;
	font-size: 14px;
color: #fff;
display: inline-block;
margin-right: 8px;
font-weight: 700;
}

.inner-banner-section .page-title-inner .breadcrumb span.current,.inner-banner-section .page-title-inner .breadcrumb a {
	color: #ffffff;
}

.inner-banner-section .page-title-inner .breadcrumb span i{
	color: #ffffff;
	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{
    font-weight: 700;
	line-height: 1.333;
    font-size: 30px;
	text-transform: capitalize;
    margin-bottom: 30px;}

.inner-page-title h3 span{
	color: #c61b01;
    font-family: "Playfair Display", serif;
    font-style: italic;
	margin-bottom: 30px;
}



/*start about us page css */
.about-boxs-section{background-color:#f2f3fa;padding-top: 120px;}

.about-boxs-section .ct-fancybox-default{
	position: relative;
    padding: 0 40px 44px;
    background-color: #fff;
    text-align: center;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .11);
    border-bottom: 6px solid #fff;
	transition: all .3s linear 0ms;
	height: 100%;
}
.about-boxs-section .ct-fancybox-default:hover{
	border-color: #c61b01;
	transform: translateY(20px);
}
.about-boxs-section .ct-fancybox-default .ct-fancybox-icon{
	height: 110px;
    width: 110px;
    line-height: 110px;
	border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	z-index: 1;
	background: #c61b01;
}
.about-boxs-section .ct-fancybox-default .ct-fancybox-icon i{
	transition: all .4s ease;
    display: block;
    font-size: 44px;
    color: #fff;
}
.about-boxs-section .ct-fancybox-default:hover .ct-fancybox-icon i{
    transform: rotateY(360deg);
}
.about-boxs-section .ct-fancybox-default .ct-fancybox-icon+.ct-fancybox-content{padding-top: 80px;}
.about-boxs-section .ct-fancybox-default .ct-fancybox-title {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 15px;
}
/*end about us page css */


/* start contact us css */
.contact-us-page .contactor{text-align: center;}
.contact-us-page .contactor .contact-img img{
	height: 325px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.contact-us-page .contactor .contact-name{
	line-height: 20px;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 15px;
}
.contact-us-page .contactor .contactor-info{
background: #f5f5f5;
padding: 15px;}

.contact-us-page .contact-us-form  .submit-btn{border: none;}
.contact-us-page .contact-us-form  .submit-btn:focus{outline: 0;}
.contact-us-page .feature-box-inner p a{color:#7a7a7a;}

.contact-us-page .contact-us-form{
	padding: 60px 40px 56px;
    box-shadow: 0px 0px 30px 0px rgb(159 159 159 / 22%);
}

.contact-us-page .contact-us-form .c-form-control{width: 100%;outline: none;}

.contact-info-contact-page ul li{
	margin-bottom: 8px;
	line-height: 10px;
}

.contact-info-contact-page ul li a {
	color: #000000;
	line-height: 21px;
	font-size: 15px;
	font-weight: 400;
	transition: all 0.3s ease-in-out 0s;
	display: flex;
	align-items: baseline;}
.contact-info-contact-page ul li a:hover{color:#c61b01;}
.contact-info-contact-page i{color:#c61b01;}

/* end contact us css */

.service-inner-content .service-image img{width: 100%;height: 100%;object-fit: cover;}

.icon-list ul li{
	margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	display: flex;
	align-items: baseline;}
	
.icon-list ul li i{margin-right: 8px;color:#c61b01;}
.icon-list ol > li{color: #c61b01;font-size: 18px;font-weight: 600;margin-bottom: 15px;list-style-position: inside;}
.blogs-section .entry-body .entry-content a:hover,.service-inner-content a:hover,
.blogs-section .entry-body .entry-content a,.service-inner-content a{color:#c61b01;font-weight: bold;text-decoration: underline !important;}
.service-inner-content .section-title{margin-top: 30px;}

/* start Disability Insurance css */
.service-disability-img img{
	box-shadow: 0px 1px 18px rgba(34, 34, 34, .24);
    border-radius: 50px;
}

.service-disability-img .perks-dis-img img{
	height: 320px;
	object-position: top;
}

.service-inner-content .bg-light-color {
	background-color: #ededed;
}

.small-title-red{
	color: #c61b01;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
	margin-top: 25px;
}
/* end Disability Insurance css */

/* start blog css */
.blogs-section .single-blog{
	margin-bottom: 50px;
	display: block;
}
.blogs-section .single-blog .entry-blog{
	border-radius: 7px;
	box-shadow: 0 2px 29px rgba(34, 34, 34, .14);
    background-color: #fff;
}

.blogs-section .single-blog .entry-featured{
	border-radius: 7px 7px 0 0;
    overflow: hidden;
	display: inline-block;  
	position: relative;
    width: 100%;} 

.blogs-section .single-blog .entry-featured .post-image a{
	display: block;}

.blogs-section .single-blog .entry-featured .post-image img{
	width: 100%;
	transition: all 10s;
	height: 450px;
    object-fit: cover;
object-position: top center;}
.blogs-section .single-blog .entry-body{
	padding: 27px 33px 56px;
    width: 100%;
    position: relative;
	border-radius: 0 0 7px 7px;}

.blogs-section .single-blog .entry-body .entry-meta{
	display: flex;
		flex-wrap: wrap;
		align-items: start;
		margin: 0 0 17px;
		padding-bottom: 15px !important;
		border-bottom: 1px solid #ececf0;
		position: relative;}
.blogs-section .single-blog .entry-body .entry-meta::before{
    content: '';
    width: 40px;
    height: 3px;
    background-color: #c61b01;
    position: absolute;
    bottom: -1px;
    left: 0;}
	.blogs-section .single-blog .entry-body .entry-meta li{
	position: relative;
    display: inline-block;
    color: #000;
    font-size: 15px;
    padding: 0 24px 0 0;
    text-transform: capitalize;}

	.blogs-section .single-blog .entry-body .entry-meta li i{
      color:#c61b01;
	}

	.blogs-section .single-blog .entry-title {
		font-size: 26px;
		color: #180b36;
		margin-bottom: 20px;
		margin-top: 28px;
		font-weight: 600;
	}

	.blogs-section .single-blog .entry-title a{font-family: "Poppins", serif;color:#180b36;}
	.blogs-section .single-blog .entry-readmore{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
	transition: all .3s linear 0ms;
    opacity: 0;
    visibility: hidden;
	}

	.blogs-section .single-blog:hover .entry-readmore{
		animation: bounceReadMore .6s ease-in-out both;
		bottom: -24px;
		opacity: 1;
		visibility: visible;
	}

.blogs-section .single-blog .entry-readmore a{
	border-radius: 47px;
	padding: 13px 43px;
    line-height: 48px;
}

.blogs-section .post-previous-next {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #ececf0;
    padding: 20px 0;
	justify-content: space-between;
}


.blogs-section .post-previous-next a {
    color: #666;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;}

.blogs-section .post-previous-next a:hover{color:#c61b01;}

.blog-inner-content .single-blog .entry-featured .post-image img{height: 100%;}

.blogs-section .single-blog .entry-content .blog-inner-title{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 23px;
	color:#000000;
}
.blog-inner-content .single-blog .entry-title{color:#000000;font-weight: bold;}

.blog-inner-content .single-blog .has-medium-font-size{
	margin-bottom: 15px;
	margin-top: 23px;
	font-size: 20px;
}

.blog-inner-content .single-blog .entry-body{
	padding: 30px 33px 30px 33px;
}
/* start blog 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: #444242;}

.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;
}
.four-ziro-four-page-s .btn-all-typo{background-color:#44434a;}

/* end 404 css */

.list-margin-left{margin-left: -20px;}
#get-a-quote{scroll-margin-top: 150px;}

/* end inner page css */

/* start responsive */
@media(max-width:767px){
	.all-section-space{padding: 50px 0;}
	.blogs-section .single-blog .entry-body{padding: 25px 20px 50px;}
	.blog-inner-content .single-blog .entry-body{padding: 25px 20px 25px;}
	.inner-banner-section .page-title-inner .page-title{font-size: 40px;}
	.navbar-collapse{overflow-y: auto;height: 460px;}
	.home-banner-section .content-box{width: 100% !important;text-align: center;}
	.banner-title-content::after{
		content: "";
		position: absolute;
		width: 6px;
		right: -30px;
		top: 2px;
		background-color: #c61b01;
		height: 100%;}
	.home-banner-section .content-box .heading{font-size: 50px;line-height: 62px;}
	.get-quote-section .row > div{width:100% !important;}
	.why-choose-section .nav-pills .nav-link.active .nav-arrow,
	.why-choose-section .nav-pills .nav-link.active .nav-arrow::before,
	.why-choose-section .nav-pills .nav-link.active .nav-arrow::after{display: none;}
	.why-choose-section .tab-content{height: 300px;}
	.btn-content{text-align: center;}
	.inner-banner-section{padding: 50px 0;}
	.about-boxs-section .row > div{padding-top: 55px;}
	.blogs-section .single-blog .entry-body .entry-meta li{padding: 5px 0;}
	.four-ziro-four-page-s h1{font-size: 150px;line-height: 140px;}
	.about-us-section .row .about-img-home .home-about-img-1{height: unset !important;}
}

@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;}
	.navbar-collapse{
		position: absolute;
		left: 0;
		right: 0;
		top: 87.5469px;
        background: #000000;
        padding: 20px 20px 20px 20px;
		border-top: 1px solid #dfdfdf;}
	.header .navbar-nav>.nav-item::after{display: none;}
	.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;line-height: 50px;padding:0;}
	.top-header{display: none;}
	.responsive-ape{padding-top: 15px;}
	.responsive-ape ul li p,.responsive-ape ul li a{color:#ffffff;text-align: left;}
  .client-details img{height: 100%;}
  .home-banner-section .content-box{width:80%;}
  .get-quote-section .row > div{width:33.33%;}
  
  .about-us-section .row .about-img-home .home-about-img-1


	.about-boxs-section .ct-fancybox-default{padding: 0 20px 20px;}
	.blogs-section .single-blog .entry-featured .post-image img{height: 100%;}
	.blogs-section .single-blog .entry-readmore{
	animation: bounceReadMore .6s ease-in-out both;
    bottom: -24px;
    opacity: 1;
    visibility: visible;}
	.contact-us-page .contact-us-form {padding: 40px 30px;}
	.space-bottom-30{margin-bottom: 30px;}
	.space-top-30{margin-top: 30px;}
	.service-disability-img .perks-dis-img img{height: 100%;}
	.about-us-section .row .about-img-home .home-about-img-1{padding: 0;height: 750px;}
	.about-us-section .row .about-img-home .home-about-img-2{
		position: relative;
		margin-top: 30px;
		width: 100%;
		right: 0;
		height: unset;
	}
}

@media(max-width:1199px){
	.container{width:100%;}
}
@media(max-width:576px){
.footer-logo img{width:100%;}}


@media(min-width:992px) and (max-width:1024px){
	.about-us-section .row .about-img-home .home-about-img-2 {width: 300px;}
	.about-us-section .row .about-img-home .home-about-img-1{padding-right: 30px;padding-bottom: 30px;}
}

/* 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: #ffffff;
position: relative;
margin-bottom: 0px;
text-transform: capitalize;
font-size: 60px;
line-height: 1;
word-break: break-word;
z-index: 1;
font-weight: 700;
text-align: center;
}

/*start client page css */
.team-client-details{box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 24px;padding: 35px 30px 15px 30px;}
.container.team-client-details{max-width: 1070px;}
.team-client-details .inner-content img{
height: 340px;
object-fit: cover;
object-position: top;}

.team-client-details .inner-content .client-name h2{
    color: #010101;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 25px;}

.team-client-details .client-phone-email ul li{font-size: 18px;font-weight: 600;margin-bottom: 10px;}
.team-client-details .client-phone-email ul li a{color:#c61b01;}

.team-client-details .client-social-media ul li{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 5px;
	box-shadow: 0px 1px 3px #c7c7c7;
	background: #c61b01;
}
.team-client-details .client-social-media ul li a{color:#ffffff;}

.team-client-details .about-me .quote-btns{
	margin:30px 0;
}
.team-client-details .about-me .a-title{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
@media(max-width:991px){.team-client-details .inner-content img{height: 100%;}}
@media(max-width:767px){.team-client-details .inner-content img{margin-bottom:30px;}
.team-client-details{padding: 35px 15px 15px 15px;}
}

/*start client page css */