
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #0880e8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
 */

 body {
  font-family: "Roboto", sans-serif;
  color: #444444;
}

a {
  color: #0047ba;
  text-decoration: none;
}

a:hover {
  color: #0047ba;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0047ba;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0047ba;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0047ba;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 80px;
  padding: 0;
  font-size: 50px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  z-index: 996;
}

/* #topbar.topbar-scrolled {
  top: -60px;
} */

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  color: #0047ba;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #0047ba;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #0047ba;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* hr {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
} */
#header {
  background: rgba(255, 255, 255);
  transition: all 0.5s;
  z-index: 997;
  height: 150px;
  
}

#header.header-scrolled {
  background: rgba(255, 255, 255);
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
}
#header .hea {
  margin-top: 10px;
  text-align: left;
 
}
#header .hea h1{
  margin-top: 15px;
  font-size: 38px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left:35px;
  color: #000000;
  /* text-transform: uppercase; */
}

#header .hea p{
  font-size: 12px;
color: #000000;
font-weight: 500;
  padding: 0;
 
  margin-left:70px;

  /* text-transform: uppercase; */
}
/* style="font-size: 12px;color: black;font-weight: 500;margin-left: 37px;" */
#header .hea h6{
 font-size: 12px;
 color: black;
 font-weight: 500;
 margin-left: 37px;

  /* text-transform: uppercase; */
}
/* style="width:90px;margin-left: 160px;" */


#header .hea hr{
  width:90px;
  margin-left: 160px;
   /* text-transform: uppercase; */
 }

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 75px;
  /* margin-left: 170px; */
}

.header-inner-pages {
  background: rgba(255, 255, 255,0.1) !important;
}

.topbar-inner-pages {
  background: rgba(255, 255, 255,0.1) !important;
}

@media screen and (min-device-width: 320px)
    and (max-device-width: 768px) {
      #header {
        height: 90px;
      }
     
#header .logo img {
  max-height: 35px;
  /* margin-left: 170px; */
}

      #header .hea h1{
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        margin-left:10px;
        color: #000000;
        margin-bottom:5px;
        /* text-transform: uppercase; */
      }
      #header .hea p{
        font-size: 7px;
      color: #000000;
      font-weight: 300;
        padding: 0;
        line-height: 1;
        margin-left:12px;
       
        /* text-transform: uppercase; */
      }
      #header .hea h6{
        font-size: 7px;
        color: black;
        font-weight: 500;
        margin-left: 12px;
       
         /* text-transform: uppercase; */
       }
       /* style="width:90px;margin-left: 160px;" */
       
       
       #header .hea hr{
         width:90px;
         margin-left: 80px;
          /* text-transform: uppercase; */
        }
    }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  
}


.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 5px 0 5px 10px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 17spx;
  color: rgba(0, 0, 0);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #0047ba;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000000;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0880e8;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0047ba;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000000;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 74, 133, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #c0bdbd;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0047ba;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0047ba;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(18, 64, 173, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0047ba;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#herotop {
  
  height: calc(90vh);

}

#herotop .rightimg{
 
  height: calc(90vh);
  background-size: cover;
  background-position: top ;
  background-repeat: no-repeat;
  object-fit: cover;
  overflow: hidden;
  
 
}


#herotop .carousel-content {
  text-align: right;
 
}



#herotop .carousel-item {
  width: 100%;

 height: calc(90vh);
  background-size: cover;
  background-position: top ;
  background-repeat: no-repeat;
  object-fit: cover;
  overflow: hidden;
}

#herotop .carousel-item::before {
  content: "";
 /*  background-color: rgba(3, 138, 255, 0.1); */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

 #herotop .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
} 




#herotop h2 {
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 200;
}

#herotop p {
  position: relative;
  width: 50%;
  left: 52%;
  margin-top: 20px;
  animation-delay: 0.4s;
  color: #000000;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-word;
}

#herotop .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}






  




#herotop .right{
  background-image: url("../img/tophead.jpg");
   
} 

@media screen and (min-device-width: 320px)
    and (max-device-width: 768px) {
      #herotop {
     
        width: 100%;
        height: calc(45vh);
    
      }

      #herotop .rightimg{
     
        padding: 0;
        overflow: hidden;

        background-size: cover;
        background-position: center ;
        background-repeat: no-repeat;
      
       
      }

      #herotop h2 {
        color: #000000;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 600;
        vertical-align: text-top;
      }
  
      #herotop p {
        position: relative;
        width: 50%;
        left: 52%;
        margin-top: 20px;
        animation-delay: 0.4s;
        color: #000000;
        font-size: 9px;
        text-align: justify;
        text-justify: inter-word;
        font-weight: 400;
      }
      
      #herotop .carousel-item {
        width: 100%;
        height: calc(40vh);
     
     
      }
      #herotop .carousel-container {
        display: flex;
        justify-content: center;
      
        position: absolute;
        bottom: 0;
        top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
      }
   

        
      #herotop .right{
        background-image: url("../img/tophead.jpg");
         
      } 
      } 


/* about hero */
#heroabt {
  
  height: calc(90vh);

 
}

#heroabt .rightimg{
 
  height: calc(90vh);
  background-size: cover;
  background-position: center bottom ;
  background-repeat: no-repeat;
  object-fit: cover;
  overflow: hidden;
  
 
}


#heroabt .carousel-content {
  text-align: right;
 
}



#heroabt .carousel-item {
  width: 100%;

 height: calc(90vh);
  background-size: cover;
  background-position: bottom ;
  background-repeat: no-repeat;
  object-fit: cover;
  overflow: hidden;
}

#heroabt .carousel-item::before {
  content: "";
  /* background-color: rgba(3, 138, 255, 0.1); */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

 #heroabt .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
} 




