@import url(//fonts.googleapis.com/earlyaccess/notosansmalayalamui.css);
body{
  padding: 0;
  margin:0;
  background-color: #ebebeb !important;
  font-family: 'Noto Sans Malayalam UI', sans-serif;
}
body a{
    text-decoration: none !important;
}
.container-wrapper{
    width:100%;
    height:auto !important;
    background-color: #fff;
    margin-top:40px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    padding: 0;
}
/*header section*/
.haeder-sec{
    width: 100%;
    height:80px;
    background-color: #fff;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    
    
}
.brand-name img{
    width:110px;
    padding-top: 10px;
}
/*navs section*/
.nav {
    background-color:none;
    position: relative;
}
.nav > .nav-header {
    display: inline;
}
.nav > .nav-btn {
    display: none;
}
.nav > .nav-links {
    display: inline;
    float: right;
    font-size: 15px;
}
.nav > .nav-links > a {
    display: inline-block;
    padding: 28.5px 15px 13px 10px;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.nav > .nav-links > a:hover {
    color:#00aeef;
}
.nav > #nav-check {
    display: none;
}
@media (max-width:600px) {
.nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
.nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
    margin-top:8px;
  }
.nav > .nav-btn > label:hover {
    background-color:none !important;
}
.nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #000;
  }
.nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
    margin-top: 0px;
  }
.nav > .nav-links > a {
    display: block;
    width: 100%;
  }
.nav > #nav-check:not(:checked) + .nav-links {
    height: 0px;
  }
.nav > #nav-check:checked + .nav-links {
    min-height: calc(63vh - 50px);
    overflow-y: auto;
  }
}
.btn-change2{
    height: 48px;
    width: 170px;
    background:none;
    margin: 0px;
    float: right;
    border: 0px;
    color: #263a4f;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #00aeef inset , 0px 0px 0 0 #00aeef inset;
    border:1px solid #00aeef;
    font-weight: 500;
    margin-top: 16px;
    outline: none !important;
    border-radius: 50px;
     font-family: 'Montserrat', sans-serif;
}
.btn-change2:hover{
    -webkit-box-shadow: 90px 0px 0 0 #00aeef inset , -90px 0px 0 0 #00aeef inset;
    color: #fff;
    border:none;
}
/*//header section*/

/*banner section*/
/*banner sec*/

.po-ab{

    z-index: 100 !important;
}
.slider-container {
  position: relative;
  height: 65vh;
    width:100%;
    overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  right: -2%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  cursor: pointer;
}
.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
    background-position: center;
  will-change: transform;
}
.slide__bg::before{
    position: absolute;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../img/banner2.jpg");
    
}
.slide:nth-child(1) .slide__overlay-path {
  fill: #e99c7e;
}
@media (max-width: 991px) {
  .slide:nth-child(1) .slide__text {
/*    background-color: rgba(233, 156, 126, 0.8);*/
  }
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
background-image: url("../img/banner3.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
  fill: #e1ccae;
}
@media (max-width: 991px) {
  .slide:nth-child(2) .slide__text {
/*    background-color: rgba(225, 204, 174, 0.8);*/
  }
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../img/banner4.jpg");
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #adc5cd;
}
@media (max-width: 991px) {
  .slide:nth-child(3) .slide__text {
/*    background-color: rgba(173, 197, 205, 0.8);*/
  }
}
.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url("../img/banner2.jpg");
}
.slide:nth-child(4) .slide__overlay-path {
  fill: #cbc6c3;
}
@media (max-width: 991px) {
  .slide:nth-child(4) .slide__text {
/*    background-color: rgba(203, 198, 195, 0.8);*/
  }
}
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__overlay {
    display: none;
  }
}
.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
  position: absolute;
  width: 100%;
  bottom: 10%;
/*  left: 3%;*/
  color: #fff;
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}




