@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


body {
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  color: #111;
  background:#fff;
  font-optical-sizing: auto;
}


p { font-size: 16px; color: #222;  }

img { max-width: 100%; border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #2f76a4; 
}

a:hover {  color: #000; }

a, span {
  display: inline-block; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/

.common-btn {
  font-size: 16px;
  background: #2f76a4;
  color: #fff;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius:10px;
  min-width: 170px;
  text-align: center;
  text-transform: uppercase;
}

.common-btn:hover { background: #fe0000; color: #fff; }

.title-col{ margin-bottom:30px; text-align: center; }

.title {
  position: relative;
  font-size:40px;
  font-weight:600;
  color: #2f76a4;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  display: inline-block;
}

.title:before{ content: ""; position: absolute; top:-10px; left: 0; width:70px; height:3px; background:#fe0000; }
.title:after{ content: ""; position: absolute; bottom:-10px; right: 0; width:70px; height:3px; background:#2f76a4; }

.title span{ color: #fe0000; }

.title-para{ font-size:20px; text-align: center; max-width: 1000px; margin: auto; color:#616161; }

.form-control {
    border-radius:10px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
	  height:48px;
    border-color:#ccc;
    font-weight: 600;
    background: #fff;
}

.form-control:focus{ border-color:#000; background: #f5f5f5; }

textarea.form-control{ height: auto; }

select.form-control {
  padding-left: 15px !important;
  height: 48px;
  padding: 0px;
}

:focus {
  outline: none !important; 
}

.mt-7{
  margin-top:5rem!important;
}

@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*------------------end common-css-------------------*/

.topbar { padding: 6px 0; background:#F3F7F9; }
.topbar .container-fluid{ padding-left: 30px; padding-right: 30px; }
.topbar p{ margin-bottom:0; font-size:14px;  } 
.header-top-action ul{ padding: 0px; margin: 0px; list-style: none; }
.header-top-action ul li{ display: inline-block; font-size: 13px; color: #545454; margin-right: 10px; padding-right: 10px; border-right:1px solid #555; }
.header-top-action ul li:last-child{ border: none; margin-right: 0px; padding-right: 0px; }
.header-top-action ul li a{ color: #111; }
.header-top-action ul li a:hover{ color: #fe0000; }
.header-top-action ul li i{ color:#111; }
.top-call{ text-align: right; }
.top-call a {
  margin-left: 1px;
  color: #fff;
  background: #999;
  font-size: 15px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
}

.top-call a:nth-child(1){ background:#38529A; }
.top-call a:nth-child(2){ background:#444; }
.top-call a:nth-child(3){ background: #0A66C2; }
.top-call a:nth-child(4){ background:#F70000; }

.topright-col{ display: flex; justify-content: end; }
.top-google{ margin-left: 10px; }
.top-google img {
  max-height: 24px;
  border-radius: 3px;
}

.main-header{ padding:5px 0; transition: all 0.3s ease; background:#fff; }
.main-header .container-fluid{ padding-left: 30px; padding-right: 30px; }

.logo img{ max-height:75px; }

.logo span img{ max-height: 70px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color:#111;
    font-size: 15px;
    font-weight:600;
    margin: 0px 15px;
    padding:10px 0px;
    text-align: center;
    text-transform: uppercase;
}


.main-header .navbar-expand-lg .navbar-nav .nav-link:hover { color: #fe0000; }

header.main-header.fixed-nav {
    position: fixed;
    background:#fff;
    z-index: 9;
    width: 100%;
    padding: 0px 0;
	  top: 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}


header.main-header.fixed-nav .logo img{ max-height:52px; }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.navbar-nav .dropdown-menu{ padding: 0px; border-radius: 0px; margin-top: -3px; min-width: 260px; }

.dropdown-item span {
  line-height: 1;
  font-size: 15px;
  position: absolute;
  top: 8px;
  right: 12px;
}

.dropdown-item{ padding:6px 1.1rem; font-size: 13px; font-weight: 600; text-transform: uppercase; padding-right: 30px; white-space: normal; }

ul.submenu.dropdown-menu .dropdown-item{ padding-right: 1.1rem; }

.dropdown-item:hover{ background-color: #2f76a4; color: #fff; }

@media (min-width: 992px){
.nav-item .submenu {
    top: 3px;
}
}

@keyframes slideIn {
  0% {
      transform: translateY(2rem);
      opacity: 0;
  }
  100% {
      transform: translateY(0rem);
      opacity: 1;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}


/*-------------banner---------------*/

.banner{ position: relative; background: #fff;  }
.banner .banner-pic img {
    width: 100%;
    object-fit: cover;
}

.banner .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.banner .owl-nav span { position: relative; }

.banner .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}
.banner .owl-nav i { font-size:28px; color: #ffffff; }

.banner-btn{ position: absolute; bottom:80px; right:30%; z-index: 99; color: #fff; }
.banner-btn a{ color: #fff; }

.banner .owl-dots{ position: absolute; bottom:0px; width: 100%; }

.banner .owl-theme .owl-nav [class*=owl-]{ background:rgb(51 51 51 / 40%); line-height: 63px; }

.welcome-home{ padding:90px 0px 90px; background: #fff; }

.welcome-text {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.welcome-text h3{ margin: 20px 0px 25px; }
.welcome-text h3 b{  }

.homeproducts-sec{ 
  padding:50px 0px 40px;
  /* background: #2f76a4; */
  background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}
.homeproducts-sec .title-col{ margin-bottom:40px; }
.homeproducts-sec .title{ color: #fff; }
.homeproducts-sec  .title:after{ background: #fff; }
.homeproducts-sec  .homepro-para p{ color: #eee; }
.homeproducts-sec .common-btn{ background: #fff; color: #111; }
.homeproducts-sec .common-btn:hover{ background: #fe0000; color: #fff; }

.slider-col{ text-align: center; }
.slider-col a{ display: block; border: 1px solid #ccc; margin-bottom:25px; background: #fff; border-radius: 8px; overflow: hidden; }
.item-text h3{ font-size: 15px; font-weight:600; padding: 15px 15px; color: #111; margin-bottom: 0px; min-height: 85px; }

.slider-col a:hover {
  background: #fe0000;
  border-color: #fe0000;
}
.slider-col a:hover .item-text h3{ color: #fff; }

.homeproducts-sec .owl-nav .owl-prev {
  position: absolute;
  color: #333;
  top: 40%;
  left:-60px;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px;
}

.homeproducts-sec .owl-nav .owl-next {
  position: absolute;
  color: #333;
  top: 40%;
  right:-60px;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px;
}

.homeproducts-sec .owl-nav span {
  position: relative;
}

.homeproducts-sec .owl-nav i {
  font-size:30px;
  color: #fff;
line-height: 55px;
background: #fe0000;
}

.homepro-para{ max-width:1000px; margin:-20px auto 50px; text-align: center; }

.about-sec2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  margin:30px auto 40px;
  max-width: 870px;
  width: 100%;
}
.counter {
  font-size: 45px;
  color:#2f76a4;
  font-weight: 700;
  margin-bottom: 0px;
}
.nos h4 {
  font-size: 18px;
  color: #000;
}

.homeproduct-sec{ padding:0px 0px 50px 0px; }
.homeproduct-col{ text-align: center; margin-bottom: 1.5rem !important; }
.homeproduct-frame img{ width: 100%; height:220px; object-fit: cover; border-radius: 8px; border: 2px solid #ccc; }
.homeproduct-frame img:hover{ border-radius: 8px; border: 2px solid #fe0000; }
.homeproduct-col h3{ font-size: 15px;
    margin-top: 5px;
    background: #2f76a4;
    color: white;
    padding: 5px;    border-radius: 5px;}
.homeproduct-col .common-btn{ font-size: 12px; padding: 12px 10px; background: #fff; color: #2f76a4; border: 1px solid #2f76a4; min-width: inherit; }
.homeproduct-col .common-btn:hover{ background: #fe0000; color: #fff; border-color: #fe0000; }


.homevideo-col{ text-align: center; }
.homevideo-frame iframe{ width: 100%; height:260px; }
.homevideo-col h3{ font-size: 15px; margin-top: 10px; }

.homevideo-col .common-btn{ font-size: 12px; padding: 12px 10px; background: #fff; color: #2f76a4; border: 1px solid #2f76a4; min-width: inherit; margin-top: 10px; }

.homevideo-sec{ padding:90px 0px; }

.testimonial-wrapper { background:url(../images/testimonial-bg.jpg) no-repeat #041f34; background-size:cover;  padding-top:70px; position: relative; padding-bottom: 50px; }

.testimonial-wrapper:before {
    content: "\f10e";
    font-size: 275px;
    color: #0f4c7f;
    position: absolute;
    left: 0;
    right: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    text-align: center;
    top: 35px;
    z-index: 0;
     font-style: italic;
}

.testimonial-wrapper .title:after{ background: #fff; }

.testimonial-wrapper .title-col{ margin-bottom:50px; } 
.testimonial-wrapper .title{ color:#fff; }
#testimonial-slider .item{ padding:20px; padding-bottom:32px; }

.testi{  text-align: center; max-width:910px; margin: auto; width:100%;   }
.testi img{ width: auto !important; margin: auto; }
.user-pic{ margin: auto;   }

.testi h4{ font-size:22px; font-weight:500; color:#fff;  margin-top:40px;  }
.testi p{ font-size:18px; font-weight:300; color:#fff; font-style: italic; line-height:30px;  margin-top:15px;  }

#testimonial-slider.owl-theme .owl-nav { margin-top: 0px; }

.users-col{ position: absolute; bottom:0px; left:0; right:0;   }

.testimonial-wrapper .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 32px;
    margin: 5px 0;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
	background: none;
}

.homeform{ padding:90px 0px 80px; }
.form-sec{ max-width:900px; margin: auto; }
.form-sec .form-control{ background: #f5f5f5; }

footer{ 
  background: url(../images/footer-bg.jpg) no-repeat center center;
  background-size: cover ;
  padding:60px 0px 30px; }

.footer-title {
  margin-bottom:20px;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}

.contact-conten p {
  display: flex;
  font-size: 14px;
  color: #fff;
}
.contact-conten p strong {
  display: block;
  font-size: 18px;
  margin-right: 10px;
  line-height: 1;
  color: #fff;
  margin-top: 3px;
}

.contact-conten p b{ display: block; }
.contact-conten p a{ color: #fff; }
.contact-conten p a:hover{ color: #fff; font-weight: bold; } 

.contact-conten hr{ opacity: .10; }

.footer-links p{ margin-bottom:8px; }
.footer-links p a{ font-size: 14px; color:#ffffff; }
.footer-links p a:hover{ color: #fff; font-weight: bold; }


.footer-links { padding-right: 20px; }
.footer-social .footer-title{ margin-bottom: 15px; color: #fff; }

.footer-social{ margin-top:30px; }
.footer-social a {
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
}

.footer-social a:hover{ color: #fe0000; } 

.subscribe-form {
  width: 100%;
  position: relative;
}

.subscribe-form input {
  font-size: 14px;
  border: 1px solid #e1e1e1;
  padding-left:15px;
  font-weight: 400;
  padding-right:40px;
}

.subs-btn {
  border: 0;
  font-size:24px;
  position: absolute;
  top: 6px;
  right: 5px;
  color: #000;
  background: none;
}

.footer-copyright{ margin-top: 30px; } 

.footer-copyright p {
  margin-bottom: 5px;
  color: #cddeff;
  font-size: 14px;
}


/*------------why us----------*/


.home-whyus{
  background:#fff;
    padding: 50px 0 20px;
    position: relative;
  }
  
  .talent-factors .section-title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 700;
  }
  
  .talent-factors .mar-fix {
  margin:100px 0;
  }
  
  .talent-factors .talent-face {
  position: absolute;
  bottom:60px;
  left: 50%;
  transform: translateX(-50%);
  }
  
  .talent-factors .talent-face figure {
  max-width: 470px;
  margin-bottom: 0px;
  }
  
  .talent-factors .map-dots li:first-child {
    top: 43%;
    left: 41%;
}
  
  .talent-factors .map-dots li { background: #fe0000; }
  
  .map-dots li {
  position: absolute;
  height: 18px;
  width: 18px;
  background: #ffda30;
  border-radius: 100%;
  padding: 0;
  border: 0;
  }
  
  .talent-factors .map-dots li:hover .line.line.fact-line1, .talent-factors .map-dots li.current .line.fact-line1 {
  transform: rotate(140deg);
  transform-origin: left top;
  height: 208px;
  }
  
  .talent-factors .map-dots li .line.fact-line1 {
  left: 39px;
  top: 11px;
  }
  
  .map-dots li .line {
  height: 0;
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s all;
  overflow: hidden;
  }
  
  .talent-factors .map-dots li .line.fact-line1:before {
  content: "";
  height: 50px;
  width: 1px;
  background: #686566;
  position: absolute;
  transform: rotate(369deg);
  transform-origin: top left;
  left: 215px;
  top: 182px;
  }
  
  .talent-factors .map-dots li .line.fact-line1:after {
  left: 122px;
  top: -18px;
  height: 243px;
    transform: rotate(-50deg);
  }
  
  .line:after {
  height: 300px;
  width: 1px;
  background: #686566;
  content: "";
  position: absolute;
  transform: rotate(-50deg);
  left: 134px;
  top: -35px;
  }
  
  .map-dots li:after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  margin: -6px 0 0 -6px;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #ffda31;
  animation-delay: 1.1s;
  border-radius: 100%;
  }
  
  @keyframes pulsate {
  0% {
      transform: scale(.1,.1);
      opacity: .0
  }
  
  50% {
      opacity: 1.0
  }
  
  100% {
      transform: scale(1.1,1.1);
      opacity: 0
  }
  }
  
  .talent-factors .map-dots li:nth-child(2) {
    top: 28%;
    right: 34%;
}
  
.talent-factors .map-dots li:nth-child(3) {
  right: 33%;
  top: 45%;
}
  
.talent-factors .map-dots li:nth-child(4) {
  bottom: 40%;
  left: 38%;
}
  
  .map-dots li:last-child {
  bottom: 14%;
  right: 9%;
  }
  
  .talent-factors .factor-1 {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  text-align: right;
  }
  
  .talent-factors p.talent-head {
  font-size: 22px;
  font-weight: 700;
  margin-bottom:15px;
  line-height: 1.2;
  color: #2f76a4;
  text-transform: uppercase;
  }
  
  .talent-factors p.talent-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  }
  
  .talent-factors .factor-2, .talent-factors .factor-3 {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 13%;
  }
  
  .talent-factors .factor-4 {
  display: table-cell;
  vertical-align: middle;
  margin-top: 25%;
  text-align: right;
  }
  
  .map-dots li:nth-child(4):hover .line, .map-dots li:nth-child(4).current .line {
  height: 65px;
  }
  
  .talent-factors .map-dots li:nth-child(4) .line:before {
  content: "";
  height: 34px;
  width: 1px;
  background: #686566;
  position: absolute;
  transform: rotate(403deg);
  left: 111px;
  top: 4px;
  z-index: 1;
  }
  
  .talent-factors .map-dots li:nth-child(4) .line:after {
  left: 177px;
  top: -46px;
  transform: rotate(90deg);
  height: 109px;
  }
  
  .talent-factors .map-dots li:nth-child(2):hover .line.fact-line2, .talent-factors .map-dots li:nth-child(2).current .line.fact-line2 {
  transform: rotate(51deg);
  height: 196px;
  width: 277px;
  left: -88px;
  top: -72px;
  }
  
  .talent-factors .map-dots li .line.fact-line2:before {
  content: "";
  height: 27px;
  width: 1px;
  background: #686566;
  position: absolute;
  transform: rotate(351deg);
  transform-origin: top left;
  left: 159px;
  top: 18px;
  }
  
  .talent-factors .map-dots li:nth-child(2) .line.fact-line2:after {
  transform: rotate(39deg);
  left: 135px;
  top: 34px;
  height: 89px;
  }
  
  .talent-factors .map-dots li .line.fact-line3:before {
  content: "";
  height: 24px;
  width: 1px;
  background: #686566;
  position: absolute;
  transform: rotate(347deg);
  left: 137px;
  top: 74px;
  }
  
  .talent-factors .map-dots li:nth-child(3) .line.fact-line3:after {
  transform: rotate(296deg);
  transform-origin: top left;
  left: 13px;
  top: 16px;
  height: 135px;
  }
  
  .talent-factors .map-dots li:nth-child(3):hover .line.fact-line3, .talent-factors .map-dots li:nth-child(3).current .line.fact-line3 {
  height: 167px;
  width: 184px;
  transform: rotate(-26deg);
  transform-origin: top left;
  }
  
  .map-dots li:nth-child(4) .line {
  left: auto;
  right: 0;
  }
  
  .map-dots{ list-style: none; margin: 0px; padding:0px; }
  
  .home-whyus .container{ max-width: 1140px; }
  
  .talent-factors .factor-3 {
  margin-top: 30px;
  }


.whymodel-pic { padding: 30px; }
.t-factors { position: relative; }
#whymodel-slider { z-index: 0; }

#whymodel-slider .owl-nav.disabled{ display: none; }


/*-----------end why us---------*/

.homewhy2-sec {
  background-image: url(../images/products-bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0;
}

.homewhy2-sec .title{ margin-bottom: 50px; }

.about-service {
  height: 100%;
}
.about-service img {
  height: 100%;
  object-fit: cover;
}
.about-txt {
  padding: 70px 9% 50px;
  height: 100%;
  width: 100%;
}
.about-txt p {
  font-weight:400;
  color: #323232;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */

/*--------------------inner-page---------------*/

.inner-banner{ position: relative; }

.innerbanner-pic img{ max-height:400px; object-fit: cover; width: 100%; }

.innerbanner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
.innerbanner-text h1 {
  font-size: 52px;
  color: #fff;
  font-weight: bold;
    text-transform: uppercase;
}
.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0px 5px;
  justify-content: center;
}
.breadcrumb-item {
  font-size: 16px;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.inner-page{ padding: 40px 0px; }

.about1-paratext .title{ margin-bottom: 40px; }
.about1-paratext{ padding-right: 30px; }
.about1-paratext p{ font-size: 15px; line-height: 28px; }

.aboutpage-sec2{ padding:90px 0px; background: #F1F7F7; }

.whysec-1{ background: #fff; padding: 30px; height: 100%; border-radius: 10px; box-shadow: 2px 2px 2px rgb(0 0 0 / 10%); }
.whysec-1 h4{ color: #2f76a4; margin-bottom:15px; border-bottom: 1px dashed #2f76a4; padding-bottom: 10px; }
.whysec-1 ul{ padding-left: 16px; margin-bottom: 0px; }
.whysec-1 ul li{ margin:6px 0px; }


.about-sec3{ padding:90px 0px 30px; }

.aboutmission-col {
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  border: 1px dashed #124096;
}
.aboutmission-col img { border-radius: 10px; }
.aboutmission-content { margin-top: 30px; }
.aboutmission-content h3 {
  color: #2f76a4;
  font-weight: 600;
}
.aboutmission-content p {
  color: #444;
  max-width: 500px;
  margin: auto;
  width: 100%;
}

.about1-pic img{ border-radius: 20px; }

.media-page .gallery a {
  margin: 5px;
  display: block;
}

.no-gutters *{
  margin-right: 0;
  margin-left: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.video-col1{ margin-bottom: 20px; }
.video-col1 iframe{ width: 100%; }


/*--------------contact-page--------------*/

.contact-details {
  display: flex;
  align-items: center;
  margin-left: 30px;
  transition: all 0.2s ease-in;
  /* background: #3d52a1; */
  padding: 30px;
  border-radius: 20px;
  background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.contact-details .contact-box {
  margin-top: 25px;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-details .contact-box .contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-details .contact-box .contact-icon .feather {
  width: 20px;
  stroke: #3D52A1;
  position: relative;
  z-index: 1;
}

.contact-details .contact-box .contact-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
}

.contact-details .contact-box .contact-title {
  width: calc(100% - 80px);
  margin-left: 18px;
}

.contact-details .contact-box .contact-title h4 {
  margin-bottom:10px;
  font-weight: 500;
  font-size: 18px;
  color: #eee;
}

.contact-details .contact-box .contact-title p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 23px;
  font-size: 15px;
}

.contact-details h2{ margin-bottom: 30px; }

.contact-details *{ color: #fff; }

.contact-page{ margin: 50px 0px 60px; }

.contact-icon i {
  color: #3D52A1;
  font-size: 18px;
  z-index: 1;
}

.contact-title h2, .contact-details h2{ text-transform: uppercase; }

.contact-map { margin-top: 50px; border-radius: 15px; overflow: hidden; margin-bottom:50px; }

.materialContainer {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 30px;
  height: 100%;
}

.contact-drop-line {
  background-color: #F1F6FC;
  padding: 45px 50px 45px 50px;
}

.contact-drop-line .form-control {
  width: 100%;
  height: 50px;
  color: #000;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 2%);
  background-color: #FFFFFF;
  max-width: 100%;
  opacity: 1;
  border-radius: 0px;
}

.productslist-page .item-text h3 {
  font-size: 17px;
  line-height: 24px;
}

.productslist-page .products-col{ margin-bottom: 30px; }
.productslist-page .products-col a:hover .item-pic{ border-color:#2f76a4; }

.mb-7{ margin-bottom: 70px; }

.about-page1 p b{ font-weight: 600; }

.productlist-subcol {
  background: #2f76a4;
  padding: 30px;
  border-radius: 10px;
  position: sticky;
  top: 85px;
  z-index: 1;
}
.productlist-subcol h3{ color: #fff; text-transform: uppercase; margin-bottom: 20px; }
.productlist-subcol a {
  color: #cfd8ec;
  border-top: 1px dashed #5374b6;
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.productlist-subcol a:hover{ color: #fff; }
.productlist-subcol a i{ margin-right: 10px; margin-top: 4px; }

.productlist-subright{ padding-left: 30px; }
.productsub-pic{ border: 1px solid #ccc; text-align: center;  border-radius: 10px; }
.productsub-txt{ padding-left: 20px; }
.productsub-txt p{ font-size: 15px; line-height: 26px; }
.productsub-txt ul{ padding-left: 16px; margin-bottom: 25px; }
.productsub-txt ul li{ font-weight: 500; margin: 10px 0px; font-size: 18px; }

.other-productslist{ margin-top: 40px; }
.otherpro-title{ background: #2f76a4; color: #fff; font-size: 21px; font-weight: 600; padding: 10px; margin-bottom:10px; border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.other-productslist .item-pic img{ max-height: 300px; }
.other-productslist .item-pic{ background: #fff; }

.productdt-table{ margin-top: 30px; }
.productdt-table thead{ background: #999; color: #fff; } 
.productdt-table td{ font-size: 14px; font-weight: 500; }

.whatsapp-fix{ position: fixed; right:30px; bottom:30px; z-index:1;   }

.contact-title a:hover{ color: #FFD800; }


.red{color: #fe0000;}
.red-b{color: #fe0000; font-weight: bold;}














/*-----------------media css----------------*/

@media (max-width:1180px){
.logo img { max-height: 70px; }
.container{ max-width: 96%; }
.homeproducts-sec .owl-nav .owl-prev{ left:0px; }
.homeproducts-sec .owl-nav .owl-next{ right:0px; }

}

@media (max-width:1024px){
.logo span img { max-height: 46px; }
.innerbanner-text h1{ font-size: 42px; }
.title{ font-size: 36px; }
.contact-details h2{ font-size: 26px; }

}

@media (max-width:980px){
.navbar-toggler{ font-size: 18px; padding: 10px 13px; background: #2f76a4; color: #fff; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ width: 100%; margin: 0px; text-align: left; }
.main-header .navbar-expand-lg .navbar-nav .nav-item{ width: 100%; }
.banner .owl-theme .owl-nav [class*=owl-]{ width: 43px; height: 43px; line-height: 50px; }
.banner .owl-nav i{ font-size: 23px; }
.about-txt{ padding: 70px 5% 50px; }
.homewhy2-sec{ margin-bottom: 0px; }
.homevideo-col{ margin-bottom: 40px; }
.common-box.text-center.mt-5 { margin-top: 10px !important; }
.contact-details{ margin-left: 0px; margin-top: 20px; }


}

@media (max-width:768px){
.counter{ font-size: 40px; }
.map-dots{ display: none; }
.talent-factors p.talent-text{ font-size: 14px; }
.talent-factors p.talent-head{ font-size: 16px; margin-bottom: 8px; }
.whymodel-pic { padding: 10px; }
.contact-conten{ margin-bottom: 20px; border-bottom: 1px dashed #cddeff; padding-bottom: 10px; }
.innerbanner-pic img{ min-height: 250px; }
.inner-page { padding: 60px 0px; }
.productlist-subright {
  padding-left: 0px;
  margin-top: 35px;
}


}

@media (max-width:740px){
.whatsapp-fix img{ width: 40px; }
.counter { font-size: 32px; }
.nos h4{ font-size: 16px; }
.talent-factors .factor-1{ text-align: center; }
.talent-factors .factor-4{ text-align: center; margin-top:20px; }
.talent-factors .factor-2, .talent-factors .factor-3{ text-align: center; margin-bottom:0px; margin-top: 20px; }
.testi p{ font-size: 16px; }
.testi h4{ font-size: 21px; margin-top: 20px; }
.testimonial-wrapper .title-col { margin-bottom: 20px; }
.innerbanner-text h1 { font-size: 34px; }
.footer-qr{ margin-top: 20px; border-top: 1px dashed #cddeff; padding-top: 20px; }


}

@media (max-width:520px){
.header-top-action ul li a{ font-size: 0px; }
.header-top-action ul li i{ font-size: 18px; }
.logo img { max-height: 60px; }
.logo span img { max-height: 40px; }
.title:before, .title:after{ display: none; }
.welcome-home{ padding: 50px 0px 80px; }
.title { font-size: 28px; }
.welcome-text h3 { margin: -20px 0px 25px; }
.about-sec2 .nos{ margin: 10px 0px; }
.homewhy2-sec .title { margin-bottom: 20px; width: 100%; }
.about-txt { padding: 40px 5% 40px; }
.homevideo-sec { padding: 50px 0px 70px; }
.homeform{ padding: 50px 0px 70px; }
.footer-links{ padding-right: 0px; }
footer .col-lg-3:nth-child(3) .footer-title{ display: none; }
.innerbanner-text{ width: 90%; }
.innerbanner-text h1 { font-size: 28px; }
.breadcrumb-item { font-size: 14px; }
.contact-details h2 { font-size: 24px; }


}

.alert,.success
{
  width: 400px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: whitesmoke;
  padding: 8px 0px;
}
.alert{ background-color: rgb(252, 59, 59);}
.success{ background-color: rgb(44, 158, 24);}

.title-h3{
  font-size: 25px;
  font-weight: 600;
  color: #2f76a4;
  margin: 15px 0;
  text-transform: uppercase;
  display: inline-block;
}

.pmtp{
  margin: 1rem 0;
}

