@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,600,800&display=swap&subset=latin-ext");

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/*text-align:justify;*/

}
.navspan{
    color:white; 
    font-size: 9.4px;
}
p{
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color:#474646;
  /*text-align:justify;*/
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
font-weight: 400;
color: #474646;
margin: 0px;
}
h1 {
font-weight: 400;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
.tech {
  position: relative;
}
a:hover{
  color:rgb(0,206,190) !important ;
}
#vedhika a:hover{
  color: blue !important;
}
#show-more{
  padding: 2%;
    width: 22%;
    color: white;
    background-color: rgb(0,206,190);
    border: 2px solid rgb(0,206,190);
    border-radius: 50px;
    text-transform: capitalize;
    border: none;
}
.tech img{
  /* border: 2px solid #ef6715; */
}
.icon{
  color:rgb(0,206,190);
  padding-right: 10px;
  font-size: 20px;
}
/*  */
.tech p a {
  font-size: 18px;
  /* margin: ; */
  text-decoration: none;
  color:white;
  position: absolute;
  bottom: 13%;
  text-align: center;
  width: 90%;
  letter-spacing: 2px;
  font-weight: 400;
}
.bg_cover{
    background-image:url("../images/banner-01.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}
p {
  margin: 0 0 12px 0;
  line-height: 28px;
  font-size: 14px;
   /*text-align: justify; */
}
.carousel-caption{
    top:50%;
    animation-duration: 2s;
    z-index: 1;
}
.navbar {
  position: sticky;
  top: 0px;
  background-color: white;
 
  text-transform: uppercase;
  font-size: 13px;
  font-family:JosefinSans ;
  transition-duration: .2s;
  z-index: 1111;
}


/*.navbar .navbar-brand img {*/
/*  max-width: 100px;*/
/*}*/
.navbar .navbar-nav .nav-link {
  color:#000000;
  font-family: JosefinSans;
}
.navbar .navbar-nav .nav-link:hover{
  color:rgb(0,206,190) !important ;
}

 .nav-link:hover{
  color:rgb(0,206,190) ;
}
@media screen and (min-width: 1024px) {
  .navbar {
    letter-spacing: 0.1em;
    padding:0px !important;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.5em 1em;
  }
  /* .navbar-brand{*/
  /*    width:23%;*/
  /*}*/
  
 
  
}
@media screen and (min-width: 768px) {
  .navbar .navbar-brand img {
    /*max-width: 40%;*/
  }
  .navbar-brand{
      width:23%;
  }
  .navbar .navbar-collapse {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  
 
}



.contact-info p,
.contact-info a {
  font-size: 0.9em;
  padding-right: 1em;
  color: #000000;
}
.contact-info a {
  padding-right: 0;
}

.carousel-caption button{
    font-family: "Poppins", Sans-serif;
font-weight: 500;
border-radius: 100px;
 padding: 1% 3%;
 margin:2%;
 border: none;
background-color: rgb(0,206,190);
border-color: rgb(0,206,190);
}
.drk::before{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: black;
opacity: 0.5;
z-index: 1;
}
#card-btn{
font-size: 13px;
font-weight: 500;
padding: 10px 20px 10px 20px;
border-radius: 100px;
background-color: rgb(0,206,190);
color: #FFFFFF;
margin-top: 10px;

}
.section-title h3{
  font-size: 20px;
padding-bottom:9px;
margin-bottom: 20px;
}
.section-title{
  position: relative;
}
.section-title h3::before{
 
  content: "";
    height: 5%;
    width: 15%;
    background-color: #acacac;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 53%;
    margin-left: -11%;
}
.section-title h3::after{
 
  content: "";
    height: 5px;
    width: 3%;
background-color: rgb(0,206,190);
/* background-color: #acacac; */
    display: inline-block;
    position: absolute;
    bottom: -4%;
    left: 59%;
    margin-left: -11%;
}
section {
  padding: 3% 0px;
}
.section-btn{
  padding: 2%;
  /*width: 22%;*/
  color: white;
  text-decoration: none;
  background-color: rgb(0,206,190);
  border: 2px solid rgb(0,206,190);
  border-radius: 50px;
  text-transform: capitalize;
  border: none;
}
.section-btn1{
  padding: 1%;
  text-decoration: none;
  text-align: center;
    width: 10%;
    color: white;
    background-color: rgb(0,206,190);
    border: 2px solid rgb(0,206,190);
    border-radius: 50px;
    text-transform: capitalize;
    border: none;
    /* float: right; */
    margin: auto;
}
.widget li a{
  font-size: 13px;
}
/*  */
.section-btn:hover,.section-btn1:hover{
  background-color: white;
  color:rgb(0,206,190);
  border: 2px solid rgb(0,206,190);
}
.who-we-are{
/* background-color:#ffe4c44d; */
padding: 3% 0%;
}

.contact-info p a{
  text-decoration: none;
}

.gtco-testimonials {
    position: relative; 
  }
  
  .engg{
      color:white;
      font-size:80%;
  }
  
  
  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 20px;
    }
    .page-banner-cont h2 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}
    
    .engg{
      color:white;
      font-size:74%;
  }
    .job-card{
        margin-top:3%;
    }
    .section-btn{
  padding: 2%;
  /*width: 30%;*/
  color: white;
  background-color: rgb(0,206,190);
  border: 2px solid rgb(0,206,190);
  border-radius: 50px;
  text-transform: capitalize;
  border: none;
}
.section-btn1{
  padding: 1%;
  text-decoration: none;
  text-align: center;
    width: 30%;
    color: white;
    background-color: rgb(0,206,190);
    border: 2px solid rgb(0,206,190);
    border-radius: 50px;
    text-transform: capitalize;
    border: none;
    /* float: right; */
    margin: auto;
}
.carousel-caption {
    top:35%;
    font-size:13px;
    animation-duration: 2s;
    z-index: 1;
}
.carousel-caption h3 {
    /*top:10%;*/
    font-size:13px;
    /*animation-duration: 2s;*/
    /*z-index: 1;*/
}
  }
  
  
  
  
  
  .gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 2px;
    background-color:black;
    padding:10px 5px;
  }
  .gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
  }
  .gtco-testimonials .owl-nav {
    display: none;
  }
  .gtco-testimonials .owl-dots {
    text-align: center;
  }
  .gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid rgb(0,206,190);
    margin: 0 5px;
  }
  .gtco-testimonials .owl-dots .active {
    box-shadow: none;
  }
  .gtco-testimonials .owl-dots .active span {
    background: rgb(0,206,190);
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
  }
  .gtco-testimonials .card {
    background: #fff;
    /* box-shadow: 0 8px 30px -7px #D9510A; */
    border: 2px solid black;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
  }
  .gtco-testimonials .card .card-img-top {
   
    
    width: 100%;
    /* height: 100px; */
  }
  .gtco-testimonials .card h5 {
    color:black;
    font-size: 21px;
    line-height: 1.3;
  }
  .gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
  }
  .gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
  }
  .gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
  }
  .gtco-testimonials .center {
    opacity: 1;
  }
  .gtco-testimonials .center h5 {
    font-size: 24px;
  }
  .gtco-testimonials .center h5 span {
    font-size: 20px;
  }
  .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    /* height: 120px;
    width: 120px; */
  }

  .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 13px;
    text-align: center;
    /* border: 1px solid #D9510A; */
    box-shadow: 0px 0px 20px rgb(0,206,190);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: rgb(0,206,190);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    /* box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05); */
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    /* margin-bottom:80px; */
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.testimonials .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: rgb(0,206,190);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
  border-radius: 50%;
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: rgb(0,206,190);
  /* background: #3190E7; */
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.icon-s{
  font-size: 21px;
    margin: 10px;
    color: rgb(0,206,190) !important;
}

  .footer{
    background-color: #7A7A7A;
  }
  .footer_para{
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
   
  }
