body {
  font-family: 'Poppins', sans-serif;
  color: #545454;
  text-align: justify;
  line-height: 26px; }

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif; }

a:focus, a:hover, a:active {
  outline: none !important;
  box-shadow: none !important; }

.container {
  max-width: 1200px;
  width: 100%; }

img {
  display: block; }


.top-div1 {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px; 
  border-top: 25px solid #38ac49;
}
  .top-div1 ul {
    list-style: none;
    padding: 0px;
    margin: 0px; 
    text-align: right;
  color:#ffffff;}
    
    

.logo-div {
  margin-top: 0px;
  margin-bottom: 10px; }
 
.menu-div{margin-top: 30px;}
.menu-div1{margin-top: 10px; margin-bottom: 5px;}

.menu-div,  .menu-div1 {
  margin-left: -30px; }

.menu-div .navbar{
  padding: 0px;
  margin-left: 0px; }

.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin-right: 1px;
  text-align: center;
  color: #10242b;
  text-transform: uppercase;
  border-radius: 5px;
  background: url(../images/menu-right.jpg) no-repeat right center;
   }

.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  background: none; }

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link{
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#52a460+0,2f82ad+100 */
background: #52a460; /* Old browsers */
background: -moz-linear-gradient(left,  #52a460 0%, #c45228 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #52a460 0%,#c45228 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #52a460 0%,#c45228 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a460', endColorstr='#c45228',GradientType=1 ); /* IE6-9 */

   }

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 280px;
  padding-top: 0px;
  padding-bottom: 0px; }

.menu-div .dropdown-item {
  color: #000;
  border-bottom: 1px solid #6e99ca;
  font-size: 14px;
 
  padding-top: 5px;
  padding-bottom: 5px;
  background: #276fc1 !important;
  color: #fff;
  font-weight: 400; }

.menu-div .dropdown-item {
  padding: 5px !important; }

.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active {
  color: #fff;
  background: #f08c04 !important; }

.menu-div .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px; }

  .call-us{background: url(../images/phone-icon.png) no-repeat center left; padding-left: 40px; margin-top: 20px; text-transform: uppercase; color:#718389; font-size: 14px;}
  .call-us span{font-size: 18px; color:#10242b}

.mobilemenu {
  display: none; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding: 5px; }

.hamburger:hover {
  outline: none; }

.hamburger:focus {
  outline: none; }

.hamburger:active {
  outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0; }

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0; }

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px; }

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%; }

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px; }

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #c45228;
  width: 26px;
  margin-left: 12px; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #c45228;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open .hamb-middle {
  background-color: #c45228;
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #c45228;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 220px; }

#wrapper.toggled #sidebar-wrapper {
  width: 270px; }

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #c45228;
  height: 100%;
  left: 185px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000; }

#sidebar-wrapper::-webkit-scrollbar {
  display: none; }

#page-content-wrapper {
  padding-top: 70px;
  width: 100%; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 270px; }

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%; }

.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1; }

.sidebar-nav li:before {
  background: none;
  margin-left: -5px;
  margin-right: -10px; }

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #d08a70; }

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav .dropdown-menu {
  background-color: #000;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
  background-color: #52a460;
  color: #fff;
  text-decoration: none; }

