 
/* Css For Acuasafe */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:15px;
  color:#898c8f;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1450px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1400px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  color: #000;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  background: #fff;
  padding: 5px 20px;
  cursor: pointer;
  right: 0;
  top: 0;
  font-weight: 600;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Spartan', sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/

.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 15px 34px;
  border-radius: 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  color: #fff !important;
}

.theme-btn:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.theme-btn:hover:before{
  top: -40%;
}

.theme-btn.btn-two{
  color: #172746 !important;
  padding: 13px 34px;
  border: 2px solid #efefef;
}

.theme-btn.btn-two:hover{
  color: #fff !important;
}

.theme-btn.btn-two:before{

}



.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.pagination li:last-child{
  margin: 0px !important;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #172746;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #e7e7e7;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.sec-pad{
  padding: 144px 0px 150px 0px;
}

.sec-pad-2{
  padding: 150px 0px !important;
}

.mr-0{
  margin: 0px !important;
}

.top-0{
  top: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 64px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 40px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
}

.sec-title.light h2{
  color: #ffffff;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .header-lower{
  position: relative;
  width: 100%;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .header-lower .shape{
  position: absolute;
  left: 0px;
  bottom: -143px;
  width: 100%;
  height: 143px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.main-header .logo-box{
  position: relative;
  padding: 0px 0px;
}
.main-header .logo-box a {
    font-size: 42px;
    font-weight: 600;
}
.main-header .logo-box .logo{
  position: relative;
  max-width: 267px;
}
.main-header .logo-box .logo a {
    color: #00d1f9;
}
.main-header .logo-box .logo img{
  width: 100%;
}

.main-header .nav-right{
  position: relative;
  display: flex;
  align-items: center;
  padding: 29.5px 0px;
}

.main-header .nav-right li{
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.main-header .nav-right li:last-child{
  margin: 0px !important;
}

.main-header .nav-right .cart-box a{
  position: relative;
  display: inline-block;
  padding-right: 17px;
  font-size: 22px;
  color: #222222;
}

.main-header .nav-right .cart-box a:hover{

}

.main-header .nav-right .cart-box a span{
  position: absolute;
  display: inline-block;
  top: -13px;
  right: 0px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 6px 5px 2px #d4e6df;
}

.menu-area {
  position: relative;
}


/** search box btn **/


.main-header .search-box-btn{
  position: relative;
  font-size: 20px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-header .search-box-btn:hover{

}

.main-header .search-box-outer .dropdown-menu {
  top: 55px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container{
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 20px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  padding: 42px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  opacity:1;
  color: #000;
  padding-right: 12px;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 44px;
  right: 0px;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  background-color: #172746;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 30px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  margin-top: 15px;
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  background-color: #172746;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 30px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #fff;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 700;
  padding: 3px 0px;
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #061a3a;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.sticky-header .logo-box .logo{
  max-width: 180px;
}

.sticky-header .logo-box{
  padding: 4px 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding-top: 25px;
  padding-bottom: 25px;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
  top: 27px;
}

.sticky-header .nav-right{
  padding: 12.5px 0px;
}


/** banner-section **/

.banner-section {
    position: relative;
    overflow: hidden;
    background-color: #2e76bc;
}

.banner-section .shape{
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 68px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 500px;
  z-index:5;
  padding: 212px 0px 240px 0px;
}

.banner-carousel .content-box h2{
  position: relative;
  display: block;
  color: #fff;
  font-size: 50px;
  line-height: 66px;
  font-weight: 800;
  margin-bottom: 23px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-carousel .content-box .btn-box .theme-btn:before{
  background-color: #fff;
}

.banner-carousel .content-box .btn-box .theme-btn:hover{

}

.banner-carousel .content-box .btn-box .banner-btn{
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: #fff !important;
  padding: 14px 39px;
}

.banner-carousel .content-box .btn-box .theme-btn.btn-one{
  margin-right: 16px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.banner-carousel .inner-box{
  position: relative;
  width: 100%;
}

.banner-carousel .inner-box .image-box{
  position: absolute;
  right: 0px;
  bottom: 25px;
  min-height: 700px;
  min-width: 1000px;
}

.banner-carousel .inner-box .image-box .image-1{
  position: absolute;
  right: 85px;
  bottom: 86px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .inner-box .image-box .image-2{
  position: absolute;
  right: -220px;
  bottom: 0px;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .inner-box .image-box .image-1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .active .inner-box .image-box .image-2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .pattern-box .pattern-1{
  position: absolute;
  left: 0px;
  top: -250px;
  width: 560px;
  height: 560px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.banner-carousel .pattern-box .pattern-2{
  position: absolute;
  right: 290px;
  top: 140px;
  width: 330px;
  height: 330px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.banner-carousel .pattern-box .pattern-3{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 363px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.benifit-items {
    background: #4bff00;
    padding: 60px;
    margin: 90px 0;
    border-radius: 10px;
    border: 2px dotted #2fa300;
}
.Agricultural.Applicationsleft-column h2 {
    font-weight: bold;
    color: #000000;
    margin-bottom: 14px;
}
.benifit-items h2.title {
    color: #030303;
    margin-bottom: 20px;
}
.benifit-items h5 {
    color: #030303;
    margin-bottom: 10px;
}
.benifit-items p {
    color: #000000;
}
.Agricultural.Applicationsleft-column h5 {
    margin-bottom: 24px;
}
.Agricultural.Applicationsleft-column h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.Agricultural.Applicationsleft-column ul {
    padding-left: 0px;
}
.how-it-work figure.image-box img {
    width: 100%;
}
.Agricultural.Applicationsleft-column ul li p {
    color: #000;
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 38px;
    font-size: 15px;
    font-family: 'Spartan', sans-serif;
    font-weight: 500;
    margin-top: 0px;
}
.Agricultural.Applicationsleft-column ul li p:before {
    position: absolute;
    content: "\f10a";
    font-family: 'flaticon';
    font-size: 8px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: rgb(58 199 0);
    border-radius: 50%;
    left: 0px;
    top: 1px;
}
.Agricultural.Applicationsleft-column li {
    padding-left: 0px;
}
section#Agricultural\ Applications {
    padding: 60px 0;
}
.about-section video {
    width: 100%;
}
.video-inner-box video {
    width: 100%;
}
.video-section {
    padding: 70px 0;
}
.video-inner-box {
    border: 1px dotted #add9ff;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 28px;
}
/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .inner-container{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 95px 50px 93px 50px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  margin-top: -100px;
  z-index: 2;
}

.feature-section .title-text{
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.feature-section .title-text h2{
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 22px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box{
  transform: scale(1.1);
}

.feature-block-one .inner-box h4 {
    display: block;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #061a3a;
    text-align: left;
}

.feature-block-one .inner-box p {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
}

.feature-block-one .inner-box .shape{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 12px;
  height: 121px;
  background-repeat: no-repeat;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 60px 0px 60px 0px;
}
.about-section .sec-title h5 {
    margin-top: 16px;
}
.about-section .image-box{
  position: relative;
  display: block;
}

.about-section .image-box img{
  max-width: none;
  float: right;
}

.content_block_1 .content-box{
  position: relative;
  display: block;
}


.content_block_1 .content-box .text p{
  margin-bottom: 26px;
}

.content_block_1 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.content_block_1 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.content_block_1 .content-box .sec-title{
  margin-bottom: 17px;
}

.content_block_1 .content-box .theme-btn{
  padding: 15px 50px;
}

.bg-color-1{
  background-color: #f2f9ff;
}


/** service-section **/

.service-section{
  position: relative;
  overflow: hidden;
  padding: 190px 0px 80px 0px;
}

.service-section .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.service-section .image-layer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  margin-left: 25px;
  z-index: 1;
}

.service-section .left-column{
  position: relative;
  display: block;
  padding-right: 180px;
}

.service-section .right-column{
  position: relative;
  display: block;
  padding-left: 180px;
}

.service-block-one{
  position: relative;
  max-width: 320px;
  width: 100%;
  z-index: 1;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 40px 35px 40px;
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
  margin-bottom: 70px;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover{
  transform: translateY(-10px);
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 12%);
}

.service-block-one .inner-box .icon-box{
  position: relative;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 27px;
  transition: all 500ms ease;
}

.service-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 14px;
}

.service-block-one .inner-box h4 a{
  display: inline-block;
  color: #172746;
}

.service-block-one .inner-box h4 a:hover{

}

.service-section .left-column .service-block-one:first-child,
.service-section .right-column .service-block-one:last-child{
  left: 70px;
}

.service-section .sec-title{
  margin-bottom: 57px;
}

.service-section .bg-shape-1{
  position: absolute;
  left: 50%;
  bottom: -300px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  width: 900px;
  height: 900px;
  border-radius: 50%;
}

.service-section .bg-shape-2{
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}

.service-section .bg-shape-3{
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}


/** chooseus-section **/

.chooseus-section {
    position: relative;
    padding: 100px 0px 100px 0px;
    background-image: url(/assets/images/chooseshape-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.chooseus-section:before {
    position: absolute;
    background: #0181ff4f;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
}
.content_block_2 .content-box{
  position: relative;
  display: block;
}

.content_block_2 .content-box .single-item{
  position: relative;
  display: block;
  padding-left: 85px;
  margin-bottom: 27px;
  min-height: 90px;
}

.content_block_2 .content-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_2 .content-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}

.content_block_2 .content-box .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}

.content_block_2 .content-box .single-item p{
  color: #fff;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 30px;
}

.chooseus-section .content_block_2 .content-box{
  margin-right: 35px;
}
.contact-form-inner label {
  font-weight: 500;
}

.contact-form-inner input, .contact-form-inner textarea {
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 24px 16px;
}
.contact-form-inner input::placeholder, .contact-form-inner textarea::placeholder {
    color: #000;
    font-size: 15px;
}
.contact-form-inner button {
  border-radius: 4px;
  font-weight: bold;
}
.contact-form-section .row.clearfix {
    align-items: center;
}
.how-it-work .content-box .sec-title.light h5 {
    color: #fff;
    margin-top: 24px;
}
.contact-form-section {
    padding: 60px 0px;
}
.how-it-work .content-box p {
    color: #fff;
}
.contact-form-inner {
    padding: 90px 50px!important;
    border-radius: 0px !important;
    background-color: #eff7ff !important;
    border: 2px dotted #bedcf9;
}
.contact-section-img img {
    width: 100%;
}
.contact-form-inner button {
    padding: 10px 0px;
}
.contact-form-inner h2 {
    margin-bottom: 20px;
}
.chooseus-section .image-box .image{
  position: relative;
  display: block;
  background: #fff;
  border: 15px solid #fff;
  box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 10%);
}
.chooseus-section .content-box ul li p {
    color: #fff;
}
.chooseus-section .row.clearfix {
    align-items: center;
}
.chooseus-section .content_block_2 .content-box ul li p {
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 38px;
    font-size: 15px;
    font-family: 'Spartan', sans-serif;
    font-weight: 500;
    margin-top: 0px;
}
.chooseus-section .content_block_2 .content-box ul li p:before {
    position: absolute;
    content: "\f10a";
    font-family: 'flaticon';
    font-size: 8px;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    left: 0px;
    top: 1px;
}
.chooseus-section .content_block_2 .content-box p {
    color: #fff;
    font-size: 15px;
    font-family: 'Spartan', sans-serif;
    font-weight: 500;
}
.how-it-work {
    background-image: url("/assets/images/workbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.how-it-work:before {
    position: absolute;
    background: #000000bd;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
}
.chooseus-section .image-box .image img{
  width: 100%;
}


.chooseus-section .content_block_2 .content-box  ul {
    padding-left: 40px;
    margin: 30px 0;
}
.chooseus-section .bg-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.chooseus-section .shape-layer .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 604px;
  height: 395px;
  background-repeat: no-repeat;
}

.chooseus-section .shape-layer .shape-2{
  position: absolute;
  top: -50px;
  right: 230px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.chooseus-section .shape-layer .shape-3{
  position: absolute;
  top: -40px;
  right: -120px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
}

.chooseus-section .shape-layer .shape-4{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 62px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}


ul.gallery-foot-img {
    padding: 0px 0px 0 0px;
    margin: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 12px;
    justify-content: left;
}
ul.gallery-foot-img li img {
    width: 100%;
}
/** shop-section **/

.shop-section{
  position: relative;
  padding: 240px 0px 150px 0px;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 23px 45px 60px 45px;
  text-align: center;
  box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 8%);
}

.shop-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-block-one .inner-box .image-box img{
  transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box img{
  transform: scale(1.06);
}

.shop-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 55px;
}

.shop-block-one .inner-box .lower-content .shape{
  position: absolute;
  left: 0px;
  top: 13px;
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.shop-block-one .inner-box .lower-content span{
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom: 9px;
}

.shop-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.shop-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #172746;
}

.shop-block-one .inner-box .lower-content h4 a:hover{

}

.shop-block-one .inner-box .lower-content h6{
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}

.shop-block-one .inner-box .lower-content p{
  margin-bottom: 23px;
}


.shop-block-one .inner-box .lower-content .theme-btn{
  padding: 10.5px 37px;
}


/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding: 70px 0px 70px 0px;
    background: #fff;
}
.testimonial-section .sec-title{
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 45px 30px 45px 190px;
}

.testimonial-block-one .inner-box .author-thumb {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 120px;
    height: 150px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px dotted #0181ff;
}

.testimonial-block-one .inner-box .author-thumb img{
  width: 100%;
  border-radius: 100px;
}

.testimonial-block-one .inner-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}

.testimonial-block-one .inner-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-block-one .inner-box .rating{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.testimonial-block-one .inner-box p{
  color: #222222;
  margin-bottom: 20px;
}

.testimonial-block-one .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}

.testimonial-block-one .inner-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
}

.testimonial-section .owl-dots{
  position: absolute;
  top: -80px;
  right: -7.5px;
}

.testimonial-section .owl-dots span{
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #dfe5eb !important;
  border-radius: 50%;
  margin: 0px 7.5px !important;
  cursor: pointer;
  transition: all 500ms ease !important;
}

.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots span:hover{

}

.testimonial-section .shape-layer .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .shape-layer .shape-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 134px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.team-section .sec-title{
  margin-bottom: 40px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: transparent;
  padding: 0px 50px 44px 50px;
}

.team-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 135px);
  left: 0px;
  bottom: 0px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
  z-index: -1;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #0c1529;
}

.team-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .image img{
  opacity: 0.4;
}

.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%) scale(0,0);
  text-align: center;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links{
  transform: translate(-50%,-50%) scale(1,1);
}

.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}

.team-block-one .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #0c1529;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}

.team-block-one .inner-box .image-box .social-links li a:hover{
  color: #fff;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 50px;
}

.team-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #172746;
}

.team-block-one .inner-box .lower-content h4 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
}

.team-block-one .inner-box .lower-content .share-box{
  position: absolute;
  top: 53px;
  right: 0px;
}

.team-block-one .inner-box .lower-content .share-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  background-color: #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #3c4858;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 20%);
}