#heroabt h2 {
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  margin-left: 250px;
}

#heroabt p {
  position: relative;
  width: 50%;
  left: 52%;
  margin-top: 20px;
  animation-delay: 0.4s;
  color: #000000;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-word;
}

#heroabt .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#heroabt .carousel-inner .carousel-item,
#heroabt .carousel-inner .active.carousel-item-start,
#heroabt .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#heroabt .carousel-inner .active,
#heroabt .carousel-inner .carousel-item-next.carousel-item-start,
#heroabt .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#heroabt .carousel-inner .carousel-item-next,
#heroabt .carousel-inner .carousel-item-prev,
#heroabt .carousel-inner .active.carousel-item-start,
#heroabt .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#heroabt .carousel-control-prev,
#heroabt .carousel-control-next {
  display:none;
  width: 10%;
}

#heroabt .carousel-control-next-icon,
#heroabt .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#heroabt .carousel-indicators li {
  cursor: pointer;
}




  




#heroabt .right{
  background-image:url("../img/aboutusbanner.png") ;
   
} 

@media screen and (min-device-width: 320px)
    and (max-device-width: 768px) {
      #heroabt {
        width: 100%;
        height: calc(40vh);
    
      }

      #heroabt .right{
      
        padding: 0;
       
      
       
      }

      #heroabt h2 {
        color: #000000;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 600;
        vertical-align: text-top;
      }
  
      #heroabt p {
        position: relative;
        width: 50%;
        left: 52%;
        margin-top: 20px;
        animation-delay: 0.4s;
        color: #000000;
        font-size: 10px;
        text-align: justify;
        text-justify: inter-word;
        font-weight: 400;
      }
      
      #heroabt .carousel-item {
        width: 100%;
        height: calc(40vh);
     
     
      }
      #heroabt .carousel-container {
        display: flex;
        justify-content: center;
      
        position: absolute;
        bottom: 0;
        top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
      }
   

        
        #heroabt .right{
          background-image:url("../img/aboutusbanner1.png") ;
          overflow: hidden;

          background-size: cover;
          background-position: bottom ;
          background-repeat: no-repeat;
           
        } 
      } 



      /* hero product */

      #heroprod {
  
        height: calc(90vh);
      
       
      }
      
      #heroprod .rightimg{
       
        height: calc(90vh);
        background-size: cover;
        background-position: top ;
        background-repeat: no-repeat;
        object-fit: cover;
        overflow: hidden;
        
       
      }
      
      
      #heroprod .carousel-content {
        text-align: left;
       
      }
      
      
      
      #heroprod .carousel-item {
        width: 100%;
      
       height: calc(90vh);
        background-size: cover;
        background-position: bottom ;
        background-repeat: no-repeat;
        object-fit: cover;
        overflow: hidden;
      }
      
      #heroprod .carousel-item::before {
        content: "";
       /*  background-color: rgba(3, 138, 255, 0.1); */
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
      }
      
       #heroprod .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
      } 
      
      
      
      
      #heroprod h2 {
        color: #000000;
        margin-bottom: 10px;
        margin-top: 0px;
        font-size: 35px;
        font-weight: 900;
      }
      
      #heroprod p {
        position: relative;
        width: 50%;
        left: 0%;
        margin-top: 20px;
        animation-delay: 0.4s;
        color: #000000;
        font-size: 18px;
        text-align: justify;
        text-justify: inter-word;
      }
      
      #heroprod .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
      }
      
      #heroprod .carousel-inner .carousel-item,
      #heroprod .carousel-inner .active.carousel-item-start,
      #heroprod .carousel-inner .active.carousel-item-end {
        opacity: 0;
      }
      
      #heroprod .carousel-inner .active,
      #heroprod .carousel-inner .carousel-item-next.carousel-item-start,
      #heroprod .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
      }
      
      #heroprod .carousel-inner .carousel-item-next,
      #heroprod .carousel-inner .carousel-item-prev,
      #heroprod .carousel-inner .active.carousel-item-start,
      #heroprod .carousel-inner .active.carousel-item-end {
        left: 0;
        transform: translate3d(0, 0, 0);
      }
      
      #heroprod .carousel-control-prev,
      #heroprod .carousel-control-next {
        display:none;
        width: 10%;
      }
      
      #heroprod .carousel-control-next-icon,
      #heroprod .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
      }
      
      #heroprod .carousel-indicators li {
        cursor: pointer;
      }
      
      
      
      
        
      
      
      
      
      #heroprod .right{
        background-image: url("../img/productbanner.png") ;
         
      } 
      
      @media screen and (min-device-width: 320px)
          and (max-device-width: 768px) {
            #heroprod {
              width: 100%;
              height: calc(40vh);
          
            }
      
            #heroprod .rightimg{
            
              padding: 0;
              overflow: hidden;
      
              background-size: cover;
              background-position: center ;
              background-repeat: no-repeat;
            
             
            }
      
            #heroprod h2 {
              color: #000000;
              margin-bottom: 10px;
              margin-top: 10px;
              font-size: 12px;
              font-weight: 600;
              vertical-align: text-top;
            }
        
            #heroprod p {
              position: relative;
              width: 50%;
              left: 0%;
              margin-top: 20px;
              animation-delay: 0.4s;
              color: #000000;
              font-size: 10px;
              text-align: justify;
              text-justify: inter-word;
              font-weight: 400;
            }
            
            #heroprod .carousel-item {
              width: 100%;
              height: calc(40vh);
           
           
            }
            #heroprod .carousel-container {
              display: flex;
              justify-content: center;
            
              position: absolute;
              bottom: 0;
              top: 10px;
              padding-left: 10px;
              padding-right: 10px;
              overflow: hidden;
            }
         
      
              
              #heroprod .right{
                background-image: url("../img/productbanner.png") ;
                 
              } 
            } 




            /*hero partner*/

            #heroprart {
  
              height: calc(90vh);
            
             
            }
            
            #heroprart .rightimg{
             
              height: calc(90vh);
              background-size: cover;
              background-position: top ;
              background-repeat: no-repeat;
              object-fit: cover;
              overflow: hidden;
              
             
            }
            
            
            #heroprart .carousel-content {
              text-align: left;
             
            }
            
            
            
            #heroprart .carousel-item {
              width: 100%;
            
             height: calc(90vh);
              background-size: cover;
              background-position: bottom ;
              background-repeat: no-repeat;
              object-fit: cover;
              overflow: hidden;
            }
            
            #heroprart .carousel-item::before {
              content: "";
             /*  background-color: rgba(3, 138, 255, 0.1); */
              position: absolute;
              height: 100%;
              width: 100%;
              top: 0;
              right: 0;
              left: 0;
              bottom: 0;
              overflow: hidden;
            }
            
             #heroprart .carousel-container {
              display: flex;
              justify-content: center;
              align-items: center;
              position: absolute;
              bottom: 0;
              top: 0;
              left: 0;
              right: 0;
              overflow: hidden;
            } 
            
            
            
            
            #heroprart h2 {
              color: #000000;
              margin-bottom: 10px;
              margin-top: 0px;
              font-size: 35px;
              font-weight: 900;
            }
            
            #heroprart p {
              position: relative;
              width:45%;
              left: 0%;
              margin-top: 20px;
              animation-delay: 0.4s;
              color: #000000;
              font-size: 18px;
              text-align: justify;
              text-justify: inter-word;
            }
            
            #heroprart .carousel-inner .carousel-item {
              transition-property: opacity;
              background-position: center top;
            }
            
            #heroprart .carousel-inner .carousel-item,
            #heroprart .carousel-inner .active.carousel-item-start,
            #heroprart .carousel-inner .active.carousel-item-end {
              opacity: 0;
            }
            
            #heroprart .carousel-inner .active,
            #heroprart .carousel-inner .carousel-item-next.carousel-item-start,
            #heroprart .carousel-inner .carousel-item-prev.carousel-item-end {
              opacity: 1;
              transition: 0.5s;
            }
            
            #heroprart .carousel-inner .carousel-item-next,
            #heroprart .carousel-inner .carousel-item-prev,
            #heroprart .carousel-inner .active.carousel-item-start,
            #heroprart .carousel-inner .active.carousel-item-end {
              left: 0;
              transform: translate3d(0, 0, 0);
            }
            
            #heroprart .carousel-control-prev,
            #heroprart .carousel-control-next {
              display:none;
              width: 10%;
            }
            
            #heroprart .carousel-control-next-icon,
            #heroprart .carousel-control-prev-icon {
              background: none;
              font-size: 48px;
              line-height: 1;
              width: auto;
              height: auto;
            }
            
            #heroprart .carousel-indicators li {
              cursor: pointer;
            }
            
            
            
            
              
            
            
            
            
            #heroprart .right{
              background-image: url("../img/partnersbanner.png") ;
               
            } 
            
            @media screen and (min-device-width: 320px)
                and (max-device-width: 768px) {
                  #heroprart {
                    width: 100%;
                    height: calc(40vh);
                
                  }
            
                  #heroprart .rightimg{
                  
                    padding: 0;
                    overflow: hidden;
            
                    background-size: cover;
                    background-position: center ;
                    background-repeat: no-repeat;
                  
                   
                  }
            
                  #heroprart h2 {
                    color: #000000;
                    margin-bottom: 10px;
                    margin-top: 10px;
                    font-size: 12px;
                    font-weight: 600;
                    vertical-align: text-top;
                  }
              
                  #heroprart p {
                    position: relative;
                    width: 50%;
                    left: 0%;
                    margin-top: 20px;
                    animation-delay: 0.4s;
                    color: #000000;
                    font-size: 10px;
                    text-align: justify;
                    text-justify: inter-word;
                    font-weight: 400;
                  }
                  
                  #heroprart .carousel-item {
                    width: 100%;
                    height: calc(40vh);
                 
                 
                  }
                  #heroprart .carousel-container {
                    display: flex;
                    justify-content: center;
                  
                    position: absolute;
                    bottom: 0;
                    top: 10px;
                    padding-left: 10px;
                    padding-right: 10px;
                    overflow: hidden;
                  }
               
            
                    
                    #heroprart .right{
                      background-image: url("../img/partnersbanner.png") ;
                       
                    } 
                  } 



















      /* @media (min-width: 800px) {
        #hero {
          width: 100%;
          height: calc(90vh);
      
        }
  
        #hero .rightimg{
        
          padding: 0;
          overflow: hidden;
          z-index: 1;
          background-size: cover;
          background-position: center ;
          background-repeat: no-repeat;
        
         
        }
    
        #hero .right p{
        
          font-size: 15px;
          margin-left: 14px;
          font-weight: 400;
          color: #000000;
         
        }
        
        #hero .carousel-item {
          width: 100%;
          height: calc(70vh);
       
       
        }
        #hero .carousel-container {
          display: flex;
          justify-content: center;
        
          position: absolute;
          bottom: 0;
          top: 10px;
          padding-left: 10px;
          padding-right: 10px;
          overflow: hidden;
        }
        
          #hero h2 {
            font-size: 17px;
            color: #171616;
            font-weight: 700;
        
            vertical-align: text-top;
            
          }
        
          #hero p {
            width: 100%;
            animation-delay: 0.4s;
            color: #171616;
            font-size: 20px;
            vertical-align: text-top;
            font-weight: 700;
          }
  
          #hero .ban1{
            background-image: url("../img/7.png") ;
             
          } 
          #hero .ban2{
            background-image: url("../img/9.png") ;
             
          } 
          #hero .ban3{
            background-image: url("../img/5_org.png") ;
             
          } 
          #hero .ban4{
            background-image: url("../img/aum-banner.jpg");
             
          } 
          #hero .ban5{
            background-image: url("../img/1_org.png");
             
          } 
          #hero .ban6{
            background-image: url("../img/3_org.png");
             
          } 
          
          #hero .right{
            background-image: url("../img/bannerright.png");
             
          } 
      } */ 

