 
/* Css For Aqutex */

/************ 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
====================================================================

 ***/


:root{
  --theme-color: #13C5DD;
  --secondary-color: #0E1D40;
  --pink-color: #FFC0CB;
  --violet-color: #7F00FF;
  --crimson-color: #DC143C;
  --orange-color: #FFA500;
  --text-color: #222222;
  --title-color: #222222;
  --main-font: 'Poppins', sans-serif;
  --title-font: 'Jost', sans-serif;
}





body {
  font-size:16px;
  color: var(--text-color);
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--main-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1320px;
  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;
  color: #13c5dd;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #82b440;
}

input,button,select,textarea{
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

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: var(--main-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px 0 20px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  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;
  background: #0E1D40;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  background: #fff;
  color: red;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.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: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.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: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: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.special_fonts{
  font-family: 'Fredoka', sans-serif;
}


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;
}

.row{
  --bs-gutter-x: 30px;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: var(--main-font);
  color: #fff !important;
  text-align: center;
  padding: 18px 37px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  cursor: pointer;
}

.theme-btn:before, .theme-btn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #82b440;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  transform: scale(0) rotate(0);
  z-index: -1;
}

.theme-btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}

.theme-btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
}

.theme-btn:after {
  background: #82b440;
}

.theme-btn.btn-two{
  border: 2px solid #fff;
  padding: 16px 30px;
}

.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 6px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  text-align: center;
  color: #222;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.sec-pad{
  padding: 142px 0px 150px 0px;
}

.pagination li a i{
  font-size: 20px;
}

.mr-0{
  margin: 0px !important;
}

.bg-color-1{
  background: #E7F9FC;
}

/** scroll-to-top **/

.scroll-to-top{
  position: fixed;
  right: -30px;
  bottom: 130px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--theme-color);
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.sec-title{
  position: relative;
  display: block;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px; 
  font-weight: 500;
  margin-bottom: 18px;
  padding-left: 90px;
}

.sec-title.centred .sub-title{
  padding-right: 90px;
  padding-left: 90px;
}

.sec-title .sub-title:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  left: 0px;
  top: 12px;
}

.sec-title.centred .sub-title:before{
  left: 0px;
  right: inherit;
}

.sec-title.centred .sub-title:after{
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  right: 0px;
  top: 12px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0px;
}

.sec-title h2 span{
  color: var(--theme-color);
}

.sec-title.light h2{
  color: #fff;
}

.sec-title p{
  margin-top: 22px;
}

.theme-btn.shadow{
  box-shadow: 0px 20px 30px rgba(52, 163, 213, 0.2) !important;
}

.pt_210{
  padding-top: 210px;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 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-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  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{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}

.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;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background: #82B440;
  padding: 13px 70px;
  opacity: 0;
  transition: opacity 0.8s ease; 
}
.header-top.show {
  opacity: 1;
}

.header-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  padding: 0px 15px;
  margin: auto;
}

.header-top .info-list li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #A5A4B3;
  font-weight: 500;
  padding-left: 23px;
  margin-right: 28px;
}

.header-top .info-list li:last-child{
  margin: 0px !important;
}

.header-top .info-list li a,
.header-top .info-list li span{
  color: #fff;
}

.header-top .info-list li a:hover{
  text-decoration: underline;
}

.header-top .info-list li i{
  position: absolute;
  left: 0px;
  top: 4px;
  color: #fff !important;
  font-size: 16px;
}

.header-top .info-list li:nth-child(2) i{
  font-size: 14px;
}

.header-top .info-list li:last-child i{
  font-size: 20px;
  top: 2px;
}

.header-top .top-right{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .top-right .login-box{
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}

.header-top .top-right .login-box:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 50px;
  top: -13px;
  right: 0px;
}

.header-top .top-right .login-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
}

.header-top .top-right .login-box a:hover{

}

.header-top .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.header-top .social-links li:last-child{
  margin: 0px !important;
}

.header-top .social-links li a{
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.header-top .social-links li a:hover{

}

.main-header .logo-box .logo{
  max-width: 250px;
}

.main-header .logo-box .logo img{
  width: 100%;
}




/*** Search Popup ***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .popup-inner{
  width: 100%;
  background: #fff;
  height: 100%;
}

.search-popup .upper-box{
  position: relative;
  padding: 70px 70px;
  z-index: 99;
}

.search-popup .upper-box .logo-box{
  max-width: 182px;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: relative;
  font-size: 25px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 11px;
  transition: all 500ms ease;
}

.search-popup .close-search:hover {
  color: red;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group{
  position: relative;
  margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 0px;
  background: #ffffff;
  line-height: 30px;
  font-size: 20px;
  color: #808080;
  font-family: 'Poppins', sans-serif;
  border: none;
  font-weight: 400;
  border-radius: 0px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 25px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus{
  border-color: #141417;
}

.search-popup .form-control:focus{
  box-shadow: none !important;
}

.main-header .logo-box{
  position: relative;
  padding: 18px 0px;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
    padding: 0px 15px;
    margin: auto;
}

.main-header .menu-area,
.main-header .menu-right-content{
  display: flex;
  align-items: center;
}

.main-header .main-menu{
  position: static;
  padding-right: 30px;
  margin-right: 30px;
}

.main-header .main-menu:before{
  content: '';
  background: #E5E5E5;
  width: 1px;
  height: 50px;
  top: 25px;
  right: 0px;
}

.main-header .menu-right-content .support-box{
  position: relative;
  display: block;
  padding-left: 33px;
  margin-right: 30px;
}

.main-header .menu-right-content .support-box i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 20px;
  color: #222;
}

.main-header .menu-right-content .support-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 500;
}

.main-header .menu-right-content .support-box a:hover{

}

.main-header .menu-right-content .cart-box{
  margin-right: 30px;
}

.main-header .menu-right-content .cart-box a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 20px;
  color: #222;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  text-align: center;
}

.main-header .menu-right-content .cart-box a:hover{
  color: #fff;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
  position: static;
}

.main-menu .navigation{
  margin:0px;
  position: static;
}

.main-menu .navigation > li{
  position:static;
  float:left;
  z-index:2;
  margin: 0px 12px;
  -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:17px;
  line-height:26px;
  padding-top: 37px;
  padding-bottom: 37px;
  font-weight:500;
  font-family: var(--main-font);
  opacity:1;
  color: #222;
  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.dropdown > a{
  padding-right: 17px;
}

.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: 37px;
  right: 0px;
  font-weight: 500;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: 0;
  top:100%;
  width:100%;
  margin-top: 15px;
  z-index:100;
  display:none;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  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 5px;
  line-height:24px;
  font-weight:500;
  font-size:15px;
  text-transform:capitalize;
  font-family: var(--main-font);
  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 #ddd;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}

.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{
  padding-left: 5px;
}

.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{
  width: 100%;
  z-index:100;
}

.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 5px;
  line-height:24px;
  font-weight:500;
  font-size:15px;
  text-transform:capitalize;
  font-family: var(--main-font);
  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{
  padding-left: 5px;
}

/* .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%;
  box-shadow: 0px 0px 8px #ddd;
}

.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;
  background: var(--secondary-color);
  display: none;
}

.mobile-menu .nav-logo img{
  max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-style-three .menu-area .mobile-nav-toggler .icon-bar{
  background: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding-top: 27px;
  padding-bottom: 27px;
}

.sticky-header .logo-box{
  padding: 8px 0px;
}

.sticky-header .nav-right{
  margin: 15px 0px;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
  top: 27px;
}

.sticky-header .main-menu:before{
  top: 15px;
}


/** 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{
  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: #141417;
  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: 18px;
  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;
  color: #fff!important;
}

.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;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.list-style-one li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li:before{
  position: absolute;
  content: '\e908';
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
  font-weight: 400;
  font-size: 14px;
  color: var(--theme-color);
}


/** main-footer **/

.main-footer{
  position: relative;
}

.main-footer .widget-section{
  position: relative;
  padding: 180px 0px 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.main-footer .logo-widget .footer-logo{
  position: relative;
  display: block;
  margin-bottom: 30px;
  /* max-width: 188px; */
  max-width: 250px;
}

.main-footer p,
.main-footer a{
  font-size: 16px;
  color: #fff;
}

.main-footer a:hover{
  color: var(--theme-color);
}

.main-footer .logo-widget p{
  margin-bottom: 26px;
}

.main-footer .logo-widget p:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.main-footer .widget-title h3{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.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;
}

.main-footer .schedule-widget p{
  margin-bottom: 26px;
}

.main-footer .schedule-widget .list-item li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}

.main-footer .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  padding-left: 30px;
}