.footer ul li{
    width: 100%;
    /* float: left; */
    margin: 0;
    padding: 4px 0;
    list-style: none;
}
.footer ul li a {
    color: white;
    text-decoration: none;
}
.social li{
    display: inline;
    /* float: left; */
    margin-left: 5px !important;
    padding: 0;
    list-style: none;
     
}
.social li a {
    width: 34px;
    height: 35px;
    
    float: left;
    border: none;
    background-color: rgb(0,206,190);
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    margin-right: 6px;
    font-size: 19px;
}


/* Main Footer */
footer .main-footer{	padding: 20px 0px 0px 0px;	background: #252525;}
footer ul{	padding-left: 0;	list-style: none;}

/* Copy Right Footer */
.footer-copyright {	background: #222;	padding: 5px 0;}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {	list-style: none;	margin: 0;	padding: 0;}
.footer-copyright nav ul li {	border-left: 1px solid #505050;	display: inline-block;	line-height: 12px;	margin: 0;	padding: 0 8px;}
.footer-copyright nav ul li a{	color: #969696;}
.footer-copyright nav ul li:first-child {	border: medium none;	padding-left: 0;}
.footer-copyright p {	color: #969696;	margin: 2px 0 0;}

/* Footer Top */
.footer-top{	background: #252525;	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{	background: transparent;}
footer.transparent .footer-copyright{	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{	background: #f9f9f9;}
footer.light .main-footer{	background: #f9f9f9;}
footer.light .footer-copyright{	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}

/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*==================== 
	Widgets 
====================== */
.widget{	padding: 20px;	margin-bottom: 40px;}
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{	margin-bottom: 18px;}
.widget li a{	color: #fff;}
.widget li a:hover{	color: #aaa;text-decoration: none;}
.widget-title {margin-bottom: 20px;}
.widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{	float: right;	background: #7f7f7f;}
/* .widget-title a{
  text-decoration: none;
} */
.widget a{
  text-decoration: none;
}
.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
    
    .typo-light small{	color: #fff;}

ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:rgb(0,206,190);}
ul.social-footer2 li a {display: block;	height:30px;width: 30px;text-align: center;}
.btn{background-color: rgb(0,206,190); color:rgb(0,206,190);}
.btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: rgb(0,206,190)f;
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;

}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    background-color: #3e3e3e;
    color: rgb(0,206,190);
    padding: 9px;
    border-radius: 5px;
}

#subscribe-box .emailfield {
    margin: auto;
}

input[type="text"] {
    background: rgba(255,255,255,0.075);
    padding: 10px 15px;
    color: #aaa;
    border: 3px solid rgba(0,0,0,0.1);
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 5px;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
    transition-delay: 0.2s;
    text-align: center;
    width: 100%;
}

input.submitbutton.ripplelink {
    background: rgb(0,206,190);
    border: 3px solid rgba(0,0,0,0.1);
    color: #fff;
   
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2);
    transition-delay: 0s;
    width: 100%;
    font-size: 14px;
    /* font-weight: 700; */
    border: 0px solid;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
    padding: 10px 15px;
    margin-bottom: 16px;
    border-radius: 5px;
}

.thumb-content ::before {
    content: "\f190";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
    color: #ffffff;
}
/* bread crumb */
.bread{
  float: right;
}

#page-banner{
  padding:2% 0%;
}
.page-banner-cont {
  position: relative;
  z-index: 5;
}
.page-banner-cont h2 {
  font-size: 27px;
  color: #fff;
  padding-bottom: 15px;
}
.page-banner-cont .breadcrumb {
  margin: 0;
  background: none;
  padding: 0;
}
.page-banner-cont .breadcrumb .breadcrumb-item {
  color:rgb(0,206,190);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.page-banner-cont .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  content: "/";
  font-size: 18px;
}
#about img{
    padding-top: 2%;
}
.head-quote{
  color:rgb(0,206,190);
  padding-bottom: 30px;
  font-family: JosefinSans;
  font-size: 22px;
  text-align: center;
}
#banner-manu-eng-ser{
  background-image: url(../images/embeded.png);
    background-position: center center;
    background-size: cover;
    position: relative;
    
    /* padding: 9% 75px; */
    
   
  }
  #banner-manu-eng-ser::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.5;
    z-index: 1;
  }
  #content{
    padding: 10% 4%;
  }
  #text{
    text-align: center;
    z-index: 111;
  }
  #text h5{
color: #fff !important;

  }
  .contact-from {
    background-color: #fff;
    padding: 0px 50px 20px;
    border-radius: 5px;
}
.gray-bg {
  background: #edf0f2 !important;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.contact-from .main-form .single-form input, .contact-from .main-form .single-form textarea {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  color: #8a8a8a;
  font-size: 15px;
  text-align: left !important;
}
.contact-from .main-form .single-form textarea {
  padding-top: 10px;
  height: 100px;
  resize: none;
}
.main-btn{
display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 25px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 40px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
  }
  .mt-20 {
    margin-top: 20px;
}
.pt-15 {
  padding-top: 15px;
}
.contact-address .contact-heading {
  padding-top: 35px;
}
.address{
  
  /* background: forestgreen; */
  padding: 20% 10%;
  /* font-size: 20px; */

}
.address p{
  font-size: 16px;
  line-height: 35px;
}
.address p i{
    padding-right:2%;
}

