  body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	overflow-x: hidden;
}

.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1200px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
	font-family: "Abhaya Libre", serif;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;position: fixed;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 70px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
	width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;font-family: "Abhaya Libre", serif;font-size: 21px;
}
.nav-item:hover .nav-link{
	color: #000040 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #000040;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}


.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
	
	.nav-item:after{
		display: none;
	}
	
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}

.topbar {
	background: #000040;
	padding: 5px 0
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #fff !important
}

ul {
	padding: 0;
	margin: 0
}
.carousel-indicators li{
	background-color: rgb(238, 42, 129);
}
.social {
	float: right
}


.topbar ul {
	float: left
}

.pbl-0 {
	padding: 0
}


.social {
	padding-right: 0px;
	float:right !important;
}

a {
	text-decoration: none !important
}


@media screen and (max-width:1199px){
	.nav-link{
		font-size: 17px;
	}
	.navbar-brand img {
  height: 50px;
}
}


@media screen and (max-width:767px){
	.topbar{
		display: none;
	}
	.carousel-control-next, .carousel-control-prev{
		display: none;
	}
}


footer{
  background:#dbdbdb;
  background-size: cover;
  padding: 60px 0 40px;
}

footer h4{
  font-size: 30px;
  margin-top: -0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer ul{
  padding: 0;
  margin: 0;
}
footer ul li{
  list-style: none;margin-bottom:15px;
}
footer ul li a{
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
  
}
a:hover{
  color: #000040 !important;
}
footer ul li i{
  padding-right: 10px;
  color: #000040 !important;
}
.media-text{
  margin-bottom: 0;
}
.copyright-text {
  margin-bottom: 0;
  color: #fff;
} .copyright-text a{
  color: #fff !important;
}
.copyright-text a:hover{
  color: #fff !important;
}
.copyright{
background: #000040 !important;
padding: 10px 0;
text-align: center;
}




/*Banner*/


.feature-area{
  position: relative;
}

.feature-item{
  position: relative;
  background: #000040;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  padding: 25px;
  z-index: 1;
}

.feature-item .count{
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  color: var(--color-red);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--border-white-color);
  z-index: -1;
}

.feature-icon{
  color: #fff;
  font-size: 40px;
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 73px;
  background: #db5e01;
  border-radius: 50px;
  margin: 0 0 25px;
  position: relative;
}

.feature-icon::before{
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 2px dashed #000040;
  border-radius: 50px;
}

.feature-icon img{
  width: 50px;
  filter: brightness(0) invert(1);
}

.feature-content{
  flex: 1;
}

