body {
  font-family: "Mukta Malar", sans-serif;
  color: #2d2d2d;
  padding: 0px !important;
}

a {
  color: #fe9900;
  text-decoration: none;
}

a:hover {
  color: #fe9900;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Mukta Malar", sans-serif;
  
}

.blue-text {color: #0598e6;}
.pink-text {color: #fe9900;}
.red-text {color: #ec5334;}
.white-text {color: #fff;}
.overlay { background: rgba(0,0,0,.7); position:absolute;  top: 0px; left: 0px; width: 100%; height: 100%; z-index: 0;   }

.sub-text { font-family: "Mukta Malar", cursive; font-weight: 400; font-size: 20px; position: relative;  }

/* .sub-text::after {  width: 50px;
  height: 1px;
  background: #c8c8c8;
  content: "";
  position: absolute;
  top: 15px;
  left:0px;
} */

p { 
  
  font-family: "Mukta Malar", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px !important;

}

.gary-bg{ background: #f6f6f6; }

.yellow-bg{ background: #f8b914; }
.blue-bg {background: #2C869E;}
.yellow-bg-l{ background: #DA47A60A }
.redbg { background: #ec5334; } 
.text-green {color: #2c9b00;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2C869E;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# bg aos animation delay on mobile devices
--------------------------------------------------------------*/

.section-bg1:before {
  content: "";
   
  position: absolute; height: 106px; width: 100%;
  bottom: -30px;
  left: 0;
  right: 0;
 
  z-index: 9;
}

.section-bg1 { overflow: visible !important;
  padding: 10px 0;
  color: #fff; background: #f8b914;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }


  
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background:rgba(255,255,255, 1);
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
}

#header.header-scrolled {
  padding: 5px 0 !important;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background:rgba(255,255,255, 1);
}

#header .container { position:relative; }


@media (max-width: 980px) {
  .container, .container-md, .container-sm {
    max-width: 98%;
  }

}


/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  background: #2C869E;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.get-started-btn:hover {
  background: #111111;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}


#header .navbar { margin-top: 25px;  }

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 25px;
  font-family: "Mukta Malar", sans-serif;
  font-size: 15px; text-transform: uppercase;
  font-weight: 500;
  color: #6b6b6b;letter-spacing: 1px;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .nav-link.active, .navbar .active:focus, .navbar li:hover > a {
  color: #fe9900;
}

/* #header.header-scrolled .navbar a { color: #848484; } */

.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #111;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #094797;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #444;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.header-scrolled .mobile-nav-toggle {  color: #848484; }

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1100px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #848484;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #DA47A6;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fe9900;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

main.news-view{
	padding-top: 120px;
}
main.news-view h2{
	font-family: 'Vanitas';
	color: #FFF;
	margin-bottom: 30px;
}

.height-300{
  height: 300px;
}

@media (max-width:1100px){

#header .navbar {
  margin-top: 0px; padding-left: 15px;
}

}

@media (max-width:960px){
  .height-300{
    height: 100px;
  }
}




/*--------------------------------------------------------------
# top Section
--------------------------------------------------------------*/

.tp-bar { position: absolute; top:05px; right:5px; color: #a8a8a8;  font-family: "Mukta Malar", sans-serif;
  font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
.tp-bar a { color: #a8a8a8; padding-left:0px; padding-bottom:0px;  }
.tp-bar a:hover {   color: #0598e6;}
 #header.header-scrolled  .tp-bar, #header.header-scrolled  .tp-bar a {  color: #848484;   }

 @media (max-width:1100px){

 .tp-bar { position: relative; }

 }

 @media (max-width:800px){
  
  .tp-bar a i { font-size: 15px; }

.team-details { margin-bottom: 30px; }
.story-wrap .slider-item {padding: 40px 0px;}

 }


/*--------------------------------------------------------------
#clients page
--------------------------------------------------------------*/

.cl-img { border: 1px solid rgba(0,0,0,0.10); margin: 15px 0px; padding: 30px 0px;}



.family { background:rgb(255, 246, 233) url("../img/oh_bg-min.png"); }



.footprints {}
.boxcard { border: 3px solid #fff; padding: 15px; min-height: 300px; }
.boxcard h4, .boxcard p { color:#fff }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height:98vh; */
  position: relative; padding: 0px !important;
}
#hero .container{
	z-index: 3;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#hero .home-video{
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#hero h1 {
  margin: 30px 0px 20px 0px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  font-family: 'Vanitas';
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 58px;
  line-height: 1.6; font-weight: 700;
}
#hero h2 span { 
font-weight: 300;

}

#hero .carousel-caption { bottom:30%; 
  text-align: center; }


#hero .btn-get-started {
  font-family: "Anek Telugu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: 0.5s;
  margin-top: 15px;
  color: #fff; line-height: 13px;
  background: #DA47A6;
  border: 2px solid #DA47A6; 
}

#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

.btns {
	pointer-events: auto;
	cursor: pointer;
	background: #fff;
	border: 3px solid #fe9900;
	padding: 10px 30px;
	margin: 0; text-transform: uppercase;
	font-family: inherit;
	font-size: inherit;
	position: relative; color: #fff;
	display: inline-block;
}

.btns::before,
.btns::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button--hyperion {
	font-family: input-mono-narrow, monospace;
	font-weight: 500;
	padding: 1rem 1.5rem;
	border: 1px solid #f8b914;
	overflow: hidden;
	color: #fff;
}

.btns--hyperion span {
	display: block;
	position: relative;
}

.btns--hyperion > span {
	overflow: hidden;
}

.btns--hyperion > span > span {
	overflow: hidden;
	/* mix-blend-mode: difference; */
}

.btns--hyperion:hover > span > span {
	animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

@keyframes MoveUpInitial {
	to {
		transform: translate3d(0,-105%,0);
	}
}

@keyframes MoveUpEnd {
	from {
		transform: translate3d(0,100%,0);
	}
	to {
		transform: translate3d(0,0,0);
	}
}

.btns--hyperion::before {
	content: '';
	background: #fe9900;
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
	transform-origin: 100% 50%;
}

.btns--hyperion:hover::before {
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
}




/* .slider-bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
} */

.carousel-inner>.carousel-item .slider-bg {
	width:100%;
	height:100%;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:60s;
	-moz-animation-duration:80s;
	-ms-animation-duration:80s;
	-o-animation-duration:80s;
	animation-duration:80s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	-webkit-transform-origin:100% 100%;
	transform-origin:100% 100%;
	-moz-animation-iteration-count:1;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
}
.carousel-inner>.carousel-item .slider-bg.kenburns {
	-webkit-animation-name:kenburns;
	-moz-animation-name:kenburns;
	-o-animation-name:kenburns;
	animation-name:kenburns;
}
.carousel-inner>.carousel-item .slider-bg.kenburnsreverse {
	-webkit-animation-name:kenburnsreverse;
	-moz-animation-name:kenburnsreverse;
	-o-animation-name:kenburnsreverse;
	animation-name:kenburnsreverse;
}
@-webkit-keyframes kenburns {
	0% {
					-webkit-transform:scale(1.2);
	}
	50% {
					-webkit-transform:scale(1);
	}
	100% {
					-webkit-transform:scale(1.2);
	}
	
}
@keyframes kenburns {
	0% {
					transform:scale(1.2);
	}
	50% {
					webkit-transform:scale(1);
	}
	100% {
					webkit-transform:scale(1.2);
	}
}
@-webkit-keyframes kenburnsreverse {
	0% {
					-webkit-transform:scale(1);
	}
	50% {
					-webkit-transform:scale(1.2);
	}
	100% {
					-webkit-transform:scale(1);
	}
}
@keyframes kenburnsreverse {
	0% {
					transform:scale(1);
	}
	50% {
					transform:scale(1.2);
	}
	100% {
					transform:scale(1);
	}
	
}

.carousel-caption .btn-banner { background: #f8b914; color: #fff; padding: 15px 10px;  }
.carousel-indicators { bottom: 10%; /*text-align: left; left: 0; right: auto;*/ }
.carousel-indicators [data-bs-target] {width: 50px;}


.carousel-item .carousel-caption { transform:translateY(500px); transition:all 500ms ease-in-out;  transition-duration:1.5s; opacity:0; }
.carousel-item.active .carousel-caption  {transform:translateY(0px); opacity:1;  }
  .carousel-item.active .carousel-caption h2 {font-family: "Rochester", cursive; font-weight: 300; font-style: normal;}

    .carousel-item.active .carousel-caption p {font-family: "Mukta Malar", sans-serif; font-weight: 300;}


@media (max-width: 960px){
  #hero {
    margin-bottom:0px;
  }
}
@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    font-size: 38px;
    line-height: 44px; text-align: center;
  }

  .carousel-indicators { right: 0; text-align: center; bottom:30px }
  #hero .carousel-caption { text-align: center; bottom: 10%; }

  .tp-bar { letter-spacing: 0; top:0px; } 
#inner-hero { margin-top: 70px; }



}






@media (max-width: 568px) {
  
  #hero h2 {
    font-size: 40px;
    line-height: 45px;  
  }

  #hero {margin-top: 70px;}

  #hero p { margin-top: 15px; }
  .carousel-indicators {  bottom:10px }
  #hero .btn-get-started {padding: 8px 15px; font-size: 14px;}


}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0 100px;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center; 
  position: relative;
  margin-bottom:30px;
}

.section-title h2 {
  font-size: 34px;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

/* .section-title h2:after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #094797;
  bottom: 0;
  left: calc(50% - 25px);
} */

#team .section-title h2:after{
	background: #FFF;
}

.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 100px 0 100px;
  color: #fff;
}

.section-bg:before {
  content: "";
  /* background: #094797; */
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  /* transform: skewY(-3deg); */
  z-index: -1;
}
#services p{
	line-height: 1.8;
}

.partners-logo{
	background: #FFF;
	padding: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	margin-bottom: 40px;
	text-align: center;
}
.partners-logo img{
	filter: grayscale(1);
}
.partners-logo h4{
	font-weight: 600;
  font-size: 26px;
  margin-top: 20px;
}


@media (max-width:767px) { 

  section {
    padding: 70px 0 70px;}

    .section-title h2 {
      font-size: 30px;
    }


}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
  background: #0e1f5f;
  min-height: 40px;
  margin-top: 110px;
  color: #fff;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
 
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #aaaaaa;
}

.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #094797;
  content: "/";
}

