/*=================== fonts ====================*/

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

body {
    font-family: 'Poppins', sans-serif;
  background-color: #fff;
  /*height: 200vh;*/
  position: relative;
   }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; 
  font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
  /*font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
}
.bg-box{
   background-color: #fff;
    border-radius: 10px;
    position: relative;
    height: 100px;
    width: 200px;
}
.bg-box img{
    position: absolute;
    width: 100%;
    padding: 10px
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
  a, a:hover {
    text-decoration: none !important;
     }
     .site-navbar img{
      margin-top: 10px;
     }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; 
  background:rgb(37 115 185);
}
.pdf-section a{
    height:500px;
    width:100%;
    position:absolute;
    left:0;
}
.b-logo{
    padding: 10px;
    margin-top: -90px;
    margin-left: -10px;
    padding-bottom: 20px;
}
.b-logo img{
    border:1px solid #2573b9;
   
}
  .site-navbar-wrap a {
    color: #fff; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.logo{
    text-align:center;
}
.logo img{
    width:150px;
    height:auto;
}
.site-navbar {
  margin-bottom: 0px;
  width: 100%; }
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 10px;
        /*color: rgb(255 255 255);*/
        color: #333;
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #333; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #333; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #2573b9; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #2573b9; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; 
  /*background: rgb(255 255 255 / 42%);*/
  background: #fff;
}
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar ul li.active a {
      color: #0963b7; }
  .sticky-wrapper.is-sticky .site-navbar {
    /*background-color: #007bff; */
    background-color: #fff; 
  }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        /*color: rgba(255, 255, 255, 0.6);*/
        color:rgb(0 0 0 / 74%);
        font-size: 15px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #0f72ce !important; 
        }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff !important; 
        }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #0f72ce; 
      }

  /*-----------------------------------------------------------menu ends------------------------------------------------------------------*/
.mt-20{
  margin-top: 21px;
}
.text-right {
    text-align: right !important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}