.team-block-one .inner-box .lower-content .share-box a:hover{
  color: #fff;
  box-shadow: none;
}


/** cta-section **/

.cta-section{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.cta-section .image-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.cta-section .image-box img{
  max-width: none;
  float: right;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
}

.content_block_3 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.content_block_3 .content-box .text p{
  color: #fff;
}

.content_block_3 .content-box .list{
  position: relative;
  margin-bottom: 37px;
}

.content_block_3 .content-box .list li{
  position: relative;
  display: block;
  margin-bottom: 13px;
  padding-left: 38px;
  font-size: 15px;
  font-family: 'Spartan', sans-serif;
  font-weight: 500;
  color: #fff;
}

.content_block_3 .content-box .list li:before{
  position: absolute;
  content: "\f10a";
  font-family: 'flaticon';
  font-size: 8px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  left: 0px;
  top: 1px;
}

.content_block_3 .content-box .theme-btn:hover{

}

.content_block_3 .content-box .theme-btn:before{
  background-color: #fff;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 17px;
}

.cta-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 896px;
  height: 414px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.cta-section .pattern-layer .pattern-3{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 37px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-section .pattern-layer .pattern-4{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 44px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 40px 40px;
  padding-top: 0px;
  z-index: 1;
}

.news-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 120px);
  left: 0px;
  bottom: 0px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
  z-index: -1;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #0c1529;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.4;
  transform: scale(1.05);
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 24px;
}