a.slide__text-link:hover { text-decoration:none; color:#FFF;}





@media (max-width: 991px) {
  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20rem;
    text-align: center;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    padding: 0 1rem;
  }
}
.slide__text-heading {

  font-size: 28px;
  margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 40px;
    color:#fff;
}
@media (max-width: 991px) {
  .slide__text-heading {
    line-height:30px;
    font-size:20px;
  }
}
.slide__text-desc {

  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .slide__text-desc {
    display: none;
  }
}
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;

  font-size: 2.3rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 991px) {
  .slide__text-link {
    display: none;
  }
}
.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
          transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.btn-hm-red{
    height: 55px;
    width: 190px;
    background:#00aeef;
    margin: 0px;
    border: 0px;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #1aa3d0 inset , 0px 0px 0 0 #1aa3d0 inset;
    text-transform: uppercase;
    outline: none !important;
    font-size: 14px;
    float:left;
    font-weight: 500;
    margin-top:10px;
     font-family: 'Montserrat', sans-serif;
     

}
.btn-hm-red:hover{
  -webkit-box-shadow: 95px 0px 0 0 #1aa3d0 inset , -95px 0px 0 0 #1aa3d0 inset;
  color: #fff;
  border:#f2672f;
}

/*//banner sec*/
/*//banner section*/


/*secend section*/

.owl-nav {
 cursor:all-scroll !important; 
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7b00 !important;
}

.news-head{
    color: #333;
    font-size: 25px;
    font-weight: 500;
    padding-top: 70px;
    font-family: 'Montserrat', sans-serif;
}
.news-head::before{
    width:50px;
    height: 2px;
    background-color: #1eb7f1;
    position: absolute;
    content: "";
    margin-top:40px;
}
.owl-sld-top{
    margin-top:20px;
}
.dscptn1{
    color:#666;
    font-size: 15px;
    line-height: 30px;
    font-weight: 100 !important;
}
.dscptn2{
    font-weight: 600;
    color:#333;
    font-size: 16px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    
}
.img-news{
    margin-top:30px;
}
.news-txt{
   margin-top:30px;  
}
/*//secend section*/

/*section 3*/
.paralax-sec{
    /*background-image: url(../img/paralax.jpg);*/
    background-color:#17191d;
    min-height: 400px;
    margin-top:80px;
    background-size:cover;
    background-attachment: fixed;
    
}
.first-about-head{
    color:#fff;
    font-size: 27px;
    font-weight: 500;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 30px;
}
.first-about-head::before{
    width:30px;
    height:1.5px;
    position: absolute;
    content: "";
    background-color: #00aeef;
    margin-left:-41px;
    margin-top:18px;
}
.first-about-head::after{
    width:30px;
    height:1.5px;
    position: absolute;
    content: "";
    background-color: #00aeef;
    margin-left:10px;
    margin-top:19px;
}
.first-about-head2{
    color:#333;
    font-size: 23px;
    font-weight: 500;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 30px;
}
.first-about-head2::before{
    width:30px;
    height:1.5px;
    position: absolute;
    content: "";
    background-color: #00aeef;
    margin-left:-41px;
    margin-top:18px;
}
.first-about-head2::after{
    width:30px;
    height:1.5px;
    position: absolute;
    content: "";
    background-color: #00aeef;
    margin-left:10px;
    margin-top:19px;
}
.icon-box-container{
    width:85% !important;
}
.icon-box1{
    border:1px solid rgba(255,255,255,0.3);
    min-height:250px;
    border-style: dashed;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    transition: 0.7s;
    
}
.icon-box1:hover{
     background-color:rgba(0,174,239,0.5);
    border:none;
}
.icon-box1 img{
    width:70px;
    padding-top: 64px;
}
.icon-box2{
    border:1px solid rgba(255,255,255,0.3);
     min-height:250px;
    border-left: none !important;
    border-style: dashed;
    transition: 0.7s;
    
}
.icon-box2 img{
    width:70px;
   padding-top: 64px;
}
.icon-box2:hover{
     background-color:rgba(0,174,239,0.5);
    border:none;
}
.icon-box3{
    border:1px solid rgba(255,255,255,0.3);
     min-height:250px;
    border-left: none !important;
    border-style: dashed;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom:90px;
    transition: 0.5s;
    
}
.icon-box3 img{
    width:70px;
    padding-top: 64px;
}
.icon-box3:hover{
    background-color:rgba(0,174,239,0.5);
    border:none;
}
.text-icon-btm{
    color:#fff;
    font-size: 20px;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
}
/*//section 3*/

/*section 4*/
.abot-hm-bg{
    background-color: #f8f8f8;
    min-height: 100px;
}
.about-first-text{
    color:#ccc;
    font-size: 15px;
    padding-top: 80px;
    font-weight: 400;
}