.site-navbar img {
      width: 120px;
}
  .slider{
   
        background-position: center top;
    background-repeat: no-repeat;

    position: relative;
    background-size: cover;
    /* margin-top: 55px; */
    text-align: center;
    }
    .slider:before {
    position: absolute;
    left: 0;
    top: 0;
   
    width: 100%;
    content: '';
    /*background-image: linear-gradient(to right,rgb(24 24 24 / 90%) 0,rgb(16 14 14 / 77%) 50%);*/
    background-image:linear-gradient(to right,rgb(255 255 255 / 48%) 0,rgb(214 214 214 / 33%) 50%);
    z-index: 0;
}
    .typewriter h5 {
  overflow: hidden; 
  border-right: .15em solid #fff; 
  white-space: nowrap;
  margin: 0 auto; 
  letter-spacing: 1px; 
/*  animation:  typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;*/
      animation:  typing 2s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: transparent; }
}
.carousel-dark .carousel-caption {
   text-align: left;
    color: #fff;
    /* background: rgb(255 255 255 / 20%); */
    /* padding: 80px 50px; */
    background: transparent;
    top: 40%;
    height: 300px;
    /* padding: 80px 40px; */
    position: absolute;
    /* margin-top: 12%;*/

}
.carousel-indicators{
    bottom:4rem;
}
.carousel-item{
    padding-top:50px;
}
.carousel-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    /*background-image: linear-gradient(to right,rgb(11 21 38 / 79%) 0,rgb(100 97 97 / 0%) 50%);*/
    /*background-image:linear-gradient(to right,rgb(22 18 18 / 40%) 50% 0,rgb(22 18 18 / 40%) 50%);*/
    z-index: 0;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 650px;
}
.carousel-item p{
      color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    padding-top: 11px;
    line-height: 25px;
        text-align: justify;
}
.slider_btn{
     border: 2px solid #2573b9;
    background: transparent;
    color: #2573b9;
    padding: 6px 19px;
    font-size: 15px;
}
.carousel-caption h5 {
    font-size: 40px;
    font-weight: 700;
        color: #2573b9;
}
.services h6{
     font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #509de4;
    margin-top: 15px;
}
.ser_section{
  /*margin: 100px 0px;*/
}
.read_more{
    background-image: linear-gradient(to right, #0076b3 , #05477f);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 7px;
    font-size: 15px;
    width: 50%;
}

.content {
  position: relative;
  /*width: 90%;
  max-width: 400px;*/
  margin: auto;
  overflow: hidden;
}
.owl-carousel .owl-item img {
    border-radius: 10px;
}
.content .content-overlay {
  /*background: rgba(0,0,0,0.7);*/
  background:rgba(0, 0, 0, 0.69);
      border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content-text .fa{
     border-radius: 50px;
    padding: 18px 20px;
    border: 1px solid #fff;
}
.content .content-overlay{
  opacity: 0;
}
.content:hover .content-overlay{
  opacity: 1;
}
.content-overlay h3{
  display: none;
}
.about-section p{
      color: #333;
    font-weight: 400;
}
.about-section .shape {
      bottom: 30px;
    height: 160px;
    /* left: -80px; */
    position: absolute;
    width: 160px;
    z-index: -1;
    top: 28%;
}
.about-section .shape2 {
        left: 38%;
    top: 36.5%;
    position: absolute;
    width: 160px;
    z-index: -1;
}
.abt_img{
        position: relative;
    /*top: -162px;*/
    left: 7%;
}
.abt_img img{
   border-radius: 110px 0px 120px 0px;
}
.about-section{
  margin: 100px 0px 50px 0px;
}
.about-bottom{
  background: #0f72ce;
}
.no-gutters {
    margin-left: 0;
    margin-right: 0;
        padding-left:0px;
}
.read_more .fa{
  padding-left: 12px;
}
.services2 p{
      line-height: 33px;
    color: #333;
        text-align: justify;
        font-size: 14px;
    font-weight: 400;
}
.services p {
    line-height: 33px;
    color: #333;
       font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
.ht{
  margin-top: 40px;
}
.content-image{
  width: 100%;
  height:250px;
}
.vision{
  /*background-image: url(../images/vision_bg.jpg);*/
  /*background-color: #0f72ce;*/
      background: linear-gradient(transparent,rgba(0,0,0,.9));
      /*padding: 40px;*/
}
.ed_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: rgb(0 0 0 / 29%);
    z-index: -1;
}
.vision{
 
    position: relative;
    display: block;
    /*padding: 100px 0 100px;*/
    z-index: 10;

}
.mission{
  border-right: 1px solid rgba(255,255,255,.4);
    padding: 40px 20px;
    height: 379px;
}
.why_panda p{
padding: 0px 80px;
line-height: 25px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    margin-top: 4%;
}
.why_panda h2{
    padding: 0px 80px;
    color: #2573b9;
    font-size: 30px;
    font-weight: 600;
    /*text-align: justify;*/
    margin-top: 16%;
}
.mission img{
  padding-bottom: 20px;
}
.mission2 img{
  padding-bottom: 20px;
}
.mission2{
  /*border-right: 1px solid rgba(255,255,255,.4);*/
    padding: 40px 20px;
    height: 379px;
}
.vision h4{
      color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
}
.vision h5{
    font-size: 19px;
    color: #fff;
    font-weight: 800;
}
.vision .fa{
color: #fff;
font-size: 40px;
}
.vision p{
      line-height: 25px;
  color: #fff;
  font-size: 14px;
  text-align: justify;
}
.footer_{
  background-color: #08417c;
      padding: 60px;
}
.footer_ p{
    color: #eaeaea;
        font-size: 14px;
    text-align: justify;
  }
.footer_ span{
    background: #fff;
    color: #333;
    padding: 11px;
    border-radius: 50%;
  }
  .pd_top{
    padding-top: 5px;
  }
.elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementor-shape-top {
    /*top: -1px;*/
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    /* -webkit-transform: rotateY(0deg); */
    /* transform: rotateY(0deg); */
}
.elementor-shape-top svg {
    height: 30px;
}
.footer{
  background-color: #1a1c23;
  padding: 20px 0px;
    background-image: url(../images/slider.jpg);
        background-position: center top;
    background-repeat: no-repeat;
    padding: 50px 0px 0px 0px;
    position: relative;
    background-size: cover;
    /* margin-top: 55px; */
    /*text-align: center;*/
    }

    .footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image:linear-gradient(to right,rgb(247 247 247 / 0%) 0,rgb(210 210 210 / 18%) 50%);
    z-index: 0;
}
.footer p{
      font-size: 13px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}
.foot1 .icon-twitter, .foot1 .icon-facebook, .foot1 .icon-linkedin, .foot1 .icon-instagram{
  color:#2c76ba;
}
.footer-bottom-area{
 text-align: center;
    padding: 10px 0px 0px 0px;
    /*background-color: transparent;*/
    /* border-top: 1px solid #3c3c3c; */
 
    background-color: #073d76e8;

}
.copyright p{
  color: #eaeaea;
  margin-bottom: 11px;
      font-size: 14px;
      text-align: center;
}
.foot1{
  z-index: 99999;
}
.foot1 a{
color: #000;
}
.footer-bottom-area a{
  color: #eaeaea;
  z-index: 99999;
}
.foot1 li{
       list-style: none;
    display: block;
    color: #000000;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 500;
}
.foot1 .fa{
   padding: 6px;
    font-weight: 100;
    color: #337bbc;
    font-size: 12px;
    z-index: 99999999;
}
.foot1 h3{
  font-size:20px;
  color: #000;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
      text-align: left;
    padding: 45px;
}

.content-details h3{
  display: none;
}
.content:hover h3{
  display: block;
      color: #fff;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.content-details p{
    display: none;
/*  color: #fff;
  font-size: 0.8em;*/
}
.content:hover p{
    display: block;
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.services2 h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #509de4;
    /*margin-top: 10px;*/
}
/*------------------------------------------------------- home page slider ----------------------------------------*/
.post-img{
  display: none;
}
.services{
  padding-top: 100px;
}
.post-content{
  display: none;
}
.banner-bottom{
     margin-top: 40px;
}
#news-slider{
    margin-top: 50px;
}
.post-slide{
    background: #fff;
    margin: 5px 15px 20px;
    border-radius: 15px;
    padding-top: 1px; 

    box-shadow: 2px 4px 4px -1px #e4e4e4;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
   
}
.post-slide .post-img img{
    width: 100%;
    height: 240px;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#00849a;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:15px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #00849a;
    color: #ffffff;
    
    border-radius: 5px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top: -13%;
    right: 72px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 2px 7px 15px -8px #adadae;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -12px #adadae;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 10px 15px 10px 15px;
    }
}
 .slider_mobile{
        display: none;
    }
    .item{
        text-align: center;
        display: none;
    }
    .border_design{
        border-radius: 50%;
        text-align: center;
        border: 2px solid rgb(0 132 154);
        min-width: 10.6rem;
        width: 3.6rem;
       
        }
      .item img{
       object-fit: cover;
   
    height: 9.6rem;

     padding: 12px; 
}
 .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
