@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}



a {
  text-decoration: none;
  color: #32aadf;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #32aadf;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

 

/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5{
  margin-top: 50px;
}
.mb-5{
  margin-bottom: 50px;
}
.mt-8{
  margin-top: 80px;
}
.mt-4{
  margin-top: 40px;
}
.mt-3{
  margin-top: 30px;
}
.mt-2{
  margin-top: 20px;
}
.pt-5{
  padding-top: 50px;
}
.pb-1{
  padding-bottom: 10px;
}
.pb-2{
  padding-bottom: 20px;
}
.pb-3{
  padding-bottom: 30px;
}
.pb-4{
  padding-bottom: 40px;
}
.pb-8{
  padding-bottom: 80px;
}

.m-0{
  margin: 0 !important;
}

.p-0{
padding: 0 !important;
}
  
.pt-8{
  padding-top: 80px;
}
.pt-4{
  padding-top: 40px;
}
.pt-3{
  padding-top: 30px;
}
.pt-2{
  padding-top: 20px;
}
.all-section{
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.img-fluid{
  width: 100%;
}

.d-flex{
  display: flex;
  align-items: center;
}

.over-flow-h{
  overflow: hidden;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p{
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 20px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.topSec{
  position: relative;
  padding: 10px 0;
}
.topSec .row{
  align-items: center;
}
.topSec ul{
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.topSec ul li:first-child{
  margin-right: 10%;
}
.topSec ul li {
    display: flex;
    align-items: center;
}
.topSec ul li i{
  color: #32aadf;
  font-size: 18px;
  width: 25px;
  margin-top: 2px;
}
.topSec ul li a:hover{color: #32aadf;}
.topSec ul li a{
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  background-color: #32aadf;
  z-index: 1;
  position: relative;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    transition: color 0.3s ease-in-out;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #000;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */


.carousel-inner{
  margin-top: -32px;
  overflow: inherit;
}

.carousel-inner .carousel-item{
    transition: -webkit-transform 3s ease;
    transition: transform 3s ease;
    transition: transform 3s ease, -webkit-transform 3s ease;
    -webkit-transition: -webkit-transform 3s ease;
    -moz-transition: -webkit-transform 3s ease;
    -ms-transition: -webkit-transform 3s ease;
    -o-transition: -webkit-transform 3s ease;
    /*transition-duration: 1.5s;*/
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  /*background: rgba(0, 0, 0, 0.1);*/
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.carousel-control-next {
    position: absolute;
    height: 60px;
    width: 100px;
    background: #000;
    opacity: 1;
    bottom: -60px;
    top: inherit;
    right: 7%;
}
.carousel-control-prev {
    position: absolute;
    height: 60px;
    width: 100px;
    background: #000;
    opacity: 1;
    bottom: -60px;
    top: inherit;
    right: 13%;
    left: inherit;
}
/*banner css end*/
.home-banner {
    height: 700px;
    object-fit: cover;
    object-position: center;
}
  /*banner_text*/
  .banner_text{
    position: relative;
    margin-bottom: -65px;
  }
  .banner_text h5{
    background-color: #ffffff;
    display: inline-block;
    padding: 15px 40px;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
  }
  .banner_text .bg-box{
    background-color: #32aadf;
    padding: 35px 40px;
  }
  .banner_text .bg-box h2{
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .banner_text .bg-box p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .banner_text .bg-box a:hover{
    box-shadow: inset 0 0 0 25px #000 , inset 0 0 0 -25px #000;
    padding: 10px 30px;
  }
  .banner_text .bg-box a{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    transition: 0.4s ease-in-out;
    padding: 10px 0;
  }
  /*banner_text*/
  
  /*themes-css*/
  .themes-padd{
    padding: 80px 0;
  }
  .themes-h4{
    color: #32aadf;
    font-size: 29px;
    font-weight: 500;
  }
  .themes-h2{
    color: #32aadf;
    font-size: 125px;
    font-weight: 500;
    line-height: 110px;
  }
  .themes-h2 span{
    color: #000;
  }
  .themes-btn:hover{
    box-shadow: inset 0 0 0 28px #32aadf, inset 0 0 0 -28px #32aadf;
    color: #fff;
    border-color: #fff;
    transform: scale(1.04);
  }
  .themes-btn{
    padding: 15px 30px;
    border: 1.5px solid #000;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.6s ease-in-out;
  }
  .themes-h3{
    color: #32aadf;
    font-size: 65px;
    font-weight: 400;
    line-height: 70px;
  }
  /*themes-css*/

  /*home-page-sec*/
  .cat-sec{
    position: relative;
    padding-top: 130px;
    z-index: -1;
  }
  .cat-sec h5{
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #000;
  }

    /*about-sec*/
      .about-sec{
        position: relative;
      }
      .about-sec .container-fluid{
        padding-left: 7%;
        padding-right: 0;
      }
      .about-sec .row{
        align-items: center;
      }
    /*about-sec*/

    /*technology-sec*/
      .technology-sec{
        position: relative;
        background-image: url("../images/technology-sec-bg.png");
        background-size: cover;
        background-attachment: fixed;
        background-position: top center;
      }
      .techonlogy-box::before{
        content: '';
        position: absolute;
        top: 10%;
        left: 12%;
        height: 80%;
        width: 76%;
        z-index: -1;
        background-image: url(../images/technology-box-bg.png);
        background-size: contain;
      }
      .techonlogy-box{
        position: relative;
        z-index: 0;
      }
      .techonlogy-box p{
        background-color: #252525;
        line-height: 25px;
        font-size: 14px;
        height: 250px;
        display: grid;
        align-content: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        padding: 0 50px;
        margin: 0;
        width: 95%;
        margin: 0% auto;
      }
      .techonlogy-box h2{
        background-color: #32aadf;
        color: #fff;
        text-align: center;
        font-size: 70px;
        font-weight: 600;
        text-transform: uppercase;
        height: 300px;
        display: grid;
        align-content: center;
        justify-content: center;
        margin: 60px 0;
      }
    /*technology-sec*/

    /*our-research-sec*/
    .our-research-sec{
      position: relative;
    }
    .our-research-sec .container-fluid{
      padding: 0;
    }
    .our-research-sec .container-fluid .col-lg-6{
      padding: 0;
    }
    .our-research-sec .container-fluid .padd{
      padding: 0 100px;
    }
    .our-research-sec .row{
      align-items: center;
    }
    .our-research-sec h3{
      color: #000;
      font-size: 95px;
      font-weight: 400;
      line-height: 100px;
      margin-bottom: 10px;
    }
    .our-research-sec h3 span{
      display: block;
      color: #32aadf;
    }
    .our-research-sec h4{
      color: #32aadf;
      font-size: 45px;
      font-weight: 400;
      line-height: 50px;
    }
    .our-research-sec h6{
      color: #000;
      font-size: 22px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 60px;
    }
    .our-research-sec ul{
      margin: 0;
    }
    .our-research-sec ul li::before{
      content: '';
      position: absolute;
      height: 10px;
      width: 10px;
      background-color: #32aadf;
      left: 0;
      top: 7px;
    }
    .our-research-sec ul li{
      position: relative;
      padding-left: 30px;
      color: #000;
      font-size: 16px;
      font-weight: 500;
      margin:10px 0;
    }
    /*our-research-sec*/

    /*team-sec*/
      .team-sec{
        position: relative;
        padding-top: 0;
      }
      .team-sec h3{
        font-size: 85px;
        margin-bottom: 10px;
        font-weight: 600;
      }
      .team-sli .slick-slide{
        opacity: 1;
      }
      .team-box{
        position: relative;
      }
      .team-box .tema-img{
        position: relative;
        overflow: hidden;
      }
      .team-box .tema-img img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: 0.3s ease-in-out;  
      }
      .team-box .team-txt{
        text-align: center;
        padding: 20px 0;
      }
      .team-box .team-txt h4{
        color: #32aadf;
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 5px;
        line-height: 30px;
      }
      .team-box .team-txt h6{
        color: #000000;
        font-size: 17px;
        margin: 0;
      }
      .team-sli .slick-prev, .team-sli .slick-next{
        top: 40%;
      }
      .team-sli .slick-prev:before, .team-sli .slick-next:before{
        font-weight: 600;
        font-family: 'Font Awesome 5 Free';
        font-size: 60px;
      }
      .team-sli .slick-prev:before{content: '\f060';}
      .team-sli .slick-prev{
        left: -80px;
      }
      .team-sli .slick-next:before{content: '\f061';}
      .team-sli .slick-next{
        right: -50px;
      }
    /*team-sec*/

    /*news-sec*/
      .news-sec{
        position: relative;
        padding-top: 0;
      }
      .news-sec h2{
        font-size: 95px;
        margin: 0;
      }
      .news-sec .row{
        align-items: center;
      }
      .news-sec p{
        margin: 0;
      }
      .blog-box{
        position: relative;
      }
      .blog-box .blog-img{
        position: relative;
        overflow: hidden;
      }
      .blog-box:hover .blog-img img{
        transform: scale(1.09);
      }
      .blog-box .blog-img img{
        transition: 0.3s ease-in-out;
        height: 100%;
        width: 100%;
        object-fit: cover;
      }
      .blog-box .blog-txt{
        padding: 20px 20px;
      }
      .blog-box .blog-txt h4{
        color: #000;
        font-weight: 600;
        font-size: 22px;
      }
      .blog-box .blog-txt ul{
        display: flex;
        margin: 0;
      }
      .blog-box .blog-txt ul li:first-child::after{
        content: '';
        position: absolute;
        right: -25px;
        height: 80%;
        width: 2px;
        top: 10%;
        background-color: #000;
      }
      .blog-box .blog-txt ul li:first-child{
        margin-right: 50px;
      }
      .blog-box .blog-txt ul li{
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        position: relative;
      }
    /*news-sec*/

  /*home-page-sec*/


  /*footer-sec*/
  .footer-sec {
    position: relative;
    padding-top : 80px;
    background-image: url("../images/footer-sec-bg1.png");
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}
  .footer-sec .f-logo{
    margin-bottom: 20px;
  }
  .footer-sec p{
    color: #fff;
  }
  .footer-sec .socail{
    display: flex;
    margin: 0;
  }
  .footer-sec .socail li{
    margin-right: 20px;
  }
  .footer-sec .socail li:last-child{
    margin-right: 0;
  }
  .footer-sec .socail li a{
    color: #ffffff;
    font-size: 20px;
  }
  .footer-sec h5{
    color: #fff;
    font-size: 25px;
    font-weight:500;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .footer-sec .link-list {
    margin-left: 25px;
    margin-bottom: 0;
  }
  .footer-sec .mgl-20{
    margin-left: 25px;
  }
  .footer-sec .link-list li a:hover{color: #32aadf;}
  .footer-sec .link-list li a{
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    transition: color 0.2s ease-in-out;
  }
  .footer-sec .nav-list li i{
    font-size: 15px;
    width: 25px;
    color: #fff;
  }
  .footer-sec .nav-list li a:hover{color: #32aadf;}
  .footer-sec .nav-list li a{
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    transition: color 0.2s ease-in-out;
  }
  .footer-sec .news-l{
    display: flex;
    position: relative;
  }
  .footer-sec .news-l input{
    width: 80%;
    padding: 10px;
    height: 55px;
    background-color: #fff;
    border: 0;
    color: #000;
  }
  .footer-sec .news-l button{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background-color: #32aadf;
    color: #000;
    border: 0;
    font-size: 20px;
  }
  .footer-sec .copy-write{
    margin-top: 80px;
    border-top: 2px solid #fff;
    padding: 30px 0;
  }
  .footer-sec .copy-write p{
    margin: 0;
  }
  .footer-sec .copy-write ul{
    display: flex;
    margin: 0;
    justify-content: flex-end;
  }
  .footer-sec .copy-write ul li a:hover{color: #32aadf;}
  .footer-sec .copy-write ul li a{
    color: #fff;
    transition: color 0.2s ease-in-out;
  }
  .footer-sec .copy-write ul li:first-child{
    margin-right: 30px;
  }

  /*footer-sec*/

  /*inner pages*/
  .carousel-caption.inner h2 {
     color: #fff;
    font-size: 100px;
    line-height: 90px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 0;
  }

.carousel-caption.inner {
    align-items: center;
}
.cat-sec.inner {
    padding-top: 60px;
}
.about-inner {
    position: relative;
    padding-bottom: 100px;
}

.about-inner .container-fluid {
    padding-left: 0;
    padding-right: 7%;
}
.about-inner .themes-h2 {
    font-size: 100px;
    margin-bottom: 0;
}
.technology-inner-sec .themes-h3 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 45px;
}

.technology-inner-sec ul li {
    color: #000;
    font-weight: 500;
    margin: 15px 0;
    padding-left: 30px;
    position: relative;
}

.technology-inner-sec ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    background: #32aadf;
}
.technology-sec.inner {
    background-image: none;
    /*padding: 0;*/
}
.mg-tops{
  margin-top: 100px;
}
.al-center{
  align-items: center;
}
.content-sec{
  position: relative;
}
.pad-lef{
  padding-left: 50px;
}
.news-sec.inner {
    padding-top: 80px;
}
.news-detail-sec{
  position: relative;
}
.news-detail-sec .row{
  align-items: center;
}
.news-detail-sec h5{
  color: #000;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
}
.news-detail-sec ul{
  display: flex;
  margin: 10px 0;
}
.news-detail-sec ul li:first-child{
  margin-right: 40px;
}
.news-detail-sec ul li:first-child::after{
  content: '';
  position: absolute;
  right: -20px;
  top: 10%;
  height: 80%;
  width: 2px;
  background-color: #32aadf;
}
.news-detail-sec ul li{
  color: #32aadf;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
/*PAGE: CONTACT PAGE CSS STRT*/
.contact-page {
  padding: 80px 0px;
  background-image: url('../images/contact_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-page .row {
    align-items: center;
}

.get-in-touch {
    border-radius: 0;
    padding: 30px;
    background-image: url(../images/c1.jpg);
    object-fit: contain;
    background-position: unset;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.get-in-touch h2 {
    font-size: 51.57px;
    font-family: 'Poppins';
    font-weight: 500;
    padding-bottom: 0;
    color: #fff;
    margin: 0 0 10px;
        text-transform: capitalize;
}

.get-in-touch p {
  color: #fff;
  font-size: 15px;
  line-height: 31px;
}

.contact-socail {
  padding-top: 10px;
}

.contact-socail i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: #32aadfcf;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    transition: 1s ease-in-out;
    margin-top: 0;
}

.contact-socail i:hover {
  transform: rotate(360deg);
}

.contact-socail h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 28px;
}

.contact-socail a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.requet-quote {
  padding: 30px 30px 42px 30px;
  background: #efefef;
  box-shadow: 0px 0px 6px #0000003d;
  border-radius: 0;
}
.contact-page .requet-quote:placeholder{
    color: #000 !important;
}
button.btn_theme.d-inline-flex.mt-4 {
    width: 25%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 6px;
    color: #fff;
    background: #32aadf;
    border: 0;
}
.requet-quote h2 {
    color: #32aadf;
    font-size: 57.18px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.requet-quote h2:before {
  content: '';
  height: 50px;
  width: 6px;
  background-color: #32aadf;
  left: -30px;
  /*top: 8px;*/
  position: absolute;
}

.requet-quote input {
  width: 100%;
  border: 0;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 17px;
  background: #e1dfdf;
}

.requet-quote a {
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  background-color: #ee202a;
  line-height: 120px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

.requet-quote a:hover {
  padding: 10px 50px;
}

.login-forms {
  padding: 70px 0px;
  background: #f7f7f7;
}

.form-box {
  background-color: #f8f8f8;
  padding: 20px 50px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 0px 20px #00000021;
}

.form-box h2 {
  color: #000000;
  font-size: 34px;
  text-align: center;
}

.form-box input {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  width: 100%;
  border-radius: 5px;
  padding: 13px 20px;
  margin-top: 20px;
}

.form-box ::placeholder {
  color: #cacaca;
  font-size: 16px;
}
.requet-quote input::placeholder {
    color: #000;
}   

.form-box label {
  color: #000000;
  font-size: 14px;
}

.f-flex-s {
  display: flex;
}

.coloum1 {
  width: 45%;
}

.coloum2 {
  width: 45%;
  margin-left: 10%;
}

.btn-form {
  color: #fff;
  background-image: linear-gradient(to right, #1cf0f5, #2f3f9b);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 13px 20px;
  border: 0px;
}

.social {
    display: flex;
    align-items: center;
        margin-top: 40px;
}
ul.social_link {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-bottom: 0;
}
.social h3 {
    font-size: 19.4px;
    color: #fff;
    margin: 0;
}

ul.social_link i {
    font-size: 20px;
    background: none;
    padding: 0;
    width: 40px;
    height: 0;
}
.our-research-sec.inner .container-fluid .padd {
    padding: 0 60px;
}

/*PAGE: CONTACT PAGE CSS END*/
  /*inner pages*/

/*media query*/
@media only screen and (max-width: 1440px) {
    
    .menuSec ul li a {
    padding: 10px 20px;
}

  .themes-h2 {
    font-size: 115px;
    line-height: 100px;
}
.our-research-sec h4 {
    font-size: 40px;
    line-height: 45px;
}
.our-research-sec h6 {
    font-size: 20px;
    line-height: 28px;
}
.team-sec {
    padding-top: 0;
    overflow: hidden;
}
.team-sli .slick-prev {
    left: -55px;
}
.team-sli .slick-next {
    right: -25px;
}
.our-research-sec{
  overflow: hidden;
}
.our-research-sec .container-fluid .padd {
    padding: 0 70px;
}
.about-sec {
    overflow: hidden;
}
.our-research-sec h3{
      font-size: 90px;
    line-height: 85px;
}

    .content-sec img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}


.blog-box .blog-img img {
    width: 100% !important;
    height: auto !important;
}

.get-in-touch h2 {
    font-size: 40px;
}

.contact-socail i {
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.contact-socail h6 {
    font-size: 20px;
}

.contact-socail a {
    font-size: 14px;
    line-height: initial;
}

.requet-quote h2 {
    font-size: 40px;
}

.news-detail-sec img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}

}
@media only screen and (max-width: 1280px) {
    
    .blog-box .blog-img img {
    width: 100% !important;
    height: auto !important;
}
    
    img.img-fluid.inner-banner {
    width: 100% !important;
    height: auto !important;
}
    
.about-sec .col-lg-7>img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}

.our-research-sec .col-lg-6>img {
    width: 100%;
    height: auto !IMPORTANT;
}

  .menuSec ul li a{
    padding: 10px 13px;
    font-size: 16px;
  }
  .themes-h4 {
    font-size: 24px;
}
.themes-h2 {
    font-size: 95px;
    line-height: 90px;
}
.techonlogy-box h2{
      font-size: 55px;
    height: 250px;
}
.techonlogy-box p{
  line-height: 23px;
    font-size: 13px;
}
.techonlogy-box::before{
      top: 15%;
    height: 70%;
}
p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
}
.our-research-sec ul li {
    padding-left: 30px;
    font-size: 14px;
    margin: 6px 0;
}
.our-research-sec h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.our-research-sec h6 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
}
.our-research-sec h3 {
    font-size: 75px;
    line-height: 70px;
}
.news-sec h2 {
    font-size: 80px;
}
.topSec ul li a {
    font-size: 11px;
}
.footer-sec .nav-list li a {
    font-size: 10px;
}

    .content-sec img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}

.get-in-touch h2 {
    font-size: 40px;
}

.contact-socail i {
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.contact-socail h6 {
    font-size: 20px;
}

.contact-socail a {
    font-size: 14px;
    line-height: initial;
}

.requet-quote h2 {
    font-size: 40px;
}

.news-detail-sec img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}

}
@media only screen and (max-width: 1024px) {
    
    .blog-box .blog-img img {
    width: 100% !important;
    height: auto !important;
}
    
    img.img-fluid.inner-banner {
    width: 100% !important;
    height: auto !important;
}
    
.about-sec .col-lg-7>img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
    margin: 20px 0px;
}

.our-research-sec .col-lg-6>img {
    width: 100%;
    height: auto !IMPORTANT;
    margin: 30px 0px;
}
  .menuSec ul li a {
    padding: 10px 15px;
    font-size: 15px;
}
.topSec ul li:first-child {
    margin-right: 10%;
}
.banner_text .bg-box p {
    font-size: 15px;
    margin-bottom: 15px;
}
.topSec ul li a {
    font-size: 11px;
}
.themes-h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
.themes-h2 {
    font-size: 80px;
    line-height: 75px;
    margin-bottom: 10px;
}
.techonlogy-box h2 {
    font-size: 45px;
    height: 200px;
}
.techonlogy-box p {
    line-height: 22px;
    font-size: 12px;
    height: 280px;
}
.our-research-sec h3 span {
    display: contents;
}
.our-research-sec h3 {
    font-size: 55px;
    line-height: 50px;
}
p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
}
.our-research-sec ul li {
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0;
}
.team-sec p {
    font-size: 13px;
}
.team-sli .slick-prev:before, .team-sli .slick-next:before {
    font-size: 30px;
}
.team-sli .slick-prev {
    left: -30px;
}
.news-sec h2 {
    font-size: 60px;
}
.blog-box .blog-txt h4 {
    font-size: 25px;
}
.footer-sec .nav-list li a{
      font-size: 15px;
}
.about-inner .themes-h2 {
    font-size: 70px;
    margin-bottom: 10px;
}
.about-inner .row {
    align-items: center;
}
.our-research-sec .container-fluid .padd {
    padding: 0 30px;
}
.technology-inner-sec {
    padding: 40px 0;
}
.themes-h3 {
    color: #32aadf;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 10px;
}
.footer-sec .nav-list li a {
    font-size: 10px;
}

    .content-sec img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}

.get-in-touch h2 {
    font-size: 40px;
}

.contact-socail i {
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.contact-socail h6 {
    font-size: 20px;
}

.contact-socail a {
    font-size: 12px;
    line-height: initial;
}

.requet-quote h2 {
    font-size: 40px;
}

.news-detail-sec img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}

}
@media only screen and (max-width: 920px) {
    
    .news-detail-sec img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}

    .blog-box .blog-img img {
    width: 100% !important;
    height: auto !important;
}
    
    .content-sec img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}
    
    img.img-fluid.inner-banner {
    width: 100%;
    height: auto !IMPORTANT;
}

  .menuSec ul li a {
    padding: 10px 5px;
    font-size: 13px;
}
.themes-h4 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

.topSec ul li a {
    font-size: 10px;
}

p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.about-sec p {
    padding-right: 60px;
}
.techonlogy-box p {
    line-height: 28px;
    font-size: 15px;
    height: 250px;
    padding: 20px 20px;
    margin: 10px 0;
    width: 100%;
}
.our-research-sec {
    overflow: hidden;
    padding-top: 0;
}
.our-research-sec img {
    width: 100%;
}
.our-research-sec .container-fluid .padd {
    padding: 10px 50px;
}
.fl-dir{
  flex-direction: column-reverse;
}
.our-research-sec{
  padding-bottom: 20px;
}
.our-research-sec ul li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    font-weight: 400;
}
.our-research-sec h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.team-sec p > br {
    display: contents;
}
.team-sec p {
  font-size: 16px;
  line-height: 30px;
}
.themes-padd {
    padding: 40px 0;
}
.news-sec{
  padding-top: 0;
}
.carousel-control-prev{
  width: 70px;
}
.carousel-control-next{
  width: 70px;
}
.carousel-control-prev{
  right: 14.5%;
}
.about-inner .container-fluid{
  padding: 0 20px;
}
.about-inner .themes-h2 {
    font-size: 65px;
    margin-bottom: 0;
}
.footer-sec .mgl-20 {
    margin-left: 0;
}
.footer-sec .link-list {
    margin-left: 0;
    margin-bottom: 0;
}
.carousel-caption.inner h2 {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 45px;
}
.pad-lef {
    padding-left: 0;
}
.content-sec img {
    margin-bottom: 20px;
}
.news-detail-sec img {
    margin-bottom: 20px;
}
.get-in-touch{
  background-size: cover;
    margin-bottom: 20px;
}
.footer-sec .nav-list li a {
    font-size: 10px;
}
}
@media only screen and (max-width: 768px) {
    .blog-box .blog-img img {
    width: 100% !important;
    height: auto !important;
}
  .carousel-control-prev {
    right: 16.2%;
}
}
@media only screen and (max-width: 767px) {
    
    .news-detail-sec img {
    width: 100% !important;
    height: auto !IMPORTANT;
}

.contact-socail i {
    width: 50px;
    height: 50px;
    font-size: 23px;
}

.get-in-touch {
    padding: 20px;
}

.get-in-touch h2 {
    font-size: 30px;
    line-height: 30px;
}

.contact-page .row>* {
    width: 100%;
}

.social {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 10px 0 10px 0px;
}

ul.social_link {
    margin: 0;
}

.requet-quote {
    padding: 15px;
}

.requet-quote h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

button.btn_theme.d-inline-flex.mt-4 {
    width: 100%;
}


section.about-sec .col-lg-7>img {
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}

    html {
    overflow-x: hidden;
}
    
    .footer-sec {
    padding-top: 30px;
}

.footer-sec .copy-write ul li:first-child {
    margin: 0;
}


    .blog-box .blog-img img {
    width: 100% !important;
    height: auto !important;
}

.blog-box .blog-txt ul {
    flex-direction: column;
    align-items: center;
}

.blog-box .blog-txt ul li:first-child {
    margin: 0;
    position: inherit;
}

.news-sec h2 {
    font-size: 40px;
    line-height: 40px;
}
section.our-research-sec.themes-padd .col-lg-6>img {
    width: 100% !important;
    height: auto !IMPORTANT;
}

  .slicknav_menu {
    background: #32aadf;
    padding: 25px;
}
.footer-sec .nav-list li a {
    font-size: 13px;
}
.header-logo img {
    height: 70px;
    object-fit: contain;
}
.header-logo {
    position: absolute;
    top: -80px;
    left: 30px;
}
.topSec {
    position: relative;
    padding: 0;
}
.topSec ul {
    justify-content: center;
    margin: 10px 0;
    flex-direction: column;
    align-items: center;
}
.topSec ul li:first-child {
    margin-right: 0;
}
.carousel-inner {
    margin-top: 0;
}
.topSec ul li i {
    font-size: 13px;
    width: 20px;
    margin-top: 2px;
}
.topSec ul li a {
    font-size: 12px;
}
.banner_text {
    position: relative;
    margin-bottom: 0;
}
.carousel-caption{
  align-items: center;
}
.banner_text .bg-box {
    background-color: #32aadf78;
    padding: 25px 20px;
}
.banner_text h5 {
    padding: 15px;
    font-size: 20px;
    text-align: center;
    display: block;
}
.banner_text .bg-box h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
}
.slicknav_btn{
  background-color: #000;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #32aadf;
}
.slicknav_nav{
  font-size: 18px;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: 89px;
    z-index: 99;
    background: #32aadff2;
    width: 100%;
    padding: 15px 20px;
    border-top: 2px solid #000;
    box-shadow: 1px 20px 10px 0 #0000005c;
}
.slicknav_nav a:hover {
    background: #6a7c43;
    color: #fff;
    box-shadow: 0 0 10px 0 #00000022;
    border-radius: 5px;
}
.cat-sec {
    position: relative;
    padding-top: 60px;
    z-index: 0;
}
.carousel-control-prev {
    right: 24%;
}
.content-sec img {
    width: 100% !IMPORTANT;
    height: auto !important;
}

}
@media only screen and (max-width: 650px) {
    
.blog-box .blog-txt {
    padding: 20px 0px;
}
    
.themes-btn {
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

section.about-sec.themes-padd.mg-tops .col-lg-7>img {
    width: 100% !important;
    height: auto !important;
        margin: 20px 0px;
}
  .about-sec .container-fluid {
    padding: 0 20px;
}
.about-sec p {
    padding-right: 0;
}
.themes-h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
}
.techonlogy-box p{
  height: 99%;
}
.techonlogy-box h2 {
    font-size: 30px;
    height: 97%;
    margin: 10px 0;
}
.techonlogy-box.mt-4 {
    margin-top: 0 !important;
}
.themes-padd {
    padding: 20px 0;
}
.our-research-sec .container-fluid .padd {
    padding: 20px 40px !IMPORTANT;
}
.our-research-sec h3 {
    font-size: 37px;
    line-height: 40px;
}
.team-sec h3 {
    font-size: 50px;
}
.team-sli .slick-next {
    right: 50px;
}
.team-sli .slick-prev:before, .team-sli .slick-next:before{
  color: #32aadf;
}
.team-sli .slick-prev {
    left: 40px;
    z-index: 1;
}
.team-box .team-txt {
    padding-bottom: 0;
}
.team-sec {
    padding-bottom: 0;
}
.blog-box .blog-txt h4 {
    font-size: 23px;
}
.footer-sec .mgl-20 {
    margin-left: 0;
}
.footer-sec .link-list {
    margin-left: 0;
 }
 .footer-sec h5 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.footer-sec .copy-write {
  padding: 10px 0;
}
.footer-sec .copy-write .row {
    flex-direction: column-reverse;
    text-align: center;
}
.footer-sec .copy-write ul {
    padding-top: 10px;
    justify-content: center;
    flex-direction: column;
}
.footer-sec .copy-write p {
    margin: 0;
    padding: 10px 0;
}
.carousel-caption.inner h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0px;
    text-align: center;
}
.about-inner .themes-h2 {
    font-size: 50px;
    margin-bottom: 0;
}
.about-inner .container-fluid {
    padding: 0 20px;
}
.technology-inner-sec .themes-h3 {
    font-size: 30px;
    line-height: 35px;
}
.pad-lef {
    padding-left: 0;
    padding-top: 20px;
}
.news-detail-sec h5 {
    font-size: 25px;
    margin: 20px 0;
    margin-bottom: 0;
}
.requet-quote{
  margin-top: 20px;
}
.contact-page{
  padding: 20px 0;
}

img.img-fluid.inner-banner {
    width: 100% !important;
    height: 180px !IMPORTANT;
    object-fit: cover;
    object-position: center;
}

}
@media only screen and (max-width: 400px) {
    
img.img-fluid.inner-banner {
    width: 100% !important;
    height: 150px !IMPORTANT;
    object-fit: cover;
    object-position: center;
}


  .our-research-sec h4 {
    font-size: 25px;
}
.technology-inner-sec .themes-h3 {
    font-size: 25px;
    line-height: 30px;
}
.themes-h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}
}
@media only screen and (max-width: 280px) {
    
    .banner_text .bg-box h2 {
    font-size: 30px;
    line-height: 40px;
}

.our-research-sec h3 {
    font-size: 30px;
    line-height: 40px;
}

.news-sec h2 {
    font-size: 30px;
    line-height: 30px;
}

.themes-h3 {
    font-size: 30px;
    line-height: 40px;
}

.carousel-caption.inner h2 {
    font-size: 30px;
    line-height: 40px;
}

.slicknav_menu {
    display: block;
}

.header-logo img {
    height: 60px !important;
    margin: 0 auto;
    display: block;
    width: 100% !IMPORTANT;
    margin-top: 10px;
}

    
}
/*media query*/