/* 
      @media (min-width: 1024px) {
        #hero .carousel-container {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          bottom: 0;
          top: 0;
          left: 0;
          right: 0;
          overflow: hidden;
        }
        #hero p {
          width: 80%;
        }
        #hero .ban1{
          background-image: url("../img/1.png") ;
           
        } 
        #hero .ban2{
          background-image: url("../img/9.png") ;
           
        } 
        #hero .ban3{
          background-image: url("../img/6.png") ;
           
        } 
        #hero .ban4{
          background-image: url("../img/aum-banner.jpg");
           
        } 
        #hero .ban5{
          background-image: url("../img/4.png");
           
        } 
        #hero .ban6{
          background-image: url("../img/3.png");
           
        } 
        
        #hero .right{
          background-image: url("../img/bannerright.png");
           
        } 
      
        .carousel-image{
          height: 100vh;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
        }
      } */
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
  padding: 20px 20px 20px 20px;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #054a85;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
} */

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
 /*  text-transform: uppercase; */
  color: #0047ba;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #0047ba;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0047ba;
}

.section-bg-even {
  background-color: #f0f4f8;
}

.section-bg-odd {
  background-color: #ffffff;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding: 140px 0;
 /*  background: url("../img/slide-1.jpg") top center no-repeat; */
  position: relative;
 
}