span {

    position: relative;
 
}
.owl-nav button:focus {
    outline: none;
}


/*slider css start*/
.slider_1{
    margin-top: 55px;
}

.slide img{
        height: auto !important;
    padding: 0px !important;
    }

.carousel,
.item{
    /*height: 100%;*/
    /*height: 41em;*/
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
}
.carousel, .item, .active img{
margin-left: auto;
margin-right: auto;
}
.navbar-collapse.in {
    overflow-y: hidden;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}
 .carousel-control .icon-prev, .carousel-control .icon-next {
  
    font-size: 60px;
}

/*slider css end*/
.icon1{
     background-color: #fff;
    margin-top: 40px;
        height: 160px;
    /*padding: 22px;*/   
     padding: 20px 27px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 22%);
}
.icon1 p{
      font-size: 14px;
    color: #333;
    padding-top: 10px;
    text-align: justify;
    font-weight: 400;
}
.icon1 h4{
      font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
}

.left
{
    position: relative;
}
 .left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #0f72ce;
  background-image: -webkit-linear-gradient(0deg, rgb(6 84 153) 0%, rgb(23 128 226) 100%);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
 .left:hover:before {
  visibility: visible;
  width: 100%;
}

.slogan-area {
    position: relative;
    display: block;
    margin: 30px 0px;
    background-color: rgb(26, 28, 35);
}
.slogan-content-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 55px 20px;
    z-index: 1;
}
.slogan-content-box-bg {
    position: absolute;
    top: 0;
    left: 300px;
    bottom: 0;
    right: 100px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-color: #1a1c23;
    background-blend-mode: luminosity;
    z-index: -1;
}
.slogan-content-box-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(26, 28, 35);
    background: linear-gradient(270deg, rgba(26, 28, 35, 1) 0%, rgba(26, 28, 35, 1) 5%, rgba(26, 28, 35, 0.4990371148459384) 40%, rgba(26, 28, 35, 1) 95%, rgba(26, 28, 35, 1) 100%);
}
.slogan-content-box .inner-title {
    position: relative;
    display: block;
}
.slogan-content-box .inner-title h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin: 0 0 7px;
}
.slogan-content-box .inner-title p {
    color: #b8b4b1;
        font-size: 14px;
}
.get-app-box {
    position: relative;
    display: block;
}
.get-app-box ul {
    position: relative;
    display: block;
}
.get-app-box ul li a {
    position: relative;
    display: flex;
    align-items: center;
    /*background-color: #f8f6f3;*/
    padding: 16px 30px 17px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}