/*--------------------------------------------------------------
# offer
--------------------------------------------------------------*/
.offer-slider {padding-bottom:60px}
.offer-item { text-align: center; background-color: #fff; padding: 30px; text-align: left; min-height: 340px; position: relative; }
.offer-item:after, .offer-item:before {width: 100%; height: 100%; content: ""; background: rgba(255,255,255,0.65); position: absolute; z-index: -1;}
.offer-item:after {  top: 10px; left: 10px; }
.offer-item:before {   top: 20px; left: 20px; }
.offer-item img { height: 40px; }
.offer-item h3 { font-weight: 700; font-size: 22px; line-height: 26px; padding: 30px 0px 0px;  }
.offer-img { padding: 10px; border-radius: 100%; width: 80px; height: 80px; background:#f8b914; text-align: center;
  display: table-cell;
  vertical-align: middle; }


.offeringsection::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  background: url(../img/bg1.jpg) no-repeat right top fixed ; 
    background-size: auto;
  /* background-size: cover; */
}

.offeringsection .section-title  p {width:45%;}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #094797;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #094797;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

@media (max-width:767px) {

.offeringsection::before { width: auto;}
.offeringsection .section-title p {  width:100%;}

 

}

/*--------------------------------------------------------------
# story
--------------------------------------------------------------*/
.section-bg2:before {
  content: "";
  background: #f6f6f6;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  z-index: -1;
}