.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about h5 {
  font-size: 20px;
  /* font-weight: bold; */
  /* text-transform: uppercase; */
  margin-bottom: 19px;
  padding-bottom: 0;
  color: #000000;
}

.center {
  margin: auto;
  width: 70%;
 
  padding: 10px;
}
.about .container {
  position: relative;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  margin: auto;
  width: 70%;
 
  padding: 10px;
}
.about .contents h3 {
  font-family: "Brush Script MT", cursive;
  font-size: 40px;
  margin-bottom: 20px;
  color: #0047ba;
}
.about  p {
 
  font-size: 15px;
  margin-bottom: 20px;
  margin: auto;
  width: 70%;
 
  padding: 10px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0047ba;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0047ba;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0047ba;
}

.about .content .btn-learn-more:hover {
  background: #0047ba;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}


.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 8px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 20px;
}

.tabs .nav-link h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #0047ba;
}

.tabs .nav-link.active {
  background: #0047ba;
  color: #fff;
  border-color: #0047ba;
}

@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }

  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e03a3c;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #0047ba;
  font-weight: 700;
}

.services .icon-box:hover .title a {
  color: #0047ba;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 10px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #0047ba;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #bdc6ca;
  border-left: 3px solid #bdc6ca;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #bdc6ca;
  border-right: 3px solid #bdc6ca;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #0f394c;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #0f394c;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #0047ba;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #8dd0f0;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}



.contact {
  background: url("../img/contact-bg.png") left center no-repeat;
  position: relative;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .container {
  position: relative;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  background: #0047ba;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #0047ba;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #0047ba;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #0047ba;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  border: 0;
  padding: 10px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0047ba;
  background: #fff;
}

.contact .php-email-form button[type=submit]:hover {
  background: #0047ba;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #ecf6fe;
  margin-top: 130px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0047ba;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #0047ba;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #0047ba;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #0047ba;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #1a73e8;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #0047ba;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0047ba;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8ec8fb;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #138df7;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #1a73e8;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #0047ba;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(8, 128, 232, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #0047ba;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #0047ba;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #0047ba;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #0047ba;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #0047ba;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #0047ba;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #0047ba;
}

.blog .blog-pagination {
  color: #0880e8;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #0047ba;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #0047ba;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #0047ba;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #0047ba;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #0047ba;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #0047ba;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #1a73e8;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #0047ba;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #0047ba;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0047ba;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #0047ba;
  background: #0047ba;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0047ba;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #0047ba;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #1a73e8;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0880e8;
}

#footer .footer-top {
  background: #065fad;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1a73e8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #1a73e8;
}

.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #0047ba;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}
.about-boxes img{
  height: 350px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #0047ba;
}

.about-boxes .card-text {
  color: #5e5e5e;
}
.about-boxes ul li {
  color: #0047ba;
}


.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #0047ba;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}


.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #0047ba;
}

.features .nav-link.active {
  background: #0047ba;
  color: #fff;
  border-color: #0047ba;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;

}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}


.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0047ba;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

.servicesdup .icon-box {
 
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left:50px;
  text-align: left;
  height: 63px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.servicesdup .icon {
  position: absolute;
  top: 14px;
  left: 0px;
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 42px;
  height: 42px;
  background: #0047ba;
}

.servicesdup .numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;

  background: #0047ba;
  border: 2px solid #ffffff;
  color: #f8f2f2;
  text-align: center;

  
}

.servicesdup .icon i {
  color: #fff;
  font-size: 20px;
  line-height: 0;
}

.servicesdup .title {
  font-weight: 600;
padding-top: 27px;
  font-size: 15px;
 /*  text-transform: uppercase; */
}