.get-app-box ul li a .icon {
    width: 30px;
    line-height: 0;
}
.get-app-box ul li a .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.icon-play-store:before {
    content: "\e953";
}
.get-app-box ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
}
.box2 {
  background-color: #0f72ce;
  padding: 10px;
}
.box2 h4{
color: #fff;
font-size: 17px;
 margin-bottom: 0px;
}
.box2 .fa{
color: #fff;
font-size: 18px;
}
.box1 {
  background-color: #fff;
}
.box1 h4{
color: #0f72ce;
font-size: 17px;
    margin-bottom: 0px;
}
.box1 .fa{
color: #0f72ce;
font-size: 18px;
}

.abt_bottom{
      position: relative;
    display: block;
    padding: 100px 0 100px;
    z-index: 10;
    background-image: url(../images/bg.png);;
     background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-blend-mode: luminosity;
    /*background-color: #000000;*/
    z-index: -1;
}
.text-holder {
    /*position: absolute;*/
    left: 20px;
    bottom: 20px;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
    /*padding: 17px 20px 18px;*/
    padding: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.text-holder a{
  color: #2573b9;
}
.text-holder p{
      /*line-height: 25px;*/
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
.img-holder img {
    width: 100%;
    mix-blend-mode: luminosity;
}

 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    /*background-color: #646464;*/
}
.text-holder h3 {
    position: relative;
    display: block;
    padding-left: 0px;
    font-size: 22px;
    line-height: 32px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.service-style1-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-blend-mode: luminosity;
    background-color: #000000;
    z-index: -1;
}
.vis_section{
  position: relative;
    display: block;
    border: 1px solid rgb(103 112 121);
    padding: 40px 39px 36px;
    height: 342px;
}
  [class*=" imghvr-shutter-out-"]:before, [class^=imghvr-shutter-out-]:before {
    background: rgb(255 255 255 / 11%) !important;
    position: absolute;
    content: "";
    transition-delay: .105s;
}
[class*=" imghvr-"], [class^=imghvr-] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
     background-color:transparent !important;
     }
.vis_section .fa{
  padding: 20px 0px;
}

.vision .border-box {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, .20);
    background-image: -webkit-linear-gradient(0deg, rgb(6 84 153) 0%, rgb(23 128 226) 100%);
    margin: 26px 0 23px;
}
.vision .border-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    background-color: var(--thm-base);
}
.vision .border-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    transition: all 900ms ease 100ms;
    /*background-image: -moz-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);*/
    background-image: -webkit-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
    /*background-image: -ms-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);*/
}
.service-style1-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image: linear-gradient(to right,rgb(24 24 24 / 90%) 0,rgb(16 14 14 / 77%) 50%);
    z-index: 0;
}

.vision h2{
  padding-bottom: 20px;
  color: #2573b9;
}


/*------------------------------------------------------- home page slider end----------------------------------------*/

.page_update{
  padding: 200px 0px 100px 0px;
  position: relative;
}

.update{
  box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 22%);
      padding: 30px;
}
 .update h2{
    color: #2573b9;
    font-weight: 800;
    font-size: 33px;
  }
 .update p{
    color: #333;
    /*font-weight: 800;*/
    font-size: 15px;
    line-height: 25px;
  }

/*------------------------------------------------------- about page start----------------------------------------*/

.banner_top {
    background-image: url(../images/banner-top.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0px;
    position: relative;
    background-size: cover;
    /* margin-top: 55px; */
    text-align: center;
}
.banner_top:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image: linear-gradient(to right, rgb(0 0 0 / 71%) 0%, rgb(21 52 80 / 40%) 100%);
    /*background-image: linear-gradient(to right, rgb(9 47 82 / 46%) 0%, rgb(21 52 80 / 36%) 100%);*/
    z-index: 0;
}
.carousel-caption li {
    display: inline-block;
    /* padding: 20px; */
}
.about_page_section {
  margin: 50px 0px;
  }