.news-block-one .inner-box .lower-content .category{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content .category a:hover{
  text-decoration: underline;
}

.news-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.news-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #172746;
}

.news-block-one .inner-box .lower-content h4 a:hover{

}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 14px;
  font-size: 15px;
  color: #93959e;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin-bottom: 0px;
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
  font-weight: 600;
  color: #172746;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background-color: #93959e;
  width: 4px;
  height: 1px;
  top: 14px;
  right: -9px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content .text{
  margin-bottom: 23px;
}

.news-block-one .inner-box .lower-content .theme-btn{
  padding: 10.5px 30px;
}

.ml-70{
  margin-left: 70px;
}


/** main-footer **/

.main-footer {
    position: relative;
    background-color: #001a56;
    padding-top: 140px;
}

.main-footer .pattern-layer .pattern-3{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 165px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer .footer-top{
  position: relative;
  width: 100%;
  padding: 260px 0px 100px 0px;
}

.main-footer .footer-top .text h2{
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

.main-footer .footer-top .text h2 span{

}

.main-footer .footer-top .support-box a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 17.5px 40px;
  border-radius: 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.main-footer .footer-top .support-box a i{
  margin-right: 18px;
}

.main-footer .footer-top .line-shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 22px;
  background-repeat: no-repeat;
}

.main-footer .widget-section{
  position: relative;
  width: 100%;
  padding: 90px 0px 80px 0px;
}

.main-footer .logo-widget{
  position: relative;
  margin-top: -10px;
}

.main-footer .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 37px;
}