.feature-content h4{
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

.feature-content p{
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
} 

.feature-area{
  padding: 60px 0;
}

.about_us{
  padding: 60px 0;background: #eee;
}

.sectitle{
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;color: #00003f;
}
p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.mn-i{
  margin-bottom: 20px;
}
.service{
  padding: 60px 0;
}
.service h3{
  color: #dc5e02;
}
.service ul{
  padding-left: 15px;
  margin-bottom: 20px;
}
.service ul li{
  list-style: disclosure-closed;
}
.banner-section{
  background: url('../images/banner.webp');
    background-size: auto;
  background-size: cover;
  padding: 60px 0 40px;
}
.banner-section h2{
  color: #df5f00 !important;
}

.box-cards{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 15px;
  overflow: hidden;
 border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.box-cards  ul {
  padding: 0;
  margin: 0;
}
.box-cards ul li {
  list-style: none;
  margin-bottom: 15px;
}
.box-cards ul li a {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
}
.box-cards ul li i {
  padding-right: 10px;
  color: #df5f00 !important;
}
.contactus{
  padding: 70px 0;
}
.contactus .form-control{
  margin-bottom: 10px;
}
.contactus .sec-title2{
  font-size: 30px;
  margin-bottom: 20px;
}
.contactus .btn{
  background: #df5f00;
  color: #fff;
  border: 1px solid #df5f00;
  margin-top: 15px;
  transition: 0.5s ease;
  margin-bottom: 15px;
}
.contactus .btn:hover{
  background: #fff;
  color: #df5f00;
  border: 1px solid #df5f00;
  margin-top: 15px;
  transition: 0.5s ease;
}
.contactus textarea{
    height: 135px;
}
.contactus iframe{
  margin-top: 0px;
}
.whyus ul li b{
color: #dc5e02;margin-bottom: 20px;
  list-style: none;
  font-size: 18px;
}
.whyus ul li {
margin-bottom: 15px;
  list-style: none;
}
.mt-30{
  margin-top: 30px;
}
.banner-section h2{
  font-size: 50px;
}
.service .card{
  margin-bottom: 30px;
}
.card h4{
  background: #dc5e00;
  margin: 0;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.ourservice {
        padding: 60px 0 30px;
}


@media screen and (max-width:1600px){
    .card h4 {
    background: #dc5e00;
    margin: 0;
    text-align: center;
    padding: 10px 4px;
    color: #fff;
    font-size: 20px;
}
}



@media screen and (max-width:1199px){
  .box-cards{
    padding: 30px 20px 15px;
  }
  .contactus .sec-title2 {
  font-size: 25px;
}
.box-cards ul li a{
  font-size: 15px;
}
}

@media screen and (max-width:991px){
   .box-cards ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width:767px){
  .contactus {
  padding: 40px 0;
}  .box-cards ul li a {
    font-size: 16px;
  }
  .contactus .col-md-8{
    margin-top: 40px;
  }
  .banner-section{
    padding: 30px 0;
  }
  .banner-section h2{
    font-size: 30px;
  }
  .whyus img{
    margin-bottom: 20px;
  }
  
}




@media screen and (max-width:1600px){
  p{
    font-size: 16px;line-height: 1.5;
  }
}
@media screen and (max-width:1500px){
  p{
    font-size: 15px;line-height: 1.5;
  }
}
@media screen and (max-width:767px){
  .feature-area {
  padding: 28px 0 10px;
}
.feature-item{
  display: block;
  margin-bottom: 20px;
}
.service{
  padding: 30px 0;
}.mn-i {
  margin-bottom: 14px;
}.service h3 {
  color: #dc5e02;
  font-size: 22px;
}
.about_us {
  padding: 30px 0 14px;
}
footer
{
  padding: 20px 0 25px;
}
footer h4{
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 25px;
}
.about_us img{
  margin-bottom: 30px;
}
.sectitle{
  font-size: 25px;
}
.ourservice {
        padding: 30px 0 0px;
}
}


.post-slide {
  margin: 10px 20px;
}
.testi-style3 {
 position: relative;
  padding: 30px 30px 30px 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
  transition: all ease .4s;
  background-color: #fff;
  min-height: 280px;
}
.testi-style3 .testi-avater {
  width:80px;
  height:80px;
  position:absolute;
  top:-40px;
  padding:7px;
  background-color:#fff;
  border-radius:50%
}
.testi-style3 .testi-avater img {
  width:100%;
  border-radius:50%
}
.testi-style3 .testi-name {
  font-size:22px;
  margin-bottom:0px
}
.testi-style3 .testi-text {
  margin:0 0 15px 0
}
.testi-style3 .testi-degi {
  font-size:12px;
  text-transform:uppercase;
  font-weight:500;
  color:#e06000
}
.testimonials {
    padding: 60px 0;
    background: #eee;
}
.testi-style3 .testi-icon {
  font-size:60px;
  line-height:1;
  margin-top:-30px;
  position:absolute;
  right:40px;
  top:0;
  color:#e06000;
  opacity:.2;
  transition:all ease .4s
}
.testi-style3 .testi-rating {
  color:#e06000;
  margin-bottom:5px;
  font-size:14px
}
.testi-style3 .testi-rating i {
  margin-right:5px
}
.testi-style3 .testi-degi {
  font-weight:500
}

.testimonials{
  position: relative;
}
.clients{
    padding:40px 0;
}




@media screen and (max-width:767px){
        .carousel-control-next, .carousel-control-prev {
        display: block;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        margin-top: 9px;
    }
    .carousel-control-next, .carousel-control-prev  {
  width: 40px;
  height: 40px;
}
}