.about_page_section img{  
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
   animation: filter-animation 155s;
  -webkit-animation: filter-animation 155s;
}
.about_page_section img:hover{
  
  -webkit-filter: grayscale(10%); 
  filter: grayscale(10%);
 animation: filter-animation 155s;
        -webkit-animation: filter-animation 155s;
}
.green{
       background-image: url(../images/about-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* border: 1px solid red; */
    padding: 150px 50px;
    margin: 40px 0px;
    border-radius: 20px;

}
.green:before {
    /*position: absolute;*/
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image: linear-gradient(to right, rgb(69 3 3 / 95%) 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 0;
}
.green h2{
color: #fff;
font-size: 30px;
}
.why_choose_us{
  padding: 30px;
}
/*.why_choose_us_box{
  border: 1px solid red;
  padding: 20px;
  margin-top: 30px;
}*/
.why_choose_us_box {
    position: relative;
    background: linear-gradient(to right, #0b4e89, #2b8fea);
    padding: 1px; 
  margin-top: 30px;
}
.why_choose_us_box h5{
  color: #333;
      text-transform: capitalize;
}
.why_choose_us_box .fa{
  color: #333;
}
.module {
  background: #fff;
  color: white;
  padding: 1rem 2rem;
  height: 225px
}
.why_choose_us_box .fa{
     color: #2573b9;
    font-size: 30px;
    padding-bottom: 20px;
}
.why_choose_us_box p{
       color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
.abt_what_we1{
     background-color: #f8f8f8;
    padding: 50px 130px;
}
.green p{
  font-size: 14px;
  /*color: #ececec;*/
  color: #fff;
}
.abt_what_we1 li{
    list-style: none;
    font-weight: 400;
    padding: 5px 0px;
    font-size: 14px;
    text-transform: capitalize;
}
.abt_what_we2 img{
  /*position: absolute;*/
}
.services2 h2{
  margin-bottom: 0px;
}
.boat-image-box {
        position: relative;
    display: block;
    max-width: 450px;
    /* width: 100%; */
    margin-left: -83px;
    margin-top: 45px;
    z-index: 1;
    /*border: 15px solid white;*/
}
.abt_what_we1 .fa{
 color:  #2573b9;
}
.abt_what_we1 p{
 color: #333;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
}
.abt_what_we2{
  background-color:  #2573b9;
  padding: 20px;
}
.banner-caption {
    top: 48% !important;
    }
    .banner_text{
         color: #fff;
    font-weight: 500;
    }
    .banner-caption a{
      color: #fff;
    }
/*------------------------------------------------------- about page end----------------------------------------*/

/*------------------------------------------------------- contact page start ----------------------------------------*/
.contact_details .list-item {
    display: flex;
    align-items: center;
}
.contact_details .list-item .list-icon {
    margin-right: 20px;
}
.list-item{
     /*border-left: 5px solid #2573b9;*/
    padding: 20px;
    /* background: #fff; */
    /* margin-top: 20px; */
    border-bottom: 1px solid #8b9aa7;
    text-align: left;
    /* box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 22%); */
    z-index: 999999;
    padding: 50p;
    margin: 0px 30px;
}
.contact_form2{
 box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 22%);
}
/*.list-item:hover{
  background-color:  #2573b9;
  border-left: 5px solid #000;
}*/
.list-item a{
 color:  #fff;
}
.list-item span{
 color:  #fff;
}
.list-item .fa{
 color:  #fff;
}
.list-icon .fa{
  font-size: 20px;
}
.list-item a{
   color: #fff;
}
.contact_box {
       width: 100%;
    border: none;
    padding: 6px 10px;
    background: #f7f7f7;
}
.contact_form label {
    margin-top: 14px;
    font-size: 15px;
        font-weight: 500;
    padding-bottom: 6px;
}
.contact_details h4{
  color: #2573b9;
  font-weight: 800;
  font-size: 33px;
}
.contact_details p{
  color: #333;
  font-weight: 400;
  font-size: 30px;
}
.contact_page_section{
  margin: 50px 0px 20px 0px;
}

.contact_form{
  padding: 20px;
}
.star{
  color: red;
}
.contact_img img{
padding-top: 80px;
}
.contact_img{
background-image: url('../images/about1.jpeg');
background-position: center top;
    background-repeat: no-repeat;
    padding: 50px 0px;
    position: relative;
    background-size: cover;
    /* margin-top: 55px; */
    text-align: center;
        z-index: 1;

}
.contact_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image: linear-gradient(to right, rgb(5 72 128 / 88%) 0%, rgb(5 52 91 / 94%) 100%);
    z-index: -1;
}
/*------------------------------------------------------- contact page end----------------------------------------*/

/*------------------------------------------------------- product page start----------------------------------------*/
.mt-10{
margin-top: 10px;
}
.pdt_details{
  margin: 50px 0px 20px 0px;
}
.pdt_top{
  margin-top: 10px;
}
.pdt_details h4{
color: #2573b9;
    font-weight: 800;
    font-size: 33px;
}
.pdt_details p{
     font-size: 19px;
    color: #333;
    font-weight: 400;
}
.vc_custom_1597749561657 {
    padding: 50px !important;
   /* padding-right: 50px !important;
    padding-bottom: 70px !important;
    padding-left: 50px !important;*/
    background-color: #f4f9fe !important;
    border-radius: 10px !important;
}
.products1 li{
    list-style: none;
    font-size: 15px;
    margin: 10px 0px;
}
.products1 .fa{
color:#2573b9;
}

.kd-photo-group {
    display: flex;
    position: relative;
    z-index: 10;
}
.kd-photo-group.group-layout-center-left .first-image-wrapper, .kd-photo-group.group-layout-center-right .first-image-wrapper {
    margin-right: auto;
    margin-left: auto;
}
.products{
  margin: 40px 0px;
}
.products1 h2{
color: #2573b9;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}
.products1 p {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.products1{
  border: 1px solid #aec6db;
  padding: 20px;
      height: auto;
}
.products2{
  border: 1px solid #aec6db;
  padding: 20px;
      height:auto;
}
.products2 h2{
color: #2573b9;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}
.products2 p {
    color: #333;
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}
/*------------------------------------------------------- product page end----------------------------------------*/





@media (min-width: 1200px) and (max-width: 1400px) {

  }

@media (min-width: 992px) and (max-width: 1199px) {


.why_choose_us_box .fa {
 
    padding-bottom: 10px;
}
    .why_panda h2 {
    text-align: left; 
}
/*.products1 {
     height: 675px;
}*/
.abt_img img {
    border-radius: 80px 0px 80px 0px;
}
  .slider {
       /*padding: 250px 0px;*/
  }
  .carousel-inner {
    height: 400px;
}
.carousel-dark .carousel-caption {
    margin-top: 7%;
}
.carousel-caption h5 {
    font-size: 27px;
 }
 .slider_btn {
    padding: 4px 12px;
  }
 .carousel-item p {
    font-size: 14px;  
}
.about-section {
    margin: 60px 0px;
}
.services h6 {
   margin-top: 0px;
}
.icon1 {
    height: 180px;
  }
  .icon1 h4 {
    font-size: 17px;   
    margin-top: 14px;
}
.mt-20 {
    margin-top: 26px;
}
.services2 h6 {
    margin-top: 0px;
}
.services2 p {
    line-height: 22px;  
    font-size: 13px;
}
.read_more {
    padding: 10px 7px;
        width: 80%;
}
.text-holder a {
    font-size: 18px;
}
.vision p {
    font-size: 13px;
}
.services p {
    line-height: 23px;    
    font-size: 13px;
}
.services {
  margin-bottom: 30px;
}
.abt_img {
     top: 73px;  
}
.about-section .shape {  
    top: 25%;
}
.about-section .shape2 {
    left: 31%;
    top: 31.5%; 
}
}
/*@media(min-width:1198px) and (max-width: 1400px) {
  .carousel-caption h5 {
    font-size: 32px;
  }
  .icon1 h4 {
    margin-top: 5px !important;
}
  }*/
@media(min-width:1200px) and (max-width: 1400px) {
  .text-holder {
    height: 180px;

    }
        .module {
       height: 250px;
}
.pd_top{
    padding-top: 2px;
  }
  .carousel-caption h5 {
    font-size: 32px;
  }
  .icon1 h4 {
    margin-top: 5px !important;
}
  }
  @media(min-width: 770px) and (max-width: 1200px) {
    .text-holder {
     height: 210px;

    }
  .module {
      padding: 1rem;
    height: 240px;
}
.why_choose_us_box p {
    font-size: 13.6px !important;
}
.icon1 {
    height: 190px;
    }

  }
@media(min-width: 770px) and (max-width: 1199px) {
.icon1 {
      height: 200px;
  }
  .about-section .shape2{
display: none;
  }
  .abt_img img {
    border-radius: 70px 0px 80px 0px;
}
.about-section .shape {
    top: 27%;
}
.icon-menu {
    color: #333;
}
.text-holder {
    padding: 15px;
    }
    .banner-bottom {
    margin-top: 0px;
}
.services {
    padding-top: 20px;
}
.content .content-details {
    padding: 25px 10px;
  }
.content:hover h3 {
  font-size: 14px;
}
.content-text .fa {  
    padding: 9px 11px;
 }
.text-holder h3 {
     font-size: 18px;
    line-height: 21px;
  }
.carousel-inner {
      height: 400px;
}
.about-section {
    margin: 60px 0px 0px 0px;
}
.mission {
    height: auto;
}
.abt_bottom {
    padding: 10px 0 40px;
  }
    .module {
    padding: 1rem;
    /*height: 256px;*/
}
}
 @media(min-width:769px) and (max-width: 991px) {
    .text-holder {
     height: 225px;

    }
  }
@media (max-width: 768px) {
  .icon1 {
      padding: 15px;
  }
  .about_page_section img{
    margin-top:125px;
  }
  .carousel-item p{
      display:none;
  }
.module {
    padding: 15px;
    height: 240px;
}
.text-holder {
    padding: 14px;
    height: 228px;
    }
  .text-holder h3 {
      line-height: 22px;
      font-size: 18px;
  }
  .b-logo img{
      width:80px;
  }
  .carousel-caption .headingg{
      margin-top:-10px;
  }
/*.products1 {
     height: 820px;
}*/
  .abt_img img {
    border-radius: 70px 0px 70px 0px;
}
.abt_img {
     top: 73px;  
}
.about-section .shape {
    top: 21%;
}
.about-section .shape2 {
    left: 24%;
    top: 26.5%; 
}
.why_panda p {
    padding: 0px 50px;
    }
  .why_panda h2 {
    padding: 0px 50px;  
    text-align: left; 
}
.mission {  
    padding: 10px 20px;
      /*height: 410px;*/
      height: 377px;
}
.mission2 {
   
    padding: 10px 20px;
   
}
.abt_bottom {
    padding: 1px 0px 20px 0px;
    }
  .contact_details p {
    font-size: 25px;
}
.contact_details h4 {
   font-size: 28px;
}
  .icon1 {
     height: 195px;
  }
  .carousel-inner {
    height: 300px;
}
.carousel-dark .carousel-caption {
    margin-top: 8%;
}
.carousel-caption h5 {
    font-size: 25px;
    margin-top:-50px;
}
.services h6 {
   margin-top: 0px;
}
.read_more {
    width: 100%;
}
.ser_section {
    margin: 25px 0px;
}
.vision {
      padding: 10px;
}
.vision h4 {
      font-size: 20px;
    margin-bottom: 20px;
}
.about-bottom img{
  height:500px;
}
.icon-menu {
  color: #333;
}
.carousel-dark .carousel-caption {
    /*padding: 40px;*/
     padding: 40px 40px 40px 0px;
}

.carousel-item p {
    display:none;
    }
    .about-section {
    margin: 30px 0px;
}
.services2 p {
    line-height: 1.8;
    font-size: 13px;
}
.pdf-section{
    text-align:center;
}
.pdf-section img{
    margin-bottom:20px;
}
.bg-box {
    margin-bottom:20px;
}
.vision p {
     font-size: 13px;
}
   .services p {
    line-height: 23px;
    font-size: 13px;
  }
   .services2 h6 {
     margin-top: 3px;
}
.mt-20 {
    margin-top: 21px;
}
.services {
    padding-top: 10px;
}
.services h2{
font-size: 22px;
}
.banner-bottom {
    margin-top: 0px;
}
.footer p{
  font-size: 14px;
}

}
@media (max-width: 767px) {
  .about_page_section img {
    margin-top: 1px;
}
  .site-navbar-top .text-right span{
  padding: 0.5rem !important;
}
.why_panda h2 {
     margin-top: 6%;
}
  .footer_ {   
    padding: 60px 10px;
}
  .icon1 {
    height: auto;
}
  .p-2 {
    padding: 0px !important;
}
  .services2 h6{
    margin-top: 10px;
  }
  .text-holder {
      /*height: 180px;*/
      height: auto;
}
  .products1 p {
    line-height: 25px;
}
.products1 {
    height:auto;
}
  .products1 {
      padding: 10px;
}
  .vision p {
    text-align: left;
}
.vision {
    padding: 2px 8px;
}
.mission {
    padding: 10px;
    height: auto;
}
.mission2 {
    padding: 10px;
    height: auto;
}
.why_panda p {
    padding: 0px 30px;
}
.why_panda h2 {
    padding: 0px 30px;
  
}
    .vc_custom_1597749561657 {
    padding: 20px !important;
  }
  .contact_img img{
display: none;
}
  .module {
       padding: 1rem;
       height: auto;
  }
  .abt_what_we1 {
   
    padding: 40px;
}
.abt_what_we2{
  display: none;
}
  .carousel-item p {
   display:none;
}
.green {
    padding: 50px 50px;
  }
.slider_btn{
  display: none;
}
  .icon1 h4 {
    font-size: 25px; 
    /*margin-top: 25px;*/
}

.abt_bottom {
    padding: 30px 0 30px;
    }
  .vis_section {
      padding: 15px 25px 27px;
  }
  .slogan-content-box .inner-title h2 {
     font-size: 25px;
}
.slogan-content-box .inner-title p {
  font-size: 13px;
}
.get-app-box ul li {
    margin-right: 3px;
}
.slogan-content-box {
    padding: 15px 0;
    }
  .get-app-box ul li a {
       padding: 10px 6px 10px;
  }
  .box2 h4 {  
    font-size: 13px;
  }
  .box1 h4 {   
    font-size: 13px;  
}
.get-app-box ul {
     display: inline;
}
  .ht {
    margin-top: 20px;
}
  .post-img{
  display: block;
}
.services {
    padding-top: 0px;
}
.banner-bottom {
    margin-top: 25px;
}
.post-slide .post-img img {   
    height: auto;   
}
.post-content{
  display: block;
}
  .foot_mob{
    text-align: center;
  }
  .vision .fa {
  font-size: 27px;
}
.no-gutters {
     padding-left: 0px !important;
}
  .mob_view{
    display: none;
  }
.about-section {
    margin:10px 0px 10px 0px;
}
.services h6 {
   margin-top: 10px;
}
.about-bottom img {
    height: auto;
}
.mob_top{
  margin-top: 10px;
}
.mt-20{
  margin-top: 10px;
}
.carousel-caption h5 {
    font-size: 22px;
}
.carousel-inner {
    height: 200px;
}
.carousel-indicators {
 display: none;
    }
    .carousel-control-prev {
  
    top: 70px;
}
.carousel-control-next {
   
    top: 70px;
}

.slider_para{
   display: none !important;
}
.slider_head{
  display: block !important;
}
.carousel-dark .carousel-caption {
    margin-top: 11%;
}
}
@media (max-width:380px) {
  .carousel-dark .carousel-caption {
     /*padding: 40px; */
    padding: 40px 0px 40px 40px;
}
  .carousel-caption h5 {
    font-size: 18px;
}
.carousel-item p {
    display:none;
}
.carousel-dark .carousel-caption {
    margin-top: 14%;
    left: 20px;
}
.slider_btn {
  display: none;
}
.bg-box{
    margin-bottom:20px;
}
.carousel-control-prev {
  
    top: 70px;
}
.carousel-control-next {
   
    top: 70px;
}
  }
  @media (max-width:360px) {
  .break{
  display: block !important;
}
  }
@media (max-width:320px) {

  .products1 {
    height: auto;
}
.products1 p {
    line-height: 25px;
}
  .vc_custom_1597749561657 {
    padding: 20px !important;
  }
/*.p-2 {
    padding: 0.1rem !important;
}*/
.banner-bottom {
    margin-top: 15px;
}
  .carousel-caption h5 {
    font-size: 17px;
}
.carousel-dark .carousel-caption {
    margin-top: 18%;

}
  .icon1 h4 {
    margin-top: 9px !important;
}

}

@media (max-width:300px) {
  .carousel-dark .carousel-caption {
    margin-top: 31%;
}
.footer_ { 
    padding: 60px 20px;
}
.vision h5 {
    font-size: 15px;   
}
.carousel-inner {
    height: 263px;
}
.carousel-item p {
    line-height: 17px;
    text-align: left;
    font-size: 11px !important;
}
.carousel-caption h5 {
    font-size: 13px;
}

.vision p {  
    font-size: 12px !important;
}
  .icon1 h4 {  
    margin-top: 0px !important;
}
}

.break{
  display: none;
}
.slider_head{
  display: none;
}
/*.slider_para{
   display: none;
}
*/