.servicesdup .title a {
  color: #343a40;
 
}

.servicesdup .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #0047ba;
}

.servicesdup .icon-box:hover .icon i {
  color: #1a73e8;
}

.servicesdup .icon-box:hover .title a {
  color: #1a73e8;
}

.servicesdup .description {
  line-height: 24px;
  font-size: 18px;
}




.servicesdup1 {
  padding-bottom: 20px;
}

.servicesdup1 .card {
  border: 0;
  padding: 0 0px;
  margin-bottom: 10px;
  position: relative;
  background: transparent;
}

.servicesdup1 .card-img {
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.servicesdup1 .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.servicesdup1 .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-top: -60px;
  margin-left: 30px;
  width: calc(100% - 60px);
}

@media (max-width: 640px) {
  .servicesdup1 .card-body {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}

.servicesdup1 .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.servicesdup1 .card-title a {
  color: #213b52;
  transition: 0.3s;
}

.servicesdup1 .card-text {
  color: #5e5e5e;
}

.servicesdup1 .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.servicesdup1 .read-more a:hover {
  color: #0047ba;
}

.servicesdup1 .card:hover img {
  transform: scale(1.1);
}

.servicesdup1 .card:hover .card-body {
  border-color: #0047ba;
}

.servicesdup1 .card:hover .card-body .card-title a {
  color: #0047ba;
}

.about1 h3 {
  font-weight: 700;
  font-size: 28px;
  color: #4e4039;
}

.about1 .head h2{
  font-family:  "Charlotte", cursive;
  color: #0047ba;
  font-size: 25px;
  font-weight: 400;
  align-items: center;

}

.about1 h4 {
  font-size: 2px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
  text-align: justify;
  text-justify: inter-word;
}

.about1 i {
  font-size: 48px;
  margin-top: 15px;
  color: #0047ba;
}
.about1  .head1 p{
  font-size: 15px;
  color: #000000;
  text-align: justify;

  text-align: justify;
  text-justify: inter-word;
}

.about1 p {
  font-size: 15px;
  color: #0047ba;
  text-align: justify;
  text-justify: inter-word;
}

.about1 .last p {
  
  color: #0047ba;
}


@media (max-width: 991px) {
  .about1 .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about1 .about-img img {
    max-width: 90%;
  }
}






.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
/*   background-image: url("../assets/img/cnoga.png") ; */

  /* Set a specific height */
  width: 100%;
  height: calc(70vh);
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  overflow: hidden;

  /* Position and center the image to scale nicely on all screens */

}

/* Place text in the middle of the image */
.hero-text h1{
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 900;
  
}
.hero-text p{
  position: relative;
  width: 50%;
  left: 52%;
  margin-top: 20px;
  animation-delay: 0.4s;
  color: #000000;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-word;
}

.hero-text h2{
  text-align: left;
  position: absolute;
  top: 35%;
  left: 10%;
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: 500;
}

.prod{
  width: 100%;
  height: calc(80vh);
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url("../img/productbanner.png") ;
   
} 

.abt{
  width: 100%;
  height: calc(80vh);
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url("../img/aboutusbanner.png") ;
   
} 

.part{
  width: 100%;
  height: calc(80vh);
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url("../img/partnersbanner.png") ;
   
} 


.why-us {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
}

.why-us .content {
  padding: 30px;
  background: #ffffff;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 30px;
 
}

/* .why-us .content p {
  margin-bottom: 30px;
}
 */
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}



.why-us .content .more-btn:hover {
  color: #0047ba;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 20px;

 
}
.why-us .icon-boxes .icon-box ul li {
list-style-type: none;
text-align: left;
 
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
 
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  
}

.contact .info {
  border-top: 3px solid #0047ba;
  border-bottom: 3px solid #0047ba;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #0047ba;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.image-container {
  width: 100%;
  overflow: hidden;
}

.image-scroll {
  display: flex;
  transition: transform 0.3s ease;
}

.image-scroll img {
  width: 100%;
  height: auto;
}

.pagination {
  text-align: center;
  margin-top: 10px;
}

.pagination button {
  margin: 0 5px;
}

.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0047ba;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 1px solid #323233;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #473d3a;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: #0047ba;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #473d3a;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #989595;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #656262;
}

.team .member:hover .social {
  opacity: 1;
}


.about1 .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #213b52;
}

.about1 .content p {
  margin-bottom: 0;
  color: #000000;
}

.about1 .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #213b52;
}

.about1 .content .icon-box h4 a {
  color: #213b52;
  transition: 0.3s;
  font-size: 15px;
  
}

.about1 .content .icon-box h4 a:hover {
  color: #160353;
}

.about1 .content .icon-box i {
  font-size: 30px;
  float: left;
  color: #160353;
}

.about1 .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about1 .image {
  background: url("../img/aboutus_sub.png") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 667px) {
  .about1 .image img {
    max-width: 100%;
  }
}

.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services1 .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services1 .card a {
  color: #001973;
  transition: 0.3;
}

.services1 .card a:hover {
  color: var(--color-primary);
}

.services1 .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
  text-align: justify;
  text-justify: inter-word;
}

.services1 .card:hover .card-img img {
  transform: scale(1.1);
}

#aboutusnew  p{
  font-size: 18px;
color: #000000;
font-weight: 300;
  padding: 0;
 
  margin-left:25px;
  margin-right:25px;
  text-align: justify;
  text-justify: inter-word;
 
  /* text-transform: uppercase; */
}

/* #hero .banner{
  background-image: url("../img/aboutusbanner.png");
   
} 
#hero .bannercover{
height: calc(80vh);
background-size: cover;
background-position: bottom ;
background-repeat: no-repeat;
object-fit: cover;
overflow: hidden;
}
 */

 #herosub {
  width: 100%;
  height: calc(80vh);
  padding: 0;
  overflow: hidden;
  background: #000;
}