.main-footer .logo-widget .text{
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.main-footer .logo-widget .text p{
  color: #fff;
}

.main-footer .logo-widget .schedule-box h6{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.main-footer .logo-widget .schedule-box .list li{
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 4px;
}

.main-footer .logo-widget .schedule-box .list li:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.main-footer .widget-title h4{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.main-footer .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  padding-left: 34px;
  margin-bottom: 20px;
}

.main-footer .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .contact-widget .info-list li a{
  display: inline-block;
  color: #fff;
}

.main-footer .contact-widget .info-list li a:hover{

}

.main-footer .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 20px;
}

.main-footer .contact-widget .info-list li:first-child i{
  top: 10px;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 13px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.main-footer .links-widget .links-list li a:hover{

}

.main-footer .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 4px;
  transition: all 500ms ease;
}

.main-footer .links-widget .links-list li a:hover:before{
  width: 100%;
}

.main-footer .subscribe-widget p{
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 43px;
}

.main-footer .subscribe-widget .form-group{
  position: relative;
  margin: 0px;
  border-radius: 30px;
  overflow: hidden;
}

.main-footer .subscribe-widget .form-group input[type="email"]{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 16px;
  color: #808080;
  padding: 10px 70px 10px 30px;
  transition: all 500ms ease;
}

.main-footer .subscribe-widget .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-footer .subscribe-widget .form-group input:focus{

}

.main-footer .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 694px;
  height: 389px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 384px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.footer-bottom{
  position: relative;
  width: 100%;
  background-color: #001442;
  padding: 20px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .copyright p{
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}

.footer-bottom .copyright p a{

}

.footer-bottom .copyright p a:hover{
  text-decoration: underline;
}

.footer-bottom .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3.5px;
}

.footer-bottom .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.footer-bottom .social-links li a:hover{

}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}