.section-bg2 {
  padding: 140px 0;
 
}


.story-box { background: #fff; padding:40px 30px 30px; border: 1px solid #E0E0E0; position: relative; margin: 0px 0px 15px; min-height: 240px; }
.story-box p { font-size: 26px; font-style: italic; line-height: 1.5; text-align: center; color: #848484; font-family: "Rochester", cursive; }
.story-box:after { background: #fff url(../img/quote.png) no-repeat top left; content: ""; position: absolute; top: -30px; left: 30px; width: 70px; height: 70px; z-index: 9;  }
.story-wrap .slider-item { padding: 40px 20px; }
.story-username span { display: block; padding: 5px 10px; color:#DA47A6; font-weight: 300; font-size: 14px; font-style: italic;  }
.story-username span strong { color: #2C869E; font-weight: 600; font-size: 16px; font-style:normal;   }


/*--------------------------------------------------------------
# JV Section
--------------------------------------------------------------*/


.jv-section {  background: url(../img/jv1.jpg) no-repeat right center fixed; background-size: cover; }
.jv-box { background:#fff; padding: 30px; position: relative; z-index:0;  } 
.jv-box:after, .jv-box:before {width: 100%; height: 100%; content: ""; background: rgba(255,255,255,0.65); position: absolute; z-index: -1;}
.jv-box:after {  top: 10px; left: 10px; }
.jv-box:before {   top: 20px; left: 20px; }



/*--------------------------------------------------------------
# contract section
--------------------------------------------------------------*/

.contract-bg { background: #fff;
  box-shadow: 5px 3px 10px rgba(0,0,0,0.06);
  padding: 30px;
  min-height: 230px;
  margin-bottom: 30px;
 transition: all 300ms ease-in-out; position: relative;  }
  .contract-bg:after{width: 5px; height:20%; background: #f8b914; content: ""; position: absolute; top: 30px; left: 0; transition: all 300ms ease-in-out; }
  .contract-bg:hover:after{ height: 100%; top: 0; }


.contrtitle {font-size: 20px; font-weight: 600; font-family: "Anek Telugu", sans-serif; line-height: 25px;}
.contrloc {font-size: 14px; font-style: italic; color: #094797; padding-bottom: 15px; }
.contrdes {font-size: 14px; line-height: 18px; }
.contrdes ul { margin: 0px; padding: 0;  }
.contrdes li { list-style: none; font-size: 13px; line-height: 16px; padding: 5px 5px 0px 10px; font-style: italic; position: relative; }
.contrdes li:after { position: absolute; top: 10px; left: 0px; width: 5px; height: 5px; background: #f8b914; border-radius: 100%; content: "";  }


.contractacc {}
.contractacc ul { margin: 0px; padding:0px }
.contractacc li { list-style: none; padding: 0px 0px 15px 20px; color: #111111; position: relative; }
.contractacc li::after { position: absolute; top: 0px; left:0; content: "\e9a4"; color: #111111; font-family:'boxicons';   }
.accordion-button:not(.collapsed) { background:#f8b914 !important ; color: #111; }
.accordion-button {font-size: 22px; font-weight: 700; }
.accordion-button:focus {border-color: #FFF; box-shadow: 0 0 0 .25rem rgba(255,255,255,.25); }
.accordion-button::after {background-color: #f8b91421; border-radius: 100%; width: 30px; height: 30px;  background-position: 5px center;   } 


@media (max-width:767px) { 

  .contract-bg {  min-height: auto; }


}



/*--------------------------------------------------------------
# fome form
--------------------------------------------------------------*/


.home-form { padding:0px 0px 0px; margin-top:0px; border-top:0px solid #25252525  }
.sitevisit-form { padding-left: 50px; }
.sitevisit-form input { padding: 10px;}
.formfield { padding:0px 0px 30px; }
.formfield button { background: #DA47A6; color: #fff; font-weight: 600; padding:12px 30px; border: 0px;   }
.visitsection {   }

@media (max-width:800px) {

.sitevisit-form {
  padding-left: 0;
}


}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 0px 0px 0px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}
.about .content h5{
	line-height: 1.5;
}
.about .content p {
  margin-bottom: 30px;
}



.about .icon-boxes .icon-box {
  margin-top: 30px;
  text-align: center;
}

.about .icon-boxes .icon-box img {
  margin-bottom: 20px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.flip-box {
  background-color: transparent;
  width: 22%;
  height: 320px;
  perspective: 500px; /* Reduced perspective for a MORE DRAMATIC 3D effect */
  margin:0px 15px;
  border-radius:0px;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); */
}

/*
2. THE INNER FLIPPER: The element that rotates
*/
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s; /* Controls the speed of the flip */
  transform-style: preserve-3d; /* ESSENTIAL for 3D positioning */
}

/*
3. THE FLIP EFFECT: Triggered on hover
*/
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg); /* Horizontal flip */
  /* For Vertical flip, use: transform: rotateX(180deg); */
}

/*
4. FRONT AND BACK SIDES: Absolute position to stack them
*/
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Hide the back side when viewing the front */
  backface-visibility: hidden;
  /* border-radius: 10px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

/*
5. FRONT SIDE STYLING
*/
.flip-box-front {
  
  color: white;
}

.flip-box-front h2 {
  margin-top: 0;
  font-size: 1.5em;
}

/*
6. BACK SIDE STYLING AND STARTING POSITION
*/
.flip-box-back {
  background-color: #fe9900; /* Foundation Accent Orange */
  color: white;
  transform: rotateY(180deg); /* Start the back side facing away */
  /* For Vertical flip, use: transform: rotateX(180deg); */
  text-align: left;
  padding-top: 15px;
}

.flip-box-back h3 {
  margin-top: 0;
  font-size: 1.2em; text-align: center;
  text-decoration: underline;
}

.flip-box-back p {
  margin: 0; text-align: center;
  font-size: 16px;
}

/* Container for multiple cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
}

.flipimg1 {  background: rgba(0,0,0,0) url("../img/education.jpg") no-repeat scroll 0 0; }
.flipimg2 {  background: rgba(0,0,0,0) url("../img/2.jpg") no-repeat scroll 0 0; }
.flipimg3 {  background: rgba(0,0,0,0) url("../img/3.jpg") no-repeat scroll 0 0; }
.flipimg4 {  background: rgba(0,0,0,0) url("../img/4.jpg") no-repeat scroll 0 0; }


blockquote {background: #ec5334; padding: 30px; border-radius: 15px; color: #fff; }
blockquote p {color: #fff;}



@media (max-width: 1200px) {
  .about .content {
    padding: 0px 10px;
  }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts .count-box {
  padding: 10px 10px 20px 10px;
  width: 100%;
  margin: 100px 0px 50px 0px;
  position: relative;
  text-align: center;
  min-height: 610px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  transition: all 0.6s ease;
}
.counts .count-box:hover{
	transition: all 0.6s ease;
	box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px){
	.counts .count-box {
		margin: 50px 0px 50px 0px;	
	}
	
}

.counts .count-box span {
  font-size: 26px;
  display: block;
  margin-top: 20px;
  font-weight: 700;
  color: #111111;

}


.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.counts .count-box ul.list-style1{
	padding: 10px 10px 0px 10px;
	margin: 0px;
}
.counts .count-box ul.list-style1 li{
	position: relative;
	padding: 0px 0px 15px 35px;
	font-size: 16px;
	color: #111;
	font-weight: 500;
	line-height: 1.6;
	list-style: none;
	text-align: left;
}
.counts .count-box ul.list-style1 li i{
	position: absolute;
	left: 0;
	top: -5px;	
	    color: #094797;
	font-size: 20px;
	margin-bottom: 0px;
}
.about .icon-boxes .icon-box ul.list-style1{
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
.about .icon-boxes .icon-box ul.list-style1 li{
	position: relative;
	padding: 0px 0px 25px 35px;
	font-size: 16px;
  line-height: 1.6;
	color: #FFF;
	text-align: left;
	list-style: none;
}
.about .icon-boxes .icon-box ul.list-style1 li.sub{
	padding: 0px 0px 15px 55px;
}
.about .icon-boxes .icon-box ul.list-style1 li i{
	position: absolute;
	left: 0;
	top: -5px;	
	font-size: 26px;
	margin-bottom: 0px;
}
.about .icon-boxes .icon-box ul.list-style1 li.sub i{
	left: 30px;
	font-size: 20px;
}
.tabs .tab-pane ul.list-style1{
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
.tabs .tab-pane ul.list-style1 li{
	position: relative;
	padding: 0px 0px 15px 35px;
	font-size: 16px;
	color: #444444;
	font-weight: 400;
	line-height: 1.8;
	list-style: none;
}
.tabs .tab-pane ul.list-style1 li.sub{
	padding: 0px 0px 15px 55px;
}
.tabs .tab-pane ul.list-style1 li i{
	position: absolute;
	left: 0;
	top: -5px;	
	font-size: 26px;
	margin-bottom: 0px;
}
.tabs .tab-pane ul.list-style1 li.sub i{
	left: 30px;
	font-size: 20px;
}
.tabs .tab-pane h5{
	line-height: 1.5;
}
.tabs .tab-pane p{
  font-size: 0.95em;
	line-height: 1.9;
}


.swiper-wrapper{
  height: auto !important;
}
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #094797;
}

.tabs .nav-link.active {
  background: #094797;
  color: #fff;
  border-color: #094797;
}

@media (max-width: 767px) {
  section.tabs{
	  padding: 0px;
  }
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }
  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #094797;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #252525;
  transition: 0.3s;
}

.services .icon-box:hover {
  background: #2b2b2b;
}

.services .icon-box i {
  float: left;
  color: #094797;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  text-decoration: underline;
}

.services .icon-box .icon-box:hover h4 a {
  color: #094797;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team.section-bg{
	 
}
@media (max-width: 767px) {
	.team.section-bg{
		padding-top: 130px;
		padding-bottom: 130px;
	}
}
.team .member {
  overflow: hidden;
  display: block;
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  max-width: 130px;
  margin: 0 auto;
  border: 1px solid rgba(0,0,0,0.1);
}

.team .member .member-img img{
	filter: grayscale(100%);
	width: 100%;
	transition: all 0.6s ease;
}

.team .member:hover .member-img img{
	filter: grayscale(0%);
	transition: all 0.6s ease;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #111111;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #094797;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #111111;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 5px;
}

.team .member .member-info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
.team img.team-bg{
	position: absolute;
	left: 0px;
	bottom: 30px;
	opacity: 0.3;
	max-width: 300px;
}
.modal-body h4{
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
  color: #111111;
  text-align: left;
}
@media (max-width: 767px){
	.modal-body h4{
		margin-top: 20px;
	}
  .team img.team-bg{
    bottom: 50px;
  }
}
.team .member .member-info span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}
.modal-body span{
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
  text-align: left;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.team .team-border-right{
	border-right: 1px solid rgba(255,255,255,0.2);
}
@media (max-width: 767px){
	.team .team-border-right{
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.team h4{
		margin-top: 20px;
	}
}
.modal-body button.close{
	background: #e01919;
	border: none;
	position: absolute;
	right: -10px;
	top: -10px;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-body button.close span{
	color: #FFF;
	line-height: 30px;
	font-size: 20px;
}

.modal-body ul.list-style1{
	padding: 0px;
	margin: 0px;
}
.modal-body ul.list-style1 li{
	position: relative;
	padding: 0px 0px 15px 35px;
	font-size: 14px;
	color: #444444;
	font-weight: 400;
	line-height: 1.8;
	list-style: none;
}
.modal-body ul.list-style1 li i{
	position: absolute;
	left: 0;
	top: -5px;	
	font-size: 20px;
	margin-bottom: 0px;
}
.modal-body .linkedin{
	font-size: 32px;
	color: #2867b2;
}
.divider{
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 1px;
	margin: 20px 0px;
	clear: both;
}
/*--------------------------------------------------------------
# Projects-res
--------------------------------------------------------------*/
.project-slider {padding:0px 0px 50px}
.projects-wrap { padding:15px }
.projectimg { position: relative; margin-bottom: 35px;  }  
.projectimg img {width: 100%;}
.projectimg:after { content: ""; width: 100%; height: 100%; position: absolute; top: 15px; right: -15px; border: 1px solid #DA47A6; z-index: -1;   }
.projectimg:before {width: 100%; height: 100%; background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); position: absolute; bottom: 0; left: 0; content: "";  }

  .projectimg.beforenone::before {display: none;}

.project-details ul { margin: 0px; padding: 0px 0px 20px 0px !important; }
.project-details li { list-style: none; padding: 5px 0px 5px 25px; position: relative; margin: 0px; font-size: 14px; font-weight: 300;     }
.project-details li i { position: absolute; top:5px; left: 0px; font-size: 19px; color: #094797;    }

.bluebg .project-details li i {color: #fff; } 
.bluebg .projects-wrap .slider-item h3 {color: #fff;}

.unit-badge {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  left: -9px;
  background: rgba(0,0,0,0) url("../img/unitbadge.png") no-repeat scroll 0 0;
  font-family: "DM Sans",Sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  padding-left: 11px;
}

.status {position: absolute; bottom: 10px;  left: 10px; z-index: 9; color:#fff; font-size: 13px; font-weight:600;  }
.status i {font-size: 5px;top: -2px; position: relative; color: #f8b914;}

.btns-lines { position: relative; font-size: 14px;   }
.btns-lines span { position: relative; }
.btns-lines span:after {content:""; width: 100%; height: 1px; background: #DA47A6;left: 0px; bottom: 0px; position: absolute; transition: all 300ms ease-in-out;     }
.btns-lines:hover span:after {width:0%; }

.bluebg a.btns-lines { color: #f8b914; transition: all 300ms ease-in-out;  }
.bluebg .btns-lines span:after {background: #f8b914;}
.bluebg .btns-lines:hover span:after {width:0%; background: #fff; }
.bluebg a.btns-lines:hover {  color: #fff;}

.testimonials .slider-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 270px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  text-align: center;
  transition: all 0.6s ease;
}
.projects-wrap .slider-item:hover {
	transition: all 0.6s ease; 
}
.projects-wrap .slider-item h3 {
  font-size: 20px; font-weight: 600;
 text-align: left;  
  margin:0px 0 5px 0;
  color: #2c869e;
}
.projects-wrap .slider-item p {
  margin: 30px 0px 0px 0px;
}

.projects-wrap .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.projects-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #094797;
}

.projects-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #094797;
}


section.news{
	background-color: #094797;
}
section.news .section-title h2:after{
	background: #FFF; 
}
.text-left{
	text-align: left !important;
}
.news-text{	
	color: #FFF;
	margin-bottom: 40px;
}
.news-text h4{
	margin-bottom: 0px;
}
.news-text p.date{
	font-size: 13px;
	font-style: italic;
	color: rgba(255,255,255,0.4);
	margin-bottom: 5px;
}
.news-text a{
	color: #FFF;
	position: relative;
	padding-bottom: 5px;
	font-size: 13px;
}
.news-text a:before{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 30px;
	height: 2px;
	content: "";
	background: #FFF;
	transition: 0.3s;
}
.news-text a:hover:before{
	width: 100%;
	transition: 0.3s;
}
.news-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #FFF;
}

.news-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.news-btn:hover {
  background: #FFF;
  color: #094797;
}


/*--------------------------------------------------------------
# counters
--------------------------------------------------------------*/

.count-bg { background:#0598e6  ; background-size: cover;  color:#fff;   } 

.count-bg  {  padding: 100px 0px; color:#fff; }

ul.counters-list { padding:30px 0px 0px;
	display: flex;
  justify-content: center;
}

ul.counters-list li {
	position: relative;
	list-style: none;
	padding:30px 15px; text-align: center;
	width: 20%; color: #fff;
	margin-right: 20px; border: 1px solid rgba(255,255,255,.3);
  transition: all 300ms ease-in-out; overflow: hidden;
}

ul.counters-list li:hover { margin-right: 20px; }

ul.counters-list li::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%; z-index: -1;
	height: 100%; background: #DA47A6;
  transform: translateY(100%); transition: all 400ms ease-in-out;
	 
}
ul.counters-list li:hover::before { transform: translateY(0);}


ul.counters-list li img {
	height: 80px;
}

ul.counters-list li h4.home-counter-text {
	font-weight: 300;
	font-size: 40px;
	margin-top: 10px;
	color: #fff; transition: all 400ms ease-in-out;
	line-height: 37px; 

}

ul.counters-list li h4.home-counter-text span.counter {
	font-weight: 700;
	font-size: 45px; font-family: "Mukta Malar";
	color: #fff;
}

ul.counters-list li h5 { 
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

ul.counters-list li:hover h4.home-counter-text {color: #fff; }


@media (max-width: 980px) {


  ul.counters-list { 
    display: inline-block;
    width: 100%; 
  
  }

  ul.counters-list li {
    width: 25%;
    float: left;
  }

  ul.counters-list li h4.home-counter-text span.counter { 	font-size: 36px;}


}

@media (max-width: 767px) {
  ul.counters-list li {
    width: 49%;
    float: left; padding-left: 15px; margin: 0;
  }

  .count-bg  {  padding: 70px 0px; color:#fff; }
  ul.counters-list li h5 {font-size: 14px;}

}


/*....................*/


a.news-listing{
	padding: 20px;
	background: #FFF;
	display: block;
	transition: 0.3s;
	margin:10px 10px 40px 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
a.news-listing:hover{
	transition: 0.3s;
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
}
a.news-listing h2{
	margin: 15px 0px 0px 0px;
	font-size: 24px;

}
a.news-listing span{
	color: #777777;
	font-size: 13px;
}
a.news-listing span i{
	margin-right: 5px;
}
.news-bg{
	background: url(../img/news-image.jpg) left top no-repeat fixed;
	background-size: cover;
}

@media (max-width: 990px){
	.news-bg{
		min-height: 250px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background:#0598e6 url("../img/bg1.jpg") no-repeat scroll top -150px center;
  background-size: cover;
  float: left;
  width: 100%;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #ffffff1d;
  /* background: #1b1b1b; */
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

#footer .footer-top .footer-contact h3 span {
  color: #fe9900;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  position: relative;
  padding: 3px 0px 10px 30px;
}
#footer .footer-top .footer-contact p i{
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 20px;
}
#footer .footer-top .footer-contact p a{
	color: #FFF;
}
 
#footer ul { margin: 0px; padding:0px }
#footer li { list-style: none; }
#footer li a { padding: 5px 0px ; color: #fff; display: block; }
#footer li a:hover { color: #fe9900;   }


#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #094797;
  color: #fff;
  text-decoration: none;
}
 
.copyright a{
	color: #FFF;
}


@media (max-width: 980px) {
  #footer {
    background:#0598e6 url("../img/bg1.jpg") no-repeat scroll center right -150px;
  }

}


/* inner banner */

.inner-banner { 
  height: 450px;
  background: #0e1f5f; background-size: cover !important;
}
.inner-banner::after { content: ""; position: absolute; top: 0px; right: 0px; background: rgba(0,0,0,.6); z-index:9; width: 100%; height: 100%;  }

.inr-banner-caption { padding:130px 0px 0px; position: relative; z-index: 99; }
.inr-banner-caption .hero-title { font-size: 36px; font-weight: 700; font-family: "Mukta Malar"; color: #fff !important; padding: 0px 0 15px 0; margin: 0px;     }

p.banner-breadcrumb { color: #fff; }
P.banner-breadcrumb span > span a, P.banner-breadcrumb span > span { color: #fff !important; font-size:14px }
P.banner-breadcrumb span > span a { padding:0px 5px 0px 0px }
P.banner-breadcrumb span > span.active{color: #fe9900 !important; }



.about-banner {background: url(../img/banner/inner-banner.jpg) no-repeat top center  ;}
.contact-banner {background: url(../img/banner/contact-banner.jpg) no-repeat center center  ;}
.quality-banner {background: url(../img/banner/serv-banner.jpg) no-repeat center center  ;} 
.testimonials-banner {background: url(../img/banner/serv-banner.jpg) no-repeat center center  ;}
.cl-banner {background: url(../img/banner/gallery.jpg) no-repeat bottom center  ;}
 

/*  gallery page */

.tab-blk .nav {justify-content: center;}
.tab-blk .nav-pills .nav-link {color: #848484; text-transform: uppercase; font-size: "Mukta Malar"; font-weight: 400;  font-size: 13px; }
.tab-blk .nav-pills .nav-link.active { background: #fe9900; color: #fff; border-radius: 0;  }
.tab-blk .gallerytab  {margin-bottom: 30px;}
.tab-blk .gallerytab img   { object-fit: cover; height: 300px;}

.pressblock {}
.pressblock h4 {font-size: 16px; text-align: left; padding: 10px 0px 30px;  font-weight: 600; line-height:20px; color: #0598e6; }
.pressblock h4 span {color: #fe9900; display: block; line-height: 13px; font-weight: 400; } 
.pressblock .press {padding:10px; border: 3px solid #dbdbdb;}
/*  about page */

 .feature-box {
	display: block;
	flex-direction: row;
	align-items: center;
	padding: 24px 24px; color: #444444;
	background:#fff;
	box-shadow: 0 5px 25px rgba(89, 101, 124, .15);
	border-radius: 3px;
  margin-bottom: 30px; 
	font-weight: 500; min-height: 190px;
	font-size: 15px
}
.feature-box h4 { font-size: 18px; font-weight:700; color: #2C869E;  }
.feature-box-icon {width: 80px; margin-bottom: 15px;}
.feature-box-icon img {width: 100%;}
.feature-box-content span { font-weight: 500; font-size: 20px; }
.feature-box-content p { font-size: 16px; }

.mr-5 {margin-right: 50px;}

.scale-bg-top { position: relative; overflow: visible !important; }
.scale-bg-top::after {content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50px;
  opacity: 0.4;
  background-image: url(../img/scale-bottom.png);
  background-position: bottom;
  background-repeat: repeat-x;
  top: -50px;


}

.social-icons {
  display: flex;

  margin-top: 15px;
}

 ul.social-icons {margin: 0px; padding: 0px;}
.social-icons li { list-style: none; padding-right: 25px; font-size: 20px;  }

/*  team page */



.team-box { margin: 0 20px; }
.team-img { margin-bottom:35px; position: relative;}
.team-img img  {width:100%}
.team-details { font-size:15px; font-weight: 00;   }
.team-details span { font-size:20px; font-weight:700; 	font-family: "Mukta Malar", sans-serif; color: #2c869e;}
 
 

.team-box a {  font-weight: 700; padding:8px 20px; color: #111111; margin-top:5px; display: inline-block; }



/*  quality page */

ul.key {  margin: 0px; padding:0px;  }
.key li { list-style: none;   display:block;  position: relative; padding: 5px 0px 15px 35px;   }
.key li::after { position: absolute; top:0px; left: 0px; content:"\ede4"; font-family:'boxicons'; font-size: 25px; color: #fe9900; }



.suc i { font-size: 100px;  } 