#herosub .carousel-item {
  width: 100%;
  height: calc(70vh);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}

#herosub .carousel-item::before {
  content: "";
  background-color: rgba(13, 30, 45, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}


#herosub .carousel-content {
  text-align: right;
 
}







#herosub h2 {
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 900;
}

#herosub p {
  position: relative;
  width: 50%;
  left: 52%;
  margin-top: 20px;
  animation-delay: 0.4s;
  color: #000000;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-word;
}

#herosub .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#herosub .carousel-inner .carousel-item,
#herosub .carousel-inner .active.carousel-item-start,
#herosub .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#herosub .carousel-inner .active,
#herosub .carousel-inner .carousel-item-next.carousel-item-start,
#herosub .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#herosub .carousel-inner .carousel-item-next,
#herosub .carousel-inner .carousel-item-prev,
#herosub .carousel-inner .active.carousel-item-start,
#herosub .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#herosub .carousel-control-prev,
#herosub .carousel-control-next {
  display:none;
  width: 10%;
}

#herosub .carousel-control-next-icon,
#herosub .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#herosub .carousel-indicators li {
  cursor: pointer;
}


#herosub .banner1{
  background-image: url("../img/1.png");
   
} 

#herosub .banner2{
  background-image: url("../img/2.png");
   
} 
#herosub .banner3{
  background-image: url("../img/3.png");
   
} 





#herosub .right{
  background-image: url("../img/bannerright.png");
   
} 