.about-first-text::after{
    position: absolute;
    background-color: #00aeef;
    content: "";
    width:30px;
    height:2px;
    margin-top: 11px;
    margin-left:10px;
}
.about-first-text2{
    color:#333;
    font-size: 21px;
    padding-top: 7px;
    font-weight: 500;
}
.about-first-text3{
    color:#666;
    font-size: 14px;
    line-height:28px;
    padding-top: 5px;
}
.btn-about-hm-btn{
    height: 48px;
    width: 170px;
    background:none;
    margin: 0px;
    float: left;
    border: 0px;
    color: #263a4f;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #00aeef inset , 0px 0px 0 0 #00aeef inset;
    border:1px solid #00aeef;
    font-weight: 500;
    margin-top: 20px;
    outline: none !important;
    border-radius: 5px;
     font-family: 'Montserrat', sans-serif;
}
.btn-about-hm-btn:hover{
    -webkit-box-shadow: 90px 0px 0 0 #00aeef inset , -90px 0px 0 0 #00aeef inset;
    color: #fff;
    border:none;
}
.about-hom-img img{
    margin-top:80px;
    width:480px;
    border-radius: 10px;
    margin-bottom: 80px;
}
/*//section 4*/

/*section 5*/
.gallery-text1{
    color:#333;
    font-size: 24px;
    padding-top:80px;
    font-weight: 500;
    text-align: center;
     font-family: 'Montserrat', sans-serif;
}
.gallery-text2{
    color: #BABABA;
    font-size: 15px;
    padding-top: 0px;
    font-weight: 500;
    text-align: center;
}
.gallery-text2::before{
    width:30px;
    height:1.5px;
    position: absolute;
    content: "";
    background-color: #00aeef;
    margin-left:-41px;
    margin-top:10px;
}
.gallery-text2::after{
    width:30px;
    height:1.5px;
    position: absolute;
    content: "";
    background-color: #00aeef;
    margin-left:9px;
    margin-top:11px;
}
/*//section 5*/

/*section 6*/
.align-portfolio-grid{
    margin-top:40px;
}
/*//section 6*/

/*footer section*/
.footer-bg{
    background-color: #17191d;
    min-height: 330px;
    margin-top:80px; 
    overflow: hidden;
}
.footer-bg::before{
    background-image: url(../img/after.png);
    position: absolute;
    content: "";
    width:340px;
    height: 330px;
    right: 0;
    margin-top:60px;
    opacity: 0.1;
}

.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 6px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
	width: 33px;
    height: 33px;
	color: #fff;
	background-color:none;
	border: 1px solid #fff;
	padding-top: 12px;
	border-radius: 0px;
    font-size: 13px;
    opacity: 0.6;
    margin-top:75px;
 
}

.socialbtns .fa:hover {
	color: #fff;
	background-color:#00aeef;
	border:none;
}
.foot-links{
    color:#fff;
    font-size: 15px;
    padding-top: 20px;
    text-align: center;
    opacity: 0.7;
     font-family: 'Montserrat', sans-serif;
    
}
.foot-links a{
    color:#fff; 
}
.foot-links a:hover{
    color:#00aeef;
}
.foot-links a:active{
    color:#fff;
}
.foot-links a:focus{
    color:#fff;
}
.reg-sec{
    color: #fff;
    opacity: 0.7;
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
     font-family: 'Montserrat', sans-serif;
}
/*//footer section*/

/*scroll section*/
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    background: #00aeef;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius: 50px;
    padding-top: 3px;
}
#back-to-top:hover {

}
#back-to-top.show {
    opacity: 1;
}
/*close*/

/*inner page starting*/
.inner-banner{
    background-image: url(../img/banner4.jpg);
    min-height: 270px;
    background-size: cover;
    background-position: center;
}

.inner-page-main-head{
    color:#fff;
    font-size: 30px;
    font-weight: 700;
     font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 95px;
}
.inner-page-main-head2{
    color:#fff;
    font-size: 15px;
    font-weight: 600;
     font-family: 'Montserrat', sans-serif;
    text-align: center;
}
/*about page*/
.line{
    height:1px;
    background-color: #ddd;
    margin-top: 40px;
}