.footer-bottom .footer-nav li:last-child{
  margin: 0px !important;
}

.footer-bottom .footer-nav li a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.footer-bottom .footer-nav li a:hover{

}

.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 1px;
  height: 15px;
  top: 14px;
  right: -17px;
}

.footer-bottom .footer-nav li:last-child:before{
  display: none;
}

.owl-carousel .owl-nav button,
.owl-carousel .owl-dots button{
  background: transparent;
}


 

/****place a query******/
.footer-form {
    position: fixed;
    right: 5px;
    bottom: 0;
    width: 15%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border: 1px solid #0181ff;
    background: #fff;
}
#mini_contact_form_container {
    background: #0181ff;
    width: 100%;
    display: block;
    padding: 9px 13px;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
}
.footer-form form{
  padding: 15px;
}
.footer-form form .form-control {
	font-size: 14px;
	border: 1px solid #dbdbdb !important;
}
.mobile-bottom {
    display: none !important;
}
.footer-form button.btn.btn-primary {
    background: #1b5fc1;
    border: 0px;
}
.about-section .content_block_1 {
    background: #f6f9fb;
    padding: 40px 40px;
    border-radius: 10px;
    border: 1px dotted #c8e9ff;
}
section.banner-thankypu {
    text-align: center;
}
.Agricultural .row.clearfix {
    padding: 40px 0;
    align-items: center;
}
.main-footer .logo-widget .footer-logo img {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.how-it-work figure.image-box img {
    position: relative;
    display: block;
    background: #fff;
    border: 15px solid #fff;
    box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 10%);

}
.about-section .content_block_1 .text {
    margin-bottom: 0px;
}
.contact-form-section .col-lg-6.col-md-6.col-sm-12.news-block {
    padding: 0px;
}
.industry-section {
    background: #fff;
    padding: 100px 0px;
}
.industry-sectionleft-column h2 {
    margin-bottom: 12px;
}
.industry-sectionleft-column h5 {
    margin-bottom: 12px;
}
.industry-sectionleft-column h3 {
    margin-top: 16px;
    margin-bottom: 6px;
}
.industry-section .industry-contentleft-column {
    background: #0081ff;
    padding: 30px;
    border-radius: 10px 0px 0px 10px;
    min-height: 464px;
}
.industry-section .industry-contentleft-column h5 {
    color: #fff;
    margin-bottom: 14px;
}
.industry-section .industry-contentleft-column p {
    color: #fff;
    margin-bottom: 20px;
}
.industry-contentleft-column.rightcol-idustry {
    background: #4bff00;
    border-radius: 0 10px 10px 0px;
}
.row.clearfix.industry-row {
    margin-top: 40px;
}
.industry-contentleft-column.rightcol-idustry h5 {
    color: #000;
}
.industry-contentleft-column.rightcol-idustry p {
    color: #000;
}
.industry-sectionleft-column p {
    margin-bottom: 20px;
}
.row.clearfix.industry-row .col-lg-6.col-md-12.col-sm-12.big-column {
    padding: 0px;
}
.industry-section .news-videoblock {
    padding: 0px;
    margin-top: 20px;
}
/**********************responsive*************************/
@media only screen and (max-width:1200px){
    .main-header .nav-right {
        display:none;
    }
   
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .industry-section .industry-contentleft-column {
        min-height: 550px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-form {
        width: 30%;
    }
    .chooseus-section .shape-layer .shape-4 {
        bottom: -2px;
    }
    .cta-section .pattern-layer .pattern-3 {
        top: -2px;
    }
    .cta-section .pattern-layer .pattern-4 {
    bottom: -2px;
}

.industry-section .industry-contentleft-column {
    border-radius: 0px;
    min-height: auto;
}
.industry-sectionleft-column {
    margin-top: 20px;
}

}
@media only screen and (max-width:1024px){
    .row.clearfix.reverse-column {
        flex-direction: column-reverse;
    }
}



@media only screen and (max-width:767px){
    .mobile-bottom  ul {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding: 10px;
        margin: 0;
    }
    .mobile-bottom  ul a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .mobile-bottom  ul a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .navbar-light .navbar-toggler {
        background: #103975;
        border: 0px;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    .mobile-bottom {
        position: fixed;
        bottom: 0;
        background: #103975;
        width: 100%;
        display: block !important;
    }
    .modal-content {
        padding: 42px 20px;
    }
    .modal {
        top: 25%;
    }
   .modal-content span.close {
    background: #007fff;
    color: #fff;
    font-size: 34px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 10px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
    .form-control {
        border: none;
        font-size: 14px;
        border: 1px solid #dbdbdb;
    }
    .footer-form {
    display: none;
}
.main-header .outer-box {
    display: flex !important;
    padding: 10px 15px !important;
}
.main-header .outer-box {
    padding: 10px 15px;
}
.main-header .logo-box .logo img {
    width: 40%;
}
.main-footer {
    padding-top: 0px;
}
.cta-section .pattern-layer .pattern-4 {
    bottom: -2px;
}
.cta-section .pattern-layer .pattern-3 {
    top: -2px;
}
.chooseus-section .shape-layer .shape-4 {
    bottom: -2px;
}
.industry-sectionleft-column {
    margin-top: 20px;
}
.industry-section .industry-contentleft-column {
    border-radius: 0px;
    min-height: auto;
}
.main-header .logo-box {
    position: relative;
    padding: 0px 0px;
    width: 240px;
}
.menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
    background: #e9e9e9;
}
.chooseus-section .content_block_2 .content-box  ul {
    padding-left: 0px;
}
.contact-form-inner {
    padding: 40px 30px!important;
}
.footer-bottom {
    padding: 20px 0px 90px;
}

}