.main-footer .contact-widget .info-list li a{
  display: inline-block;
  color: #fff;
}

.main-footer .contact-widget .info-list li a:hover{
  text-decoration: underline;
}

.main-footer .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 20px;
}

.main-footer .contact-widget .info-list li:nth-child(2) i{
  font-size: 14px;
  top: 10px;
}

.main-footer .contact-widget .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .contact-widget .social-links li:last-child{
  margin: 0px !important;
}

.main-footer .contact-widget .social-links li a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #222;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

.main-footer .contact-widget .social-links li a:hover{
  color: #fff !important;
  background: var(--theme-color);
}

@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; }
}

.main-footer .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 377px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.main-footer .pattern-layer .pattern-3{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 293px;
  background-repeat: repeat-x;
  animation: slide 50s linear infinite;
  -webkit-animation: slide 50s linear infinite;
}

.main-footer .pattern-layer .pattern-4{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 185px;
  background-repeat: repeat-x;
  animation: slide 40s linear infinite;
  -webkit-animation: slide 40s linear infinite;
}

/** wave-animation **/

.waves {
  position:absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  min-height:350px;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}


/** rtl-switcher **/

.demo-rtl{
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl{
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.demo-ltr{
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl{
  display: block;
}

.boxed_wrapper.ltr .demo-ltr{
  display: none;
}

.boxed_wrapper.rtl .demo-rtl{
  display: none;
}

.boxed_wrapper.rtl .demo-ltr{
  display: block;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/** header-style-two **/

.header-style-two .outer-box{
  padding: 0px;
}

.main-header .menu-right-content .search-box-outer{
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 20px;
  color: #222;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .menu-right-content .search-box-outer:hover{
  color: var(--theme-color);
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 76px;
  background: #fff;
  font-size: 16px;
  color: #222;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover{
  color: #fff;
  background: var(--theme-color);
}

.main-footer.alternat-2{
  background: var(--secondary-color);
}

.main-footer.alternat-2 .widget-section{
  padding-top: 120px;
}

.main-footer .logo-widget{
  margin-top: -15px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  left: 15px;
  top: 13px;
  border-radius: 0px;
  border: none !important;
  z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  right: 10px;
  top: 15px;
  border: none !important;
  margin-top: 0px;
  border-radius: 0px;
  z-index: 1;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "+";
  font-size: 20px;
  font-style: normal;
  color: #222;
  font-weight: 400;
  transition: all 500ms ease;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "-";
  font-size: 24px;
  font-style: normal;
  color: #222;
  font-weight: 400;
  transition: all 500ms ease;
}

.bootstrap-touchspin .glyphicon-chevron-up:hover:before,
.bootstrap-touchspin .glyphicon-chevron-down:hover:before{
  
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 0px;
  left: 7px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.default-form input[type='text'],
.default-form input[type='email'],
.default-form input[type='tel'],
.default-form input[type='password'],
.default-form textarea,
.default-form .nice-select{
  position: relative;
  width: 100%;
  background: #fff;
  font-size: 16px;
  color: #6E6E6E;
  padding: 15px 20px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
  margin-bottom: 20px;
}

.default-form input:focus,
.default-form textarea:focus{
  border-color: var(--theme-color);
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.cta-section.about-page{
  padding: 150px 0px;
}

.testimonial-section.testimonial-page .testimonial-block-one .inner-box{
  margin-bottom: 60px;
}

.monthly-day{
  text-align: center;
}













.page-title{
  padding: 165px 0px;
  background: #000;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background: rgba(102, 145, 255, 0.7);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  color: var(--theme-color);
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  top: 0px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}



.show-center,.show-left,.show-right{color:#666;text-align:center;font-size:0.95em;line-height:1.7em !important}
.show-center img,.show-left img,.show-right img{display:block;margin-right:auto;margin-bottom:15px;margin-left:auto;height:auto;max-width:100%;
  /* margin-top: 8px; */
}
@media (min-width:992px){
    .show-left,.show-right{display:inline-block}
    .show-right{float:right;margin-left:15px}
    .show-left{float:left;margin-right:15px}
}
@media (max-width:992px){
    .show-right,.show-left{width:100%;margin:0}
}

.Reference,.reference{color:#666;font-size:0.95em;
  padding-top: 20px;
}
.Reference p,.reference p{font-size: 20px;
  margin: 10px 0;}
.Reference ol,.reference ol{margin-bottom:15px;padding-left:15px}
.Reference ol li, .reference ol li{
  list-style: decimal;
}


table{margin-bottom:15px;width:100%;border:1px solid #ddd}
table p,table td ul,table td ol{margin-bottom:15px}
table td ul:last-child,table td ol:last-child,table td p:last-child,table td ul:last-child>li:last-child,table td ol:last-child>li:last-child{margin-bottom:0}
table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td,.table>thead>tr>th,table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:10px 8px;border-top:1px solid #ddd;vertical-align:middle;line-height:1.4;}
.service-table tr:first-child,.service-tr,.service-table.table-striped tr:first-child{background:#bff1f7;color:#222;
  text-align: center;
}
.service-table tr:first-child a,.service-tr a{color:#fff}
.service-table tr:first-child td,.service-table tr:first-child th,.table-bordered .service-tr td,.service-tr td{border:none}
.service-table.table-striped>tbody>tr:nth-child(1)>td,.service-table.table-striped>tbody>tr:nth-child(1)>th{background-color:transparent}
.service-table tr:not(:first-child) {
  background-color: #eefafc;
}
.service-table tr td {
  border: 2px solid #fff;
}
/*table fixed*/

.table-fixed{border-collapse:collapse;border-top: none}
.table-fixed td{border-left: 1px solid #ddd;}
.table-fixed tbody {display: block;height: 200px;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
.table-fixed thead, .table-fixed  tbody tr {display: table;width: 100%;table-layout: fixed;}
.table-fixed thead{background: #13c5dd;color: #fff;}
.table-fixed thead td{border-left: none;}
.table-fixed tbody::-webkit-scrollbar {width: 5px;height: 5px;}
.table-fixed tbody::-webkit-scrollbar-thumb {border-radius: 6px;-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.2);background: rgba(0,0,0,0.2);}
.table-fixed tbody::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}

/* special css */
ul.border-box>li:last-child{margin-bottom:0}
ul.border-box{padding:15px 15px 15px 30px}
.border-box{border:1px solid #1a5ca3;padding:15px;border-radius:5px}
.bg-box{background:#e9eff9;padding:10px 15px;border-radius:5px}
div.bg-box,div.border-box{margin-bottom: 25px}

@media (min-width:992px){
    .list-box,.flex-box{display:flex;flex-wrap:wrap}
    .list-box div[class*="col-md"]{display:flex}
}
.flex-box .border-box{margin-bottom: 0;height: 100%}
.list-box div[class*="col-md"],.flex-box div[class*="col-md"]{margin-bottom:20px}
.list-box a,.list-box div[class*="col-md"]>span{display:flex;align-items:center;border:1px solid #ddd;width:100%;padding:10px;border-radius:5px;position:relative;transition:all ease .4s;text-align:left}
.list-box a:before,.list-box div[class*="col-md"]>span:before{position:absolute;content:'';background:#2391cc;z-index:-1;top:0;right:auto;bottom:auto;left:0;width:0;height:100%;opacity:1;border:solid 2px #2391cc;transition:all ease .4s}
.list-box a:hover,.list-box div[class*="col-md"]>span:hover{color:#fff;border:1px solid transparent}
.list-box a:hover:before,.list-box div[class*="col-md"]>span:hover:before{right:0;width:100%;border-radius:5px}
.flex-box p{margin-bottom: 15px}
.flex-box p:last-child{margin-bottom: 10px}


@media(min-width: 992px) {
    .bg-box>.row{display: flex;flex-wrap: wrap;}
    .border-box ul:last-child,.border-box p:last-child,.bg-box div[class*="col-md"]>p:last-child,.bg-box div[class*="col-md"] img,.bg-box ul:last-child{margin-bottom: 0}
}
.bg-box>.row .ServiceShowPic, .bg-box>.row .show-center{height: 100%;width: 100%;position: relative;overflow: hidden;min-height: 140px;}
.bg-box>.row .ServiceShowPic img,.bg-box>.row .show-center img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);min-width: 100%;min-height: 100%;max-width: 120%;}

@media(min-width: 992px){
    .next-box{display: flex;flex-wrap: wrap;}
}
.next-box div[class*="col-md"]{
    margin-bottom: 25px;
}
.next-box div[class*="col-md"]>div,.next-box div[class*="col-md"]>a{display: flex;flex-wrap:wrap;height:100%;align-items: center;align-content: center;min-height: 140px;position: relative;width: 100%;color: #fff;text-align: center;border-radius: 5px;transition: all ease .4s;background-repeat: no-repeat;background-size: cover!important;;background-position: center;padding:15px 10px;overflow:hidden;}
.next-box div[class*="col-md"]>div:before,.next-box div[class*="col-md"]>a:before{content:"";display: block;width: 100%;height: 100%;background: rgba(0,0,0,.4);position: absolute;top: 0;left: 0;}
.next-box h2,.next-box h3{font-weight: normal;margin-bottom: 10px;width: 100%;display: flex;align-items: center;justify-content: center;border-radius: 5px;font-size: 1.25em;position: relative;z-index: 2}
.next-box p{width: 100%;position: relative;z-index: 2;margin-bottom: 10px;line-height: 1.5em}
.next-box div[class*="col-md"] p:last-child,.next-box div[class*="col-md"] h3:last-child,.next-box div[class*="col-md"] h2:last-child{margin-bottom: 0}
.next-box a:hover{box-shadow: 0 0 10px #ccc;transform: scale(1.02);}


.service-box h2{
  font-size: 22px;
  margin: 15px 0;
  line-height: 32px;
}

.service-box h3{
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1;
}

.service-box .row > div[class*="col"]{
    padding-bottom:15px;
}
.service-box p {
  margin: 0;
}
.service-box .row {
  padding: 10px 0;
}

.q-box{
  min-height: 33px;
  display: flex;
  align-items: center;
}

.q-box p{
  margin: 0;
}

.q-box b{

 width: 33px;
 height: 33px;
 border-radius: 50%;
 border: 2px solid #000000cc;
 color: #000000cc;
 line-height: 30px;
 text-align: center;
 flex-grow: 0;
 margin-right: 7px;
}

.a-box b{
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0; 
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: #fff;
  background-color: #000000cc;
 text-align: center;
 line-height: 30px;
}

.a-box{
  position: relative;
  padding-left: 40px;
}

.page-box1{
  display: flex;
  align-items: center;
  min-height: 135px;
}

.page-box1 h3{
  
}

.page-box1 img{
  margin-right: 20px;
}

.page-box1 p{
  margin-bottom: 0px;
}

.page-box1 {
  margin-bottom: 20px;
}









/* left nav */
  
.accordion {
  width: 100%;
  padding: 0;
}

.left-level1{
  margin-bottom: 10px;
  display: none;
  padding-left: 10px;
}

.open .left-level1{
  display: block;
}

.left-level1>.link>a{
  font-size: 16px !important;
}

.left-level2>.link>a{
  color: #666;
}

.left-level1 .sub-menu{
  display: none;
  padding-left: 6px;
}

/********** headr nav  start **********/


ul.sub-menu {
    display: none;
    margin-left: 20px;
}

li.open > ul.sub-menu {
    display: block;
}
/* li.has-submenu ul {
  padding-left: 20px;
} */

li.has-submenu > a {
  position: relative;
}
/* li.has-submenu > a::after {
  position: absolute;
  right: 50px;;
  content: '+';
  display: inline-block;
  margin-left: 8px;
  font-size: 20px;
  transition: transform 0.3s ease;
} */

/* li.has-submenu > ul.open {
  display: block;
  padding-left: 20px;
} */

/* li.open > a::after {
    transform: rotate(45deg);
} */

ul.sub-menu {
    display: none;
    margin-left: 20px;
    transition: all 0.3s ease;
}

li.open > a::after
li.open > ul.sub-menu {
    display: block;
}

.navbar-collapse li.has-submenu>ul {
  display: block;
  padding-left: 20px;
  font-size: 14px;
}

/*********** header nav end *************/

/* .page-left{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 32px 40px 40px 40px;
} */

.left-level0{
  background: #fff;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 10px 20px;
}

.page-left .sidebar-title{
  font-size: 28px;
  margin: 10px 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.page-left .sidebar-title::before {
  content: "";
  display:inline-block;
  width: 80px;
  height: 3px;
  background-color: #82b440;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
}

.accordion .link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  align-items: center;
}

.left-level2{
  padding-left: 5px;
}


.accordion>li>.link a{
  font-size: 18px;
}


.accordion .link a{
  color: #1A2A36;
  font-size: 14px;
  line-height: 1.5;
  cursor: default;
}
.accordion .link a[href]:hover{
  color: #13c5dd;
  cursor: pointer;
}

.accordion li{
  cursor: pointer;
}
.accordion li i {
  /* position: absolute; */
  top: 16px;
  left: 0;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}



.accordion li.open .link {
  color: #0a2d63;
}

.accordion li.open i {
  color: #0a2d63;
}

.accordion li.open>.link>i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
* Submenu
-----------------------------*/
.submenu {
  display: none;
  padding: 0;
}

.submenu>li {
  /* border-bottom: 1px solid #d6d7dc; */
}

.left-level1>.submenu{
  padding: 0 15px 10px 20px;
}

.submenu a {
  display: block;
  text-decoration: none;
  padding: 6px 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #555;
  text-align: left;
}

.submenu a:hover ,.submenu li.current a{
  /* background: #0a2d63;
  color: #FFF; */
  color: #0a2d63;
}

.left-nav-title{
  background: #0a2d63;
  color: #FFF;
  padding:1rem 1.8rem 0.8rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.navbar-nav .text-left .text-left .text-left{
  display: none !important;
}

.navbar-nav .text-left .text-left .has-dropdown::after{
  display: none !important;
}

.submenu .link{
  padding: 0 !important;
}

.accordion {
  font-size: 15px;
}

.accordion .submenu .link i{
}


.accordion .submenu .submenu a{
  font-weight: normal;
  font-size: 14px;
  color: #666;
  
}

.accordion .submenu .submenu .submenu li{
  border-bottom: 0;
  padding-left: 10px;
  background-color: #f7f7f7;
  font-size: 12px;
}

ul.tree,ul.star{
  padding-left: 0 !important;
}

.tree li{
  background-image: url('../images/tree.svg');
  background-size: 25px auto; 
  background-repeat: no-repeat; 
  list-style-type: none !important;
  padding-left: 18px;
  background-position: -6px 0;
}

.star li{
  background-image: url('../images/star.svg');
  background-size: 17px auto; 
  background-repeat: no-repeat; 
  list-style-type: none !important;
  padding-left: 18px;
  background-position: -2px 6px;
}

h3.title-bg{
  padding: 10px 20px;
  color: #fff;
  background-size: cover !important;
  background-position: center !important;
  font-size: 24px;
  box-shadow: 4px 4px 8px #aaa;
  margin-bottom: 20px;
}

.service-box h2.title1{
  font-size: 26px;
  text-align: center;
  color: #fff;
  background-color: #13c5dd;
  padding: 15px;
  margin: 20px 0;
}

.page-box2{
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
  height: calc(100% - 30px) ;
  display: flex;
  flex-direction: column;
}

.page-box2 p{
  font-size: 14px;
  line-height: 1.5;
}

.page-box2-text{
  border: 2px dashed #13c5dd;
  border-radius: 12px;
  padding: 10px 20px;
  flex-grow: 1;
  position: relative;
  padding-bottom: 70px;
}

.page-box2 .img-box{
  border-radius: 12px;
  display: flex;
  width: 100%;
  height: 220px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.page-box2 .img-box img{
  object-fit: cover;
}

.page-box2 h3{
  margin: 10px 0;
}

.page-box2-text>a{
  width: 160px;
  color: #fff;
  padding: 11px 32px;
  border-radius: 26px;
  display: inline-block;
  background-color: #13c5dd;
  border: 1px solid #13c5dd;
  box-shadow: 0 7px 25px rgb(123, 104, 238, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.warning {
  background: url(../images/notice.svg) no-repeat 20px 12px / 22px #13c5dd;
  padding: 10px 10px 10px 56px !important;
  margin-bottom: 30px !important;
  margin-top: 20px !important;
  color: #fff !important;
}

.page-box3-text{
  border: 1px solid #13c5dd;
  padding: 20px 10px 0;
  flex-grow: 1;
 
}

.page-box3 .golf-button{
  text-align: center;
}

.page-box3 .golf-button a{
  margin-bottom: 10px;
}

.page-box3 p,.page-box4 p{
  font-size: 14px;
  line-height: 1.5;
}


.page-box3 .img-box{
  display: flex;
  width: 100% ;
  height: 200px;
  margin: 0;
  overflow: hidden;
}

.page-box3 .img-box img{
  object-fit: cover;
}

.page-box3{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
}

.page-box6 strong{
  min-height: 40px;
  display: inline-block;
  line-height: 1.2;
}

.page-box6 p:nth-child(2){
  margin-bottom: 0;
}

.page-box6 p:last-child,.page-box7 p{
  font-size: 14px;
  line-height: 1.5;
}

.page-box7 .show-left{
  margin: 0 !important;
}

.page-box7 p:nth-child(2){
  margin-top: 10px;
}

.page-box7 img{
  margin-bottom: 0 !important;
}

.page-box7 p strong{
  font-size: 15px;
}


.page-box4-text{
  border: 1px solid #13c5dd;
  padding: 20px 10px 0;
  flex-grow: 1;
 
}

.page-box4 h3{
  margin: 20px 0 10px;
  font-size: 16px !important;
}


.page-box4-img{
  display: flex;
  width: 100% ;
  height: 200px;
  margin: auto;
  position: relative;
}

.page-box4{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
}

.page-box4-img span{
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background-color: #13c5dd;
  border-radius: 50%;
  position: absolute;
  left: 40%;
  bottom: -25px;
}

.page-box5>div{
  break-inside: avoid;
}

@media (min-width:1200px){
  .page-box5{
      columns: 5;
  }
}

@media (min-width:992px) and (max-width:1200px){
  .page-box5{
      columns: 3;
  }
}

@media (max-width:991px){
  .page-box5{
      columns: 5;
  }
}



.table tbody>tr:nth-of-type(odd){
  background-color: #d3f9f2;
}

.page-box8{
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding-bottom: 70px;
  height: calc(100% - 30px);
  position: relative;
}

.page-box8 .img-box img{
  object-fit: cover;
  clip-path: polygon(50% 100%, 0% 80%, 0% 0%, 100% 0%,  100% 80%);
}

.page-box8 i{
  margin: auto;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #13c5dd;
  color: #fff;
  line-height: 50px;
  font-size: 22px;
  display: block;
  position: relative;
  z-index: 1;
}

.page-box8 i img{
  width: 28px;
}

.page-box8 p,.page-box8 h3{
  margin: 15px 20px;
  line-height: 1.3;
}

.page-box8 p{
  font-size: 15px;
}

.page-box8>a {
  color: #fff;
  padding: 11px 32px;
  border-radius: 26px;
  display: inline-block;
  background-color: #13c5dd;
  border: 1px solid #13c5dd;
  box-shadow: 0 7px 25px rgb(123, 104, 238, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
}

.page-box8>a:hover{
  background-color: #fff;
  color: #13c5dd;
}

.page-box9{
  background-color: #f5f5f5;
  border-top: 5px solid #13c5dd;
  height: calc(100% - 20px) ;
  margin-bottom: 20px;
  padding: 15px;
}

.page-box10{
  padding: 30px 30px 10px;
  background: linear-gradient(to bottom,#13c5ddaa,#13c5dd11);
  height: calc(100% - 20px) ;
  margin-bottom: 20px;
}

.page-box10 .img-box{
  height: 200px;
  display: flex;
  overflow: hidden;
}

.page-box10 .img-box img{
  object-fit: cover;
}

.page-box10 h3{
  background-color: #ffffff99;
  padding: 15px;
  margin-top: -48px;
  position: relative;
  z-index: 10;
  font-size: 16px;
}

.page-box11{
  position: relative;
  border: 1px solid #13c5dd;
  padding: 25px 15px;
  margin-top: 20px;
  text-align: center;
  height: calc(100% - 40px);
  margin-bottom: 40px;
  position: relative;
}

.page-box11 .img-box{
  background-color: #13c5dd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 10px;
  margin: -50px auto auto;    
}

.page-box11 .line{
  width: 40px;
  border-bottom: 2px solid #13c5dd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: auto;
}

.page-box11 p{
  margin-top: 15px;
}

.page-box11 h3{
  margin-top: 15px;
  font-size: 16px;
}

.page-box12>div:first-child {
  background-color: #13c5dd;
  color: #fff;
  padding: 20px;
}

.page-box12>div:last-child {
  background: url(../img/2-1-plant-figure1-figure2.jpg) no-repeat;
  padding: 20px;
  background-size: cover;
}

.page-box12>div:last-child p{
  color: #000;
}

.page-box12>div:first-child a,.page-box12>div:first-child a:hover{
  color: #fff;
}

.page-box12 h3{
  margin-bottom: 20px;
}

.titlebg{
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  height: 200px;
}

.titlebg span{
  background-color: #ffffff99;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}


.service-box ul,.service-box ul li{
  list-style: disc;
}

.service-box ul, ol {
  padding-left: 18px;
  margin: 20px 0;
}

.service-box h2{
  font-size: 20px;
}

.service-box h1{
  font-size: 28px;
  margin-bottom: 20px;
}



/** service-sidebar **/

.service-sidebar{
  position: relative;
}

.service-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 32px 40px 40px 40px;
}

.service-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.service-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.service-sidebar .sidebar-widget .widget-title h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
}

.service-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.service-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.service-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 500;
  color: #222;
  padding: 14px 30px;
  border: 1px solid #e5e5e5;
}

.service-sidebar .category-widget .category-list li a:hover,
.service-sidebar .category-widget .category-list li a.current{
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: #fff;
}

.service-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a:hover:before,
.service-sidebar .category-widget .category-list li a.current:before{
  width: 100%;
}

.service-sidebar .category-widget .category-list li a span{
  position: relative;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a:hover span,
.service-sidebar .category-widget .category-list li a.current span{
  padding-left: 25px;
}

.service-sidebar .category-widget .category-list li a span:before{
  position: absolute;
  content: '\e91a';
  font-family: 'icomoon';
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a.current span:before,
.service-sidebar .category-widget .category-list li a:hover span:before{
  opacity: 1;
}

.service-sidebar .quote-widget .form-group{
  position: relative;
  margin-bottom: 20px;
}

.service-sidebar .quote-widget .form-group:last-child{
  margin-bottom: 0px;
}

.service-sidebar .quote-widget .form-group input[type='text'],
.service-sidebar .quote-widget .form-group input[type='email'],
.service-sidebar .quote-widget .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #222;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.service-sidebar .quote-widget .form-group input:focus,
.service-sidebar .quote-widget .form-group textarea:focus{
  border-color: var(--theme-color);
}

.service-sidebar .quote-widget .form-group textarea{
  height: 170px;
  resize: none;
}

.service-sidebar .quote-widget .form-group .theme-btn{
  width: 100%;
}

.service-sidebar .contact-widget{
  position: relative;
  display: block;
  background: #82b440;
  box-shadow: 0px 20px 60px rgba(62, 84, 141, 0.1);
  padding: 45px 40px 50px 40px;
  margin-top: 30px;
}

.service-sidebar .contact-widget h2{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-sidebar .contact-widget h2 span{
  color: #fff;
}

.service-sidebar .contact-widget .info-list li{
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 20px;
}

.service-sidebar .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.service-sidebar .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 20px;
  color: #fff;
}

.service-sidebar .contact-widget .info-list li p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 50;
  margin-bottom: 6px;
}

.service-sidebar .contact-widget .info-list li h3{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.service-sidebar .contact-widget .info-list li h3 a{
  display: inline-block;
  color: #fff;
}

.service-sidebar .contact-widget .info-list li h3 a:hover{
  text-decoration: underline;
}

.service-sidebar .contact-widget .info-list li:last-child i{
  font-size: 14px;
}


/** shop-sidbar **/

.shop-sidebar{
  position: relative;
  display: block;
}

.shop-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.shop-sidebar .widget-title h3{
  font-size: 24px;
  line-height: 30px;
}

.shop-sidebar .search-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.shop-sidebar .search-inner .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #6E6E6E;
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.shop-sidebar .search-inner .form-group button{
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 18px;
  color: #222;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-sidebar .search-inner .form-group input:focus{
  border-color: var(--theme-color);
}

.shop-sidebar .search-inner .form-group input:focus + button,
.shop-sidebar .search-inner .form-group button:hover{
  color: var(--theme-color);
}

.shop-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
}

.shop-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  padding: 13px 0px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 500;
}

.shop-sidebar .category-widget .category-list li a:hover{
  color: var(--theme-color);
}

.shop-sidebar .category-widget .category-list li:last-child a{
  border-bottom: none;
}

.shop-sidebar .category-widget .category-list li a span{
  position: relative;
  transition: all 500ms ease;
}

.shop-sidebar .category-widget .category-list li a:hover span{
  padding-left: 17px;
}

.shop-sidebar .category-widget .category-list li a span:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  left: 0px;
  top: 0px;
  color: var(--theme-color);
  opacity: 0;
  transition: all 500ms ease;
}

.shop-sidebar .category-widget .category-list li a:hover span:before{
  opacity: 1;
}

.range-slider .title:before {
  position: absolute;
  content: '$';
  left: -9px;
  top: -14px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.range-slider .input{
  color:#222;
  max-width: 75px;
}

.range-slider .input input{
  background:none;
  color:#222;
  font-size:16px;
  line-height: 26px;
  font-weight: 500;
  text-align:left;
  width: 80px;
}

.range-slider .ui-widget.ui-widget-content{
  height:3px;
  border:none;
  margin-bottom:30px;
  background:#E9E9E9; 
}

.range-slider .ui-slider .ui-slider-range{
  top:0px;
  height:3px;
  background: var(--theme-color);
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default{
  top:-5px;
  width:13px;
  height:13px;
  border: none;
  border-radius:50%;
  cursor:pointer; 
  margin-left: 0px;
  background: var(--theme-color);
}

.range-slider .price-range,
.range-slider .price-content{
  position: relative;
  display: flex;
  align-items: center;
}

.range-slider .price-content{
  justify-content: space-between;
}

.range-slider .price-range p{
  margin-right: 15px;
  font-weight: 500;
}

.range-slider .theme-btn{
  padding: 7px 20px;
}

.shop-sidebar .price-filter .widget-title{
  margin-bottom: 25px;
}


/** blog-sidebar **/

.blog-sidebar{
  position: relative;
  background: #E7F9FC;
  padding: 42px 40px 40px 40px;
}

.blog-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
}

.blog-sidebar .sidebar-widget .widget-title h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
}

.blog-sidebar .search-widget .form-inner .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .search-widget .form-inner .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  color: #6E6E6E;
  padding: 10px 50px 10px 30px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .form-inner .form-group input:focus{
  border-color: var(--theme-color);
}

.blog-sidebar .search-widget .form-inner .form-group button{
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 18px;
  color: #222;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .form-inner .form-group input:focus + button,
.blog-sidebar .search-widget .form-inner .form-group button:hover{
  color: var(--theme-color);
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  padding: 13px 0px;
  border-bottom: 1px solid #D7E8EB;
}

.blog-sidebar .category-widget .category-list li:last-child{
  border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  font-weight: 500;
  color: #222;
}

.blog-sidebar .category-widget .category-list li a:hover{
  padding-left: 23px;
  color: var(--theme-color);
}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '\e91a';
  font-family: 'icomoon';
  font-size: 14px;
  left: 0px;
  top: 0px;
  opacity: 0;
  font-weight: 400;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before{
  opacity: 1;
}

.blog-sidebar .post-widget .news-block-one .inner-box .lower-content{
  padding: 22px 30px 25px 30px;
}

.blog-sidebar .post-widget .news-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}

.blog-sidebar .post-widget .news-block-one .inner-box .lower-content h5 a{
  display: inline-block;
  color: #222;
}

.blog-sidebar .post-widget .news-block-one .inner-box .lower-content h5 a:hover{
  color: var(--theme-color);
}

.blog-sidebar .post-widget .news-block-one .inner-box{
  margin-bottom: 30px;
}

.blog-sidebar .post-widget .news-block-one:last-child .inner-box{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .owl-nav{
  position: absolute;
  top: -53px;
  right: 0px;
}

.blog-sidebar .post-widget .owl-nav button{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .owl-nav button.owl-prev{
  margin-right: 10px;
}

.blog-sidebar .post-widget .owl-nav button:hover{
  color: var(--theme-color);
}

#appoinment_calendar .monthly-today{
  background: var(--theme-color);
}

#appoinment_calendar .monthly-today .monthly-day-number{
  color: #fff !important;
}

#appoinment_calendar .monthly-today .monthly-day-number{
  padding-top: 6px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
}

.monthly-day-title-wrap div,
.monthly-header-title{
  font-family: var(--title-font);
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px 5px;
}

.blog-sidebar .tags-widget .tags-list{
  position: relative;
  margin: 0px -5px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  font-weight: 500;
  background: #fff;
  text-align: center;
  padding: 8px 19px;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
  background: var(--theme-color);
}


/*==========================================
  start  golfix Search Popup Css
=========================================*/

.header-project-button {
  display: inline-block;
  margin-left: 18px;
}

.search-popup {
  opacity: 0.9;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: #000000cc;
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background: #ffff;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #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;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: none;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #000000cc;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000cc;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  outline: 0;
  background-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;
  font-weight: 500;

  border-color: #fff;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 20px;
  color: #000000cc;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000cc;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000cc;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-box-btn.search-box-outer {
  display: inline-block;
  background: #000000cc;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 0 10px 0;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #ffffff;
}



.sticky .golfix-security_menu>ul>li>a span {
  color: #000 !important;
}

.search-box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.search-box.search-active{
  display: block;
}


.search-active .search-popup{
  visibility: visible;
}

.search-btn{
  cursor: pointer;
}

.search-btn:hover::before{
  background-color: #82b440 !important;
}

.search-btn:hover::after{
  background-color: #82b440 !important;
}







.contact-info-section{
  position: relative;
}

.info-block-one{
  height: 100%;
}

.info-block-one .inner-box{
  position: relative;
  display: block;
  background: #E7F9FC;
  padding: 0px 90px 42px 90px;
  transition: all 500ms ease;
  height: 100%;
}

.info-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.info-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -45px;
  z-index: 1;
  transition: all 500ms ease;
}

.info-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.info-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.info-block-one .inner-box p{
  color: #222;
}

.info-block-one .inner-box p a{
  color: #222;
}

.info-block-one .inner-box p a:hover{
  text-decoration: underline;
}


/** contact-section **/

.contact-section{
  position: relative;
}

.contact-section .form-inner{
  position: relative;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1);
  padding: 70px;
}

.contact-section .form-inner .form-group{
  position: relative;
  padding: 0px 10px;
}

.contact-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .form-inner form{
  position: relative;
  margin: 0px 5px;
}

.contact-section .form-inner .form-group textarea{
  height: 120px;
  resize: none;
  display: block;
}

.google-map-section{
  position: relative;
  margin-bottom: -150px;
}

.google-map-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 620px;
}






.page-box13 p{
  color: #fff;
}

.page-box13 a,.page-box13 h3{
  color: #fff;
}

.page-box13 img{
  margin:20px 0
}

.page-box14{
  background-color: #f7f7f7;
}

.page-box14>.col-md-7{
  padding: 20px 20px 0 20px;
}

.page-box14>.col-md-5{
  padding: 0px;
}

.page-box14 img{
  margin: 0;
  width: 100%;
}

.page-box14 .img-box{
  display: flex;
  height: 100%;
}

.page-box14 .img-box img{
  object-fit: cover;
}


.page-box15{
  background: url(../img/2-3-agriculture-figure5.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 70px;
}

.page-box15 h3{
  color: #fff;
  padding: 0 15px;
  position: relative;
  bottom: -30px;    
}

.page-box15 p{
  background-color: #f7f7f7;
  width: 600px;
  position: relative;
  bottom: -50px;
  padding: 15px;
}

.page-box16{
  border: 1px solid #05441a;
  margin-bottom: 20px;
}

.page-box16 .bg-text{
  padding: 20px;
}

.page-box16 .bg-img{
  display: flex;
  padding: 0;
}

.page-box16 .bg-img img{
  object-fit: cover;
  height: auto;
  width: 100%;
  height: 100%;
}

.img-box{
  display: flex;
} 

.page-box17{
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #05441a;
}

.page-box17 p{
  margin: 0;
}

.page-title2{
  border-bottom: 1px solid #888;
}

.page-title2 span{
  display: inline-block;
  margin: auto;
  padding: 20px;
  position: relative;
  z-index: 10;
  top: 40px;
  background: #fff;
}

.page-box18>div{
  text-align: center;
  padding: 30px 50px;
}

.page-box18 b{
  font-size: 50px;
  display: block;
  margin: 20px auto 40px;
  color: #222;
}

.page-box19{
  background-color: #044324;
  color: #fff;
  padding: 20px;
  text-align: center;
  height: calc(100% -20px) ;
  margin-bottom: 20px;
}

.page-box20{
  border: 1px dashed #044324;
  padding: 20px;
  text-align: center;
  height:calc(100% -20px) ;
  margin-bottom: 20px;
}

.page-box21 .bg-text{
  border:1px dashed #044324;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
}

.page-box21 {
  margin-bottom: 20px;
}

.page-box21 .img-box{
  height: 100%;
}

.img-box img{
  width: 100%;
  height: 100%;
}

.page-box22 img{
  margin: 0;
}

.2 .show-center{
  height: 100%;
  display: flex;
  align-items: center;
}

.page-box22>div:first-child{
  padding-right: 0px;
}

.page-box22 ul{
  margin-bottom: 0;
}

.page-box22{
  margin-bottom: 20px;
}

.left-level4 .link{
  border-bottom: 1px dashed #ddd;
}

.left-level4 .link a{
  font-size: 13px;
  padding-left: 10px;
}

.left-level4 .link a::before{
  content: '+ ';
  left: 10px;
  top: 3px;
}

.page-box23 h4{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 20px;
}

.page-box23.active h4 i{
  transform: rotate(180deg);
}

.page-box23>div{
  display: none;
}

.page-box23.active>div{
  display: block;
}

.page-box24{
  padding: 0 20px;
  text-align: center;
  border: 1px solid #13c5dd;
  border-radius: 8px;
  height: calc(100% - 30px);
  padding-bottom: 60px;
  margin-top: 30px;
  position: relative;
}


.page-box24 .img-box{
  border-radius: 50%;
  background-color: #13c5dd;
  width: 60px;
  height: 60px;
  margin: auto;
  position: relative;
  top: -30px;
  display: flex;
  padding: 10px;
}

.page-box24 .img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-box24 .line{
  margin: 20px auto 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 60px;
  border: 3px solid #13c5dd;
}

.product-table{
  border: 0;
}

.product-table th{
  background-color: #13c5dd;
  color: #fff;
}

.product-table td{
  vertical-align: middle !important;
}

.product-table tr:nth-child(2n) td{
  background-color: #f7f7f7;
}

.cart-num{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.cart-num input{
  width: 50px;
  margin-right: 10px;
}

.inquiry-btn{
  padding: 3px 15px;
  background-color: #13c5dd;
  color: #fff !important;
  border-radius: 50px;
  display: inline-block;
}

.inquiry-btn:hover{
  background-color: #000;
}

.pagelist .pagination{
  padding: 0;
}

.pagelist .pagination span,.pagelist .pagination a{
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.pagelist .pagination li.active a,.pagelist .pagination li:hover a{
  background-color: #13c5dd;
  color: #fff !important;
}

.pagelist .pagination li{
  margin-right: 10px;
}

.product-text{
  color: #fff !important;
  padding: 5px 10px;
  background-color: #13c5dd;
  display: inline-block;
}

.product-detail-left strong{
  width: 170px;
  display: inline-block;
}

.product-detail-left p{
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 5px 0;
}

.product-detail-left p:last-child{
  border-bottom: 0;
}

.md-text-right{
 display: flex;
 align-items: center;
 justify-content: center; 
}

.product-detail-1{
  border-top: 1px solid #13c5dd;
  border-bottom: 1px solid #13c5dd;
  margin-bottom: 20px;
}



.related{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 2%;
  margin-top: 25px;
}
.related a{
  width: 49%;
  padding: 0px 10px 0px 35px;
  font-size: 15px;
  line-height: 46px;
  color: #000 !important;
  background: #f5f5f5;
  border-radius: 0px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.related a:before{
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3b3b3b;
}
.related a:hover{
  background: #82B440 !important;
  color: #fff !important;
  transition: all 0s;
}
.related a:hover:before{
  color: #fff;
}

.page-box25{
  background-color: #f5f5f5;
  margin: 15px;
  padding: 15px;
  border-top: 5px solid #13c5dd;
  border-radius: 16px;
  height:100%;
/*  height: calc(100% - 110px);*/
  margin-bottom: 20px;
}

.title2{
  text-align: center;
  padding: 10px;
  background-color:  #f5f5f5;
  margin: 20px 0;
}

.page-box26{
  border: 1px dashed #13c5dd;
  padding: 15px 15px 0;
}


.page-box27{
  padding: 15px;
  background-color: #82b44055;
  margin-top: 15px;
}


.page-box28{
  margin: 15px 15px 0;
  padding: 15px 15px 0;
  background-color: #13c5dd55;
  margin-top: 15px;
  /* min-height: calc(100% - 30px); */
  min-height: 100%;
}

.page-box28 strong{
  font-size: 15px;
}

.page-box29 .col-md-2{
  text-align: center;
  line-height: 1.3;
}

.page-box29{
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.page-box29 .arrow {
  position: relative;
  background-color: #13c5dd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 25px;
  width: 150px;
  margin: 10px 0;
  transform: scale(.8);
}

.page-box29 img{
  margin-left: 20px;
  width: 100px;
}

.page-box29 .col-md-3>div{
  display: flex;
  align-items: center;
}

.page-box29 .col-md-4{
  line-height: 1.3;
}

.page-box29 .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 30px solid #13c5dd;
  transform: translateY(-50%);
}

.page-box29 .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 30px solid var(--arrow-color);
  transform: translateY(-50%);
  z-index: -1;
}


.widget-sidebar-box{
  margin-bottom: 40px;
}

.page-title-desc {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}

.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb0 {
  padding-bottom: 0!important;
}
.mb20 {
  margin-bottom: 20px;
}
.mt0 {
  margin-top: 0!important;
}
.mb0 {
  margin-bottom: 0;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-around {
  justify-content: space-around;
}
.card-show {
  padding: 20px 20px 0;
  margin: 20px 0;
  border: 4px solid #c3f4fb;
}
.service-box .table-responsive {
  overflow-x: hidden;
}

.service-box .row ul,
.service-box .row ul li {
  position: relative;
  list-style: none;
}
.service-box .row li::before {
  position: absolute;
  content: "\f0d8";
  left: -16px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
}

.show-center {
  /* min-height: 105px; */
}
.show-center img {
  margin-bottom: 0px;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.service-box .row > div.col-md-2,
.service-box .row > div.col-md-3,
.service-box .row > div.col-md-4,
.service-box .row > div.col-md-6,
.service-box .row > div.col-md-10 {
  padding-bottom: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.mb0 {
  margin-bottom: 0!important;
}
p.title-center {
  width: 70%;
  margin: auto;
  padding-bottom: 6px;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mh105 {
  min-height: 105px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-none h2 {
  margin: 20px 0;
  font-size: 1.5em;
}

.search-none .searchform>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 56px;
}

.search-none .searchform input[type='text']{
    height: 34px;
    width: 80%;
    max-width: 360px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border: #eee solid 1px;
    padding: 0 15px;
}
.search-none .searchform input[type="submit"] {
    height: 36px;
    border: none;
    background-color: #13c5dd;
    color: #fff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
}
.search-none .searchform input[type="submit"]:hover {
  background-color: #82B440;
}
.search-none ul,
.search-none li {
  list-style: disc;
  margin: 10px;
}
.search-none input[type='text']::placeholder {
  color: #ccc;
}

.app-models .ullist li {
  text-align: center;
}
.app-models .ullist li::before {
  position: relative;
}

.service-box .services-row {
  padding: 0 30px;
}
.services-row div[class*="col"] {
  padding: 0;
}
.services-row .page-box28 {
  margin: 0;
}
.flex-column {
  display: flex;
  flex-direction: column;
}

.table-row-title {
  font-weight: bold;
}

.text-nowrap {
  white-space: nowrap;
} 
/* .text-nowrap p[align='center'] {
  overflow: hidden;
  text-overflow: ellipsis;
} */
 
.head-sticky-nav {
  z-index: 998;
  position: sticky;
  top: 154px;
  box-shadow: 0 2px 2px #ddd;
  background-color: #fff;
}
ul.navmenu-left,
ul.navmenu-left li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.navmenu-left {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px;
}
ul.navmenu-left li {
  padding: 5px;
  box-shadow: 0 0 2px #ddd;
  flex-shrink: 0;
}
.navmenu-left li.active,
.navmenu-left li:hover {
  background-color: #82B440;
} 
.navmenu-left li.active>a,
.navmenu-left li:hover>a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .head-sticky-nav {
    display: none;
  }
  .service-box .table-responsive {
    overflow-x: auto;
    width: 100%!important;
  }
  .related a {
    width: 100%;
  }
}





