.vision-text{
    font-size: 22px;
    font-weight: 500;
    padding-top: 40px;
}
.vision-text::before{
    width:30px;
    height:2px;
    background-color: #00aeef;
    position: absolute;
    content: "";
    margin-top: 35px;
}
.vision-text2{
        color: #666;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
}
/*college sec*/
.colleges-img-bg{
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    min-height:300px;
    margin-top:20px;
}
.colleges-img-bg img{
    width:100%;
}
.colleges-name1{
    color:#666;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}
.colleges-name2{
    color:#999;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
        font-family: 'Montserrat', sans-serif;
}
.colleges-name2 a{
   color:#999; 
}
.colleges-name2 a:hover{
    color:#00aeef;
}
.colleges-name3{
    color:#999;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
        font-family: 'Montserrat', sans-serif;
    padding-bottom:30px;
}
.colleges-name3 a{
   color:#999; 
}
.colleges-name3 a:hover{
    color:#00aeef;
}
/*contact page*/
.locate-text1{
    color:#333;
    font-size: 22px;
    font-weight: 600;
    padding-top: 40px;
     font-family: 'Montserrat', sans-serif;
}
.locate-text1-2{
    color:#333;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
     font-family: 'Montserrat', sans-serif;
}
.locate-text2-1{
    font-weight: 700;
    color:#333;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -1;
     font-family: 'Montserrat', sans-serif;
}
.locate-text2{
    color:#666;
    font-size: 15px;;
    line-height: 30px;
     font-family: 'Montserrat', sans-serif;
}
.mail-text-contact{
    color:#333;
    font-size:20px;
    opacity: 0.9;
     font-family: 'Montserrat', sans-serif;

    text-align:left;
}
.mail-text-contact a{
    color:#333;
}
.inp-contact-form1{
    width:100%;
    height: 53px;
    margin-top: 40px;
    border:none;
    border:1px solid #ddd;
    padding-left: 11px; 
    font-size: 13px;
    border-radius: 4px;
     font-family: 'Montserrat', sans-serif;
}
.inp-contact-form2{
    width:100%;
    height: 53px;
    margin-top: 20px;
    border:none;
    border:1px solid #ddd;
    padding-left: 11px;
    font-size: 13px;
    border-radius: 4px;
     font-family: 'Montserrat', sans-serif;
}
.inp-contact-form3{
    width:100%;
    height: 53px;
    margin-top: 20px;
    border:none;
    border:1px solid #ddd;
    padding-left: 11px;
    font-size: 13px;
    border-radius: 4px;
     font-family: 'Montserrat', sans-serif;
}
.inp-contact-form4{
    width:100%;
    height: 140px;
    margin-top: 20px;
    border:none;
    border:1px solid #ddd;
    padding-left: 11px;
    font-size: 13px;
    padding-top: 30px;
    border-radius: 4px;
     font-family: 'Montserrat', sans-serif;
}
.btn-contact-main-submit{
    height: 45px;
    width: 165px;
    background:#00aeef;
    margin: 0px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #1aa3d0  inset , 0px 0px 0 0 #1aa3d0  inset;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 16px;
    outline: none !important;
    border: none;
     font-family: 'Montserrat', sans-serif;
}
.btn-contact-main-submit:hover{
    -webkit-box-shadow:82.5px 0px 0 0 #1aa3d0  inset , -82.5px 0px 0 0 #1aa3d0  inset;
    color: #fff;
}
/*leaders section*/
.codinater-text{
   font-family: 'Montserrat', sans-serif;
        color: #333;
    font-size: 23px;
    font-weight:600;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 30px;
}
.codinater-text::before{
    width:30px;
    height:1.5px;
    position: absolute;
    content: "";
    background-color: #00aeef;
    margin-left:-41px;
    margin-top:15px;
}
.codinater-text::after{
    width:30px;
    height:1.5px;
    position: absolute;
    content: "";
    background-color: #00aeef;
    margin-left:10px;
    margin-top:15px;
}
.leaders-box1{
    background-color: #fff;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    min-height: 200px;
}.leaders-box2{
    background-color: #fff;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    min-height: 200px;
    margin-top: 20px;
}
.leaders-box1 img{
    padding-top: 40px;
}
.leaders-box2 img{
    padding-top: 40px;
}
.text-codinator{
    color:#333;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding-top: 20px;
}.text-codinator1-1{
    color:#333;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding-top: 20px;
}
.text-codinator2{
    color:#666;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 40px;
}