@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

*{
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
}

img{
	margin: 0px;
	padding: 0px;
}


.btn_contact_us a{
	background-color:#313f4d;
	color: white;
	font-weight: 600;
	text-decoration: none;
	border-radius: 30px;
	font-size:20px;
	padding: 15px 45px;
}
.btn_contact_us a:hover, .btn_contact_us a:active, .btn_contact_us a:focus{
	background-color:#24303c;
	color: white;
	font-weight: 600;
	text-decoration: none;
	border-radius: 30px;
}


.form-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  overflow: hidden;
  background: #3a539b;
  padding: 13px 0;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out; }
  .form-search input[type="search"] {
    margin: 0;
    color: #3a539b;
    padding: 8px 10px;
    border: none;
    width: 100%;
    outline: none;
    background: transparent;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  .form-search input[type="search"]::-webkit-input-placeholder {
    color: #fff; }
  .form-search input[type="search"]::-moz-placeholder {
    color: #fff; }
  .form-search input[type="search"]:-ms-input-placeholder {
    color: #fff; }
  .form-search input[type="search"]:-moz-placeholder {
    color: #fff; }
  .form-search button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -33px;
    margin-right: 3px;
    position: relative;
    z-index: 2;
    outline: none; }
  .form-search button i {
    color: #ffc107;
    font-size: 16px; }

.form-search .active {
  width: 550px;
  padding: 13px; }

.form-search .active {
  width: 550px;
  padding: 13px; }


.navbar{
	background-color: #313f4d;
	
}


.name{
	font-size:2vw; 
}


.carousel-caption{
	top: 40%;
	left: 20%;
	right:20%;
}



.carousel-caption h3{
	font-size: 3vw;
	font-weight: bold;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

section{
	color:#575757;
}

.main_services{
	border: 1px solid #E4E4E4;
	padding: 0px 10px;
	height: 100%;
	transition: 0.3s;
	margin-top: 15px;
}

.main_services h4{
	font-weight: bold;
	}

.main_services:hover{
	background-color: #1c7280;
	color: white;
	transform: scale(1.05,1.05);
	box-shadow: 2 2 2 2 black;
		
}

.section-img{
	border-radius: 25px;
}

.mission{
	color: #D9D9D9;
	
}

#clients {
  padding: 50px 0;
  background-color:white;
 }
#clients h4{
	font-weight: bold;
}

#clients img {
  max-width: 80%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #1bb1dc;
}

#clients1 {
  padding: 50px 0;
  background-color:#F8F8F8;
 }
#clients1 h4{
	font-weight: bold;
}

#clients1 img {
  max-width: 80%;
  opacity: 1;
  transition: 0.4s;
  padding: 15px 0;
}

#clients1 img:hover {
  opacity: 1;
}

#clients1 .owl-nav,
#clients1 .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients1 .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients1 .owl-dot.active {
  background-color: #1bb1dc;
}


.form-background{
	background-attachment: scroll;
	background-image:url("../Assests/form-bg1.jpg"); 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 6% 0%;
	
}
.bg-form{
	background-color:#1c7280; 
}

form .text1{
	border: none;
	outline: none;
	}

.btn-submit{
	padding: 15px 30px;
	background-color:#0DA2B8;
	border: none;
	border-radius: 30px;
	color: white;
}

.btn-submit:hover{
	padding: 15px 30px;
	background-color:#048B9F;
	border: none;
	border-radius: 30px;
	color: white;
}

.faq {
  list-style: none;
   padding-right: 20px;
	margin-left: 45px;
	
}

.faq li {
  
  margin-bottom: 15px;
	color:white;
	
}

.faq li.active .answer {
  max-height: 275px!important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
	
	
}

.faq .answer {
/*  color: #090909;
  font-family: serif;
  font-size: 16px;
  line-height: 24px;*/
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

@media screen and (max-width: 500px) {
  .faq li.active .answer {
    max-height: 5px!important;
    padding-bottom: 25px;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
  }

  .faq .answer {
/*  color: #090909;
    font-family: serif;
    font-size: 16px;
    line-height: 24px;*/
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
  }
}

.faq li.active .question {
  color: #DBDBDB;
  transition: color 0.5s ease;
}

.faq .plus-minus-toggle {
  cursor: pointer;
  height: 19px;
  position: absolute;
  width: 19px;
  top: 45%;
	left: -7%;
  z-index: 2;
}

.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
  background: #DBDBDB;
  content: '';
  height: 3px;
  position: absolute;
  top: 0;
	left: 0;
  width: 19px;
  transition: background 500ms ease, transform 500ms ease;
	
}

.faq .plus-minus-toggle:after {
  transform-origin: center;
}

.faq .plus-minus-toggle.collapsed:after {
  background:white;
  transform: rotate(90deg);


}

.faq .plus-minus-toggle.collapsed:before {
  background: white;
  transform: rotate(180deg);
	
}

.faq .question {
/*  color: #090909;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.5s ease;*/
  position: relative;
  cursor: pointer;
  hyphens: none!important;
  padding: 10px 0;
	
}


footer {
	padding: 100px 0;
	background: url("../Assests/map-bg.png") center center no-repeat;
	background-color: #313f4d;
	padding-bottom: 0px;
}
footer h5 {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 0px;
}
footer hr {
	height: 2px;
	border: none;
	width: 32px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #3AB7CB;
}
footer p {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	color: #eeeeee;
}
footer .links a {
	color: #fff;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	margin-right: none;
}
.counters {
	background: #242424;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	padding: 20px;
}
.counters i {
	float: left;
	font-size: 36px;
	height: 48px;
	line-height: 48px;
	width: 50px;
	margin-right: 20px;
	border-right: 1px dashed #fff;
	color:#3AB7CB;
}
.counters span {
	font-weight: 700;
	font-size: 23px;
	color: #fff;
}
.counters p {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
}
footer .links a:hover {
	color:white;
	
}
footer .subcribe {
	border: 1px solid rgba(76,171,51,0.2);
	padding: 30px 20px;
	display: inline-block;
	width: 100%;
}
footer .subcribe p {
	margin-bottom: 30px;
}
footer .subcribe input {
	display: inline-block;
  
}
footer .subcribe .form-control {
	border-radius: 0px;
}
footer button {
	background: #002b5e;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 34px;
	float: right;
	margin-top: -34px;
	position: relative;
	z-index: 1;
	border: none;
	padding: 0 10px;
}
footer .rights {
	background: #111111;
	padding: 20px 0;
	margin-top: 70px;
	text-transform: uppercase;
	text-align: center;
}
footer .rights p {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	margin: 0px;
}
footer .social_icons {
	display: inline-block;
	margin-top: 20px;
}
footer .social_icons li {
	background: #333333;
	margin-right: 10px;
}
footer .social_icons a {
	font-size: 14px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	color: #fff;
}

.social_icons {
	position: relative;
	z-index: 9;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
	float: left;
}
.social_icons a {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0px;
	font-size: 14px;
	line-height: 45px;
	text-decoration: none;
	border-radius: 0px;
	text-align: center;
	color: #3b3b3b;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transition: 0.4s ease-in-out;
	color: #fff;
}

.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3AB7CB;
	border-color: #3AB7CB;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #3AB7CB;
	border-color: #3AB7CB;
}

.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #3AB7CB;
	border-color: #3AB7CB;
}

.social_icons .twitter a:hover {
	color: #fff;
	background-color:#3AB7CB;
	border-color: #3AB7CB;
}

.contact-page{
	background-color:#1c7280;
	color: white;
}

 


