/* Open Sans Font Include */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

/* Font Include ends */

img{
  max-width: 100%;
}
.home-banner-wrap{
  padding-bottom: 78px;
  position: relative;
}
.home-banner-wrap img{
  max-width: 100%;
}
.home-banner-wrap:after {
  content: "";
  height: 57%;
  width: 95%;
  background-color: #1E3681;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.banner-content{
  margin-top:56px;
  margin-bottom: 60px;
  margin-left: 3%;
  margin-right: 3%;
}
.banner-content h2{
  font-size:33px;
  color:#1E3681;
  font-weight: 300;
  line-height: 45px;
}
.banner-content h2 span{
  font-weight: 600;
}
.banner-nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.banner-nav ul li{
  max-width: 25%;
  flex:0 0 25%;
}
.banner-nav ul li a{
  background-color: #3270BD;
  padding:22px 15px 25px 15px;
  color:#fff;
  display: block;
  height: 100%;
  transition: all .2s ease-in-out;
}

.banner-nav ul li a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px 1px #0000006b;
}
.banner-for-slider-main {
  background-color: #fff;
}
.banner-nav ul li.darkBlue a{
  background-color: #3270BD;
}
.banner-nav ul li.lightBlue a{
  background-color: #81B0EA;
}
.banner-nav ul li h5{
    margin: 0;
    margin-top: 13px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: bold;
    padding: 0;
    border: 0;
}
.banner-title {
  margin-bottom: 58px;
}
.slide-img{
  position: relative;
  height: 84px;
}
.slide-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}
.banner-nav-slider {
  max-width: 160px;
  margin: auto;
}
.banner-for-slider.slider-half {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.slide-thumb img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slide-thumb {
  height: 548px;
}

.nav-icon img {
  width: 40%;
}

.left-thumbs > [class^="col"]:nth-child(odd) {
  margin-top: 83px;
}
.left-thumbs > [class^="col"]:nth-child(odd):before, .left-thumbs > [class^="col"]:nth-child(odd):after{
  content:"";
  height: 54px;
  width: 54px;
  background-color: rgba(58,209,230,0.56);
  position: absolute;
  left:-27px;
  top:-27px;
  z-index: 1;
}
.left-thumbs > [class^="col"]:nth-child(odd):after{
  right:-27px;
  top:-27px;
  left: auto;
}
.left-thumbs > [class^="col"]:first-child:before{
  display: none;
}
.left-thumbs{
  margin-left: 20px;
  margin-right: -12px;
  margin-bottom: -160px;
}
.device-slider {
  padding: 50px 15px;
  background-color: #1e3681;
  margin:0 -15px;
}

.featured-blog-wrap{
  padding: 170px 0 30px;
}
.section-title h2{
  font-size:30px;
  font-weight: 600;
  color:#1E3681;
  margin-bottom: 35px;
}
.blog-text h2 {
  font-size: 22px;
  line-height: 32px;
  color: #1E3681;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 3px solid;
  margin-bottom: 30px;
  position: relative;
}
.blog-text h2:after{
  content:"";
  height:9px;
  width: 42%;
  background-color: #81B0EA;
  position: absolute;
  bottom: -12px;
  left:0;
}
.blog-text p, .blog-text a{
  font-size:14px;
  color:#000;
}
.blog-text a.read-link{
  text-decoration: underline;
}
.blog-thumb {
  position: relative;
  padding-top: 60%;
  background-color: #e7e7e7;
}
.blog-thumb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.static-thumb {
  max-width: 100%;
}
.var-height-half .slide-img {
  height: 100px;
}
.var-height-full .slide-img {
  height: 150px;
}
.new-home-blog-read-more {display: block; margin-top: 1rem;text-decoration: underline;}

/* Social Responsibility Section Style */

.bg-style{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.social-wrap{
  padding:100px 0;
  position: relative;
}
.social-wrap:after{
  content: "";
  height:100%;
  width: 100%;
  position: absolute;
  left:0;
  top:0;
  background-color: #000;
  opacity: 0.4;
}
.social-wrap .container{
  max-width: 1200px;
}
.social-box{
  padding:84px 67px;
  background-color: rgba(255,255,255,0.9);
  position: relative;
  z-index: 1;
}
.social-box:before, .social-box:after{
  content:"";
  height:62px;
  width: 62px;
  background-color: rgba(58, 209, 230, 0.56);
  position: absolute;
  top:0;
  left:27%;
  transform:translateY(-50%);
  display: block;
}
.social-box:after{
  top:auto;
  bottom:20px;
  left:0;
  transform:translate(-50%, 0);
}
.social-box .title{
  margin-bottom: 50px;
}
.social-box .title h2{
  color:#1E3681;
  font-size:38px;
}
.social-text p{
  font-size:19px;
  color: #000;
}
.learn-btn .theme_btn{
  font-size:20px;
  font-weight: 700;
  display: inline-block;
  padding: 15px 34px;
  border:1px solid #1E3681;
  color:#1E3681;
  text-decoration: none;
  border-radius: 9px;
  text-align: center;
  margin-top: 35px;
  transition: all ease-in-out 0.3s;
}
.learn-btn .theme_btn:hover{
  color:#fff;
  background-color: #1E3681;
}
.page-id-17929 .footer-section {margin-top: 0px;}

@media(max-width:1155px){
  .slide-thumb {
    height: 594px;
  }
}

@media(max-width:991px){
  .banner-nav-slider{
    max-width: 100%;
  }
  .left-thumbs > [class^="col"]:nth-child(odd){
    margin-top: 0;
  }
  .left-thumbs{
    margin: 0 0 50px;
  }
  .left-thumbs > [class^="col"]:nth-child(odd):before, .left-thumbs > [class^="col"]:nth-child(odd):after{
    display: none;
  }
  .static-thumb {
    padding-bottom: 55%;
    overflow: hidden;
  }
  .static-thumb img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
  .slide-thumb{
    height: auto;
    padding-top: 72%;
  }
  .slide-thumb img{
    position: absolute;
    top:0;
    left:0;
  }
  .slider-full {
    margin-bottom: 30px;
  }
  .featured-blog-wrap {
    padding: 50px 0 ;
  }
  .slide-img{
    height: 100%;
    padding-top: 72%;
  }
  .home-banner-wrap:after{
    width: 100%;
    background-color: transparent;
  }
  .home-banner-wrap{
    padding-bottom: 0;
  }
  .banner-nav-slider-main button.slick-next {
    right: 10px;
  }
  .banner-nav-slider-main button.slick-prev {
    left: 10px;
    z-index: 2;
  } 
  .banner-nav-slider-main button.slick-next:before, .banner-nav-slider-main button.slick-prev:before{
    opacity: 1;
  }
  .banner-content{
    margin-bottom: 30px;
  }

  /* Social Style */

  .social-text p{
    font-size:16px;
  }
  .social-box .title h2{
    font-size: 32px;
  }
  .social-box .title {
    margin-bottom: 30px;
  }
  .social-text {
    margin-bottom: 40px;
  }
  .social-box {
    padding: 54px 47px;
    margin:0 30px;
  }
  .social-box:before, .social-box:after{
    height: 42px;
    width: 42px;
  }
  
  .learn-btn .theme_btn{
    font-size: 18px;
    padding: 10px 25px;
  }
  .social-wrap {
    padding: 70px 0;
  }
  /* Social Style Ends*/  
}
@media(max-width:767px){
  .banner-nav ul li{
    max-width: 50%;
    flex:0 0 50%;
  }
  .banner-nav ul li h5{
    font-size:14px;
  }
  .banner-content h2{
    font-size: 26px;
    line-height: 37px;
  }
  .blog-text h2{
    font-size: 20px;
    line-height: 28px;
  }
  .banner-nav ul li:nth-child(4n) a, .banner-nav ul li:nth-child(4n+1) a{
    background-color: #3270BD;
  }
   .banner-nav ul li:nth-child(3) a{
    background-color: #81B0EA;
  }
}

@media(max-width:575px){
  .nav-icon img {
    height: 50px;
  }
}