@media screen and (min-device-width: 320px)
    and (max-device-width: 768px) {
      #herosub {
        width: 100%;
        height: calc(40vh);
    
      }

      #herosub .rightimg{
      
        padding: 0;
        overflow: hidden;

        background-size: cover;
        background-position: center ;
        background-repeat: no-repeat;
      
       
      }

      #herosub h2 {
        color: #000000;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 600;
        vertical-align: text-top;
      }
  
      #herosub p {
        position: relative;
        width: 50%;
        left: 52%;
        margin-top: 20px;
        animation-delay: 0.4s;
        color: #000000;
        font-size: 10px;
        text-align: justify;
        text-justify: inter-word;
        font-weight: 400;
      }
      
      #herosub .carousel-item {
        width: 100%;
        height: calc(40vh);
     
     
      }
      #herosub .carousel-container {
        display: flex;
        justify-content: center;
      
        position: absolute;
        bottom: 0;
        top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
      }
   

        
        #herosub .right{
          background-image: url("../img/bannerright.png");
           
        } 
      } 

      .testimonials {
        padding: 0px 0px;
       /*  padding: 80px 0; */
       /*  background: url("../img/subbanner1.png") no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative; */
      }
      
      .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /* background: rgba(240, 240, 248, 0.9); */
      }
      
      .testimonials .section-header {
        margin-bottom: 40px;
      }
      
      .testimonials .testimonials-carousel,
      .testimonials .testimonials-slider {
        overflow: hidden;
      }
      
      .testimonials .testimonial-item {
        text-align: center;
        color: #fff;
      }
      
      .testimonials .testimonial-item .testimonial-img {
    
        background: url("../img/subbanner.png") no-repeat; 
        background-position: center center;
        background-size: cover;
        position: relative;
       /*  border-radius: 100%;
        border: 1px solid rgba(255, 255, 255, 0.15);
        margin: 0 auto; */
      }
      
      .testimonials .testimonial-item h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #000000;
      }
      
      .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #000000;
        margin: 0 0 15px 0;
      }
      
      .testimonials .testimonial-item .quote-icon-left,
      .testimonials .testimonial-item .quote-icon-right {
        color: rgba(255, 255, 255, 0.4);
        font-size: 26px;
      }
      
      .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
      }
      
      .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
      }
      
      .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 auto 15px auto;
        color: #3c2828;
      }
      
      .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
      }
      
      .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.4);
      }
      
      .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #49b5e7;
      }
      
      @media (min-width: 992px) {
        .testimonials .testimonial-item p {
          width: 80%;
        }
      }



    .testimonial-img {
    
        background: url("../img/subbanner.png") no-repeat; 
        background-position: center center;
        background-size: cover;
        position: relative;
       /*  border-radius: 100%;
        border: 1px solid rgba(255, 255, 255, 0.15);
        margin: 0 auto; */
      }

      #herogal {
  
        height: calc(80vh);
      
       
      }
      
      #herogal .rightimg{
       
        height: calc(80vh);
        background-size: cover;
        background-position: top ;
        background-repeat: no-repeat;
        object-fit: cover;
        overflow: hidden;
        
       
      }
      
      
      #herogal .carousel-content {
        text-align: center;
       
      }
      
      
      
      #herogal .carousel-item {
        width: 100%;
      
       height: calc(80vh);
        background-size: cover;
        background-position: center center ;
        background-repeat: no-repeat;
        object-fit: cover;
        overflow: hidden;
      }
      
      #herogal .carousel-item::before {
        content: "";
        background-color: rgba(18, 80, 135, 0.2); 
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
      }
      
       #herogal .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
      } 
      
      
      
      
      #herogal h2 {
        color: #000000;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 35px;
        font-weight: 900;
      }
      
      #herogal p {
        position: relative;
        width: 50%;
        left: 52%;
        margin-top: 20px;
        animation-delay: 0.4s;
        color: #000000;
        font-size: 18px;
        text-align: justify;
        text-justify: inter-word;
      }
      
      #herogal .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
      }
      
      #herogal .carousel-inner .carousel-item,
      #herogal .carousel-inner .active.carousel-item-start,
      #herogal .carousel-inner .active.carousel-item-end {
        opacity: 0;
      }
      
      #herogal .carousel-inner .active,
      #herogal .carousel-inner .carousel-item-next.carousel-item-start,
      #herogal .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
      }
      
      #herogal .carousel-inner .carousel-item-next,
      #herogal .carousel-inner .carousel-item-prev,
      #herogal .carousel-inner .active.carousel-item-start,
      #herogal .carousel-inner .active.carousel-item-end {
        left: 0;
        transform: translate3d(0, 0, 0);
      }
      
      #herogal .carousel-control-prev,
      #herogal .carousel-control-next {
        display:none;
        width: 10%;
      }
      
      #herogal .carousel-control-next-icon,
      #herogal .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
      }
      
      #herogal .carousel-indicators li {
        cursor: pointer;
      }
      
      
      
      
        
      
      
      
      
      #herogal .right{
        background-image: url("../img/subbanner.png");
         
      } 
      
      @media screen and (min-device-width: 320px)
          and (max-device-width: 768px) {
            #herogal {
              width: 100%;
              height: calc(40vh);
          
            }
      
            #herogal .rightimg{
            
              padding: 0;
              overflow: hidden;
      
              background-size: cover;
              background-position: center ;
              background-repeat: no-repeat;
            
             
            }
      
            #herogal h2 {
              color: #000000;
              margin-bottom: 10px;
              margin-top: 10px;
              font-size: 12px;
              font-weight: 600;
              vertical-align: text-top;
            }
        
            #herogal p {
              position: relative;
              width: 50%;
              left: 52%;
              margin-top: 20px;
              animation-delay: 0.4s;
              color: #000000;
              font-size: 10px;
              text-align: justify;
              text-justify: inter-word;
              font-weight: 400;
            }
            
            #herogal .carousel-item {
              width: 100%;
              height: calc(40vh);
           
           
            }
            #herogal .carousel-container {
              display: flex;
              justify-content: center;
            
              position: absolute;
              bottom: 0;
              top: 10px;
              padding-left: 10px;
              padding-right: 10px;
              overflow: hidden;
            }
         
      
              
              #herogal .right{
                background-image: url("../img/subbanner.png");
                 
              } 
            } 

            .portfolio1 .portfolio1-item {
              margin-bottom: 0px;
            }
            
            .portfolio1 #portfolio1-flters {
              padding: 0;
              margin: 0 0 0px 0;
              list-style: none;
              text-align: center;
            }
            
        /*     .portfolio1 #portfolio1-flters li {
              cursor: pointer;
              margin: 0 15px 15px 0;
              display: inline-block;
              padding: 5px;
              font-size: 16px;
              font-weight: 600;
              line-height: 20px;
              color: #212529;
              margin-bottom: 5px;
              transition: all 0.3s ease-in-out;
            } */
            
           /*  .portfolio1 #portfolio1-flters li:hover,
            .portfolio1 #portfolio1-flters li.filter-active {
              color: #eb5d1e;
            }
            
            .portfolio1 #portfolio1-flters li:last-child {
              margin-right: 0;
            } */
            
            .portfolio1 .portfolio1-wrap {
              transition: 0.3s;
              position: relative;
              overflow: hidden;
              border-radius: 0px;
              z-index: 1;
            }
            
            .portfolio1 .portfolio1-wrap::before {
              content: "";
              background: rgba(0, 0, 0, 0.6);
              position: absolute;
              left: 100%;
              right: 0;
              top: 0;
              bottom: 0;
              transition: all ease-in-out 0.3s;
              z-index: 2;
            }
            
            .portfolio1 .portfolio1-wrap img {
              background-size: cover;
              background-position: top ;
              background-repeat: no-repeat;
              object-fit: cover;
              overflow: hidden;
              transition: 0.3s;
           
              z-index: 1;
            }
            
          
          
            
            
            
            .portfolio1 .portfolio1-wrap .portfolio1-info {
              opacity: 0;
              position: absolute;
             
              left: 0;
              right: 0;
              text-align: center;
              z-index: 3;
              transition: all ease-in-out 0.3s;
            }
            
            .portfolio1 .portfolio1-wrap .portfolio1-info h4 {
              font-size: 20px;
              color: #000000;
              font-weight: 600;
            }
            
            .portfolio1 .portfolio1-wrap .portfolio1-info p {
              color: #000000;
              font-size: 14px;
              text-transform: uppercase;

            }
            
            .portfolio1 .portfolio1-wrap:hover::before {
              left: 0;
            }
            
            .portfolio1 .portfolio1-wrap:hover .portfolio1-links {
              opacity: 1;
              top: calc(50% - 16px);
            }
            
            .portfolio1 .portfolio1-wrap:hover .portfolio1-info {
              opacity: 1;
              bottom: 0;
            }
            
            /*--------------------------------------------------------------
            # Portfolio Details
            --------------------------------------------------------------*/
           

            .portfolio1 .member .member-info {
              padding: 0px 0px;
            }
            
            .portfolio1 .portfolio1-wrap .portfolio1-info .member-info h4 {
              font-weight: 700;
              margin-bottom: 5px;
              font-size: 19px;
              color: #ffffff;
           
            }
            
            .portfolio1 .portfolio1-wrap .portfolio1-info .member-info span {
              display: block;
              font-size: 13px;
              font-weight: 400;
              color: #ffffff;
              text-align: justify;
              text-justify: inter-word;
              padding:0 10px 0 10px;
            }
            
            .portfolio1 .portfolio1-wrap .portfolio1-info .member-info p {
              font-style: italic;
              font-size: 14px;
              line-height: 26px;
              color: #ffffff;
              text-align: justify;
              text-justify: inter-word;
            }
            .portfolio1 .portfolio1-wrap .portfolio1-info .member-info a {
             margin-top: 10px;
             margin-bottom: 10px;
            }
            .portfolio1   .member {
              margin-bottom: 20px;
            
              border: 1px solid #e1e0e4;
              overflow: hidden;
              text-align: center;
              border-radius: 0px;
              background: #fff;
              box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }
            
            .portfolio1  .member-img {
              background-size: cover;
              background-position: bottom ;
              background-repeat: no-repeat;
              object-fit: cover;
              overflow: hidden;
              position: relative;
              overflow: hidden;
            }




            #heroabout {
              width: 100%;
              height: calc(70vh);
              padding: 0;
              overflow: hidden;
              background: #000;
            }
            
            #heroabout .carousel-item {
              width: 100%;
              height: calc(70vh);
              background-size: cover;
              background-position: center right;
              background-repeat: no-repeat;
              overflow: hidden;
            }
            
            #heroabout .carousel-item::before {
              content: "";
           /*    background-color: rgba(13, 30, 45, 0.3); */
              position: absolute;
              height: 100%;
              width: 100%;
              top: 0;
              right: 0;
              left: 0;
              bottom: 0;
              overflow: hidden;
            }
            
            #heroabout .carousel-container {
              height: 100%;
            
            
            }
            #heroabout .carousel-content {
           
              margin-left: 35%;
            height: 100%;
            }
          
            
            #heroabout h2 {
              color: #000000;
              margin-bottom: 10px;
              margin-top: 10px;
              font-size: 28px;
              font-weight: 900;
              margin-top:10%;
            }
            
            #heroabout p {
              width: 100%;
              animation-delay: 0.4s;
              color: #000000;
              font-size: 30px;
             margin-right: 500px;
              
            }
            
            #heroabout .carousel-inner .carousel-item {
              transition-property: opacity;
              background-position: center top;
            }
            
            #heroabout .carousel-inner .carousel-item,
            #heroabout .carousel-inner .active.carousel-item-start,
            #heroabout .carousel-inner .active.carousel-item-end {
              opacity: 0;
              
            }
            
            #heroabout .carousel-inner .active,
            #heroabout .carousel-inner .carousel-item-next.carousel-item-start,
            #heroabout .carousel-inner .carousel-item-prev.carousel-item-end {
              opacity: 1;
              transition: 0.5s;
            }
            
            #heroabout .carousel-inner .carousel-item-next,
            #heroabout .carousel-inner .carousel-item-prev,
            #heroabout .carousel-inner .active.carousel-item-start,
            #heroabout .carousel-inner .active.carousel-item-end {
              left: 0;
              transform: translate3d(0, 0, 0);
            }
            
            #heroabout .carousel-control-prev,
            #heroabout .carousel-control-next {
              width: 10%;
            }
            
            #heroabout .carousel-control-next-icon,
            #heroabout .carousel-control-prev-icon {
              background: none;
              font-size: 48px;
              line-height: 1;
              width: auto;
              height: auto;
            }
            
            #heroabout .carousel-indicators li {
              cursor: pointer;
            }
            #heroabout  .subban1{
 
              background-image: url("../img/subheader4.png") ;
            }
          
            #heroabout  .subban2{
           
              background-image: url("../img/subheader3.png") ;
            }
          
            #heroabout  .subban3{
          
              background-image: url("../img/subheader2.png") ;
            }
          
            #heroabout  .subban4{
          
              background-image: url("../img/subheader5.png");
            }
          
            .carousel-image{
              height: 100vh;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center;
            }
           
            
            @media screen and (min-device-width: 320px)
                
            and (max-device-width: 768px) {

              #heroabout {
                width: 100%;
                height: calc(50vh);
                padding: 0;
                overflow: hidden;
                background: #000;
              }
              
              #heroabout .carousel-item {
                width: 100%;
                height: calc(50vh);
                background-size: cover;
                background-position: center right;
                background-repeat: no-repeat;
                overflow: hidden;
              }
              
              #heroabout .carousel-item::before {
                content: "";
             /*    background-color: rgba(13, 30, 45, 0.3); */
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                overflow: hidden;
              }
              
              #heroabout .carousel-container {
                height: 100%;
              
              
              }
              #heroabout .carousel-content {
             
                margin-left: 10%;
              height: 100%;
              }
            
              
              #heroabout h2 {
                color: #000000;
                margin-bottom: 10px;
                margin-top: 10px;
                font-size: 20px;
                font-weight: 900;
                margin-top:10%;
              }
              
              #heroabout p {
                width: 100%;
                animation-delay: 0.4s;
                color: #000000;
                font-size: 28px;
               margin-right: 500px;
                
              }
              
            } 
            
          
            
            

#abouteach p{

  text-align: justify;
  text-justify: inter-word;
}

.portfolio1 .image {
  background: url("../img/pro3.jpg") center center no-repeat;
  background-size: cover;
  min-height: 200px;
}

.portfolio1 .image1 {
  background: url("../img/pro2.jpg") center center no-repeat;
  background-size: cover;
  min-height: 200px;
}

.portfolio1 .image2{
  background: url("../img/pro1.jpg") center center no-repeat;
  background-size: cover;
  min-height: 200px;
}

.portfolio1 .image3{
  background: url("../img/pro4.jpg") center center no-repeat;
  background-size: cover;
  min-height: 200px;
}
.portfolio1 .image4{
  background: url("../img/pro5.jpg") center center no-repeat;
  background-size: cover;
  min-height: 200px;
}

.portfolio1 .image5{
  background: url("../img/pro6.jpg") center center no-repeat;
  background-size: cover;
  min-height: 200px;
}