.sidebar-nav .dropdown-menu li a {
  font-size: 13px;
  color: #fff;
  border-bottom: 1px solid #bababa; }

.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a {
  background: #6aa3e3  !important;
  color: #fff !important; }

.sidebar-nav .dropdown-menu li:before {
  background: none; }

.sidebar-nav li.active .dropdown-menu li a {
  background: #000; }

.call-div {
  display: none; }

.banner-div1 {
  position: relative;
  z-index: 2; }
  .banner-div1 img {
    width: 100%; }
  .banner-div1 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div1 .carousel-indicators li {
    background: #c45228;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #52a460; }
  .banner-div1 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #52a460;
    border: 3px solid #c45228; }
  .banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
    top: 0%; }
  .banner-div1 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div1 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

.banner-div2 {
  position: relative;
  z-index: 2;
  display: none; }
  .banner-div2 img {
    width: 100%; }
  .banner-div2 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div2 .carousel-indicators li {
    background: #e75021;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #5a5a5a; }
  .banner-div2 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #e75021;
    border: 3px solid #e75021; }
  .banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev {
    top: 0%; }
  .banner-div2 .carousel-control-prev {
    background: url(../images/banner-arrow-left1.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div2 .carousel-control-next {
    background: url(../images/banner-arrow-right1.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }


.wel-div1{margin-top: 60px; font-size: 18px; line-height: 32px; margin-bottom: 60px;}
.wel-div1 h1{margin: 0px; font-size: 44px; color:#38ac49; margin-top: 50px;}
.wel-div1 h2{margin: 0px; font-size: 24px; color:#10242b; margin-top: -25px; margin-bottom: 30px;}
.wel-div1 img{border-radius: 50%; background: #c45228; padding: 40px; transition: all .5s ease;}
.wel-div1 img:hover{
  filter: grayscale(80%);
}



.read-more{display: inline-block; background:#c45228 ; padding: 10px 50px; margin-top: 20px; text-transform: uppercase; border-radius: 5px; transition: all .5s ease;}
.read-more a{text-decoration: none; color:#fff;}
.read-more:hover{background:#52a460 ;}


.wel-div2{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c45228+2,67b930+100 */
  background: #c45228; /* Old browsers */
  background: -moz-linear-gradient(-25deg,  #c45228 2%, #52a460 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-25deg,  #c45228 2%,#52a460 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(155deg,  #c45228 2%,#52a460 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c45228', endColorstr='#52a460',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color:#fff; padding-top: 20px; padding-bottom: 20px; 
  }

  .wel-div2 h1{margin:0px; font-size: 25px;  text-align: center;}
  

  .vs-bg{position: absolute; margin-top: -290px;}
  .vis-div{ margin-left: 160px;}
  .vision{top: -130px; position: relative;}
  .vis-para{margin-top: 40px; line-height: 32px; margin-left: 30px;}
  .vision:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition-duration: 2s;
}

  .ms-bg{position: absolute; right: 0px; margin-top: -80px;}
  .ms-bg1{display: none;}
  .mis-div{margin-top: 40px; position: relative; margin-right: 150px;}
  .mission{bottom: -40px; position: relative;}
  .mis-para{margin-top: 40px; line-height: 32px; margin-right: 30px;}

  .mission:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition-duration: 2s;
}

.wel-div3{ text-align: center; background: #ededed; padding-top: 30px; padding-bottom: 30px;}
.wel-div3 h1{margin: 0px;  color:#c45228; font-size: 35px; font-weight: 600; line-height: 50px;}
.wel-div3 img{padding:20px; background: #fff; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin-top: 30px;}


.con-now{display: inline-block; background: #52a460; padding: 10px 50px; margin-top: 70px; text-transform: uppercase; border-radius: 5px; transition: all .5s ease;}
.con-now a{text-decoration: none; color:#fff;}
.con-now:hover{background: #c45228;}






#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display:none;
  }
  
  .nbs-flexisel-container {
      position:relative;
      max-width:100%;
  }
  .nbs-flexisel-ul {
      position:relative;
      width:99999px;
      margin:0px;
      padding:0px;
      list-style-type:none;   
      text-align:center;  
  }
  
  .nbs-flexisel-inner {
    
    
      overflow:hidden;
  float:left;
      width:100%;
    
      
      
      
  }
  
  .nbs-flexisel-item {
      float:left;
      margin:0px auto;
      padding:0px;
      cursor:pointer;
      position:relative;
      transition: all .5s ease;
    
    
      
    
    
  }
  .nbs-flexisel-item img {
     
     height:auto;
  cursor: pointer;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 96%;
  max-height: 199px;
  margin-left:auto; margin-right:auto;
  z-index: 101;

  
  
  
  
  }
  
  
  
  /*** Navigation ***/
  
  .nbs-flexisel-nav-left,
  .nbs-flexisel-nav-right {
     width: 49px;
  height: 49px;
      position: absolute;
      cursor: pointer;
      z-index: 100;
      opacity: 1;
    margin-top:0px;
    
    
  }
  
  .nbs-flexisel-nav-left {
  left: -70px;
      background: url(../images/down-arrow-left.png) no-repeat left center;
    width:49%
  
  }
  
  .nbs-flexisel-nav-right {
   right: -70px;
      background: url(../images/down-arrow-right.png) no-repeat right center;
    width:49%
  
  }
  
  .multi-slider-align
  {
  
  margin-right: 0px;
   margin-left: 0px;
  }
  

 

.in-banner img{width: 100%;}

.about-div1{margin-top: 60px; font-size: 18px; line-height: 36px; margin-bottom: 100px;}
.about-div1 h1{margin: 0px; font-size: 44px; color:#38ac49; margin-top: 50px; margin-bottom: 20px;}
.about-div1 h2{margin: 0px; font-size: 24px; color:#10242b; margin-top: -25px; margin-bottom: 30px;}
.about-div1 img{border-radius: 50%; background: #c45228; padding: 40px; transition: all .5s ease;}
.about-div1 img:hover{
  filter: grayscale(80%);
}

.about-div2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2073ce+0,44967e+100 */
background: #2073ce; /* Old browsers */
background: -moz-linear-gradient(top,  #2073ce 0%, #44967e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2073ce 0%,#44967e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2073ce 0%,#44967e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2073ce', endColorstr='#44967e',GradientType=0 ); /* IE6-9 */
 padding-top: 60px; padding-bottom: 60px; color: #fff; text-align: center; font-size: 18px; line-height: 32px;
}

.about-div2 img{border-radius: 50%; background: #52a460; padding: 40px; transition: all .5s ease;}

.about-div2 h1{margin: 0px; font-size: 34px; color:#6799d0; margin-top: 50px; text-transform: uppercase; text-align: left;}
.about-div2 h2{margin: 0px; font-size: 24px; color:#141414; margin-top: -25px; margin-bottom: 30px; text-align: left;}

.about-div3{margin-top: 60px; margin-bottom: 60px;}
.testim-div{border: 1px solid #e4e4e4; }
.testim-div1{ background: url(../images/testi-quote.png) no-repeat top left; padding-left: 50px; margin-top: 30px; margin-left: 30px; margin-right: 30px; margin-bottom: 30px; height: 250px;}
.about-div3 h1{margin:0px; text-align: center; font-size: 35px; margin-bottom: 20px;color:#c45228;}


.testim-div2{border-top: 1px solid #e4e4e4;}
.testim-div2 h2{margin: 0px; font-size: 24px; color:#52a460; padding: 30px;}



.product-div1{ padding-top: 90px; padding-bottom: 70px;}
.product-div1 h1{margin: 0px; text-align: center; color:#10242b; margin-bottom: 50px; font-size: 35px; font-weight: 600;}
.product-div1 h4{margin: 0px; color:#38ac49; margin-top: 30px; margin-bottom: 5px; font-size: 25px; font-weight: 600;}

.product-img1{width: 100%; /*border:2px solid #f0f0f0; border-bottom: none;*/}
.pd-div1{transition: all .5s ease; margin-bottom: 30px;}
.pd-div1 a{text-decoration: none;}
.pd-div1 h3{margin:0px; color:#10242b; font-size: 22px; text-align: center;}
.pd-div1 h4{margin:0px; color:#6b7477; font-size: 17px; margin-top: 4px;}

.pd{padding: 20px; border:2px solid #f0f0f0}
.pd-icon{margin-left: auto; position: relative; transition: all .5s ease;}
.pd-div1 .pd-icon1{display: none; margin-left: auto; position: relative; transition: all .5s ease;}

.pd-div1:hover .pd-icon{display: none;}
.pd-div1:hover .pd-icon1{display: block; transition: all .5s ease;}
.pd-div1:hover{-webkit-box-shadow: 3px 1px 13px 0px rgba(181,181,181,1);
  -moz-box-shadow: 3px 1px 13px 0px rgba(181,181,181,1);
  box-shadow: 3px 1px 13px 0px rgba(181,181,181,1);}



  .contact-div1{ padding-top: 90px; padding-bottom: 70px;}
  .contact-div1 h1{margin: 0px; text-align: center; color:#10242b; margin-bottom: 50px; font-size: 35px; font-weight: 600;}
  .c1{font-weight: 600; font-size: 24px; color:#38ac49}


.in-div1{padding-top: 70px; background: #f3f3f3;}
.in-div1 h1{margin:0px; font-size: 30px; color:#f08c04; margin-bottom: 30px;}
.in-div1 h1 span{color:#000000}
.about-div{background: #f3f3f3;}

.in-table {
  width: 100%;
  margin-top: 20px;
}
.in-table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}



.gallery-div1{margin-bottom: 30px;}
.gallery-div1 a{text-decoration: none;}
.gallery-div1 img{width: 100%; height: 250px; object-fit: cover; padding:5px;  border:1px solid #b6cce6}
.gallery-div1 h3{margin: 0px; font-size: 17px; color:#f08c04; margin-top: 5px; text-align: center;}
.gallery-div1:hover h3{color:#226cbf}

.cu-logo{margin-bottom: 20px;}


.home-last form{background:#ebebeb; padding:15px;}

.intro-form input{width:100%; background-color:#ffffff; box-shadow:none; border:1px solid #ffffff; border-radius:50px; margin-bottom:15px; padding: 15px; height:37px; color: #555;}

.intro-form textarea{width:100%; height:60px; background-color:#fff; border:1px solid #b5b5b5; border-radius:8px; padding-left:15px; border:none; color: #555;}

.intro-form #name{background:url(../images/name.png) no-repeat left center #fff;}
.intro-form #email{background:url(../images/email.png) no-repeat left center #fff;}
.intro-form #mobile{background:url(../images/phone.png) no-repeat left center #fff;}
.intro-form #message{background:url(../images/message.png) no-repeat left center #fff;}

.g-ca{margin-top:20px;}

.submit {text-align:center}
.submit input{background-color:#5c8214; box-shadow:none; border:none; color:#fff; padding:10px 30px !important; text-align:center; border-radius:50px; height:auto; width:auto; display:inline-block}
.submit input:hover{background: #b0833e;}


.btn {
  background: #06627e !important;
  
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  
  color: #ffffff;
  font-size: 14px;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
  border:none
}

.btn:hover {
  background: #30b4ab !important;
  text-decoration: none;
  border:none
}



.footer-div {background: #38ac49; position: relative;  color:#fff; padding-top: 60px; padding-bottom: 0px; font-size: 14px;;}



  .footer-div h5 {
    margin: 0px;
    font-size: 20px;
    color: #252525;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    
    margin-bottom: 20px; }

.f-link {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: left; }
  .f-link li {
    display: block; }
    .f-link li a {
      display: block;
      padding: 3px 15px 10px 25px;
      font-size: 14px;
      line-height: 20px;
      background: url(../images/footer-arrow.png) no-repeat top 9px left;
      text-decoration: none;
      color: #fff;
      margin-left: 0px;
      transition: All .5s ease;
      -webkit-transition: All .5s ease;
      -moz-transition: All .5s ease;
      -o-transition: All .5s ease;
      text-transform: capitalize; }
      .f-link li a:hover {
        color: #7f2504;
        background-position: top 9px left 5px; }

        .social-icon{margin-top: 30px; text-align: center;}
        .social-icon a{text-decoration: none; margin-bottom: 10px; color:#fff; transition: All .5s ease;}
        .social-icon a:hover{color: #f08c04;}
.social-icon img {
  display: inline;
  margin-right: 10px;
  transition: all .5s ease; }
  .social-icon a:hover img {
    opacity: .7; }

    .ft-add{background: url(../images/f-location.png) no-repeat top left; padding-left: 25px; margin-bottom: 10px;}
    .ft-mail{background: url(../images/f-mail.png) no-repeat left center; padding-left: 30px; margin-bottom: 10px;}
    .ft-call{background: url(../images/f-call.png) no-repeat left center; padding-left: 25px; }
   
    .f-line{border-right: 1px solid #7f2504; height: 210px;}

    .ft-logo{margin-top: 20px;}
    .ft-logo img{margin-left: auto; margin-right: auto;}

    .footer-div1{margin-bottom: 60px;}

.copy-div {
  border-top: 1px solid #7f2504;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #7f2504;
  transition: all .5s ease; }
  .copy-div a {
    text-decoration: none;
    color: #000; }
  .copy-div a:hover {
    color: #fff; }
  .copy-div .power-div {
    text-align: right; }
    .copy-div .power-div .power {
      position: relative;
      z-index: 3; }

      .copy-div .power-div img{display: inline;}



@media (max-width: 1400px) {
   }
@media (max-width: 1024px) {
  
  .vs-bg, .ms-bg{max-width: 60%}
  .ms-bg{margin-top: -40px;}
  .mission {bottom: -110px;}
 }
@media (max-width: 980px) {
  .sidebar-nav .dropdown-menu {
    top: 0px; }

  .dropdown-menu {
    top: 0;
    right: 0px;
    left: 0px;
    margin-top: 0;
    margin-left: 0rem; }

  .mobilemenu {
    display: block;
    position: fixed !important;
    z-index: 1000; }

  .menu-div, .menu-div1 {
    display: none; }

  .hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%; }

  .hamburger.is-open {
    margin-left: 24px;
    margin-top: 20px; }

  .dropdown-toggle:active,
  .open .dropdown-toggle {
    outline: 0;
    background-color: #f08c04 !important;
    color: #fff !important;
    border-bottom: 1px solid #16a15a !important; } 
  .wel-div2{margin-top: 0px;}
  .ms-bg {margin-top: 10px;}
  .wel-div3 h1{margin-top: 50px;}
  
  }
@media (max-width: 767px) {
  .wel-div1 img{margin-top: 30px;}
  .top-div1{text-align: center; padding-bottom: 20px;}
  .logo-div img{margin-left: auto; margin-right: auto;}
  .call-us{display: inline-block;}
  .banner-div1 {
    display: none; }

  .banner-div2 {
    display: block; }
  .wel-div1{ margin-top: -10px;}
    .vis-div{margin-left: 0px;}
    .vis-para{margin-left: 0px;}
    .vision{top: -110px; left: 60px; max-width: 55%;}
    .vs-bg, .ms-bg1 {
      max-width: 80%;
  }
  .vs-bg{margin-top: -170px;}
  .vis-para {
    margin-top: -30px;}
    .mis-div{margin-right: 0px;}
    .ms-bg{display: none;}
    .ms-bg1{position: absolute; right: 30px; margin-top: -180px; display: block;}
    .mission {
      bottom: -30px;
  }
  .mission{max-width: 55%; bottom: -83px;
    left: 91px;}
    .mis-div{margin-top: 0px;}
  .wel-div3{padding-top: 80px; padding-bottom: 80px;}
    .wel-div3 h1{padding-left: 0px; padding-right: 0px;}
    .mis-para{margin-right: 0px;}

    .wel-div2 {
      margin-top: 0px;
  }
 
  .about-div1{margin-top: 0px; margin-bottom: 40px;}
  
  .footer-div{text-align: center; padding-top: 20px;}
  .social-icon a{display: inline-block; margin-left: 10px;}
  .ft-add, .ft-call, .ft-mail{display: inline-block;}
  
  
  .f-link {
    text-align: center; }
    .f-link li {
      display: inline; }
      .f-link li a {
        display: inline;
        line-height: 29px; }

        .f-line{height: auto; margin-top: 20px;}
        .footer-div1{margin-bottom: 30px;}
    



  .copy-div, .copy-div .power-div {
    text-align: center;
    font-size: 10px; }

  .copy-div {
    margin-bottom: 40px; }

  .call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background: #52a460;
    text-align: center;
    padding: 10px;
    color: #000;
    font-family: 'Montserrat', sans-serif; }

  .call-div a {
    color: #fff; } }


/*# sourceMappingURL=style.css.map */
