@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --primary: #f16d00;
  --secondary: #5F656F;
  --light: #F5F5F5;
  --dark: #028003;
}
.back-to-top {
  position:fixed;
  display:none;
  right:30px;
  bottom:30px;
  z-index:99;
}
body{ font-family: "Montserrat", sans-serif !important;}
.text-justify{text-align: justify;}
h1,
.h1,
.h2,
.fw-bold {
  font-weight:700!important;
  font-family: "Montserrat", sans-serif;;
}
h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight:600 !important;
  font-family: "Montserrat", sans-serif;;
}
h5,
h6,
.h5,
.h6,
.fw-semi-bold {
  font-weight:500 !important;
  font-family: "Montserrat", sans-serif;;
}
.fs-15{font-size: 15px;}
p{font-size: 16px; font-family: "Montserrat", sans-serif;;}
a{ color:#fff; text-decoration:none;  font-family: "Montserrat", sans-serif;;}
.text-primary{ color: #f16d00 !important;}
/*  */

.table-responsive{
  overflow: hidden !important;
    padding: 0;
}

/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
/*#MenuControl*/ .navbar.bg-light{background-color: transparent !important; height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover{background-color:#fff !important; color:#2b2825 !important;}
.nav-link{font-weight: 600; color:#000;  font-family: "Montserrat", sans-serif;;}
.nav-fill{width:100%; font-size: 15px;  font-family: "Montserrat", sans-serif;;}
.navbar-brand{margin:0;}
.nav-item{position:relative;}
/*nav-bar*/
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
	}

@media (max-width: 767px){
.navbar-toggler{background:#eee;}
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
}



.main-table{  font-family: "Montserrat", sans-serif;; Font-size:16px; color:#000; line-height:24px; text-align:justify; padding: 0 5px;}
.main-heading{ font-family: "Montserrat", sans-serif;; font-weight:bold; Font-size:20px; color:#000; line-height:36px; border-bottom:1px #ccc dashed; text-align:left; margin-bottom: 10px; padding: 0;}
.sub-heading{  font-family: "Montserrat", sans-serif;; font-weight: 300 !important; Font-size:17px; color:#000; line-height:30px; margin:0; text-align:left;}
.team-title{font-weight:bold; Font-size:14px; color:#333; line-height:30px; margin:0; text-align:left;}


/*  */

.btn-primary{ background-color: #f16d00 !important; color: #fff !important; border: 0;}
.bg-primary{ background-color: #f16d00 !important; color: #fff !important;}
.bg-dark{ background-color: #028003 !important; color: #fff !important;}

.btn {
  transition:.5s;
  font-weight:500;
  text-decoration:none;
}
.btn-primary,
.btn-outline-primary:hover {
  color:#fff;
}
.btn-square {
  width:38px;
  height:38px;
}
.btn-sm-square {
  width:32px;
  height:32px;
}
.btn-lg-square {
  width:48px;
  height:48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:400;  
}

.testimonial-item{ box-shadow: 0 0 45px rgba(0,0,0,.08); width: 60%; margin: 50px auto;}
.quote-square{ margin:0 auto; position:relative; top:-20px; z-index:999;}

.topbar-right {
  position:relative;
  background:var(--primary);
}
.topbar-right::before {
  position:absolute;
  content:"";
  width:30px;
  height:100%;
  top:0;
  left:-15px;
  transform:skewX(-30deg);
  background-color:var(--primary);
}


.carousel-caption {
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:center;
  background: linear-gradient(to right,#02800330 0%,rgba(2,36,91,0) 100%);
  z-index:1;
}
.carousel-control-prev,
.carousel-control-next {
  width:15%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width:3.5rem;
  height:3.5rem;
  background-color:var(--primary);
  border:15px solid var(--primary);
  border-radius:3.5rem;
}


.page-header {
  background:linear-gradient(to right,rgba(2,36,91,1) 0%,rgba(2,36,91,0) 100%),url(image/carousel-2.jpg) center center no-repeat;
  background-size:cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color:var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size:18px;
  color:var(--light);
}


.radius1{ border-radius: 100% 50% 100% 50% !important; position:relative; bottom:-30px; border:10px #fff solid;}
.radius2{ border-radius: 5% !important;}
.radius3{ border-radius: 100% 50% 100% 50% !important;}

.why-radius{ border-radius: 5% 100% 100% 5% !important;}


.facts {
  position:relative;
  margin:6rem 0;
  background:var(--dark);
}

.facts .border {
  border-color:rgba(255,255,255,.1) !important;
}

.btn-play {
  position:absolute;
  top:50%;
  right:-30px;
  transform:translateY(-50%);
  display:block;
  box-sizing:content-box;
  width:16px;
  height:26px;
  border-radius:100%;
  border:none;
  outline:none!important;
  padding:18px 20px 20px 28px;
  background:var(--primary);
}


.btn-play:before {
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  display:block;
  width:60px;
  height:60px;
  background:var(--primary);
  border-radius:100%;
  animation:pulse-border 1500ms ease-out infinite;
}
.btn-play:after {
  content:"";
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  display:block;
  width:60px;
  height:60px;
  background:var(--primary);
  border-radius:100%;
  transition:all 200ms;
}
.btn-play span {
  display:block;
  position:relative;
  z-index:3;
  width:0;
  height:0;
  left:-1px;
  border-left:16px solid #fff;
  border-top:11px solid transparent;
  border-bottom:11px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity:1;
  }
  100% {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity:0;
  }
}

/*  */
.abt-sec-hm .abt-box{box-shadow: 2px 3px 20px #33333357;text-align:center;background: #eeeff1;border-radius: 8px;padding:8px 5px;height: 100%;}
.abt-sec-hm .abt-box img{padding: 4px;} 
.abt-sec-hm .abt-box h3{ color:#222; font-size: 24px; text-align:center; line-height: 30px; font-weight:600; margin:0;}
.abt-sec-hm .abt-box p{ color: #333; font-size: 14px; text-align:center; line-height: 20px; font-weight: normal; margin:0;}


/*  */
.modal-video .modal-dialog {
  position:relative;
  max-width:800px;
  margin:60px auto 0;
}
.modal-video .modal-body {
  position:relative;
  padding:0;
}
.modal-video .close {
  position:absolute;
  width:30px;
  height:30px;
  right:0;
  top:-30px;
  z-index:999;
  font-size:30px;
  font-weight:400;
  color:#fff;
  background:#000;
  opacity:1;
}
.service-item {
  position:relative;
  margin:65px 0 25px;
  box-shadow:0 0 45px rgba(0,0,0,.07);
}

.service-item .service-img {
  position:absolute;
  padding:12px;
  width:130px;
  height:130px;
  top:-65px;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
  box-shadow:0 0 45px rgba(0,0,0,.09);
  z-index:2;
  border-radius:16px;
}
.service-item .service-img img{ border-radius:10px;}

.service-item .service-detail {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:1;
}
.service-item .service-detail hr{ color: var(--primary); border-top: 2px solid; opacity:1; width:70% !important;}

.service-item .service-title {
  position:absolute;
  padding:65px 30px 25px;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background: #028003;
  transition:.5s;
}
.service-item:hover .service-title {
  top:-100%;
}
.service-item .service-text {
  position:absolute;
  overflow:hidden;
  padding:65px 30px 25px;
  width:100%;
  height:100%;
  top:100%;
  left:0;
  display:flex;
  align-items:center;
  text-align:center;
  background: #0280032b;
  transition:.5s;
}

.service-item:hover .service-text{ top:0;}

.service-item .service-text::before {
  position:absolute;
  content:"";
  width:100%;
  height:100px;
  top:-100%;
  left:0;
  transform:skewY(-12deg);
  background:#fff;
  transition:.5s;
}

.service-item:hover .service-text::before {
  top:-55px;
}
.service-item .btn {
  position:absolute;
  width:130px;
  height:50px;
  left:50%;
  bottom:-25px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  color: #f16d00;
  background:#fff;
  border:none;
  box-shadow:0 0 45px rgba(0,0,0,.09);
  z-index:2;
}
.service-item .btn:hover {
  color:#fff;
  background:var(--primary);
}
.project-carousel {
  position:relative;
  background:var(--dark);
}
.project-item {
  position:relative;
  display:block;
}
.project-item img {
  transition:.5s;
  border-radius: 10px 10px 0 0;
}
.project-item:hover img,
.project-carousel .owl-item.center img {
  margin-top:-60px;
}
.project-item .project-title {
  position:absolute;
  padding:0 15px;
  width:100%;
  height:80px;
  bottom:-110px;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--dark);
  transition:.5s;
}
.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
  bottom:-60px;
}

.project-item .project-title::before {
  position:absolute;
  content:"";
  width:100%;
  height:30px;
  top:-15px;
  left:0;
  transform:skewY(-5deg);
  background:var(--dark);
  transition:.5s;
}

 /* # Counts */
.counter-hm{background: #028003;/*background:url(image/count-bg.jpg) no-repeat fixed; background-size:cover;*/position:relative;}

.counter-hm::before {
  position:absolute;
  content:"";
  width:130px;
  height:100%;
  top:0;
  left:-100px;
  transform:skewX(-30deg);
  background-color:var(--primary);
  z-index: 3;
}
.counter-hm{background: url(./Image/count-bg.jpg) no-repeat fixed;
  background-size: cover;
  padding: 100px 0;
  position: relative;}
  .counter-hm:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000bf;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}



.counter-box {
    padding: 40px 20px 37px;
    text-align: center;
    border: 1px solid #fff;
    border-radius:100%;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #f16d00 !important;
}

.counter {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}



.counter-box:hover{ background: var(--primary); border: #f16d00;}
.counter-box:hover .fa{color: #fff !important;}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff;
}

.count-box h4 { font-size: 40px; display: block; font-weight: 600; padding-top: 10px; color: #fff;}
.count-box p {font-size: 18px;}



.team-item .team-social {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:-100%;
  display:flex;
  align-items:center;
  background:var(--primary);
  transition:.5s;
}
.team-item:hover .team-social {
  left:0;
}

.team-item img{ border-radius: 20px 20px 0 0;}


.testimonial-carousel::before {
  position:absolute;
  content:"";
  top:0;
  left:0;
  height:100%;
  width:0;
  background:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index:1;
}
.testimonial-carousel::after {
  position:absolute;
  content:"";
  top:0;
  right:0;
  height:100%;
  width:0;
  background:linear-gradient(to left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index:1;
}

.testimonial-carousel .owl-nav {
  position:absolute;
  width:350px;
  top:20px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  justify-content:space-between;
  opacity:0;
  transition:.5s;
  z-index:1;
}
.testimonial-carousel:hover .owl-nav {
  width:300px;
  opacity:1;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position:relative;
  color:var(--primary);
  font-size:45px;
  transition:.5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color:var(--dark);
}
.testimonial-carousel .testimonial-img img {
  width:100px;
  height:100px;
}
.testimonial-carousel .testimonial-img .btn-square {
  position:absolute;
  bottom:-19px;
  left:50%;
  transform:translateX(-50%);
}
.testimonial-carousel .owl-item .testimonial-text {
  margin-bottom:30px;
  box-shadow:0 0 45px rgba(0,0,0,.08);
  transform:scale(.8);
  transition:.5s;
}
.testimonial-carousel .owl-item.center .testimonial-text {
  transform:scale(1);
}
.footer {
  color:#b0b9ae;
  position:relative;
}
footer {
  background: #425161;
  color: #fff;
  background-image: url(./image/footer-bg.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-size: 100% 100%;
}
.footer::before {
  position:absolute;
  content:"";
  width:70px;
  height:100%;
  top:0;
  left:-70px;
  transform:skewX(-30deg);
  background-color:var(--primary);
}

.ft-bg{ background-color:var(--primary);}


.footer .btn.btn-link {
  display:block;
  margin-bottom: 12px;
  padding:0;
  text-align:left;
  color:#fff;
  font-weight:400;
  text-transform:capitalize;
  transition:.3s;
}
.footer .btn.btn-link::before {
  position:relative;
  content:"";
  font-family:"Font Awesome";
  font-weight:900;
  margin-right:10px
}
.footer .btn.btn-link:hover {
  color:var(--light);
  letter-spacing:1px;
  box-shadow:none;
}
.copyright {
  color:#b0b9ae;
  border-top:1px solid rgba(255,255,255,.1);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.abt-sec{  /* background:url(../Image/abt-bg.jpg);*/ position:relative; padding: 30px 0; 
  /* background-size:100% 100%; background-repeat:no-repeat;*/ }
 
 .abt-sec h2{ font-weight: 400; margin: 0;font-size: 34px;color: #fff; margin-bottom: 10px; 
 position: relative;}
 .abt-sec h2 span{ font-weight: 700; margin: 0; font-size: 40px; color: #e3c901; margin-bottom: 30px; position: relative; }
 .abt-sec p { margin-bottom: 10px; text-align:justify; line-height:26px; color: #fff; font-size:14px;}
 .abt-cont{padding: 30px;background-color: #f16d00;margin-left: -120px;transform:translateY(20px);transition:.5s;}
 
 .abt-sec:hover .abt-cont{ transform:translateY(50px);}
 .abt-cont.abt-cont1{ margin-right: -120px; position:relative; margin-left: inherit; z-index: 9;}
 
 .abt-sec .abt-box{ box-shadow: 2px 3px 20px #333; text-align:center; background:#ccd8fe; margin-top:20px; border-radius: 8px; padding:8px 5px; height: 100%;}
 .abt-sec .abt-box img{padding: 4px;} 
 .abt-sec .abt-box h3{ color:#222; font-size: 24px; text-align:center; line-height: 30px; font-weight:600; margin:0;}
 
 .abt-sec .abt-box p{ color: #333; font-size: 14px; text-align:center; line-height: 20px; font-weight: normal; margin:0;}
 
 .abt-box-inn{ box-shadow: 2px 3px 20px #ccc; text-align:center; background:#ccd8fe; margin-top:10px; margin-bottom:10px;  border-radius: 8px; padding:10px 5px;}
 .abt-box-inn h3{ color:#222; font-size: 24px; text-align:center; line-height: 30px; font-weight:600; margin:0;}
 
 .abt-box-inn p{ color: #333; font-size: 14px; text-align:center; line-height: 20px; font-weight: normal; margin:0;}
 
 
 
 
 /*abt-btm-sec section*/
 .abt-btm-sec{padding: 60px 0;  position: relative;  overflow: hidden;}

 .abt-btm-sec .icon-boxes .icon-box p {
     font-size: 15px;text-align:center;
     color: #848484;
 }
 .tm-inr-pg p, .tm-inr-pg ul{text-align:justify;}
 .abt-btm-sec .icon-boxes .icon-box {
     padding: 15px;
     position: relative;
     overflow: hidden;
     background: #fff;
     box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
     transition: all 0.3s ease-in-out;
     border-radius: 8px;
     z-index: 1;
     border:1px dashed #ccc;margin: 10px auto;
     text-align:center;
 }
 
 .abt-btm-sec .icon-boxes .icon-box:hover, .abt-btm-sec .icon-boxes .icon-box:hover .fa, .abt-btm-sec .icon-boxes .icon-box:hover a{ color:#fff;}
 .abt-btm-sec .icon-boxes .icon-box i {
   font-size: 40px;
   color: #0185d6;
   margin-bottom: 10px;
 }
 .abt-btm-sec .icon-boxes .icon-box::before {
     content: '';
     position: absolute;
     background: #0185d6;
     right: -60px;
     top: -40px;
     width: 100px;
     height: 100px;
     border-radius: 50px;
     transition: all 0.3s;
     z-index: -1;
 }
 .abt-btm-sec .icon-boxes .icon-box:hover::before {
     background: #0185d6;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     border-radius: 0px;
 }
 .abt-cont a {
  padding: 15px 30px;
  background: #e3c901;
  color: #0d0d0d;
  text-decoration: none;
  position: relative;
  top: 5px;
  border-radius: 10px;
}
 /*abt-btm-sec section*/
/*contact*/

.cont-page h2{font-weight:bold; Font-size:18px; color:#f16d00; line-height:30px; text-transform:uppercase; margin:0;}
.cont-page h5{font-weight:bold; Font-size:16px; color:#f16d00; line-height:30px; text-transform:uppercase; margin:0;}
.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #640f24;
    margin: 0;
}

.st-feature-box {
    padding-left: 70px;
    position: relative;
	    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
	color: #640f24;
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	line-height: 0px;
	top: 20px;
	left: 8px;
	text-align: center;
	font-size: 60px;
	-webkit-transition: all .3s;
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.st-feature-box:nth-of-type(2) .st-feature-box-icon{top:5px;}
.st-feature-box:nth-of-type(3) .st-feature-box-icon{top:0px;}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}


/*contact*/
.map-cont{     margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center; padding: 10px 0;}
.map-cont img{max-width:100%;}
	
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%; text-align: left;}
	
.bx-rht-cont a{cursor:pointer;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 10px; margin-bottom:5px;}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{ margin: 0; font-size: 16px;}
.cont-page p{font-size:14px; color:#fff;     line-height: 24px !important;}

.cont-page h2 span{    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-bottom: 10px;}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}
.cont-page .feature-box-image .fa {
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    margin-top: 20px;
}
.cont-page .st-feature-box{    background: #000;
    padding-top: 15px; margin-top: 10px;    color: #fff;
    padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px;}

    .cont-page .map-hm-rht .sub-btn-hm {
    background: #f16d00;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
    border: 3px solid #f16d00;
}
/*contact*/
.service_box {
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 25px;
  text-align: justify;
  border: 1px solid #eee;
}
/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{padding: 166px 0 0;width: 100%;background-size: cover;min-height: 400px;text-align: center;position:relative;margin-bottom: 30px;}
.innr-pg-bnnr:after{content:'';position:absolute;left: 0px;right: 0px;top: 0px;bottom: 0;width:100%;height:100%;z-index: 0;background: #00000096;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color:#fff; text-align:center; text-transform:uppercase; font-size:40px; font-weight:bold; position:relative; z-index:1;}
.innr-pg-bnnr h1:after{content:''; position:absolute; bottom: -10px; margin:0 auto; left:0; right:0; width:100px; height:4px; border-radius:2px; background:#fff;}
.inner-pages ul, .innr-pg ul{padding:0px; margin-bottom:0;}
.inner-pages li, .innr-pg li {position: relative; list-style: none; padding-left: 30px;}
.inner-pages li:before, .innr-pg li:before{content: "\f101";  position: absolute; font-family: FontAwesome; font-size: 17px; line-height: 30px;    left: 7px;  top: -2px; color: #a2d5f2;}
/*innr-pg-bnnr*/




@media(max-width:991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right:0;
    padding:10px 0;
  }
  .navbar .navbar-nav {
    border-top:1px solid #eee;
  }
}

@media(min-width:992px) {
  .navbar .nav-item .dropdown-menu {
    display:block;
    border:none;
    margin-top:0;
    top:150%;
    opacity:0;
    visibility:hidden;
    transition:.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top:100%;
    visibility:visible;
    transition:.5s;
    opacity:1;
  }
  
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width:300px;
  }
  
  .btn-play {
    left:auto;
    right:-12%;
    transform:translate(-50%,-50%);
  }
  
}


@media(max-width:767px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width:200px;
  }
  
  #header-carousel .carousel-item {
    position:relative;
    min-height:450px
  }
  
  #header-carousel .carousel-item img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
  }
    
  .counter-hm::before{ width: 15px; left: 0; transform: skewX(0deg);}
  .counter-box{ margin-top: 10px; margin-bottom: 20px; border-radius: 30px;}
  
  .footer::before{ width: 100%; height: 10px; left: 0; transform: skewX(0deg);}
    
}

@media(max-width:480px) {

.navbar-toggler{ margin: 10px;}	
.navbar .navbar-nav .nav-link{ border-bottom: 1px #ccc solid;}
	
}



