<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
/* Css For Cleanex */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:18px;
  color:#444444;
  line-height:32px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Barlow', sans-serif;
  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:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  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: 'Barlow', sans-serif;
  color: #444;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #12734a;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 18px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}

.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: 'Barlow', sans-serif;
  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 .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before { animation-delay: 2s;}
.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{
  
}

.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;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}

@media screen and (max-width: 400px) {
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 25px; letter-spacing: 0px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
  padding: 17px 42px 14px 42px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  background: -webkit-linear-gradient(0deg, #8fbe3e, #246061 100%);
  color: #fff;
}

.theme-btn.btn-one:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(0deg, #246061, #8fbe3e 100%);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn.btn-one:hover:before{
  width: 100%;
}

.theme-btn.btn-two{
  background: #8fbe3e;
  color: #12363e;
  border-radius: 35px;
  padding: 17px 50px 14px 50px;
}

.theme-btn.btn-two:hover{
  color: #fff;
}


.row{
  --bs-gutter-x: 30px;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.pagination li:last-child{
  margin: 0px !important;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 44px;
  width: 44px;
  line-height: 42px;
  background: transparent;
  border: 2px solid #d4d4d4;
  text-align: center;
  color: #12734a;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
  background: #12734a;
  border-color: #12734a;
}

.pagination li a i{
  font-size: 22px;
}

.sec-pad{
  padding: 102px 0px 110px 0px;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top {
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 99;
  color: #383c3f;
  border: 2px solid #383c3f;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top:hover{
  color: #fff;
  background: #383c3f;
}



.sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.sec-title h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px; 
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding-left: 45px;
}

.sec-title.centred{
  text-align: center;
}

.sec-title.centred h6{
  padding-right: 45px;
}

.sec-title h6:before{
  position: absolute;
  content: '';
  width: 33px;
  height: 2px;
  left: 0px;
  top: 10px;
}

.sec-title.centred h6:after{
  position: absolute;
  content: '';
  width: 33px;
  height: 2px;
  right: 0px;
  top: 10px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 55px;
  font-weight: 900;
  margin: 0px;
}

.sec-title.light h2{
  color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}





/*** 

====================================================================
                        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 .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;
}

/*** 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;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: relative;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  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: 'DM Sans', 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;
  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;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background: #236061;
  padding: 7px 0px 8px 0px;
}

.header-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .top-inner .text p{
  font-size: 17px;
  color: #fff;
}

.header-top .top-inner .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .top-inner .info li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  float: left;
  padding-left: 27px;
  margin-right: 50px;
}

.header-top .top-inner .info li img{
  position: absolute;
  left: 0px;
  top: 10px;
}

.header-top .top-inner .info li a{
  display: inline-block;
  color: #fff;
  font-weight: 400;
}

.header-top .top-inner .info li a:hover{

}

.header-top .top-inner .info li:before{
  position: absolute;
  content: '';
  height: 21px;
  width: 1px;
  top: 6px;
  right: -25px;
  opacity: 0.4;
}

.header-top .top-inner .social-links li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 23px;
}

.header-top .top-inner .social-links li:last-child{
  margin: 0px;
}

.header-top .top-inner .social-links li a{
  position: relative;
  display: inline-block;
}

.header-top .top-inner .social-links li a:hover{
  color: #fff;
}


/** header-upper **/

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .outer-box .logo-box{
  padding: 18.5px 0px;
}


/** xs-sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  width:20%;
  transform: scaleX(0);
  transform-origin: left center;
  cursor:url(../images/icons/cross-out.png),
  pointer; 
  z-index: 9999999;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
  opacity: 0.98;
}

.xs-sidebar-group.isActive .xs-overlay{
  transform: scaleX(1);
  transition-delay: .03s;
}

.xs-sidebar-group .xs-overlay-2{
  left: 20%;
  transition-delay: .06s;
}

.xs-sidebar-group .xs-overlay-3{
  left: 40%;
  transition-delay: .09s;
}

.xs-sidebar-group .xs-overlay-4{
  left: 60%;
  transition-delay: .12s;
}

.xs-sidebar-group .xs-overlay-5{
  left: 80%;
  transition-delay: .15s;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top: 57px;
  right: 32px;
  z-index: 1;
}

.xs-sidebar-widget{
  position:fixed;
  right:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:460px;
  z-index:999999999;
  height: 100%;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  transition: all 900ms ease;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  right:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget{
  padding: 50px;
}

.xs-sidebar-group .close-side-widget{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #0e132d;
  color: #0e132d;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
}

.xs-sidebar-group .close-side-widget:hover{
  color: red;
  border-color: red;
}

.sidebar-widget-container{
  position:relative;
  opacity:0;
  visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  opacity:1;
  visibility:visible;
}

.xs-bg-black{
  background-color:#12734a;
}

.xs-sidebar-group .logo{
  position: relative;
  display: block;
  padding-bottom: 31px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e0e0e0;
}

.xs-sidebar-group h3{
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 28px;
}

.xs-sidebar-group .content-inner .text{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.xs-sidebar-group .content-inner p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  color: #444444;
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .info-box{
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.xs-sidebar-group .content-inner .info-box .info li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Barlow', sans-serif;
  color: #444;
  padding-left: 47px;
  margin-bottom: 25px;
}

.xs-sidebar-group .content-inner .info-box .info li:last-child{
  margin-bottom: 0px !important;
}

.xs-sidebar-group .content-inner .info-box .info li .icon{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 30px;
}

.xs-sidebar-group .content-inner .info-box .info li:first-child .icon{
  top: 7px;
}

.xs-sidebar-group .content-inner .info-box .info li:nth-child(3) .icon{
  left: 8px;
}

.xs-sidebar-group .subscribe-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.xs-sidebar-group .subscribe-inner .form-group input[type="email"]{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #e3dfdf;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  color: #444;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.xs-sidebar-group .subscribe-inner .form-group input:focus{
  border-color: #222;
}

.xs-sidebar-group .content-inner .info-box .info li a{
  display: inline-block;
  color: #444;
}

.xs-sidebar-group .content-inner .info-box .info li a:hover{
  text-decoration: underline;
}

.xs-sidebar-group .subscribe-inner .form-group button{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  padding: 17px 31px 16px 32px;
  background-color: #d9210e;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 500ms ease;
}

.xs-sidebar-group .subscribe-inner .form-group button:hover{
  background-color: #236061;
}

.xs-sidebar-group .subscribe-inner .form-group button span{
  position: relative;
  padding-right: 42px;
}

.xs-sidebar-group .subscribe-inner .form-group button span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-4.png);
  width: 20px;
  height: 20px;
  top: -1px;
  right: 0px;
  background-repeat: no-repeat;
}

.main-header .menu-area{
  display: flex;
  align-items: center;
}

.main-header .menu-right-content{
  display: flex;
  align-items: center;
}

.main-header .menu-right-content li{
  position: relative;
  display: inline-block;
}

.main-header .menu-right-content li.search-box-outer{
  margin-right: 33px;
}

.main-header .menu-right-content li.search-box-outer img{
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .menu-right-content li.nav-btn{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .menu-right-content li.nav-btn .bar{
  position: absolute;
  right: 15px;
  background: #fff;
  height: 2px;
  width: 20px;
  transition: all 500ms ease;
}

.main-header .menu-right-content li.nav-btn .bar-1{
  bottom: 20px;
}

.main-header .menu-right-content li.nav-btn .bar-2{
  width: 10px;
  top: 20px;
}

.main-header .menu-right-content li.nav-btn:hover .bar-2{
  width: 20px;
}




/** main-menu **/

.main-menu{
  margin-right: 25px;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation &gt; li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 10px;
  -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 &gt; li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation &gt; li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation &gt; li &gt; a{
  position:relative;
  display:block;
  text-align:center;
  font-size:18px;
  line-height:30px;
  padding: 31px 0px;
  font-weight:600;
  font-family: 'Barlow', sans-serif;
  opacity:1;
  color: #000000;
  z-index:1;
  text-transform: capitalize;
  -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 &gt; li.dropdown &gt; a{
  padding-right: 18px;
}

.main-menu .navigation &gt; li.current &gt; a,
.main-menu .navigation &gt; li:hover &gt; a{

}

.main-menu .navigation &gt; li.dropdown &gt; a:before{
  position: absolute;
  font-family: 'flaticon';
  top: 26px;
  right: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #b6b0b0;
  transition: all 500ms ease;
}

.main-menu .navigation &gt; li.dropdown.current &gt; a:before,
.main-menu .navigation &gt; li.dropdown:hover &gt; a:before{
  
}

.main-menu .navigation &gt; li &gt; ul,
.main-menu .navigation &gt; li &gt; .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:250px;
  margin-top: 15px;
  padding: 10px 30px;
  z-index:100;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  display:none;
  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 &gt; li &gt; .megamenu{
  background: #212226;
}

.main-menu .navigation &gt; li &gt; .megamenu a{
  display: inline-block !important;
}

.main-menu .navigation &gt; li &gt; ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation &gt; li &gt; ul &gt; li{
  position:relative;
  width:100%;
  padding: 10px 0px;
  border-bottom: 1px solid #ebe5e5;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:last-child{
  border-bottom: none;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a,
.main-menu .navigation &gt; li &gt; .megamenu li &gt; a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:600;
  font-size:16px;
  font-family: 'Barlow', sans-serif;
  color:#000;
  text-align: left;
  text-transform: capitalize;
  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 &gt; li &gt; .megamenu li &gt; a{
  padding-left: 0px;
  padding-right: 0px;
}

.main-menu .navigation &gt; li &gt; .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a:hover,
.main-menu .navigation &gt; li &gt; .megamenu li &gt; a:hover{
  padding-left: 10px;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:last-child &gt; a,
.main-menu .navigation &gt; li &gt; .megamenu li:last-child &gt; a{
  border-bottom: none;
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown &gt; a:after{
  font-family: 'Font Awesome 6 Free';
  content: "\f105";
  position:absolute;
  right:0px;
  top:0px;
  display:block;
  line-height:24px;
  font-size:14px;
  font-weight:700;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  margin-left: 40px;
  width:250px;
  z-index:100;
  display:none;
  border-radius: 0px;
  padding: 10px 30px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px 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;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul:before{
  position: absolute;
  content: '';
  left: -40px;
  top: 0px;
  width: 40px;
  height: 100%;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li{
  position:relative;
  width:100%;
  padding: 15px 0px 14px 0px;
  border-bottom: 1px solid #ebe5e5;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child{
  border-bottom: none;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child{
  border-bottom:none; 
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:500;
  font-size:17px;
  font-family: 'Kumbh Sans', sans-serif;
  color:#7b7676;
  text-align: left;
  text-transform: capitalize;
  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 &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:before{
  position: absolute;
  content: "\f116";
  font-family: 'flaticon';
  font-size: 14px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover:before{
  opacity: 1;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover{
  padding-left: 21px;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li.dropdown &gt; 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 &gt; li.dropdown:hover &gt; ul,
.main-menu .navigation &gt; li.dropdown:hover &gt; .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li &gt; ul &gt; li.dropdown:hover &gt; ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #236061;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #23272a;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.sticky-header .main-menu .navigation &gt; li &gt; a{
  padding-top: 25px;
  padding-bottom: 25px;
}

.sticky-header .main-menu .navigation &gt; li &gt; a:before{
  top: 25px;
}

.sticky-header .logo-box{
  padding: 10px 0px;
}

.header-style-one .sticky-header .menu-right-content{
  padding-right: 0px;
}


/** megamenu-style **/

.main-menu .navigation &gt; li.dropdown &gt; .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:#236061;
  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: #23272a;
}

.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: #23272a;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li &gt; ul &gt; li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li &gt; 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 &gt; a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li &gt; 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 &gt; 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 &gt; ul,
.mobile-menu .navigation li &gt; ul &gt; li &gt; ul,
.mobile-menu .navigation &gt; li.dropdown &gt; .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;
}

.nice-select{
  position: relative;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  color: #d4c0cd;
  padding-right: 21px;
  height: auto;
  line-height: 28px;
}

.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);
}



/** banner-section **/

.banner-section{
  position: relative;
  padding: 195px 0px 230px 0px;
}

.banner-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .image-layer{
  position: absolute;
  right: 300px;
  bottom: 0px;
}

.banner-section .content-box{
  position: relative;
  display: block;
  max-width: 700px;
  z-index: 5;
}

.banner-section .content-box h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 15px;
  padding-right: 90px;
}

.banner-section .content-box h6:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 80px;
  height: 1px;
  right: 0px;
  bottom: 7px;
}

.banner-section .content-box h2{
  display: block;
  font-size: 68px;
  line-height: 78px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 18px;
}

.banner-section .content-box p{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 37px;
}

.banner-section .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #12734a;
  background: #8fbe3e;
  padding: 19px 38px 17px 38px;
  border-radius: 5px;
  float: left;
}

.banner-section .content-box .btn-box a.btn-one{
  margin-right: 25px;
}

.banner-section .content-box .btn-box a.btn-two{
  background: #fff;
  color: #151820;
}

.banner-section .content-box .btn-box a:hover{
  color: #fff !important;
}

.banner-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 100px;
  width: 95px;
  height: 230px;
  background-repeat: no-repeat;
}

.banner-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 164px;
  height: 272px;
  background-repeat: no-repeat;
}

.banner-section .pattern-layer .pattern-3{
  position: absolute;
  left: 440px;
  top: 70px;
  width: 169px;
  height: 169px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}


/** service-section **/

.service-section{
  position: relative;
  background: #f5f8fd;
}

.service-section .inner-container{
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 80px;
}

.service-section .upper-box{
  position: absolute;
  display: block;
  background: #fff;
  padding: 11px 0px;
  width: 100%;
  left: 0px;
  top: -54px;
}

.service-section .upper-box:before{
  position: absolute;
  content: '';
  background: #f5f8fd;
  width: calc(100% + 120px);
  height: 100%;
  left: -60px;
  top: 0px;
  border-bottom: 1px solid #e5e5e5;
}

.service-section .upper-box h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-right: 143px;
}

.service-section .upper-box h6:before{
  position: absolute;
  content: '';
  width: 129px;
  height: 1px;
  top: 11px;
  right: 0px;
  background: #12734a;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
}

.service-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-linear-gradient(90deg, rgba(36,96,97,0.95) 0%, rgba(36,96,97,0.0) 35%);
  z-index: 1;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 7px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  margin-right: 0px;
  z-index: 2;
}

.service-block-one .inner-box .lower-content .inner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 0px 7px 7px 7px;
  overflow: hidden;
  padding: 19px 15px 15px 130px;
  margin-top: -47px;
}

.service-block-one .inner-box .lower-content .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 102px;
  height: 90px;
  line-height: 104px;
  font-size: 52px;
  color: #030200;
  background: #246061;
  text-align: center;
}

.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #246061;
}

.service-block-one .inner-box .lower-content h3 a:hover{

}

.service-block-one .inner-box .lower-content .link{
  position: absolute;
  top: 24px;
  right: 21px;
}

.bg-color-1{
  background: #f5f8fd;
}

.service-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 46px;
}

.service-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #246061;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .owl-theme .owl-dots .owl-dot.active span,
.service-section .owl-theme .owl-dots .owl-dot span:hover{
  background: #8fbe3e;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 110px 0px 120px 0px;
}

.image_block_one .image-box{
  position: relative;
  display: block;
  margin-right: 69px;
  padding-right: 100px;
}

.about-section .image_block_one .image-box{
  margin-left: -40px;
}

.image_block_one .image-box img{
  width: 100%;
}

.image_block_one .image-box .text-box{
  position: absolute;
  right: 0px;
  bottom: 40px;
  width: 177px;
  background: #8fbe3e;
  border-radius: 7px;
  text-align: center;
  padding: 28px 15px 26px 15px;
}

.image_block_one .image-box .text-box .icon-box{
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 60px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 4px;
}

.image_block_one .image-box .text-box h2{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  color: #246061;
  font-weight: 900;
  margin-bottom: 7px;
  padding-right: 25px;
}

.image_block_one .image-box .text-box h2 span{
  position: absolute;
  top: -9px;
  right: 8px;
  font-size: 28px;
}

.image_block_one .image-box .text-box p{
  display: block;
  font-size: 20px;
  line-height: 21px;
  color: #246061;
  font-weight: 600;
}

.image_block_one .image-box .image-shape{
  position: absolute;
  top: 107px;
  right: 56px;
  width: 88px;
  height: 100px;
  background-repeat: no-repeat;
}

.content_block_one .content-box{
  position: relative;
  display: block;
  margin-top: -10px;
  margin-left: -30px;
}

.content_block_one .content-box .text{
  margin-bottom: 27px;
}

.content_block_one .content-box .text h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-family: 'Yantramanav', sans-serif;
  color: #12734a;
  font-weight: 500;
  margin-bottom: 31px;
}

.list-style-one li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 500;
  padding-left: 38px;
  margin-bottom: 6px;
}

.content_block_one .content-box .list-style-one li{
  float: left;
  width: 50%;
}

.list-style-one li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-10.png);
  width: 20px;
  height: 20px;
  left: 0px;
  top: 6px;
  background-repeat: no-repeat;
}

.content_block_one .content-box .list-style-one{
  margin-bottom: 36px;
}

.content_block_one .content-box .sec-title{
  margin-bottom: 23px;
}

.content_block_one .content-box .sec-title h6{
  margin-bottom: 11px;
}

.content_block_one .content-box .sec-title h2{
  font-size: 50px;
}


/** project-section **/

.project-section{
  position: relative;
  background: #246061;
  padding: 107px 0px 80px 0px;
}

.project-section .outer-container{
  position: relative;
  padding: 0px 75px;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  background: #246061;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 58px;
  padding-right: 50px;
}

.chooseus-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 19px;
  padding-left: 78px;
}

.chooseus-block-one .inner-box h3 i{
  position: absolute;
  left: 0px;
  top: -3px;
  font-size: 57px;
}

.chooseus-block-one .inner-box p{
  display: block;
  line-height: 26px;
  color: #ffffff;
}

.chooseus-section .sec-title{
  margin-bottom: 49px;
}

.chooseus-section .image-box{
  position: relative;
  display: block;
  top: 122px;
  z-index: 1;
}

.chooseus-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.chooseus-section .image-box .image img{
  width: 100%;
  border-radius: 8px;
}

.chooseus-section .image-box .image:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.1;
}

.chooseus-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 110px;
  width: 221px;
  height: 221px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}


/** funfact-section **/

.funfact-section{
  position: relative;
  padding: 44px 0px 77px 0px;
  border-bottom: 1px solid #c6c6c6;
}

.funfact-section .funfact-block-one{
  position: relative;
  float: left;
  margin-right: 130px;
}

.funfact-section .funfact-block-one:last-child{
  margin: 0px !important;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
  padding-left: 90px;
}

.funfact-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 17px;
  font-size: 64px;
  line-height: 60px;
  color: #246061;
  z-index: 1;
}

.funfact-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #8fbe3e;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  left: -23px;
  bottom: -7px;
  z-index: -1;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  color: #12734a;
}

.funfact-block-one .inner-box p{
  font-weight: 600;
  color: #12734a;
  line-height: 22px;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 107px 0px 120px 0px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box .text-inner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 35px 40px 78px 40px;
  margin-bottom: 22px;
}

.testimonial-block-one .inner-box .text-inner:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 10px;
  left: 48px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-block-one .inner-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffc85d;
  margin-right: 4px;
}

.testimonial-block-one .inner-box .rating li:last-child{
  margin: 0px;
}

.testimonial-block-one .inner-box .rating{
  margin-bottom: 8px;
}

.testimonial-block-one .inner-box p{
  line-height: 28px;
}

.testimonial-block-one .inner-box .quote{
  position: absolute;
  right: 40px;
  bottom: 12px;
  font-size: 65px;
  line-height: 60px;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  margin-left: 30px;
  padding: 17px 0px 14px 95px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #29231f;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #717171;
}


/** team-section **/

.team-section{
  position: relative;
  padding-top: 105px;
  background: #edf3fc;
}

.team-section:before{
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% - 94px);
  left: 0px;
  top: 0px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: #edf3fc;
  border-bottom: 1px solid #bebebe;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
}

.team-block-one .inner-box .image-box:before,
.team-block-one .inner-box .image-box:after{
  position: absolute;
  content: '';
  top: 0px;
  width: 1px;
  height: 100%;
  background: #12734a;
  opacity: 0.4;
  z-index: 1;
}

.team-block-one .inner-box .image-box:before{
  left: 73px;
}

.team-block-one .inner-box .image-box:after{
  right: 73px;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 22px 10px 21px 10px;
}

.team-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #29231f;
}

.team-block-one .inner-box .lower-content h3 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #717171;
}

.team-block-one .inner-box .lower-content .link{
  position: absolute;
  top: 26px;
  right: 10px;
}

.team-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  width: 41px;
  height: 41px;
  line-height: 39px;
  background: #8fbe3e;
  text-align: center;
  border-radius: 50%;
}

.team-block-one .inner-box .lower-content .link a:hover{

}

.team-section .sec-title h6{
  color: #fff;
}

.team-section .sec-title h6:before{
  background: #fff;
}

.team-section .title-inner p{
  line-height: 30px;
  color: #ffffff;
}

.team-section .sec-title{
  margin-bottom: 0px;
}

.team-section .title-inner{
  margin-bottom: 58px;
}

.team-section .title-inner .text{
  position: relative;
  margin-left: 70px;
  top: 12px;
}

.team-section .content-inner{
  position: relative;
  margin: 0px -22.5px;
}

.team-section .team-block{
  padding: 0px 37.5px;
}

.team-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 94px);
  background-size: cover;
  background-repeat: no-repeat;
}


/** contact-section **/

.contact-section{
  position: relative;
  padding-top: 107px;
  background: #edf3fc;
}

.contact-section .inner-container{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
}

.contact-section .content-box{
  position: relative;
  display: block;
  background: #022869;
  padding: 87px 50px 110px 53px;
}

.contact-section .content-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 9px;
  margin-bottom: 20px;
}

.contact-section .content-box h3:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.contact-section .content-box p{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 23px;
}

.contact-section .content-box .support-box{
  position: relative;
  display: inline-block;
  padding: 7px 0px 6px 95px;
  margin-top: 8px;
}

.contact-section .content-box .support-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
}

.contact-section .content-box .support-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.contact-section .content-box .support-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-section .content-box .support-box .phone a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}

.contact-section .content-box .support-box .phone a:hover{

}

.contact-section .form-inner{
  position: relative;
  display: block;
  padding: 70px 65px 83px 35px;
}

.default-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-size: 18px;
  color: #444444;
  padding: 10px 25px;
  transition: all 500ms ease;
}

.default-form .form-group textarea{
  height: 150px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.contact-section .default-form .form-group button{
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #022869;
  background: #8fbe3e;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding: 17px 30px 13px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.contact-section .default-form .form-group button:hover{
  color: #fff;
}

.white-bg{
  background: #fff !important;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 93px 0px 110px 0px;
  background: #edf3fc;
}

.news-section .sec-title{
  margin-bottom: 48px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 34px;
}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 9px;
}

.news-block-one .inner-box .lower-content .post-info:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  left: 0px;
  top: 10px;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #6e6e6e;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  margin-right: 26px;
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{
  text-decoration: underline;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  top: 6px;
  right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #001c70;
}

.news-block-one .inner-box .lower-content h3 a:hover{

}


/** clients-section **/

.clients-section{
  position: relative;
  padding: 57px 0px 119px 0px;
 /**border-top: 1px solid #d5d4d3;**/
  background: #edf3fc;
}

.clients-section .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-section .clients-box{
  position: relative;
  display: block;
}

.clients-section .clients-box img{
  position: relative;
  display: block;
  width: auto;
  transition: all 500ms ease;
}

.clients-section .title-text{
  position: absolute;
  left: 0px;
  top: -19px;
  width: 100%;
  text-align: center;
}

.clients-section .title-text h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  background: #edf3fc;
  padding: 0px 30px;
}


/** main-footer **/

.main-footer{
  position: relative;
  width: 100%;
  background: #246061;
  border-top: 4px solid #8fbe3e;
}

.footer-top{
  position: relative;
  width: 100%;
  border-bottom: 1px solid #29335d;
}

.footer-top .text-inner{
  position: relative;
  padding: 34px 0px 29px 325px;
}

.footer-top .text-inner .image-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.footer-top .text-inner h3{
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.footer-top .form-inner{
  position: relative;
  margin-top: 2px;
}

.footer-top .form-inner .form-group{
  position: relative;
  display: block;
  padding-right: 207px;
  margin: 0px;
}

.footer-top .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #2f3a66;
  border-radius: 5px;
  font-size: 17px;
  color: #82858e;
  padding: 0px 25px;
  transition: all 500ms ease;
}

.footer-top .form-inner .form-group input:focus{
  border-color: #fff;
}

.footer-top .form-inner .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #022869;
  background: #8fbe3e;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding: 13px 42px 11px 42px;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-top .form-inner .form-group button:hover{
  color: #fff;
}

.main-footer .widget-section{
  position: relative;
  width: 100%;
  padding: 67px 0px 59px 0px;
  border-bottom: 1px solid #fbcf0a;
}

.main-footer .logo-widget{
  margin-top: 3px;
}

.main-footer .logo-widget .footer-logo{
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 14px;
  float: left;
}

.footer-social li:last-child{
  margin: 0px !important;
}

.footer-social li a{
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #9ea3b0;
  border-radius: 50%;
  text-align: center;
}

.footer-social li a:hover{

}

.ml_40{
  margin-left: 40px;
}

.ml_20{
  margin-left: 20px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.main-footer .widget-title h3{
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.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;
  font-size: 17px;
  color: #fff;
}

.main-footer .links-widget .links-list li a:hover{

}

.main-footer .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 24px;
}

.main-footer .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .contact-widget .info-list li a{
  display: inline-block;
  color: #fff;
}

.main-footer .contact-widget .info-list li a:hover{

}

.main-footer .contact-widget .info-list li h3{
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner p{
  color: #fff;
}

.footer-bottom .bottom-inner p a{
  display: inline-block;
  color: #fff;
}

.footer-bottom .bottom-inner p a:hover{

}

.footer-bottom{
  width: 100%;
  padding: 24px 0px;
}

.main-footer .pattern-layer .pattern-1{
  position: absolute;
  top: 35px;
  right: 240px;
  width: 90px;
  height: 56px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 105px;
  width: 95px;
  height: 230px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer .pattern-3{
  position: absolute;
  right: 145px;
  bottom: 155px;
  width: 178px;
  height: 178px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.header-style-two{
  position: absolute;
  left: 0px;
  top: 27px;
}

.header-style-two .main-menu .navigation &gt; li{
  margin: 0px 13px;
}

.header-style-two .outer-container{
  padding: 0px 290px 0px 100px;
}

.main-header .main-box{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .main-box .logo-box{
  margin-right: 65px;
}

.main-header .support-box h4{
  position: relative;
  display: block;
  padding-left: 49px;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.main-header .support-box h4 img{
  position: absolute;
  left: 0px;
  top: 2px;
}

.main-header .support-box h4 a{
  display: inline-block;
  color: #0b1953;
}

.main-header .support-box h4 a:hover{

}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  background: #e7f3f7;
  padding: 132px 0px 205px 0px;
}

.banner-style-two .content-box{
  position: relative;
  display: block;
  margin-top: 50px;
}

.banner-style-two .content-box h2{
  position: relative;
  display: block;
  font-size: 85px;
  line-height: 87px;
  font-weight: 900;
  margin-bottom: 35px;
}

.banner-style-two .content-box h2 span{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.banner-style-two .content-box h2 span:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-9.png);
  width: 100%;
  height: 14px;
  left: 0px;
  bottom: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-style-two .content-box p{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 36px;
}

.banner-style-two .content-box .support-box{
  position: relative;
  padding: 0px 0px 0px 85px;
}

.banner-style-two .content-box .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 16px;
}

.banner-style-two .content-box .support-box h3{
  display: block;
  font-size: 45px;
  line-height: 50px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
}

.banner-style-two .content-box .support-box a{
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.banner-style-two .content-box .support-box a:hover{
  text-decoration: underline;
}

.banner-style-two .image-box{
  position: relative;
  display: block;
  margin-left: 56px;
  margin-right: -185px;
}

.banner-style-two .image-box .image{
  position: relative;
  display: block;
}

.banner-style-two .image-box img{
  width: 100%;
}

.banner-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% - 30px);
  height: calc(100% - 100px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.banner-style-two .image-box .image-shape .shape-1{
  position: absolute;
  left: -27px;
  bottom: 0px;
  width: 732px;
  height: 732px;
  background-repeat: no-repeat;
}

.banner-style-two .image-box .image-shape .shape-2{
  position: absolute;
  left: -5px;
  top: 37px;
  width: 97px;
  height: 99px;
  background-repeat: no-repeat;
}

.banner-style-two .image-box .image-shape .shape-3{
  position: absolute;
  top: 70px;
  right: -100px;
  width: 242px;
  height: 195px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-two .shape-layer .shape-1{
  position: absolute;
  left: 495px;
  top: 205px;
  width: 133px;
  height: 132px;
  background-repeat: no-repeat;
}

.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;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-style-two .shape-layer .shape-2{
  position: absolute;
  left: 100px;
  top: 43%;
  width: 96px;
  height: 135px;
  background-repeat: no-repeat;
}

.banner-style-two .shape-layer .shape-3{
  position: absolute;
  left: 300px;
  bottom: 200px;
  width: 175px;
  height: 175px;
  background-repeat: no-repeat;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  background: #e7f3f7;
  padding-bottom: 120px;
}

.about-style-two .image_block_one .image-box{
  margin: 0px;
  padding: 0px 21px 63px 0px;
}

.about-style-two .image_block_one .image-box .text-box{
  bottom: 0px;
  right: -30px;
  background: #8fbe3e;
  padding-left: 0px;
  padding-right: 0px;
}

.about-style-two .image_block_one .image-box .text-box p{
  font-size: 18px;
  font-weight: 500;
}

.about-style-two .image_block_one .image-box .image-shape{
  width: 97px;
  right: -53px;
}

.about-style-two .image_block_one .image-box .image{
  border-radius: 8px;
  position: relative;
}

.image_block_one .image-box .image-shape-2{
  position: absolute;
  left: 60px;
  top: -11px;
  width: 299px;
  height: 505px;
  border: 1px solid #7cb1bd;
  border-radius: 8px;
}

.about-style-two .image_block_one .image-box .image img{
  border-radius: 8px;
}

.content_block_two .content-box{
  position: relative;
  display: block;
}

.about-style-two .content_block_two .content-box{
  margin-left: 70px;
  margin-top: -24px;
}

.content_block_two .content-box .text{
  margin-bottom: 48px;
}

.content_block_two .content-box .text h3{
  display: block;
  font-size: 22px;
  line-height: 27px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  color: #0c2858;
  margin-bottom: 30px;
}

.content_block_two .content-box .sec-title{
  margin-bottom: 36px;
}

.content_block_two .content-box p{
  font-size: 18px;
  line-height: 28px;
  color: #0c2858;
}

.content_block_two .content-box .author-box{
  position: relative;
  display: block;
  padding: 13px 0px 10px 96px;
}

.content_block_two .content-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

.content_block_two .content-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.content_block_two .content-box .author-box h3{
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.content_block_two .content-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #0c2858;
}

.content_block_two .content-box .sec-title h6{
  margin-bottom: 13px;
}


/** service-style-two **/

.service-style-two{
  position: relative;
  padding: 107px 0px 70px 0px;
  background: #012664;
}

.service-style-two .sec-title .link{
  position: absolute;
  right: 0px;
  bottom: 17px;
}

.service-style-two .sec-title .link a{
  position: relative;
  display: inline-block;
  font-size: 19px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.service-style-two .sec-title .link a:hover{

}

.service-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.service-block-two .inner-box .image-box img{
  width: 100%;
  border-radius: 6px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  border: 2px solid #1e52a9;
  border-radius: 0px 0px 6px 6px;
  border-top: none;
  padding: 20px 21px 19px 30px;
}

.service-block-two .inner-box .lower-content:before{
  position: absolute;
  content: '';
  width: 2px;
  height: calc(100% - 10px);
  left: -2px;
  top: 0px;
  background: -webkit-linear-gradient(-90deg, #012664 15%, #1e52a9 100%);
}

.service-block-two .inner-box .lower-content:after{
  position: absolute;
  content: '';
  width: 2px;
  height: calc(100% - 10px);
  right: -2px;
  top: 0px;
  background: -webkit-linear-gradient(-90deg, #012664 15%, #1e52a9 100%);
}

.service-block-two .inner-box .lower-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.service-block-two .inner-box .lower-content h3 a{
  display: inline-block;
  color: #fff;
}

.service-block-two .inner-box .lower-content h3 a:hover{

}

.service-block-two .inner-box .lower-content .link{
  position: absolute;
  top: 19px;
  right: 21px;
}

.service-block-two .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}

.service-block-two .inner-box .lower-content .link a:hover{
  background: #fff;
  transform: rotate(360deg);
}

.service-style-two .sec-title{
  margin-bottom: 50px;
}

.slider-section .owl-nav{
  position: absolute;
  left: 115px;
  top: 40%;
}

.slider-section .nav-style-one .owl-nav button{
  position: relative;
  display: block;
  margin: 20px 0px;
  border: 1px solid #a7a7a7;
}

.slider-section .nav-style-one .owl-nav button.owl-prev:before{
  background-image: url(../images/icons/icon-37.png);
}

.slider-section .nav-style-one .owl-nav button.owl-next:before{
  background-image: url(../images/icons/icon-38.png);
}


/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
  padding: 120px 0px;
}

.content_block_three .content-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.content_block_three .content-box .sec-title{
  margin-bottom: 20px;
}

.content_block_three .content-box .sec-title h6{
  margin-bottom: 20px;
}

.content_block_three .content-box .text{
  margin-bottom: 35px;
}

.content_block_three .content-box .text p{
  line-height: 30px;
}

.content_block_three .content-box .list-style-one li{
  color: #000000;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 10px;
}

.content_block_three .content-box .list-style-one li:last-child{
  margin-bottom: 0px;
}

.image_block_two .image-box{
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -91px;
  padding-bottom: 21px;
}

.image_block_two .image-box .image{
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.image_block_two .image-box .image img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.image_block_two .image-box .image:hover img{
  transform: scale(1.05);
}

.image_block_two .image-box .text-box{
  position: absolute;
  left: -57px;
  bottom: 0px;
  width: 237px;
  height: 237px;
  background: #12734a;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
}

.image_block_two .image-box .text-box .icon-box{
  margin-bottom: 17px;
}

.image_block_two .image-box .text-box h3{
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}

.image_block_two .image-box .image-shape .shape-1{
  position: absolute;
  top: 23px;
  right: -122px;
  width: 323px;
  height: 323px;
  border-radius: 50%;
  background: -webkit-linear-gradient(-90deg, #50bfff 15%, #00a2ff 100%);
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.image_block_two .image-box .image-shape .shape-2{
  position: absolute;
  right: -166px;
  bottom: 140px;
  width: 65px;
  height: 65px;
  background: #8fbe3e;
  border-radius: 50%;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.image_block_two .image-box .image-shape .shape-3{
  position: absolute;
  right: -101px;
  bottom: 74px;
  width: 44px;
  height: 44px;
  background: #12734a;
  border-radius: 50%;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}


/** project-style-two **/

.project-style-two{
  position: relative;
  background: #e6f3f7;
  padding: 107px 0px 90px 0px;
  border-bottom: 1px solid #cdc4ba;
}

.project-style-two .outer-container{
  position: relative;
  padding: 0px 175px;
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #12734a;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button span{
  display: none;
}

.nav-style-one .owl-nav button:before{
  position: absolute;
  content: '';
  width: 45px;
  height: 45px;
  line-height: 45px;
  left: 0px;
  top: 0px;
  background-position: center;
  text-align: center;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.nav-style-one .owl-nav button.owl-prev:before{
  background-image: url(../images/icons/icon-15.png);
}

.nav-style-one .owl-nav button.owl-next:before{
  background-image: url(../images/icons/icon-16.png);
}

.nav-style-one .owl-nav button.owl-prev{
  margin-right: 20px;
}

.project-style-two .nav-style-one .owl-nav{
  position: absolute;
  top: -123px;
  right: 0px;
  left: 0px;
  width: 1185px;
  margin: 0 auto;
  text-align: right;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 120px 0px;
  background: #e6f3f7;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-two .inner-box .text{
  position: relative;
  display: block;
  background: #fff;
  padding: 35px 30px 40px 50px;
  border-radius: 7px;
  margin-bottom: 32px;
}

.testimonial-block-two .inner-box .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 10px;
  left: 68px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-block-two .inner-box .icon-box{
  margin-bottom: 16px;
}

.testimonial-block-two .inner-box p{
  line-height: 30px;
}

.testimonial-block-two .inner-box .author-box{
  position: relative;
  display: block;
  padding: 17px 0px 14px 95px;
  margin-left: 57px;
}

.testimonial-block-two .inner-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.testimonial-block-two .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.nav-style-two .owl-nav button{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #e9e9e9;
  font-size: 28px;
  text-align: center;
  color: #7f7f7f;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .nav-style-two .owl-nav button.owl-prev{
  margin-right: 15px;
}

.nav-style-two .owl-nav button:hover{
  color: #fff;
}

.testimonial-style-two .nav-style-two .owl-nav{
  position: absolute;
  left: -342px;
  bottom: 91px;
}


/** pricing-section **/

.pricing-section{
  position: relative;
}

.pricing-section .inner-container{
  position: relative;
  padding: 120px 0px;
  border-bottom: 1px solid #c6c7cc;
}

.pricing-section .sec-title p{
  line-height: 30px;
}

.pricing-section .sec-title{
  margin-right: 30px;
}

.pricing-section .sec-title h2{
  margin-bottom: 18px;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: #00a2ff;
  text-align: center;
}

.pricing-block-one .pricing-table .table-header{
  background: #1a8ee4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  padding: 24px 15px 15px 15px;
}

.pricing-block-one .pricing-table .table-header h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 4px;
}

.pricing-block-one .pricing-table .table-header h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
}

.pricing-block-one .pricing-table .table-content{
  padding: 22px 15px 25px 15px;
}

.pricing-block-one .pricing-table .feature-list li{
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
}

.pricing-block-one .pricing-table .feature-list li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .feature-list{
  margin-bottom: 19px;
}

.pricing-block-one .pricing-table h2{
  display: block;
  font-size: 38px;
  line-height: 46px;
  color: #fff;
  font-weight: 900;
}

.pricing-block-one .pricing-table .table-footer{
  padding-bottom: 50px;
}

.pricing-block-one .pricing-table .table-footer .theme-btn:hover{
  background: #12734a;
}

.pricing-block-one .pricing-table .table-footer .theme-btn{
  padding: 11px 36px 8px 36px;
}

.pricing-block:nth-child(2) .pricing-block-one .pricing-table{
  background: #8fbe3e;
}

.pricing-block:nth-child(2) .pricing-block-one .pricing-table .table-header{
  background: #ffc727;
}

.pricing-block:nth-child(2) .pricing-block-one .pricing-table .table-header h6,
.pricing-block:nth-child(2) .pricing-block-one .pricing-table .table-header h3{
  color: #12734a;
}

.pricing-block:nth-child(2) .pricing-table .feature-list li,
.pricing-block:nth-child(2) .pricing-table h2{
  color: #12734a;
}

.pricing-block:nth-child(2) .pricing-table .theme-btn{
  color: #fff;
  background: #12734a;
}

.pricing-block:nth-child(2) .pricing-table .theme-btn:hover{

}

.pricing-block:nth-child(3) .pricing-block-one .pricing-table{
  background: #12734a;
}

.pricing-block:nth-child(3) .pricing-block-one .pricing-table .table-header{
  background: #0a1766;
}

.pricing-block:nth-child(3) .pricing-block-one .pricing-table .theme-btn:hover{

}


/** funfact-style-two **/

.funfact-style-two{
  position: relative;
  padding: 85px 0px 91px 0px;
}

.funfact-style-two .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.funfact-style-two .funfact-block-one .inner-box .icon-box:before{
  display: none;
}


/** cta-section **/

.cta-section{
  position: relative;
  overflow: hidden;
}

.cta-section .sec-title h6{
  color: #fff;
}

.cta-section .sec-title h6:before{
  background: #fff;
}

.cta-section .sec-title{
  margin-bottom: 21px;
}

.cta-section .content-box p{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 31px;
}

.cta-section .content-box .theme-btn{
  padding: 17px 37px 14px 37px;
}

.cta-section .content-box .theme-btn:hover{
  background: #12734a;
}

.cta-section .content-box{
  position: relative;
  display: block;
  padding: 107px 0px 120px 0px;
}

.cta-section .image-box{
  position: absolute;
  bottom: 0px;
}

.cta-section .image-box .image{
  position: relative;
  display: block;
  z-index: 2;
}

.cta-section .image-box .image-shape .shape-1{
  position: absolute;
  left: -27px;
  bottom: -115px;
  width: 475px;
  height: 475px;
  background: #8fbe3e;
  border-radius: 50%;
  z-index: 1;
}

.cta-section .image-box .image-shape .shape-2{
  position: absolute;
  left: -35px;
  bottom: -110px;
  width: 477px;
  height: 477px;
  border: 2px solid rgba(255, 255, 255, 0.20);
  border-radius: 50%;
}

.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** news-style-two **/

.news-style-two{
  position: relative;
  padding: 120px 0px 164px 0px;
}

.news-style-two .sec-title{
  margin-bottom: 35px;
}

.news-style-two .title-inner .text p{
  margin-bottom: 20px;
  line-height: 28px;
}

.news-style-two .title-inner .text a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.news-style-two .title-inner .text a span{
  position: relative;
  padding-right: 36px;
}

.news-style-two .title-inner .text a span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-17.png);
  width: 21px;
  height: 11px;
  top: 3px;
  right: 0px;
  background-repeat: no-repeat;
}

.news-style-two .title-inner .text a:hover{
  color: #12734a;
}

.news-style-two .title-inner{
  position: relative;
  display: block;
  margin-right: 75px;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
}

.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.news-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 37px;
}

.news-block-two .inner-box .lower-content .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #444444;
  margin-bottom: 6px;
}

.news-block-two .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 14px;
}

.news-block-two .inner-box .lower-content h3 a{
  display: inline-block;
  color: #12734a;
}

.news-block-two .inner-box .lower-content h3 a:hover{

}

.news-block-two .inner-box .lower-content h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding-left: 34px;
}

.news-block-two .inner-box .lower-content h6:before{
  position: absolute;
  content: '';
  width: 23px;
  height: 1px;
  left: 0px;
  top: 11px;
}

.news-block-two .inner-box .lower-content h6 a{
  display: inline-block;
}

.news-block-two .inner-box .lower-content h6 a:hover{
  color: #12734a;
}


/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** header-style-three **/

.header-style-three .header-top{
  background: #246061;
}

.header-style-three .main-box{
  position: relative;
  width: 100%;
}

.header-style-three .main-box .outer-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  padding-left: 30px;
  padding-right: 25px;
}

.header-style-three .header-upper{
  position: relative;
  width: 100%;
}

.header-style-three .header-upper:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 50px;
  left: 0px;
  top: 0px;
  background: #246061;
}


/** slider-section **/

.slider-section{
  position: relative;
  overflow: hidden;
}
  
.banner-carousel .slide-item{
  position: relative;
  padding: 233px 0px 250px 0px;
}
  
.banner-carousel .content-box{
  position: relative;
  max-width: 700px;
  z-index: 5;
}
  
.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(36, 96, 97, 1) 10%, rgba(0, 0, 0, 0.2) 90%);
  top: 0px;
  right: 0px;
  z-index: 1;
}
  
.banner-carousel .slide-item .image-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
  
.banner-carousel .content-box h2{
  font-size: 64px;
  line-height: 77px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 21px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
  
.banner-carousel .content-box p{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 45px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
  
.banner-carousel .content-box .btn-box{
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-carousel .content-box .btn-box .theme-btn{
  padding: 14px 28px 12px 28px;
  border-radius: 5px;
  color: #12734a;
}

.banner-carousel .content-box .btn-box .theme-btn:hover{
  color: #fff;
}


/** service-style-three **/

.service-style-three{
  position: relative;
  padding: 108px 0px 120px 0px;
  background: #eef1fa;
}

.service-style-three .sec-title p{
  line-height: 28px;
  margin-top: 10px;
}

.service-block-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.service-block-three .inner-box .inner{
  position: relative;
  display: block;
  padding: 36px 20px 23px 35px;
  border-bottom: 1px solid #e2edef;
}

.service-block-three .inner-box .link{
  position: relative;
  display: block;
  padding: 9px 35px 16px 35px;
}

.service-block-three .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 60px;
  color: #12734a;
  padding-left: 11px;
  margin-bottom: 33px;
  z-index: 1;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.service-block-three .inner-box:hover .icon-box{
  transform: rotateY(180deg);
}

.service-block-three .inner-box .icon-box:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: -6px;
  width: 29px;
  height: 29px;
  background: #8fbe3e;
  border-radius: 50%;
  z-index: -1;
}

.service-block-three .inner-box h3{
  position: relative;
  display: block;
  font-size: 23px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
}

.service-block-three .inner-box h3 a{
  display: inline-block;
  color: #12734a;
}

.service-block-three .inner-box h3 a:hover{

}

.service-block-three .inner-box p{
  display: block;
  font-size: 18px;
  color: #828484;
  line-height: 30px;
}

.service-block-three .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #246061;
  letter-spacing: 1.3px;
}

.service-block-three .inner-box .link a:hover{

}

.service-block-three .inner-box .link a span{
  position: relative;
  padding-right: 40px;
}

.service-block-three .inner-box .link a span:after{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-18.png);
  width: 15px;
  height: 11px;
  top: 2px;
  right: 8px;
  background-repeat: no-repeat;
}

.service-block-three .inner-box .link a span:before{
  position: absolute;
  content: '';
  background: #8fbe3e;
  width: 19px;
  height: 19px;
  top: -2px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-three .inner-box .link a:hover span:before{
  transform: scale(1,1);
}

.service-style-three .owl-nav{
  display: block;
  text-align: center;
  margin-top: 42px;
}

.service-style-three .nav-style-one .owl-nav button{
  border: 1px solid #a7a7a7;
}

.service-style-three .nav-style-one .owl-nav button.owl-prev:before{
  background-image: url(../images/icons/icon-19.png);
}

.service-style-three .nav-style-one .owl-nav button.owl-next:before{
  background-image: url(../images/icons/icon-20.png);
}

.about-section.home-3{
  padding-bottom: 70px;
}


/** cta-style-two **/

.cta-style-two{
  position: relative;
  overflow: hidden;
}

.cta-style-two .inner-container{
  position: relative;
  padding-top: 107px;
  border-top: 1px solid #e1e1e1;
}

.cta-style-two .sec-title{
  margin-bottom: 21px;
}

.cta-style-two .content-box p{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 44px;
}

.cta-style-two .content-box .theme-btn{
  padding: 17px 37px 14px 37px;
}

.cta-style-two .content-box .theme-btn:hover{
  background: #12734a;
}

.cta-style-two .content-box{
  position: relative;
  display: block;
  padding-bottom: 120px;
}

.cta-style-two .image-box{
  position: absolute;
  bottom: 0px;
}

.cta-style-two .image-box .image{
  position: relative;
  display: block;
  z-index: 2;
}

.cta-style-two .image-box .image-shape .shape-1{
  position: absolute;
  left: -27px;
  bottom: -115px;
  width: 475px;
  height: 475px;
  border-radius: 50%;
  z-index: 1;
}

.cta-style-two .image-box .image-shape .shape-2{
  position: absolute;
  left: -40px;
  bottom: -110px;
  width: 477px;
  height: 477px;
  border-radius: 50%;
}

.cta-style-two .image-box .image-shape .shape-3{
  position: absolute;
  bottom: -70px;
  right: 30px;
  width: 388px;
  height: 388px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.chooseus-section.home-3{
  padding-top: 107px;
}

.funfact-section.home-3,
.testimonial-section.home-3{
  background: #ecf0f9;
}

.funfact-section.home-3{
  padding: 0px;
  border-bottom: none;
}

.funfact-section.home-3 .inner-container{
  padding: 31px 0px 122px 0px;
  border-bottom: 1px solid #ccd1dc;
}

.pricing-section.home-3{
  padding: 120px 0px;
}


/** coupon-section **/

.coupon-section{
  position: relative;
  background: #edf3fc;
  padding-bottom: 120px;
}

.coupon-section .sec-title{
  margin-bottom: 0px;
  margin-right: 60px;
}

.coupon-section .sec-title p{
  line-height: 28px;
  margin-top: 12px;
}

.coupon-block-one .inner-box{
  position: relative;
  display: block;
  background: #0540c8;
  padding: 21px 25px 5px 46px;
  overflow: hidden;
}

.coupon-block-one .inner-box h2{
  position: relative;
  display: inline-block;
  font-size: 73px;
  line-height: 75px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  padding-right: 93px;
  margin-bottom: 1px;
  padding-left: 8px;
}

.coupon-block-one .inner-box h2 span.symble{
  position: absolute;
  left: -20px;
  top: -13px;
  font-size: 42px;
}

.coupon-block-one .inner-box h2 span.text{
  position: absolute;
  top: -13px;
  right: 0px;
  font-size: 42px;
  text-transform: uppercase;
}

.coupon-block-one .inner-box h3{
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  margin-bottom: 22px;
}

.coupon-block-one .inner-box .link{
  position: relative;
  display: block;
  text-align: center;
}

.coupon-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #929292;
  letter-spacing: 1.3px;
}

.coupon-block-one .inner-box .link a:hover{
  color: #fff;
}

.coupon-block-one .inner-box:before,
.coupon-block-one .inner-box:after{
  position: absolute;
  content: '';
  background: #edf3fc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  bottom: 27px;
  z-index: 1;
}

.coupon-block-one .inner-box:before{
  left: -14px;
}

.coupon-block-one .inner-box:after{
  right: -14px;
}

.coupon-block-one .inner-box .border-line{
  position: absolute;
  left: -4px;
  bottom: 38px;
  width: 100%;
  height: 3px;
  background-size: cover;
  background-repeat: repeat-x;
}

.coupon-block:nth-child(2) .coupon-block-one .inner-box{
  background: #8fbe3e;
}

.coupon-block:nth-child(2) .coupon-block-one .inner-box h2,
.coupon-block:nth-child(2) .coupon-block-one .inner-box h3{
  color: #12734a;
}

.coupon-block:nth-child(2) .coupon-block-one .inner-box .link a{
  color: rgba(0, 16, 112, 0.43);
}

.coupon-block:nth-child(2) .coupon-block-one .inner-box .link a:hover{
  color: rgba(0, 16, 112, 1);
}

.clients-section.home-3{
  padding-bottom: 76px;
}

.footer-top .text-inner .icon-box{
  position: absolute;
  left: 96px;
  top: 25px;
  font-size: 58px;
}

.main-footer.home-3 .footer-top .text-inner{
  padding-left: 180px;
}

.main-footer.home-3 .footer-top .form-inner{
  margin-left: -35px;
  margin-right: 165px;
}

.main-footer.home-3 .pattern-layer .pattern-1{
  right: 400px;
}


/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/


/** header-style-four **/

.header-style-four{
  position: absolute;
  left: 0px;
  top: 40px;
}

.header-style-four .header-upper{
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 200px);
  padding-left: 225px;
}

.header-style-four .header-upper .logo-box{
  position: absolute;
  left: 0px;
  top: 17px;
}

.header-style-four .header-upper .outer-container{
  position: relative;
  background: #fff;
  border-radius: 5px 0px 0px 5px;
  padding-left: 43px;
  padding-right: 52px;
}

.header-style-four .header-upper .outer-container:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.20);
  width: calc(100% - 14px);
  height: 100%;
  top: 10px;
  left: 14px;
  border-radius: 5px 0px 0px 5px;
}

.header-style-four .support-box{
  margin-right: 30px;
}

.header-style-four .support-box h4 a{
  font-size: 22px;
  color: #000000;
}

.header-style-four .support-box h4 a:hover{

}

.header-style-four .header-upper .main-menu .navigation &gt; li &gt; a{
  padding-top: 27px;
  padding-bottom: 26px;
}

.header-style-four .sticky-header{
  padding: 0px 70px;
}


/** slider-style-two **/

.slider-style-two{
  position: relative;
  background: #023673;
}

.slider-style-two .slide-item{
  padding: 0px;
}

.slider-style-two .slide-item:before{
  display: none;
}

.slider-style-two .content-box{
  position: relative;
  display: block;
  padding: 253px 30px 192px 290px;
  float: left;
  width: calc(50% - 185px);
  max-width: 100%;
}

.slider-style-two .banner-carousel .slide-item .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% + 185px);
  height: 100%;
}

.slider-style-two .content-box h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #8f91ad;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  background: #0f1121;
  padding: 7px 30px 5px 28px;
  border-radius: 25px;
  margin-bottom: 28px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.slider-style-two .active .content-box h6{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.slider-style-two .banner-carousel .content-box h2{
  font-size: 65px;
  line-height: 80px;
  margin-bottom: 29px;
}

.slider-style-two .banner-carousel .content-box p{
  font-size: 24px;
  line-height: 29px;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 51px;
}

.slider-style-two .banner-carousel .content-box .theme-btn{
  padding: 17px 36px 14px 36px;
}

.slider-style-two .owl-nav{
  position: absolute;
  right: 61%;
  bottom: 20px;
}

.slider-style-two .owl-nav button{
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.slider-style-two .owl-nav button:hover{
  background: #236061;
  border-color: #236061;
}

.slider-style-two .owl-nav button:before{
  position: absolute;
  content: '';
  width: 58px;
  height: 58px;
  line-height: 58px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-style-two .owl-nav button.owl-prev:before{
  background-image: url(../images/icons/icon-22.png);
}

.slider-style-two .owl-nav button.owl-next:before{
  background-image: url(../images/icons/icon-23.png);
}

.slider-style-two .owl-nav button.owl-prev{
  top: 1px;
}

.slider-style-two .other-links{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100%;
  border-right: 1px solid #394765;
  z-index: 2;
  padding: 50px 15px;
  background: #023168;
}

.slider-style-two .other-links li{
  position: relative;
  display: block;
  height: 29%;
  text-align: center;
}

.slider-style-two .other-links li:last-child{
  height: auto;
}

.slider-style-two .other-links li .icon-box{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.slider-style-two .other-links li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}

.slider-style-two .other-links li a:hover{

}

.slider-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 100px;
  top: 33%;
  width: 95px;
  height: 230px;
  background-repeat: no-repeat;
}

.slider-style-two .pattern-layer .pattern-2{
  position: absolute;
  left: 200px;
  bottom: 55px;
  width: 169px;
  height: 169px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 120px 0px;
}

.image_block_three .image-box{
  position: relative;
  display: block;
  margin-right: 30px;
  padding-right: 30px;
  padding-bottom: 32px;
}

.image_block_three .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.image_block_three .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.image_block_three .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.image_block_three .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.image_block_three .image-box .text-box{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 202px;
  padding: 31px 25px 37px 25px;
  text-align: center;
  border-radius: 10px;
  z-index: 1;
}

.image_block_three .image-box .text-box h2{
  display: block;
  font-size: 75px;
  line-height: 75px;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}

.image_block_three .image-box .text-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.content_block_four .content-box{
  position: relative;
  display: block;
  margin-top: -14px;
}

.content_block_four .content-box .sec-title{
  margin-bottom: 25px;
}

.content_block_four .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.content_block_four .content-box .text p:first-child{
  font-size: 20px;
  line-height: 28px;
  color: #242424;
  font-weight: 500;
  margin-bottom: 29px;
}

.content_block_four .content-box .text p{
  line-height: 28px;
}

.content_block_four .content-box .inner-box .single-item{
  position: relative;
  display: block;
  background: #f5f7fd;
  border-radius: 10px;
  padding: 24px 25px 24px 86px;
}

.content_block_four .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 22px;
  top: 25px;
  font-size: 50px;
  line-height: 50px;
}

.content_block_four .content-box .inner-box .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.content_block_four .content-box .inner-box{
  margin-bottom: 40px;
}

.list-style-two li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #0e2a4e;
  margin-bottom: 12px;
  padding-left: 25px;
}

.list-style-two li:last-child{
  margin-bottom: 0px;
}

.list-style-two li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-28.png);
  width: 18px;
  height: 18px;
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
}


.service-style-two.home-4{
  background: #f5f7fd;
}

.service-style-two.home-4 .sec-title .link a{
  color: #12734a;
  border-bottom: 1px solid #12734a;
}

.service-style-two.home-4 .sec-title .link a:hover{

}

.service-style-two.home-4 .service-block-two .inner-box .lower-content h3 a{
  color: #12734a;
}

.service-style-two.home-4 .service-block-two .inner-box .lower-content{
  border-color: #dfe6f4;
}

.service-style-two.home-4 .service-block-two .inner-box .lower-content:before,
.service-style-two.home-4 .service-block-two .inner-box .lower-content:after{
  background: -webkit-linear-gradient(-90deg, #f5f7fd 15%, #dfe6f4 100%);
}

.service-style-two.home-4 .service-block-two .inner-box .lower-content .link a:hover{
  background: #12734a;
}


/** weare-section **/

.weare-section{
  position: relative;
  padding: 120px 0px;
}

.weare-section .image-box{
  position: relative;
  display: block;
  padding-bottom: 132px;
  padding-left: 126px;
}

.weare-section .image-box .image{
  border-radius: 10px;
}

.weare-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.weare-section .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.content_block_five .content-box{
  position: relative;
  display: block;
  margin-left: 50px;
}

.content_block_five .content-box p{
  line-height: 30px;
  margin-bottom: 34px;
}

.content_block_five .content-box .list-item li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #12734a;
  font-weight: 600;
  padding-left: 38px;
  margin-bottom: 12px;
}

.content_block_five .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-29.png);
  width: 22px;
  height: 23px;
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
}

.content_block_five .content-box .list-item{
  margin-bottom: 46px;
}

.content_block_five .content-box .sec-title{
  margin-bottom: 20px;
}

.progress-box{
  margin-bottom: 20px;
}

.progress-box:last-child{
  margin-bottom: 0px;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:11px;
  background: #12734a;
  border-radius: 10px;
}
  
.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:11px;
  border-radius: 10px !important;
  border-radius: 25px 0px 0px 25px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}
  
.progress-box .count-text{
  position: absolute;
  top: -35px;
  right: 0px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: #444444;
}

.content_block_five .content-box .progress-box p{
  position: relative;
  display: block;
  font-size: 18px;
  color: #12734a;
  margin-bottom: 5px;
}


/** video-section **/

.video-section{
  position: relative;
  padding: 107px 0px 120px 0px;
}

.video-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(90deg, rgba(206, 227, 241, 1) 5%, rgba(0, 0, 0, 0.1) 70%);
}

.video-section .inner-box{
  position: relative;
  display: block;
  max-width: 800px;
}

.video-section .sec-title{
  margin-bottom: 17px;
}

.video-section .sec-title h6{
  color: #12734a;
  margin-bottom: 9px;
}

.video-section .sec-title h6:before{
  background: #12734a;
}

.video-section .sec-title h2{
  font-size: 55px;
  line-height: 60px;
}

.video-section .text p{
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #12734a;
  margin-bottom: 41px;
}

.video-section .text .theme-btn{
  border-radius: 5px;
  padding: 17px 35px 14px 35px;
  margin-right: 50px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.video-section .text .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.video-section .text .btn-box .video-btn{
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 56px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}

.video-section .text .btn-box .video-btn:before,
.video-section .text .btn-box .video-btn:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(65, 160, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(65, 160, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .text .btn-box .video-btn:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-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);
  }
}


/** funfact-style-three **/

.funfact-style-three{
  position: relative;
  background: #012664;
  padding: 107px 0px 119px 0px;
  border-bottom: 1px solid #014b93;
}

.content_block_six .content-box{
  position: relative;
  display: block;
}

.content_block_six .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_six .content-box .text p{
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.70);
  margin-bottom: 42px;
}

.content_block_six .content-box .list-style-one li{
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.80);
  padding-left: 47px;
  margin-bottom: 12px;
}

.content_block_six .content-box .list-style-one li:last-child{
  margin-bottom: 0px;
}

.content_block_six .content-box .sec-title h6{
  margin-bottom: 16px;
}

.content_block_six .content-box .list-style-one li:before{
  background-image: url(../images/icons/icon-31.png);
  width: 24px;
  height: 22px;
}

.funfact-style-three .funfact-inner{
  position: relative;
  display: block;
  padding-left: 260px;
  padding-top: 27px;
  padding-bottom: 22px;
  margin-top: 18px;
}

.funfact-style-three .funfact-inner:before{
  position: absolute;
  content: '';
  background: #014b93;
  width: 1px;
  height: 100%;
  left: 175px;
  top: 0px;
}

.funfact-style-three .funfact-inner .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 92px;
  margin-bottom: 36px;
}

.funfact-style-three .funfact-inner .single-item:last-child{
  margin-bottom: 0px;
}

.funfact-style-three .funfact-inner .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 64px;
  line-height: 60px;
}

.funfact-style-three .funfact-inner .single-item .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-bottom: 3px;
}

.funfact-style-three .funfact-inner .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}


/** project-style-three **/

.project-style-three{
  position: relative;
  padding: 107px 0px 120px 0px;
  background: #012664;
}

.project-style-three .sec-title{
  margin: 0px;
}

.project-style-three .title-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 57px;
}

.project-style-three .title-inner .text p{
  line-height: 28px;
  color: rgba(255, 255, 255, 0.80);
}

.project-style-three .outer-container{
  position: relative;
  padding: 0px 175px;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.project-section.home-9 .project-block-two .inner-box{
  margin-bottom: 30px;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #8fbe3e;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  opacity: 0.1;
  transform: scale(1.05);
}

.project-block-two .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project-block-two .inner-box .content-box .option-list{
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .content-box .option-list{
  opacity: 1;
  top: 30px;
  right: 30px;
}

.project-block-two .inner-box .content-box .option-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.project-block-two .inner-box .content-box .option-list li:last-child{
  margin-bottom: 0px;
}

.project-block-two .inner-box .content-box .option-list li a{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 60px;
  background: #fff;
  font-size: 30px;
  color: #12734a;
  text-align: center;
  border-radius: 5px;
}

.project-block-two .inner-box .content-box .option-list li a:hover{
  background: #12734a;
  color: #fff;
}

.project-block-two .inner-box .content-box .option-list li:last-child a{
  font-size: 36px;
}

.project-block-two .inner-box .content-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 30px;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .content-box .text{
  bottom: 28px;
  opacity: 1;
}

.project-block-two .inner-box .content-box .text h6{
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.project-block-two .inner-box .content-box .text h4{
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}

.project-block-two .inner-box .content-box .text h4 a{
  display: inline-block;
  color: #12734a;
}

.project-block-two .inner-box .content-box .text h4 a:hover{

}

.team-section.home-4{
  background: #f9f9f9;
}

.team-section.home-4 .team-block-one .inner-box{
  background: #f9f9f9;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  background: #f9f9f9;
  padding: 107px 0px 110px 0px;
}

.testimonial-block-three .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-three .inner-box .text{
  position: relative;
  display: block;
  background: #0540c8;
  padding: 48px 30px 58px 47px;
  border-radius: 5px;
  margin-bottom: 27px;
}

.testimonial-block-three .inner-box .text:before{
  position: absolute;
  content: '';
  background: #0540c8;
  width: 51px;
  height: 36px;
  left: 64px;
  bottom: -35px;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.testimonial-block-three .inner-box .text h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}

.testimonial-block-three .inner-box .text p{
  line-height: 28px;
  color: #fff;
}

.testimonial-block-three .inner-box .author-box{
  position: relative;
  display: block;
  margin-left: 133px;
  padding: 30px 0px 23px 114px;
}

.testimonial-block-three .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 83px;
  height: 83px;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Rubik', sans-serif;
  color: #121536;
  font-weight: 500;
}

.testimonial-style-three .owl-theme .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 21px;
  height: 5px;
  background: #9292a9;
  border-radius: 5px;
  cursor: pointer;
  margin: 0px 4px;
  transition: all 500ms ease;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-three .owl-theme .owl-dots .owl-dot span:hover{
  background: #0540c8;
  width: 34px;
}

.testimonial-style-three .sec-title{
  margin-bottom: 24px;
}

.testimonial-style-three .sec-title h2{
  font-size: 40px;
}

.testimonial-style-three .accordion-content{
  position: relative;
  display: block;
  margin-left: 35px;
}


.accordion-box .block{
  position: relative;
  display: block;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #dadae0;
  transition: all 500ms ease;
}

.accordion-box .block.active-block{

}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  cursor: pointer;
  padding: 11px 50px 13px 28px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active{
  padding-top: 24px;
}

.accordion-box .block .acc-btn:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #dadae0;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active:before{
  transform: scale(0,0);
}

.accordion-box .block .acc-btn h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  color: #0f0d47;
  font-weight: 600;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 10px;
  right: 18px;
}

.accordion-box .block .acc-btn .icon-outer:before{
  position: absolute;
  content: '+';
  font-family: 'Open Sans', sans-serif;
  top: 0px;
  right: 0px;
  font-size: 28px;
  color: #242424;
}

.accordion-box .block .acc-btn.active .icon-outer:before{
  content: '-';
  font-size: 40px;
  font-family: 'Barlow', sans-serif;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 0px 30px 35px 28px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-content p{
  line-height: 28px;
}

.news-style-two.home-4{
  padding: 107px 0px 110px 0px;
}

.clients-section.home-4{
  background: #fff;
}

.clients-section.home-4 .title-text h6{
  background: #fff;
}


/** award-section **/

.award-section{
  position: relative;
}

.award-section .inner-container{
  position: relative;
  padding: 70px 0px 120px 0px;
  border-top: 1px solid #d9d9d9;
}

.award-section .sec-title{
  margin-bottom: 0px;
}

.award-section .sec-title p{
  line-height: 28px;
  margin-top: 23px;
}

.award-section .award-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-section .award-list li{
  position: relative;
  margin: 0px 27px;
}



/*** 

====================================================================
                        Home-Page-Five
====================================================================

***/


/** header-style-five **/

.header-style-five{
  position: absolute;
  left: 0px;
  top: 70px;
}

.header-style-five .header-upper {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 200px);
  padding-left: 225px;
}

.header-style-five .header-upper .logo-box{
  position: absolute;
  left: 0px;
  top: 16px;
}

.header-style-five .header-upper .outer-container{
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 5px 0px 0px 5px;
  padding-left: 43px;
  padding-right: 280px;
}

.header-style-five .header-upper .main-menu .navigation &gt; li &gt; a{
  color: #fff;
  padding-top: 27px;
  padding-bottom: 27px;
}

.header-style-five .header-upper  .menu-right-content li.nav-btn{
  background: transparent;
  border: 1px solid #fff;
}

.header-style-five .menu-right-content .support-box{
  position: relative;
  display: block;
  padding-left: 68px;
  margin-right: 25px;
  top: -4px;
}

.header-style-five .menu-right-content .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 10px;
}

.header-style-five .menu-right-content .support-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.header-style-five .menu-right-content .support-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}

.header-style-five .menu-right-content .support-box h3 a{
  display: inline-block;
  color: #fff;
}

.header-style-five .menu-right-content .support-box h3 a:hover{

}

.header-style-five .sticky-header{
  padding: 0px 70px;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  background: #031959;
  overflow: hidden;
}

.banner-style-three .content-box{
  position: relative;
  display: block;
  margin-left: -60px;
  padding: 294px 0px 198px 0px;
}

.banner-style-three .content-box h6{
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #8fbe3e;
  margin-bottom: 11px;
}

.banner-style-three .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  color: #fff;
  font-style: italic;
  margin-bottom: 17px;
}

.banner-style-three .content-box h2 span{
  color: #8fbe3e;
}

.banner-style-three .content-box p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.banner-style-three .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-three .content-box .btn-box .link-btn{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin-right: 125px;
}

.banner-style-three .content-box .btn-box .link-btn:hover{
  color: #0056fe;
}

.banner-style-three .content-box .btn-box .video-btn{
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 52px;
  background: #0056fe;
  text-align: center;
  border-radius: 50%;
}

.banner-style-three .content-box .btn-box .video-btn:before{
  position: absolute;
  content: '';
  width: 68px;
  height: 68px;
  border: 1px solid #0056fe;
  border-radius: 50%;
  left: -5px;
  top: -5px;
}

.banner-style-three .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center;
}

.banner-style-three .bg-layer:before{
  position: absolute;
  content: '';
  background: #031959;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.92;
}

.banner-style-three .inner-box{
  position: relative;
  margin-right: -55px;
  padding-left: 370px;
  margin-top: 240px;
  z-index: 1;
}

.banner-style-three .inner-box .image-box{
  position: absolute;
  left: 15px;
  top: -30px;
}

.banner-style-three .form-inner{
  position: relative;
  display: block;
  background: #8fbe3e;
  padding: 26px 40px 30px 40px;
  border-radius: 10px 10px 0px 0px;
}

.banner-style-three .form-inner .form-group{
  position: relative;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.banner-style-three .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.banner-style-three .form-inner .form-group input[type='text'],
.banner-style-three .form-inner .form-group input[type='email'],
.banner-style-three .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #ffd94d;
  padding: 10px 15px;
  font-size: 14px;
  color: #041956;
  font-family: 'Open Sans', sans-serif;
}

.banner-style-three .form-inner .form-group .icon{
  position: absolute;
  top: 5px;
  right: 16px;
  z-index: 1;
}

.banner-style-three .form-inner .form-group textarea{
  height: 115px;
  resize: none;
}

.banner-style-three .form-inner .form-group .theme-btn{
  width: 100%;
  background: #041956;
  margin-top: 10px;
  border-radius: 0px;
}

.banner-style-three .form-inner .form-group .theme-btn:hover{

}

.banner-style-three .form-inner .title-text{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.banner-style-three .form-inner .title-text h2{
  display: block;
  font-size: 40px;
  line-height: 44px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #041956;
  font-style: italic;
}

.banner-style-three .form-inner .title-text h3{
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  color: #041956;
  font-weight: 500;
}

.banner-style-three .inner-box .image-shape .shape-1{
  position: absolute;
  left: -40px;
  top: 0px;
  width: 490px;
  height: 490px;
  border: 2px solid #213d8a;
  border-radius: 50%;
  z-index: -1;
} 

.banner-style-three .inner-box .image-shape .shape-2{
  position: absolute;
  left: -200px;
  top: -200px;
  width: 1004px;
  height: 1045px;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: -235px;
  top: 245px;
  width: 325px;
  height: 325px;
  background: #0056fe;
  border-radius: 50%;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.banner-style-three .pattern-layer .pattern-2{
  position: absolute;
  left: 25px;
  bottom: 195px;
  width: 45px;
  height: 45px;
  background: #ffb525;
  border-radius: 50%;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.banner-style-three .pattern-layer .pattern-3{
  position: absolute;
  left: 70px;
  bottom: 260px;
  width: 65px;
  height: 65px;
  background: #1c934c;
  border-radius: 50%;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}


/** service-style-four **/

.service-style-four{
  position: relative;
  background: #080a2f;
  padding: 108px 0px 160px 0px;
}

.service-style-four .sec-title p{
  color: #dfdfe6;
  line-height: 28px;
  margin-top: 17px;
}

.service-style-four .sec-title h6{
  color: #fff;
}

.service-style-four .sec-title h6:before,
.service-style-four .sec-title h6:after{
  background: #fff;
}

.service-style-four .service-block-three .inner-box{
  background: #0540c8;
}

.service-style-four .service-block-three .inner-box .icon-box{
  padding-left: 0px;
  color: #c0cff1;
}

.service-style-four .service-block-three .inner-box .icon-box:before{
  display: none;
}

.service-style-four .service-block-three .inner-box h3 a{
  color: #fff;
}

.service-style-four .service-block-three .inner-box h3 a:hover{
  text-decoration: underline;
}

.service-style-four .service-block-three .inner-box p{
  color: #828484;
}

.service-style-four .service-block-three .inner-box .inner{
  border-bottom: 1px solid #1c52cc;
}

.service-style-four .service-block-three .inner-box .link a{
  color: #fff;
}

.service-style-four .service-block-three .inner-box .link a span:before{
  display: none;
}

.service-style-four .service-block-three .inner-box .link a span:after{
  background-image: url(../images/icons/icon-36.png);
}

.service-style-four .owl-theme .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 60px;
}

.service-style-four .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #266ab1;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 4px;
  background: transparent;
  transition: all 500ms ease;
}

.service-style-four .owl-theme .owl-dots .owl-dot.active span,
.service-style-four .owl-theme .owl-dots .owl-dot span:hover{
  background: #0540c8;
  border-color: #0540c8;
}

.service-style-four .pattern-layer .pattern-1{
  position: absolute;
  left: 140px;
  top: 160px;
  width: 93px;
  height: 92px;
  background-repeat: no-repeat;
}

.service-style-four .pattern-layer .pattern-2{
  position: absolute;
  left: 120px;
  bottom: 90px;
  width: 79px;
  height: 102px;
  background-repeat: no-repeat;
}

.service-style-four .pattern-layer .pattern-3{
  position: absolute;
  top: 155px;
  right: 170px;
  width: 89px;
  height: 102px;
  background-repeat: no-repeat;
}

.service-style-four .pattern-layer .pattern-4{
  position: absolute;
  right: 120px;
  bottom: 160px;
  width: 103px;
  height: 97px;
  background-repeat: no-repeat;
}


/** about-style-four **/

.about-style-four{
  position: relative;
  padding-bottom: 120px;
  border-bottom: 1px solid #d3d6db;
}

.about-style-four .inner-container{
  position: relative;
  margin-top: -50px;
}

.about-style-four .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 70px;
}

.about-style-four .image-box:before{
  position: absolute;
  content: '';
  background: #080a2f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.05;
}

.about-style-four .image-box img{
  width: 100%;
}

.content_block_seven .content-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 87px 0px 0px 60px;
  margin-left: -70px;
}

.content_block_seven .content-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 5000px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.content_block_seven .content-box .sec-title{
  margin-bottom: 14px;
}

.content_block_seven .content-box .text{
  margin-bottom: 57px;
}

.content_block_seven .content-box .text p:first-child{
  font-size: 20px;
  line-height: 30px;
  color: #393939;
  font-weight: 600;
  margin-bottom: 18px;
}

.content_block_seven .content-box .text p{
  line-height: 28px;
}

.content_block_seven .content-box .list-style-one li{
  font-weight: 700;
  color: #12734a;
  margin-bottom: 10px;
}

.content_block_seven .content-box .list-style-one li:last-child{
  margin-bottom: 0px;
}

.content_block_seven .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 75px;
}

.content_block_seven .content-box .author-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 88px;
}

.content_block_seven .content-box .author-box:before{
  position: absolute;
  content: '';
  background: #cbcbcb;
  width: 1px;
  height: 123px;
  left: -48px;
  top: 0px;
}

.content_block_seven .content-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.content_block_seven .content-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.content_block_seven .content-box .author-box h4{
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  margin-bottom: 1px;
}

.content_block_seven .content-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 17px;
}

.content_block_seven .content-box .author-box .signature{
  margin-left: -20px;
}

.chooseus-style-two.home-5{
  background: #f9f9f9;
}

.chooseus-style-two.home-5 .content_block_three .content-box .list-style-one li{
  font-weight: 600;
  color: #12734a;
}

.project-style-two.home-5{
  background: #121536;
  padding-bottom: 77px;
}

.project-style-two.home-5 .nav-style-one .owl-nav button{
  border-color: #fff;
}

.project-style-two.home-5 .nav-style-one .owl-nav button.owl-prev:before {
  background-image: url(../images/icons/icon-37.png);
}

.project-style-two.home-5 .nav-style-one .owl-nav button.owl-next:before {
  background-image: url(../images/icons/icon-38.png);
}

.project-style-two.home-5{
  border-bottom: none;
}

.funfact-style-two.home-5{
  background: #121536;
  padding-top: 0px;
  padding-bottom: 118px;
}

.funfact-style-two.home-5 .funfact-block-one .inner-box .icon-box{
  color: #00a2ff;
}

.funfact-style-two.home-5 .funfact-block-one .inner-box .count-outer{
  color: #fff;
}

.funfact-style-two.home-5 .funfact-block-one .inner-box p{
  color: #fff;
}


/** team-style-two **/

.team-style-two{
  position: relative;
}

.team-style-two .sec-title{
  margin-bottom: 0px;
}

.team-style-two .title-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.team-style-two .inner-container{
  position: relative;
  padding: 107px 0px 120px 0px;
  border-bottom: 1px solid #e1e1e1;
}

.team-style-two .title-inner .text p{
  font-size: 20px;
  line-height: 30px;
}

.team-style-two .team-block-two{
  position: relative;
  float: left;
  width: 25%;
}

.team-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.team-block-two .inner-box .image-inner{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-two .inner-box .image-inner:before{
  position: absolute;
  content: '';
  background: #8fbe3e;
  width: 0%;
  height: 100%;
  left: -1px;
  top: 0px;
  z-index: 1;
  opacity: 0.95;
  border-right: 1px solid rgba(164, 199, 164, 0.70);
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-inner:before{
  width: calc(100% - 74px);
}

.team-block-two .inner-box .image-inner:after{
  position: absolute;
  content: '';
  background: rgba(164, 199, 164, 0.80);
  width: 1px;
  height: 100%;
  left: 73px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-inner:after{
  opacity: 1;
}

.team-block-two .inner-box .social-links{
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  left: -40px;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .social-links{
  opacity: 1;
  left: 20px;
}

.team-block-two .inner-box .social-links li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.team-block-two .inner-box .social-links li:last-child{
  margin-bottom: 0px;
}

.team-block-two .inner-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 2px solid #79715f;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #79715f;
  z-index: 1;
}

.team-block-two .inner-box .social-links li a:hover{
  background: #fff;
  border-color: #fff;
}

.team-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.header-style-seven .header-top{
  margin-left: -90px;
}

.header-style-seven .header-upper{
  margin-left: -175px;
}

.team-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-section.home-6 .project-block-two .inner-box{
  margin-bottom: 30px;
}

.team-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.team-block-two .inner-box .lower-content{
  position: relative;
  padding: 17px 0px 23px 0px;
}

.team-block-two .inner-box .lower-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.team-block-two .inner-box .lower-content h3 a{
  display: inline-block;
  color: #12734a;
}

.team-block-two .inner-box .lower-content h3 a:hover{

}

.team-block-two .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
}


/** cta-style-three **/

.cta-style-three{
  position: relative;
  overflow: hidden;
}

.cta-style-three .content-box {
  position: relative;
  display: block;
  padding: 107px 0px 120px 0px;
}

.cta-style-three .content-box .sec-title{
  margin-bottom: 20px;
}

.cta-style-three .content-box p{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 44px;
}

.cta-style-three .content-box .theme-btn{
  padding: 17px 37px 15px 37px;
}

.cta-style-three .image-box{
  position: absolute;
  bottom: 0px;
}

.cta-style-three .image-box .image{
  position: relative;
  display: block;
  z-index: 2;
  left: 20px;
}

.cta-style-three .image-box .image-shape .shape-1{
  position: absolute;
  left: -27px;
  bottom: -115px;
  width: 475px;
  height: 475px;
  border-radius: 50%;
  z-index: 1;
}

.cta-style-three .image-box .image-shape .shape-2{
  position: absolute;
  left: -45px;
  bottom: -115px;
  width: 477px;
  height: 477px;
  border-radius: 50%;
}


/** faq-section **/

.faq-section{
  position: relative;
  background: #151e53;
  padding: 120px 0px;
  overflow: hidden;
}

.faq-section .sec-title{
  margin-bottom: 32px;
}

.faq-section .content-box{
  position: relative;
  margin-right: 30px;
}

.faq-section .content-box .text p{
  line-height: 30px;
  color: #fff;
  margin-bottom: 32px;
}

.faq-section .content-box .theme-btn{
  color: #fff;
}

.faq-section .content-box .theme-btn:hover{
  background: #fff;
}

.faq-section .accordion-box .block{
  background: transparent;
  border: none;
  margin-bottom: 20px;
}

.faq-section .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.faq-section .accordion-box .block .acc-btn{
  background: #fff;
  padding: 20px 100px 22px 37px;
  border-radius: 5px;
}

.faq-section .accordion-box .block .acc-btn:before{
  display: none;
}

.faq-section .accordion-box .block .acc-content{
  padding: 21px 30px 7px 24px;
}

.faq-section .accordion-box .block .acc-content p{
  color: #fff;
}

.faq-section .accordion-box .block .acc-btn h4{
  color: #12734a;
}

.faq-section .big-text{
  position: absolute;
  left: 285px;
  bottom: 0px;
  font-size: 345px;
  line-height: 200px;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.02);
  font-weight: 900;
  text-transform: uppercase;
}

.faq-section .accordion-box .block .acc-btn .icon-outer{
  top: 20px;
  right: 36px;
}

.faq-section .accordion-box .block .acc-btn .icon-outer:before{
  font-size: 24px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer:before{
  font-size: 40px;
  font-weight: 400;
}

.faq-section .accordion-box .block .acc-btn .icon-outer:after{
  position: absolute;
  content: '';
  background: #c2c3c7;
  width: 1px;
  height: 39px;
  left: -44px;
  top: -3px;
}


.coupon-section.home-5{
  padding: 120px 0px 116px 0px;
  background: #fff;
}

.coupon-section.home-5 .coupon-block-one .inner-box:before, 
.coupon-section.home-5 .coupon-block-one .inner-box:after{
  background: #fff;
}

.clients-section.home-5{
  background: #fff;
  padding-bottom: 80px;
}

.clients-section.home-5 .title-text h6{
  background: #fff;
}


/** contact-style-two **/

.contact-style-two{
  position: relative;
  background: #eff3f8;
  padding: 107px 0px 173px 0px;
}

.content_block_eight .content-box{
  position: relative;
  display: block;
}

.content_block_eight .content-box .sec-title{
  margin-bottom: 21px;
}

.content_block_eight .content-box .text{
  margin-bottom: 33px;
}

.content_block_eight .content-box .text p{
  line-height: 28px;
}

.content_block_eight .content-box .support-box{
  position: relative;
  display: block;
  padding: 7px 0px 11px 100px;
  margin-bottom: 28px;
}

.content_block_eight .content-box .support-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
}

.content_block_eight .content-box .support-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.content_block_eight .content-box .support-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 5px;
}

.content_block_eight .content-box .support-box h3{
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.content_block_eight .content-box .support-box h3 a{
  display: inline-block;
  color: #12734a;
}

.content_block_eight .content-box .support-box h3 a:hover{

}

.content_block_eight .content-box .info li{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.content_block_eight .content-box .info li p{
  line-height: 28px;
}

.content_block_eight .content-box .info li:last-child{
  margin-bottom: 0px;
}

.content_block_eight .content-box .info li h5{
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin-bottom: 2px;
}

.contact-style-two .form-inner{
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: 40px;
}

.contact-style-two .form-inner .form-group{
  position: relative;
  margin-bottom: 15px;
}

.contact-style-two .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-style-two .form-inner .form-group input[type='text'],
.contact-style-two .form-inner .form-group input[type='email'],
.contact-style-two .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  background: #fff;
  border: 1px solid #dbdcdd;
  border-radius: 10px;
  font-size: 18px;
  color: #444444;
  padding: 10px 28px;
  transition: all 500ms ease;
}

.contact-style-two .form-inner .form-group input:focus,
.contact-style-two .form-inner .form-group textarea:focus{

}

.contact-style-two .form-inner .form-group textarea{
  height: 200px;
  resize: none;
}

.contact-style-two .form-inner .form-group button{
  border-radius: 5px;
  width: 100%;
  font-size: 15px;
  margin-top: 5px;
  padding: 18px 50px 17px 50px;
}

.contact-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 420px;
  top: 35px;
  border: 37px solid #dfe9f2;
  border-radius: 50%;
  width: 180px;
  height: 180px;
}

.contact-style-two .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 620px;
  height: 440px;
  background-repeat: no-repeat;
}


/*** 

====================================================================
                        Home-Page-Six
====================================================================

***/


/** header-style-six **/

.header-style-six{
  position: absolute;
  left: 0px;
  top: 28px;
  width: 100%;
}

.header-style-six .header-upper{
  position: relative;
  padding: 0px 100px;
}

.header-style-six .header-upper .menu-right-content li.nav-btn {
  background: transparent;
  border: 1px solid #4a5a62;
}

.header-style-six .menu-right-content li.nav-btn .bar{
  background: #4a5a62;
}

.header-style-six .menu-right-content .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 50px;
  margin-right: 30px;
}

.header-style-six .menu-right-content .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: -1px;
}

.header-style-six .menu-right-content .support-box h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 0px;
}

.header-style-six .menu-right-content .support-box h4 a{
  display: inline-block;
  color: #0b1953;
}

.header-style-six .menu-right-content .support-box h4 a:hover{

}

.header-style-six .menu-right-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #0b1953;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  background: #fff;
  padding: 9px 27px 7px 26px;
  border-radius: 30px;
}

.header-style-six .menu-right-content .btn-box a:hover{
  color: #fff;
}

.header-style-six .sticky-header{
  padding: 0px 70px;
}


/** slider-style-three **/

.slider-style-three{
  position: relative;
  background: #d1ecff;
}

.slider-style-three .banner-carousel .slide-item{
  padding: 140px 0px 120px 0px;
}

.slider-style-three .banner-carousel .slide-item:before{
  display: none;
}

.slider-style-three .content-box h2{
  font-size: 72px;
  line-height: 86px;
  color: #12734a;
  margin-bottom: 20px;
}

.slider-style-three .content-box h2 span{
  position: relatived;
  display: inline-block;
}

.slider-style-three .content-box h2 span:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-9.png);
  width: 100%;
  height: 14px;
  left: 0px;
  bottom: 16px;
  background-repeat: no-repeat;
  z-index: -1;
}

.slider-style-three .content-box p{
  color: #434d54;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 52px;
}

.slider-style-three .banner-carousel .content-box .btn-box .theme-btn{
  border-radius: 30px;
  padding: 18px 50px 14px 50px;
}

.slider-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 104px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.slider-style-three .pattern-layer-2{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-style-three .image-box{
  position: relative;
  display: block;
  margin-right: -170px;
  margin-left: 70px;
}

.slider-style-three .image-box .image{
  position: relative;
  opacity: 0;
  transform: scale(0.9);
  transition: all 500ms ease;
}

.slider-style-three .active .image-box .image{
  opacity: 1;
  transform: scale(1);
}

.slider-style-three .image-box img{
  width: 100%;
}

.slider-style-three .image-box:before{
  position: absolute;
  content: '';
  border: 2px solid #effcff;
  border-radius: 50%;
  left: -60px;
  bottom: 10px;
  width: 730px;
  height: 730px;
}

.slider-style-three .shape .shape-1{
  position: absolute;
  left: 45%;
  bottom: 210px;
  width: 114px;
  height: 114px;
  border: 1px solid #67a9ce;
  border-radius: 50%;
}

.slider-style-three .shape .shape-2{
  position: absolute;
  left: 45%;
  margin-left: 5px;
  bottom: 215px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: -webkit-linear-gradient(0deg, #fdfbdb, #ffec36 50%);
}

.slider-style-three .owl-nav{
  position: absolute;
  left: 115px;
  top: 40%;
}

.slider-style-three .nav-style-one .owl-nav button{
  position: relative;
  display: block;
  margin: 20px 0px;
  border: 1px solid #a7a7a7;
}

.slider-style-three .nav-style-one .owl-nav button.owl-prev:before{
  background-image: url(../images/icons/icon-19.png);
}

.slider-style-three .nav-style-one .owl-nav button.owl-next:before{
  background-image: url(../images/icons/icon-20.png);
}

.about-style-two.home-6{
  padding: 120px 0px 120px 0px;
  background: #f5f8fd;
}

.about-style-two.home-6 .image_block_one .image-box .text-box{
  background: #00a2ff;
}

.about-style-two.home-6 .image_block_one .image-box .text-box .icon-box{
  color: #fff;
}

.about-style-two.home-6 .image_block_one .image-box .text-box h2,
.about-style-two.home-6 .image_block_one .image-box .text-box p{
  color: #fff;
}

.service-style-three.home-6{
  padding-bottom: 90px;
}

.service-style-three.home-6 .service-block-three .inner-box{
  margin-bottom: 30px;
}

.service-style-three.home-6 .service-block-three .inner-box .icon-box{
  color: #034088;
}

.chooseus-style-two.home-6 .content_block_three .content-box .list-style-one li{
  font-weight: 600;
  color: #12734a;
}

.funfact-style-two.home-6{
  padding-top: 0px;
}

.funfact-style-two.home-6 .inner-container{
  padding-top: 85px;
  border-top: 1px solid #c6c7cc;
}

.funfact-style-two.home-6 .funfact-block-one .inner-box .icon-box{
  color: #00a2ff;
}

.cta-style-two.home-6{
  padding-top: 107px;
}

.cta-style-two.home-6 .image-box .image-shape .shape-1{
  left: -60px;
}

.cta-style-two.home-6 .image-box .image-shape .shape-3{
  width: 440px;
  height: 440px;
  right: -50px;
  bottom: -100px;
}

.cta-style-two.home-6 .image-box .image-shape .shape-2{
  left: -80px;
}

.cta-style-two.home-6 .image-column{
  position: relative;
}

.cta-style-two.home-6 .image-box {
  right: 0px;
}

.clients-section.home-6 {
  padding-bottom: 61px;
}



/*** 

====================================================================
                        Home-Page-Seven
====================================================================

***/


/** header-style-seven **/

.header-style-seven{
  position: relative;
  background: #12734a;
  padding-left: 305px;
}

.header-style-seven .upper-logo{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  padding: 41px 67px 39px 58px;
  border-top: 5px solid #8fbe3e;
}

.header-style-seven .header-top{
  background: transparent;
  padding: 0px;
}

.header-style-seven .header-top .top-inner .text p{
  font-size: 18px;
  font-family: 'Yantramanav', sans-serif;
}

.header-style-seven .header-top .top-inner .text p a{
  color: #fff;
  font-weight: 700;
}

.header-style-seven .header-top .top-inner .text p a:hover{
  text-decoration: underline;
  opacity: 0.8;
}

.header-style-seven .header-top .top-inner{
  background: #00a2ff;
  border-bottom-left-radius: 8px;
  padding: 12px 0px 11px 35px;
}

.header-style-seven .header-top .top-inner:before{
  position: absolute;
  content: '';
  background: #00a2ff;
  width: 5000px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-bottom-left-radius: 8px;
}

.header-style-seven .header-top .phone{
  position: relative;
  padding-left: 35px;
}

.header-style-seven .header-top .phone .icon-box{
  position: absolute;
  left: 0px;
  top: -2px;
}

.header-style-seven .header-top .phone a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Yantramanav', sans-serif;
  color: #fff;
  font-weight: 500;
}

.header-style-seven .header-top .phone a:hover{
  text-decoration: underline;
  opacity: 0.8;
}

.header-style-seven .header-upper .main-menu .navigation &gt; li &gt; a{
  color: #fff;
  padding-top: 28px;
  padding-bottom: 27px;
}

.header-style-seven .header-upper .menu-right-content li.nav-btn {
  background: transparent;
  border: 1px solid #fff;
}

.header-style-seven .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  margin-right: 18px;
}

.header-style-seven .social-links li:last-child{
  margin: 0px !important;
}

.header-style-seven .social-links li a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.header-style-seven .social-links li a:hover{

}


/** banner-style-four **/

.banner-style-four{
  position: relative;
  padding: 260px 0px 170px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.95;
}

.banner-style-four .content-box{
  position: relative;
  display: block;
  margin-left: -100px;
  max-width: 590px;
}

.banner-style-four .content-box h2{
  display: block;
  font-size: 80px;
  line-height: 78px;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 900;
  color: #fff;
  margin-bottom: 31px;
}

.banner-style-four .content-box p{
  font-size: 22px;
  line-height: 28px;
  font-family: 'Yantramanav', sans-serif;
  color: #fff;
  margin-bottom: 44px;
}

.banner-style-four .content-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  padding: 19px 26px 17px 26px;
  background-color: #d9210e;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 500ms ease;
}

.banner-style-four .content-box a:hover{
  background-color: #236061;
}

.banner-style-four .content-box a span{
  position: relative;
  padding-right: 42px;
}

.banner-style-four .content-box a span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-4.png);
  width: 20px;
  height: 20px;
  top: -1px;
  right: 0px;
  background-repeat: no-repeat;
}

.about-style-two.home-7{
  padding: 120px 0px;
  background: #fafafa;
}

.about-style-two.home-7 .content_block_two .content-box{
  margin-top: 0px;
  margin-left: 0px;
}

.about-style-two.home-7 .content_block_two .content-box .text h3{
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 28px;
}

.about-style-two.home-7 .content_block_two .content-box .author-box .author-thumb{
  width: 61px;
  height: 61px;
}

.about-style-two.home-7 .content_block_two .content-box .text{
  margin-bottom: 40px;
}

.about-style-two.home-7 .content_block_two .content-box .sec-title{
  margin-bottom: 25px;
}

.about-style-two.home-7 .content_block_two .content-box p{
  color: #444444;
}

.about-style-two.home-7 .content_block_two .content-box .author-box .designation{
  font-size: 20px;
  font-weight: 500;
  color: #236061;
}

.content_block_two .content-box .lower-box{
  display: flex;
  align-items: center;
}

.content_block_two .content-box .lower-box .author-box{
  margin-right: 90px;
  padding: 7px 0px 6px 85px;
}

.content_block_two .content-box .lower-box .author-box:before{
  position: absolute;
  content: '';
  background: #e1e5e9;
  width: 1px;
  height: 65px;
  top: 7px;
  right: -60px;
}

.image_block_four .image-box{
  position: relative;
  display: block;
  margin-right: -111px;
  padding-right: 294px;
}

.image_block_four .image-box img{
  width: 100%;
}

.image_block_four .image-box .image-2{
  position: absolute;
  top: 57px;
  right: 0px;
}

.service-section.home-7{
  position: relative;
  padding: 107px 0px 110px 0px;
  background: #151e53;
}

.service-section .outer-container{
  padding: 0px 175px;
}

.service-section .outer-container .owl-theme .owl-dots .owl-dot span{
  background-color: #fff;
}

.service-section .outer-container .owl-theme .owl-dots .owl-dot.active span,
.service-section .outer-container .owl-theme .owl-dots .owl-dot span:hover{
  background: #8fbe3e;
}

.service-section .outer-container .sec-title{
  padding-bottom: 27px;
  margin-bottom: 72px;
}

.service-section .outer-container .sec-title:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 65px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}


/** chooseus-style-three **/

.chooseus-style-three{
  position: relative;
  padding: 107px 0px 110px 0px;
  border-bottom: 1px solid #c0c8dd;
  overflow: hidden;
}

.chooseus-style-three .content-box{
  position: relative;
  display: block;
}

.chooseus-style-three .content-box .text{
  margin-bottom: 25px;
}

.chooseus-style-three .content-box .text p{
  line-height: 28px;
}

.chooseus-style-three .content-box .list-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chooseus-style-three .content-box .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #242424;
  padding-left: 32px;
  margin-bottom: 6px;
}

.chooseus-style-three .content-box .list li:last-child{
  margin-bottom: 0px;
}

.chooseus-style-three .content-box .list li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-41.png);
  width: 18px;
  height: 18px;
  left: 0px;
  top: 7px;
  background-repeat: no-repeat;
}

.chooseus-style-three .content-box .sec-title{
  margin-bottom: 21px;
}

.chooseus-style-three .image-layer .image-1{
  position: absolute;
  right: 380px;
  bottom: -40px;
}

.chooseus-style-three .image-layer .award-image{
  position: absolute;
  right: 300px;
  bottom: 55px;
}

.chooseus-style-three .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 300px;
  width: 462px;
  height: 440px;
  background-repeat: no-repeat;
}

.chooseus-style-three .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 330px;
  width: 462px;
  height: 440px;
  background-repeat: no-repeat;
}

.team-style-two.home-7:before{
  position: absolute;
  content: '';
  background: #f1f3f8;
  width: 100%;
  height: calc(100% - 210px);
  left: 0px;
  top: 0px;
}

.team-style-two.home-7 .inner-container{
  border-bottom: none;
}

.funfact-style-two.home-7{
  padding-top: 100px;
}

.funfact-style-two.home-7 .inner-container{
  border-top: 1px solid #c6c7cc;
  padding-top: 85px;
}

.coupon-section.home-7 .inner-container{
  border-top: 1px solid #bdc4cf;
  padding-top: 120px;
  padding-bottom: 44px;
}



/*** 

====================================================================
                        Home-Page-Eight
====================================================================

***/


/** header-style-eight **/

.header-style-eight .header-top{
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.header-style-eight .header-top .top-inner .text p{
  font-size: 18px;
  font-weight: 500;
  color: #12734a;
}

.header-style-eight .header-top .top-inner .text p a{
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #00a2ff;
}

.header-style-eight .header-top .top-inner .text p a:hover{
  text-decoration: underline;
}

.header-style-eight .header-top .phone{
  position: relative;
  padding-left: 35px;
}

.header-style-eight .header-top .phone .icon-box{
  position: absolute;
  left: 0px;
  top: -2px;
}

.header-style-eight .header-top .phone a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Yantramanav', sans-serif;
  color: #12734a;
  font-weight: 500;
}

.header-style-eight .header-top .phone a:hover{
  
}

.header-style-eight .header-upper{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}


/** banner-style-five **/

.banner-style-five{
  position: relative;
  padding: 160px 0px 308px 0px;
}

.banner-style-five:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%);
  top: 0px;
  right: 0px;
}

.banner-style-five .outer-container{
  position: relative;
  padding: 0px 160px;
}

.banner-style-five .content-box{
  position: relative;
  float: right;
}

.banner-style-five .content-box h2{
  display: block;
  font-size: 80px;
  line-height: 82px;
  font-weight: 900;
  margin-bottom: 15px;
}

.banner-style-five .content-box p{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #022e7d;
  margin-bottom: 40px;
}

.banner-style-five .content-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  padding: 18px 28px 15px 32px;
  background-color: #003abe;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 500ms ease;
}

.banner-style-five .content-box a:hover{
  background-color: #236061;
}

.banner-style-five .content-box a span{
  position: relative;
  padding-right: 46px;
}

.banner-style-five .content-box a span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-4.png);
  width: 20px;
  height: 20px;
  top: -2px;
  right: 0px;
  background-repeat: no-repeat;
}

.banner-style-five .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


/** feature-section **/

.feature-section{
  position: relative;
  padding: 80px 0px 110px 0px;
  background: #f1f7fc;
}

.feature-section .sec-title p{
  font-size: 22px;
  line-height: 26px;
  color: #242424;
  font-weight: 500;
  margin-top: 34px;
}

.feature-section .inner-container{
  position: relative;
  margin: 0px -40px;
}

.feature-block-one{
  max-width: 290px;
  margin: 0 auto;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 38px 25px 42px 35px;
  border-radius: 6px;
  z-index: 1;
}

.feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #00a2ff;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 6px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
  height: 100%;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 60px;
  color: #034088;
  margin-bottom: 27px;
  z-index: 1;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.feature-block-one .inner-box:hover .icon-box{
  transform: rotateY(180deg);
}

.feature-section.home-8 .feature-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.feature-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  left: -13px;
  bottom: -11px;
  width: 41px;
  height: 41px;
  background: #f0f3fb;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box:before{
  background: #8fbe3e;
}

.feature-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 11px;
}

.feature-block-one .inner-box h3 a{
  display: inline-block;
  color: #12734a;
}

.feature-block-one .inner-box:hover h3 a,
.feature-block-one .inner-box:hover p,
.feature-block-one .inner-box:hover .link a{
  color: #fff;
}

.feature-block-one .inner-box p{
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 18px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  color: #003abe;
}

.feature-block-one .inner-box .link a:before{
  position: absolute;
  content: '';
  background: #003abe;
  width: 70px;
  height: 1px;
  left: 90px;
  bottom: 5px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .link a:before{
  width: 132px;
  background: #fff;
}

.feature-section .more-text{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 62px;
}

.feature-section .more-text p{
  font-size: 20px;
  font-weight: 500;
  color: #242424;
}

.feature-section .more-text p a{
  display: inline-block;
  color: #00a2ff;
  border-bottom: 1px solid #70bffe;
  line-height: 20px;
}

.feature-section .more-text p a:hover{
  color: #12734a;
  border-color: #12734a;
}


/** about-style-five **/

.about-style-five{
  position: relative;
  padding: 120px 0px 120px 0px;
}

.content_block_nine .content-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.content_block_nine .content-box .sec-title{
  margin-bottom: 20px;
}

.content_block_nine .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.content_block_nine .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #1e1e1e;
  font-weight: 500;
  padding-left: 58px;
  margin-bottom: 27px;
}

.content_block_nine .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_nine .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-43.png);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  border: 1px dashed #00a2ff;
  background-repeat: no-repeat;
  background-position: center;
}

.image_block_five .image-box{
  position: relative;
  display: block;
  padding-left: 60px;
  margin-right: -108px;
  padding-bottom: 22px;
}

.image_block_five .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.image_block_five .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.image_block_five .image-box .text-box{
  position: absolute;
  left: -42px;
  bottom: 0px;
  width: 221px;
  background: #00a2ff;
  border-radius: 7px;
  text-align: center;
  padding: 42px 15px 32px 15px;
}

.image_block_five .image-box .text-box .icon-box{
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

.image_block_five .image-box .text-box h2{
  position: relative;
  display: inline-block;
  font-size: 52px;
  line-height: 60px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 8px;
  padding-right: 25px;
}

.image_block_five .image-box .text-box h2 span{
  position: absolute;
  top: -9px;
  right: 8px;
  font-size: 30px;
}

.image_block_five .image-box .text-box p{
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.image_block_five .image-box h3{
  position: relative;
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin-top: 36px;
  padding-left: 90px;
}

.project-style-two.home-8,
.funfact-style-two.home-8{
  background: #012664;
  border: none;
}

.funfact-style-two.home-8{
  padding-bottom: 118px;
  padding-top: 0px;
}

.funfact-style-two.home-8 .funfact-block-one .inner-box .icon-box{
  color: #00a2ff;
}

.funfact-style-two.home-8 .funfact-block-one .inner-box .count-outer{
  color: #fff;
}

.funfact-style-two.home-8 .funfact-block-one .inner-box p{
  color: #fff;
}

.project-style-two.home-8 .nav-style-one .owl-nav button{
  border-color: #fff;
}

.project-style-two.home-8 .nav-style-one .owl-nav button.owl-prev:before {
  background-image: url(../images/icons/icon-37.png);
}

.project-style-two.home-8 .nav-style-one .owl-nav button.owl-next:before {
  background-image: url(../images/icons/icon-38.png);
}


/** testimonial-style-four **/

.testimonial-style-four{
  position: relative;
  padding: 120px 0px;
  background: #f2f2f6;
}

.testimonial-block-four .inner-box .text-inner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 35px 40px 41px 50px;
  margin-bottom: 22px;
}

.testimonial-block-four .inner-box .text-inner:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 11px;
  left: 68px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-block-four .inner-box p{
  line-height: 30px;
}

.testimonial-block-four .inner-box .quote{
  position: relative;
  display: block;
  font-size: 65px;
  line-height: 60px;
  margin-bottom: 12px;
}

.testimonial-block-four .inner-box .author-box{
  position: relative;
  display: block;
  margin-left: 57px;
  padding: 17px 0px 14px 95px;
}

.testimonial-block-four .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

.testimonial-block-four .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-four .inner-box .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.testimonial-block-four .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #717171;
}

.testimonial-style-four .nav-style-one .owl-nav button{
  border-color: #a7a7a7;
}

.testimonial-style-four .nav-style-one .owl-nav{
  position: absolute;
  left: -400px;
  bottom: 115px;
}

.testimonial-style-four .nav-style-one .owl-nav button.owl-prev:before {
  background-image: url(../images/icons/icon-19.png);
}

.testimonial-style-four .nav-style-one .owl-nav button.owl-next:before {
  background-image: url(../images/icons/icon-20.png);
}

.testimonial-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1049px;
  height: 618px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.team-style-two.home-8{
  background: #f5f7fc;
}

.team-style-two.home-8:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 210px);
  left: 0px;
  top: 0px;
}

.team-style-two.home-8 .inner-container{
  border-bottom: none;
}

.pricing-section.home-8{
  background: #f5f7fc;
  padding-bottom: 120px;
}


/** google-map-section **/

.google-map-section{
  position: relative;
}

.google-map-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 345px;
}

.google-map-section .map-inner{
  position: relative;
}

.google-map-section .text-inner{
  position: absolute;
  top: 50px;
  right: 310px;
  width: 378px;
  background: #143b95;
  padding: 34px 45px 38px 45px;
  z-index: 1;
}

.google-map-section .text-inner h4{
  display: block;
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 9px;
  margin-bottom: 20px;
}

.google-map-section .text-inner h4:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.google-map-section .text-inner p{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 33px;
}

.google-map-section .text-inner .phone{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.google-map-section .text-inner .phone a{
  display: inline-block;
  color: #fff;
}

.google-map-section .text-inner .phone a:hover{
  text-decoration: underline;
}



/*** 

====================================================================
                        Home-Page-Nine
====================================================================

***/


/** header-style-nine **/

.header-style-nine{
  position: absolute;
  left: 0px;
  top: 28px;
  width: 100%;
}

.header-style-nine .header-upper{
  padding: 0px 100px;
}

.header-style-nine .header-upper .main-menu .navigation &gt; li &gt; a{
  color: #fff;
}

.header-style-nine .header-upper .menu-right-content li.nav-btn {
  background: transparent;
  border: 1px solid #fff;
}

.header-style-nine .support-box{
  position: relative;
  display: block;
  padding-left: 68px;
}

.header-style-nine .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 10px;
}

.header-style-nine .support-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.header-style-nine .support-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}

.header-style-nine .support-box h3 a{
  display: inline-block;
  color: #fff;
}

.header-style-nine .support-box h3 a:hover{

}


/** slider-style-four **/

.slider-style-four{
  position: relative;
  background: #033a7e;
  overflow: hidden;
}

.slider-style-four .banner-carousel .slide-item{
  padding: 0px;
}

.slider-style-four .banner-carousel .slide-item:before{
  display: none;
}

.slider-style-four .content-box{
  position: relative;
  display: block;
  padding: 266px 0px 230px 0px;
  margin-left: -55px;
}

.slider-style-four .content-box h2{
  display: block;
  font-size: 72px;
  margin-bottom: 24px;
}

.slider-style-four .content-box p{
  font-weight: 400;
  margin-bottom: 56px;
}

.slider-style-four .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #033a7e;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  background: #fff;
  border-radius: 3px;
  padding: 15px 46px 13px 46px;
}

.banner-btn:hover{
  color: #fff;
}

.slider-style-four .content-box .banner-btn{
  margin-right: 18px;
}

.slider-style-four .image-box{
  position: relative;
  display: block;
  margin-right: -115px;
  top: 85px;
}

.slider-style-four .image-box:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.07);
  width: 706px;
  height: 706px;
  border-radius: 50%;
  left: -50px;
  bottom: -100px;
}

.slider-style-four .image-box:after{
  position: absolute;
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.35);
  width: 740px;
  height: 740px;
  border-radius: 50%;
  left: -70px;
  bottom: -100px;
}

.slider-style-four .image-box .image{
  position: relative;
  display: block;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.slider-style-four .active .image{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.slider-style-four .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-style-four .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 275px;
  width: 40px;
  height: 209px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.slider-style-four .pattern-layer .pattern-3{
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 40px;
  height: 209px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.slider-style-four .pattern-layer .pattern-4{
  position: absolute;
  top: 200px;
  right: 130px;
  width: 178px;
  height: 178px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.slider-style-four .pattern-layer .pattern-5{
  position: absolute;
  left: 45%;
  bottom: 95px;
  width: 117px;
  height: 57px;
  background-repeat: no-repeat;
}

.slider-style-four .pattern-layer .pattern-6{
  position: absolute;
  top: 250px;
  left: 50%;
  width: 92px;
  height: 56px;
  background-repeat: no-repeat;
}


/** about-style-six **/

.about-style-six{
  position: relative;
  background: #e4f0f9;
  padding: 120px 0px;
}

.content_block_ten .content-box{
  position: relative;
  display: block;
}

.content_block_ten .content-box .sec-title{
  margin-bottom: 34px;
}

.content_block_ten .content-box .text h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  color: #242424;
  margin-bottom: 32px;
}

.content_block_ten .content-box .text p{
  color: #242424;
  line-height: 30px;
  margin-bottom: 48px;
  max-width: 650px;
}

.content_block_ten .content-box .text a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  padding: 23px 122px 25px 38px;
  background: -webkit-linear-gradient(0deg, #0362ac, #0796cc 100%);
  border-radius: 5px;
}

.content_block_ten .content-box .text a:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-9.png);
  width: 88px;
  height: 78px;
  background-color: #014999;
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
  right: 0px;
}

.image_block_six .image-box{
  position: relative;
  display: block;
  padding-left: 79px;
  padding-bottom: 104px;
  margin-left: -34px;
}

.image_block_six .image-box img{
  width: 100%;
}

.image_block_six .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.image_block_six .image-box:before{
  position: absolute;
  content: '';
  border: 5px solid #fff;
  width: 276px;
  height: 553px;
  left: 51px;
  top: -24px;
}


/** service-style-five **/

.service-style-five{
  position: relative;
  padding: 107px 0px 90px 0px;
}

.service-style-five .sec-title p{
  line-height: 26px;
  margin-top: 12px;
}

.service-block-four .inner-box{
  position: relative;
  display: block;
  border: 1px solid #d0d5db;
  border-radius: 5px;
  padding: 38px 40px 40px 40px;
  margin-bottom: 30px;
}

.service-block-four .inner-box:before{
  position: absolute;
  content: '';
  background: #d0d5db;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  opacity: 0.5;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover:before{
  height: 100%;
  top: 0px;
}

.service-block-four .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 37px;
  padding-left: 137px;
}

.service-block-four .inner-box h3 a{
  display: inline-block;
  color: #12734a;
}

.service-block-four .inner-box h3 a:hover{

}

.service-block-four .inner-box h3 i{
  position: absolute;
  left: 0px;
  top: -10px;
  font-size: 64px;
  color: #034088;
}

.service-block-four .inner-box h3 i:after{
  position: absolute;
  content: '';
  background: #b3b3b3;
  width: 1px;
  height: 62px;
  top: 4px;
  right: -35px;
}

.service-block-four .inner-box p{
  display: block;
  line-height: 26px;
  margin-bottom: 12px;
}

.service-block-four .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #1b59c2;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.service-block-four .inner-box .link a:hover{

}


.chooseus-section.home-9{
  background: #246061;
  padding-bottom: 60px;
}

.chooseus-section .image-layer{
  position: absolute;
  right: 440px;
  bottom: 0px;
}

.funfact-section.home-9 .funfact-block-one{
  float: none;
  margin: 0px;
}

.funfact-section.home-9 .inner-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/** testimonial-style-five **/

.testimonial-style-five{
  position: relative;
  padding: 120px 0px 120px 0px;
  background: #fcfcfd;
}

.testimonial-block-five .inner-box{
  position: relative;
  display: block;
  padding-left: 300px;
  margin-left: 34px;
}

.testimonial-block-five .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.testimonial-block-five .inner-box .image-box .thumb-box{
  position: relative;
  display: block;
  border-radius: 8px;
}

.testimonial-block-five .inner-box .image-box .thumb-box img{
  width: 100%;
  border-radius: 8px;
}

.testimonial-block-five .inner-box .image-box .quote{
  position: absolute;
  left: -34px;
  top: 38px;
  z-index: 1;
}

.testimonial-block-five .inner-box .content-box{
  position: relative;
  display: block;
  padding-bottom: 54px;
}

.testimonial-block-five .inner-box .content-box .rating li{
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.testimonial-block-five .inner-box .content-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-block-five .inner-box .content-box .rating{
  margin-bottom: 14px;
}

.testimonial-block-five .inner-box .content-box p{
  line-height: 32px;
}

.testimonial-block-five .inner-box .content-box .text{
  padding-bottom: 36px;
  margin-bottom: 33px;
  border-bottom: 1px solid #dbdbdb;
}

.testimonial-block-five .inner-box .author-info h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  color: #242424;
  margin-bottom: 8px;
}

.testimonial-block-five .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #007aef;
}

.testimonial-style-five .owl-nav{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.testimonial-style-five .owl-nav button{
  position: relative;
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  background: #007aef;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.testimonial-style-five .owl-nav button:hover{

}

.testimonial-style-five .owl-nav button.owl-prev{
  margin-right: 20px;
}

.testimonial-style-five .owl-nav button:before{
  position: absolute;
  content: '';
  width: 43px;
  height: 43px;
  left: 0px;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-style-five .owl-nav button.owl-prev:before{
  background-image: url(../images/icons/icon-45.png);
}

.testimonial-style-five .owl-nav button.owl-next:before{
  background-image: url(../images/icons/icon-46.png);
}

.clients-section.home-9{
  padding-bottom: 62px;
}


/*** 

====================================================================
                        Home-Page-Ten
====================================================================

***/


/** header-style-ten **/

.header-style-ten{
  position: relative;
}

.header-style-ten .header-top{
  background: #f3f3f5;
}

.header-style-ten .header-top .top-inner .text p{
  color: #444444;
}

.header-style-ten .header-top .top-inner .info li{
  color: #444444;
}

.header-style-ten .header-top .top-inner .info li a{
  color: #444;
  font-weight: 400;
}

.header-style-ten .header-top .top-inner .info li a:hover{

}

.header-style-ten .header-top .top-inner .social-links li a:hover{
  color: #12734a;
}


/** slider-style-five **/

.slider-style-five{
  position: relative;
}

.slider-style-five .banner-carousel .slide-item:before{
  background: #020217;
  opacity: 0.2;
}

.slider-style-five .banner-carousel .slide-item .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-style-five .banner-carousel .slide-item{
  padding: 160px 0px 220px 0px;
}

.slider-style-five .banner-carousel .slide-item h2{
  font-size: 80px;
  line-height: 82px;
  margin-bottom: 15px;
}

.slider-style-five .banner-carousel .slide-item p{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 44px;
}

.slider-style-five .banner-carousel .slide-item .theme-btn{
  color: #fff;
  padding: 18px 35px 17px 35px;
  font-size: 15px;
}

.slider-style-five .banner-carousel .slide-item .theme-btn:hover{
  background: #12734a;
}

.slider-style-five .owl-nav{
  position: absolute;
  left: 115px;
  top: 40%;
}

.slider-style-five .nav-style-one .owl-nav button{
  position: relative;
  display: block;
  margin: 20px 0px;
  border: 1px solid #a7a7a7;
}

.slider-style-five .nav-style-one .owl-nav button.owl-prev:before{
  background-image: url(../images/icons/icon-37.png);
}

.slider-style-five .nav-style-one .owl-nav button.owl-next:before{
  background-image: url(../images/icons/icon-38.png);
}

.nice-select{
  position: relative;
  display: block;
  font-size: 18px;
  color: #12734a;
  font-family: 'Barlow', sans-serif;
  text-transform: capitalize;
}

.nice-select:after{
  border-bottom: 1px solid #010100;
  border-right: 1px solid #010100;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  right: 20px;
}

.nice-select .list{
  width: 100%;
}


/** estimate-section **/

.estimate-section{
  position: relative;
}

.estimate-section .inner-container{
  position: relative;
  display: block;
  background: #8fbe3e;
  padding: 38px 93px 46px 0px;
  margin-top: -28px;
  z-index: 1;
}

.estimate-section .inner-container:before{
  position: absolute;
  content: '';
  background: #8fbe3e;
  width: 5000px;
  height: 100%;
  top: 0px;
  right: 0px;
}

.estimate-section h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 22px;
}

.estimate-section form{
  position: relative;
  display: block;
  margin: 0px 9px;
}

.estimate-section form .form-group{
  position: relative;
  display: block;
  padding: 0px 6px;
  margin: 0px;
}

.estimate-section form .form-group input[type='text'],
.estimate-section form .form-group input[type='email'],
.estimate-section form .form-group .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  background: #ffdc5c;
  border: 1px solid #ffdc5c;
  border-radius: 6px;
  font-size: 18px;
  color: #12734a;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.estimate-section form .form-group input:focus{
  border-color: #12734a;
}

.estimate-section form .form-group button{
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  background: #12734a;
  padding: 15px 30px 13px 30px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.estimate-section form .form-group button:hover{

}

.estimate-section form .form-group button span{
  position: relative;
  padding-right: 40px;
}

.estimate-section form .form-group button span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-47.png);
  width: 18px;
  height: 9px;
  top: 3px;
  right: 0px;
  background-repeat: no-repeat;
}

.service-section.home-10{
  padding: 107px 0px 110px 0px;
  background: #fff;
}

.service-section.home-10 .sec-title p{
  font-size: 22px;
  line-height: 26px;
  color: #242424;
  font-weight: 500;
  margin-top: 24px;
}

.service-section.home-10 .sec-title{
  margin-bottom: 66px;
}

.about-section.home-10 .image_block_one .image-box .text-box h2{
  font-size: 60px;
  font-family: 'Barlow', sans-serif;
  padding: 0px;
  font-weight: 700;
}

.about-section.home-10 .image_block_one .image-box .text-box p{
  font-size: 18px;
  line-height: 21px;
}

.about-section.home-10 .image_block_one .image-box{
  padding-bottom: 20px;
  padding-right: 27px;
  margin-right: 72px;
}

.about-section.home-10 .image_block_one .image-box .text-box{
  bottom: 0px;
  width: 163px;
  padding: 21px 15px 32px 15px;
}

.about-section.home-10 .content_block_one .content-box .text h3{
  color: #242424;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}

.content_block_one .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 80px;
}

.content_block_one .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: -9px;
  font-size: 64px;
  line-height: 60px;
}

.content_block_one .content-box .inner-box .single-item h3{
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 700;
  color: #1f1e3b;
}

.about-section.home-10 .content_block_one .content-box .sec-title h2{
  font-size: 45px;
}

.about-section.home-10 .content_block_one .content-box .text{
  margin-bottom: 44px;
}

.about-section.home-10{
  padding: 120px 0px;
  background: #f5f8fd;
}

.project-style-two.home-10{
  padding-bottom: 90px;
  background: #012664;
}


/** help-section **/

.help-section{
  position: relative;
  background: #012664;
}

.help-section:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
}

.help-section .inner-container{
  position: relative;
  display: block;
  background: #8fbe3e;
  border-radius: 10px;
  overflow: hidden;
  padding: 56px 55px 57px 55px;
}

.help-section .inner-container .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 22% 0%);
}

.help-section .content-box{
  position: relative;
  display: block;
  max-width: 560px;
}

.help-section .content-box h2{
  display: block;
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 12px;
}

.help-section .content-box .info-list li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 26px;
  line-height: 30px;
  color: #12734a;
  font-weight: 600;
  margin-right: 60px;
}

.help-section .content-box .info-list li:last-child{
  margin: 0px !important;
}

.help-section .content-box .info-list li a{
  display: inline-block;
  color: #12734a;
}

.help-section .content-box .info-list li a:hover{
  text-decoration: underline;
}


.testimonial-style-four.home-10{
  background: #0592e3;
}

.testimonial-style-four.home-10 .sec-title h6{
  color: #fff;
}

.testimonial-style-four.home-10 .sec-title h6:before{
  background: #fff;
}

.testimonial-style-four.home-10 .nav-style-one .owl-nav button{
  border: 1px solid #fff;
}

.testimonial-style-four.home-10 .nav-style-one .owl-nav button.owl-prev:before{
  background-image: url(../images/icons/icon-37.png);
}

.testimonial-style-four.home-10 .nav-style-one .owl-nav button.owl-next:before{
  background-image: url(../images/icons/icon-38.png);
}

.testimonial-style-four.home-10 .testimonial-block-four .inner-box .quote{
  color: #12734a;
}

.testimonial-style-four.home-10 .testimonial-block-four .inner-box .author-box h5,
.testimonial-style-four.home-10 .testimonial-block-four .inner-box .author-box .designation{
  color: #fff;
}

.team-style-two.home-10{
  background: #12734a;
}

.team-style-two.home-10:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 211px);
  left: 0px;
  top: 0px;
}

.team-style-two.home-10 .inner-container{
  border-bottom: none;
}

.cta-style-three.home-10{
  background: #f9f9f9;
}



/*** 

====================================================================
                        Home-Page-11
====================================================================

***/


/** header-style-11 **/

.header-style-11{
  position: relative;
}

.header-top-two{
  position: relative;
  width: 100%;
  padding: 28px 0px 18px 0px;
  border-bottom: 1px solid #c8c7d1;
}

.header-top-two .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-two .info-box{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .info-box li{
  position: relative;
  display: block;
  padding-left: 50px;
  margin-right: 60px;
}

.header-top-two .info-box li:before{
  position: absolute;
  content: '';
  background: #cfd1d8;
  width: 1px;
  height: 50px;
  top: 0px;
  right: -30px;
}

.header-top-two .info-box li:last-child:before{
  display: none;
}

.header-top-two .info-box li:last-child{
  margin: 0px !important;
}

.header-top-two .info-box li .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
}

.header-top-two .info-box li h6{
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #909299;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0px;
}

.header-top-two .info-box li h5{
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #1f2a52;
}

.header-top-two .info-box li h5 a{
  display: inline-block;
  color: #1f2a52;
}

.header-top-two .info-box li h5 a:hover{

}

.header-style-11 .menu-right-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  background: #12734a;
  text-align: center;
  padding: 24px 37px 21px 36px;
  border-left: 1px solid #fff;
}

.header-style-11 .menu-right-content .btn-box a:hover{

}

.header-style-11 .header-upper .main-menu .navigation &gt; li &gt; a{
  padding-top: 19px;
  padding-bottom: 20px;
}

.header-style-11 .header-upper .menu-right-content li.nav-btn{
  width: 65px;
  height: 69px;
  line-height: 69px;
  border-radius: 0px;
}

.header-style-11 .header-upper .menu-right-content li.nav-btn .bar-1{
  bottom: 30px;
  right: 23px;
}

.header-style-11 .header-upper .menu-right-content li.nav-btn .bar-2{
  top: 30px;
  right: 23px;
}

.header-style-11 .header-upper .menu-right-content li.search-box-outer{
  margin-right: 0px;
  top: -1px;
}


/** slider-style-six **/

.slider-style-six{
  position: relative;
}

.slider-style-six .banner-carousel .slide-item:before{
  display: none;
}

.slider-style-six .banner-carousel .slide-item .image-column{
  position: absolute;
  bottom: 0px;
  right: 220px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.slider-style-six .banner-carousel .active .slide-item .image-column{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.slider-style-six .banner-carousel .slide-item .image-column.image-two{
  right: 305;
}

.slider-style-six .banner-carousel .slide-item .image-column.image-three{
  right: 190;
}

.slider-style-six .banner-carousel .slide-item .image-shape{
  position: absolute;
  right: 65px;
  bottom: 0px;
  width: 850px;
  height: 566px;
  background-repeat: no-repeat;
}

.slider-style-six .slide-item{
  position: relative;
  padding: 170px 0px 160px 0px;
  background: -webkit-linear-gradient(-45deg, #87deed, #a7deed 50%);
}

.slider-style-six .slide-item.style-two{
  background: -webkit-linear-gradient(-90deg, #e8e4ee, #f7f7fb 50%);
}

.slider-style-six .content-box h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding: 9px 35px 7px 27px;
  border-radius: 25px;
  margin-bottom: 44px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.slider-style-six .active .content-box h6{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.slider-style-six .content-box h2{
  font-size: 75px;
  line-height: 78px;
  color: #12734a;
  margin-bottom: 24px;
}

.slider-style-six .content-box p{
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 35px;
  max-width: 540px;
}

.slider-style-six .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.slider-style-six .content-box .btn-box .theme-btn{
  border-radius: 30px;
  padding: 18px 51px 14px 51px;
  margin-right: 35px;
}

.slider-style-six .content-box .btn-box .video-btn{
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 56px;
  border: 2px solid #004fac;
  border-radius: 50%;
  text-align: center;
}

.slider-style-six .content-box .btn-box .video-btn img{
  display: inline-block;
  position: relative;
  left: 4px;
}

.slider-style-six .content-box .btn-box .video-btn:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-40.png);
  width: 12px;
  height: 22px;
  left: 2px;
  top: 8px;
  background-repeat: no-repeat;
}

.slider-style-six .owl-nav{
  position: absolute;
  left: 160px;
  top: 42%;
}

.slider-style-six .owl-nav button{
  position: relative;
  display: block;
  border-color: #495499;
}

.slider-style-six .owl-nav button.owl-prev{
  margin-bottom: 20px;
}


/** about-style-seven **/

.about-style-seven{
  position: relative;
  padding: 120px 0px;
}

.about-style-seven .content-box{
  position: relative;
  display: block;
}

.about-style-seven .content-box .sec-title{
  margin-bottom: 31px;
}

.about-style-seven .content-box .text{
  margin-bottom: 50px;
}

.about-style-seven .content-box .text h4{
  font-size: 20px;
  line-height: 30px;
  color: #403953;
  font-weight: 700;
  margin-bottom: 29px;
}

.about-style-seven .content-box .text p{
  line-height: 28px;
}

.about-style-seven .content-box .list-style-one li{
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.about-style-seven .content-box .list-style-one li:last-child{
  margin-bottom: 0px;
}

.about-style-seven .content-box .inner-box{
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 55px;
  border-bottom: 1px solid #e0e0e0;
}

.about-style-seven .content-box .inner-box .list-style-one{
  float: left;
  margin-right: 75px;
}

.about-style-seven .content-box .inner-box .inner{
  position: relative;
  display: block;
  float: left;
  text-align: center;
  width: 220px;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 13px 30px 21px 30px;
}

.about-style-seven .content-box .inner-box .inner:before{
  position: absolute;
  content: '';
  width: 4px;
  height: calc(100% - 24px);
  left: 0px;
  top: 12px;
  border-radius: 0px 2px 2px 0px;
}

.about-style-seven .content-box .inner-box .inner h2{
  display: block;
  font-size: 42px;
  line-height: 50px;
  color: #012664;
  font-weight: 700;
}

.about-style-seven .content-box .inner-box .inner h4{
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  font-weight: 500;
}

.about-style-seven .content-box .author-info{
  position: relative;
  display: flex;
  align-items: center;
}

.about-style-seven .content-box .author-box{
  position: relative;
  display: block;
  padding: 15px 0px 13px 100px;
  margin-right: 38px;
}

.about-style-seven .content-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.about-style-seven .content-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.about-style-seven .content-box .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #1c0f3b;
}

.about-style-seven .content-box .author-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.about-style-seven .content-box .author-box h3 a{
  display: inline-block;
  color: #1c0f3b;
}

.about-style-seven .content-box .author-box h3 a:hover{

}

.about-style-seven .content-box .signature{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.about-style-seven .content-box .signature:before{
  position: absolute;
  content: '';
  background: #8fbe3e;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  left: 0px;
  bottom: -4px;
  z-index: -1;
}

.about-style-seven .image-box{
  position: relative;
  display: block;
  padding-left: 24px;
  padding-bottom: 138px;
}

.about-style-seven .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.about-style-seven .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.about-style-seven .image-box .image:before{
  position: absolute;
  content: '';
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  left: -12px;
  top: -11px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-style-seven .image-box .inner-box{
  position: absolute;
  right: -36px;
  bottom: 0px;
  background: #8fbe3e;
  width: 375px;
  padding: 45px 30px 30px 30px;
  border-radius: 10px;
}

.about-style-seven .image-box .inner-box h4{
  position: relative;
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  padding: 12px 0px 14px 0px;
  z-index: 1;
  margin-bottom: 15px;
}

.about-style-seven .image-box .inner-box h4:before{
  position: absolute;
  content: '';
  width: 329px;
  height: 56px;
  left: -6px;
  top: 0px;
  background-repeat: no-repeat;
  background-image: url(../images/shape/shape-41.png);
  background-position: center;
  z-index: -1;
}

.about-style-seven .image-box .inner-box .inner{
  position: relative;
  display: block;
  padding-left: 90px;
}

.about-style-seven .image-box .inner-box .inner .icon-box{
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 64px;
  color: #000000;
}

.about-style-seven .image-box .inner-box .inner h3{
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.about-style-seven .image-box .inner-box .inner h2{
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #2a2a2a;
}

.service-style-two.home-11{
  padding-bottom: 190px;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding-bottom: 90px;
}

.feature-style-two:before{
  position: absolute;
  content: '';
  background: #f5f8fd;
  width: calc(50% + 475px);
  height: calc(100% + 90px);
  left: 0px;
  top: -90px;
}

.feature-style-two .content-box{
  position: relative;
  display: block;
  margin-right: 70px;
  margin-top: 20px;
}

.feature-style-two .content-box .sec-title{
  margin-bottom: 37px;
}

.feature-style-two .content-box .sec-title h6{
  margin-bottom: 7px;
}

.feature-style-two .content-box .sec-title h2{
  font-size: 48px;
  line-height: 58px;
}

.feature-style-two .content-box .text{
  margin-bottom: 32px;
}

.feature-style-two .content-box .text p{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.feature-style-two .content-box .list-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
}

.feature-style-two .content-box .list-style-one li{
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.feature-style-two .content-box .list-style-one li:last-child{
  margin-bottom: 0px;
}

.feature-style-two .video-content{
  position: relative;
  display: block;
  margin-right: -275px;
  margin-left: 10px;
  text-align: center;
}

.feature-style-two .video-inner{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 197px 0px;
}

.feature-style-two .video-inner:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.feature-style-two .video-inner .video-btn{
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: #8fbe3e;
  font-size: 48px;
  color: #012664;
  text-align: center;
  border-radius: 50%;
}

.feature-style-two .video-inner .video-btn:before{
  position: absolute;
  content: '';
  border: 2px solid #8fbe3e;
  border-radius: 50%;
  width: 148px;
  height: 148px;
  left: -9px;
  top: -9px;
}

.project-style-two.home-11{
  background: #fff;
  border-bottom: none;
}

.project-style-two.home-11 .nav-style-one .owl-nav button{
  border-color: #a7a7a7;
}

.project-style-two.home-11 .nav-style-one .owl-nav button.owl-prev:before {
  background-image: url(../images/icons/icon-19.png);
}

.project-style-two.home-11 .nav-style-one .owl-nav button.owl-next:before {
  background-image: url(../images/icons/icon-20.png);
}

.funfact-style-two.home-11{
  padding: 0px;
}

.funfact-style-two.home-11 .inner-container{
  padding: 85px 0px 118px 0px;
  border-top: 1px solid #c6c7cc;
}

.testimonial-style-three.home-11{
  background: #f0f0f6;
}


/*** 

====================================================================
                        Home-Page-12
====================================================================

***/

/** header-style-12 **/

.header-style-12 .menu-right-content .btn-box a{
  color: #fff;
}

.header-style-12 .menu-right-content .btn-box a:hover{
  background: #12734a;
}


/** banner-style-six **/

.banner-style-six{
  position: relative;
  padding: 128px 0px 170px 0px;
  background: #e7f3f7;
}

.banner-style-six .content-box{
  position: relative;
  display: block;
  margin-left: -80px;
  z-index: 1;
  margin-top: 150px;
}

.banner-style-six .content-box h2{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 87px;
  font-weight: 900;
  margin-bottom: 33px;
}

.banner-style-six .content-box h2 span{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.banner-style-six .content-box h2 span:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-9.png);
  width: 272px;
  height: 14px;
  left: 0px;
  bottom: 8px;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-style-six .content-box p{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 36px;
}

.banner-style-six .content-box .support-box{
  position: relative;
  padding: 0px 75px 0px 85px;
  margin-top: 38px;
}

.banner-style-six .content-box .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 16px;
}

.banner-style-six .content-box .support-box h3{
  display: block;
  font-size: 45px;
  line-height: 50px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
}

.banner-style-six .content-box .support-box a{
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
}

.banner-style-six .content-box .support-box a:hover{
  text-decoration: underline;
}

.banner-style-six .image-box{
  position: relative;
  display: block;
  margin-left: -208px;
  margin-right: -250px;
}

.banner-style-six .image-box img{
  width: 100%;
}

.banner-style-six .image-box .image-shape{
  position: absolute;
  left: 32%;
  top: 40px;
  width: 97px;
  height: 99px;
  background-repeat: no-repeat;
}

.banner-style-six .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner-style-six .shape-layer .shape-1{
  position: absolute;
  left: 495px;
  top: 150px;
  width: 133px;
  height: 132px;
  background-repeat: no-repeat;
}

.banner-style-six .shape-layer .shape-2{
  position: absolute;
  left: 100px;
  top: 43%;
  width: 96px;
  height: 135px;
  background-repeat: no-repeat;
}

.banner-style-six .shape-layer .shape-3{
  position: absolute;
  left: 300px;
  bottom: 50px;
  width: 175px;
  height: 175px;
  background-repeat: no-repeat;
}


/** about-style-eight **/

.about-style-eight{
  position: relative;
  background: #e7f3f7;
  padding: 130px 0px;
}

.about-style-eight .image-box{
  position: relative;
  display: block;
  margin-right: 38px;
  padding-bottom: 31px;
}

.about-style-eight .image-box img{
  width: 100%;
}

.about-style-eight .image-box .text-inner{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 190px;
  height: 190px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  z-index: 1;
}

.about-style-eight .image-box .text-inner:before{
  position: absolute;
  content: '';
  background: #e6f3f7;
  width: 100%;
  height: 100%;
  left: -16px;
  top: 0px;
  border-radius: 50%;
  z-index: -1;
}

.about-style-eight .image-box .text-inner:after{
  position: absolute;
  content: '';
  background: #8fbe3e;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  z-index: -1;
}

.about-style-eight .image-box .text-inner h2{
  position: relative;
  display: inline-block;
  font-size: 52px;
  line-height: 50px;
  color: #246061;
  font-weight: 900;
  padding-right: 16px;
}

.about-style-eight .image-box .text-inner h2 span{
  font-size: 30px;
  position: absolute;
  top: -9px;
  right: 0px;
}

.about-style-eight .image-box .text-inner h5{
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #246061;
}

.about-style-eight .content-box{
  margin-left: -30px;
}

.about-style-eight .pattern-layer{
  position: absolute;
  top: 35px;
  right: 370px;
  width: 97px;
  height: 100px;
  background-repeat: no-repeat;
}

.chooseus-style-two.home-12 .content_block_three .content-box .list-style-one li{
  font-weight: 600;
  color: #12734a;
}


.project-style-three.home-12 .sec-title{
  margin-bottom: 64px;
}

.project-style-three.home-12 .outer-container{
  padding: 0px 40px;
}

.project-style-three.home-12 .project-block-two .inner-box .image-box{
  background: #00a2ff;
}

.project-style-three.home-12 .project-block-two .inner-box .content-box .option-list li a{
  color: #000;
}

.project-style-three.home-12 .project-block-two .inner-box .content-box .option-list li a:hover{
  color: #fff;
}

.project-style-three.home-12 .project-block-two .inner-box .content-box .text h6{
  color: #fff;
}

.project-style-three.home-12 .project-block-two .inner-box .content-box .text h4 a{
  color: #fff;
}

.project-style-three.home-12 .nav-style-one .owl-nav{
  position: absolute;
  top: -123px;
  right: 0px;
  left: 0px;
  width: 1185px;
  margin: 0 auto;
  text-align: right;
}

.project-style-three.home-12 .nav-style-one .owl-nav button{
  border-color: #fff;
}

.project-style-three.home-12 .nav-style-one .owl-nav .owl-prev:before{
  background-image: url(../images/icons/icon-37.png);
}

.project-style-three.home-12 .nav-style-one .owl-nav .owl-next:before{
  background-image: url(../images/icons/icon-38.png);
}

.project-style-three.home-12{
  padding-bottom: 0px;
}

.project-style-three.home-12:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 75px;
  left: 0px;
  bottom: 0px;
}


/** vision-section **/

.vision-section{
  position: relative;
  padding: 330px 0px 120px 0px;
}

.vision-section .image-box{
  position: relative;
  margin-left: -66px;
}

.vision-section .image-box .image{
  position: relative;
  display: block;
}

.vision-section .image-box .image img{
  width: 100%;
}

.vision-section .content-box{
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: 70px;
}

.vision-section .content-box .sec-title{
  margin-bottom: 27px;
}

.vision-section .content-box .text{
  margin-bottom: 59px;
}

.vision-section .content-box .text p{
  line-height: 30px;
}

.vision-section .content-box .inner-box .single-item{
  position: relative;
  display: block;
}

.vision-section .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 85px;
  margin-bottom: 14px;
}

.vision-section .content-box .inner-box .single-item h3 i{
  position: absolute;
  left: 0px;
  top: -8px;
  font-size: 64px;
  color: #00a2ff;
}

.vision-section .content-box .inner-box .single-item p{
  line-height: 26px;
}

.vision-section .big-text{
  position: absolute;
  left: 0px;
  top: 90px;
  font-size: 165px;
  line-height: 150px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: rgba(255,255,255,1);
  text-shadow: -1px -1px 0 #d6d8df, 1px -1px 0 #d6d8df, -1px 1px 0 #d6d8df, 1px 1px 0 #d6d8df;
  width: 100%;
  transform: translateX(100%);
  animation: move 45s linear infinite
}

@keyframes move {
  to { transform: translateX(-100%); }
}

.testimonial-style-four.home-12{
  background: #1a8ee4;
}

.testimonial-style-four.home-12 .pattern-layer{
  width: 100%;
  height: 100%;
}

.testimonial-style-four.home-12 .nav-style-one .owl-nav{
  left: -360px;
}

.pricing-section.home-12,
.funfact-style-two.home-12{
  background: #f5f7fc;
}

.funfact-style-two.home-12{
  padding: 0px;
}

.pricing-section.home-12 .inner-container{
  border-bottom: none;
}

.funfact-style-two.home-12 .inner-container {
  padding: 85px 0px 90px 0px;
  border-top: 1px solid #c6c7cc;
}



/*** 

====================================================================
                        Inner-Pages
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  background: #03418c;
  padding: 150px 0px;
  overflow: hidden;
}

.page-title .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .image-layer{
  position: absolute;
  right: 200px;
  bottom: 0px;
}

.page-title .content-box{
  position: relative;
  display: block;
}

.page-title .content-box h1{
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 5px;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding-right: 15px;
  margin-right: 7px;
}

.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '/';
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}

.page-title .content-box .bread-crumb li:last-child{
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li a{
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover{

}

.page-title .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 90px;
  width: 95px;
  height: 230px;
  background-repeat: no-repeat;
}

.page-title .shape .shape-2{
  position: absolute;
  left: 107px;
  bottom: -35px;
  width: 169px;
  height: 169px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}


/** about-style-nine **/

.about-style-nine{
  position: relative;
  padding: 120px 0px 210px 0px;
}

.image_block_seven .image-box{
  position: relative;
  display: block;
  padding-right: 265px;
  padding-top: 70px;
  margin-right: 26px;
}

.image_block_seven .image-box .image{
  border-radius: 5px;
}

.image_block_seven .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.image_block_seven .image-box .image-2{
  position: absolute;
  top: 0px;
  right: 0px;
}

.image_block_seven .image-box .text-inner{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 345px;
  background: #034088;
  border-radius: 5px;
  padding: 37px 20px 39px 30px;
}

.image_block_seven .image-box .text-inner .inner{
  position: relative;
  display: block;
  padding-left: 95px;
}

.image_block_seven .image-box .text-inner .icon-box{
  position: absolute;
  left: 0px;
  top: 18px;
  font-size: 64px;
  color: #fff;
}

.image_block_seven .image-box .text-inner h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #8fbe3e;
  margin-bottom: 4px;
}

.image_block_seven .image-box .text-inner h3{
  display: block;
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  font-weight: 500;
}

.content_block_11 .content-box{
  position: relative;
  display: block;
  margin-right: -70px;
  margin-top: -13px;
}

.content_block_11 .content-box .sec-title{
  margin-bottom: 37px;
}

.content_block_11 .content-box .sec-title h6{
  margin-bottom: 10px;
}

.content_block_11 .content-box .text{
  margin-bottom: 37px;
}

.content_block_11 .content-box .text p{
  line-height: 28px;
  margin-bottom: 28px;
}

.content_block_11 .content-box .list-style-one li{
  margin-bottom: 10px;
}

.content_block_11 .content-box .list-style-one li:last-child{
  margin-bottom: 0px;
}

.content_block_11 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.content_block_11 .content-box .list-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.content_block_11 .content-box .theme-btn{
  border-radius: 5px;
  padding: 19px 35px 16px 35px;
}


.testimonial-section.about-page{
  background: #ecf0f9;
}

.team-section.about-page{
  background: #fff;
}

.team-section.about-page .team-block-one .inner-box{
  background: #fff;
}


/** company-section **/

.company-section{
  position: relative;
  padding: 107px 0px 120px 0px;
}

.company-section .content-box{
  position: relative;
  display: block;
}

.company-section .content-box .sec-title{
  margin-bottom: 29px;
}

.company-section .content-box .text p{
  line-height: 28px;
  margin-bottom: 28px;
}

.company-section .content-box .text p:last-child{
  margin-bottom: 0px;
}

.company-section .list-inner{
  position: relative;
  display: block;
  padding-left: 75px;
  margin-top: 53px;
}

.company-section .list-inner:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 280px;
  left: 20px;
  top: 0px;
}

.company-section .list-inner .list li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #246061;
  margin-bottom: 21px;
  padding-left: 45px;
}

.company-section .list-inner .list li:last-child{
  margin-bottom: 0px;
}

.company-section .list-inner .list li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  background: #42a3eb;
  width: 18px;
  height: 18px;
  line-height: 20px;
  left: 0px;
  top: 4px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.company-section .list-inner .list li:after{
  position: absolute;
  content: '';
  background: #3493d7;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 2px;
  top: 6px;
  z-index: -1;
}


/** about-style-ten **/

.about-style-ten{
  position: relative;
}

.about-style-ten .inner-container{
  padding: 107px 0px 110px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.about-style-ten .author-inner{
  margin-right: 20px;
}

.about-style-ten .author-inner .text{
  margin-bottom: 44px;
}

.about-style-ten .author-inner .text p{
  line-height: 30px;
}

.about-style-ten .author-inner .author-info{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}

.about-style-ten .author-inner .author-box{
  position: relative;
  display: block;
  padding: 17px 0px 11px 105px;
  margin-right: 27px;
}

.about-style-ten .author-inner .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

.about-style-ten .author-inner .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.about-style-ten .author-inner .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  color: #161837;
  margin-bottom: 1px;
}

.about-style-ten .author-inner .author-box .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #161837;
}

.about-style-ten .sec-title{
  margin-bottom: 28px;
}

.about-style-ten .text-inner .text h6{
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding-left: 30px;
  margin-bottom: 14px;
}

.about-style-ten .text-inner .text h6:before{
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0px;
  top: 8px;
}

.about-style-ten .text-inner .text p{
  line-height: 30px;
}


/** history-section **/

.history-section{
  position: relative;
  padding: 93px 0px 170px 0px;
}

.history-section .single-item{
  position: relative;
  display: block;
  padding-left: 170px;
  margin-bottom: 63px;
}

.history-section .single-item:last-child{
  margin-bottom: 0px;
}

.history-section .single-item .year{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
}

.history-section .single-item .year:before{
  position: absolute;
  content: '';
  background: #d2d2d2;
  width: 1px;
  height: 121px;
  left: 54px;
  top: 108px;
}

.history-section .single-item:last-child .year:before{
  display: none;
}

.history-section .single-item h2{
  display: block;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 14px;
}

.history-section .single-item p{
  line-height: 28px;
}

.history-section .image-box{
  position: relative;
  display: block;
  padding-left: 170px;
  margin-top: 69px;
  padding-right: 170px;
}

.history-section .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.history-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}


/** team-page-section **/

.team-page-section{
  position: relative;
  padding: 107px 0px 60px 0px;
  border-bottom: 1px solid #c6c7cc;
}

.team-page-section .sec-title{
  margin-bottom: 0px;
}

.team-page-section .title-inner{
  margin-bottom: 60px;
}

.team-page-section .title-inner .text{
  margin-top: 28px;
}

.team-page-section .title-inner .text p{
  line-height: 30px;
}

.team-page-section .team-block-one .inner-box{
  background: #fff;
  margin-bottom: 60px;
}

.team-block-one .inner-box .image-inner{
  position: relative;
  display: block;
}

.team-block-one .inner-box .image-inner:before{
  position: absolute;
  content: '';
  background: #8fbe3e;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.95;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-inner:before{
  width: calc(100% - 74px);
}

.team-block-one .inner-box .image-inner{
  overflow: hidden;
}

.team-block-one .inner-box .social-links{
  position: absolute;
  bottom: 122px;
  z-index: 2;
  transform: rotate(0deg);
  left: -40px;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .social-links{
  opacity: 1;
  left: 22px;
}

.team-block-one .inner-box .social-links li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.team-block-one .inner-box .social-links li:last-child{
  margin-bottom: 0px;
}

.team-block-one .inner-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 2px solid #79715f;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #79715f;
  z-index: 1;
}

.team-block-one .inner-box .social-links li a:hover{
  background: #fff;
  border-color: #fff;
}

.team-block-one .inner-box .social-links p{
  position: relative;
  transform: rotate(-90deg);
  padding-right: 154px;
  color: #12734a;
  font-weight: 400;
  margin-left: -102px;
}

.team-block-one .inner-box .social-links p:before{
  position: absolute;
  content: '';
  background: #12734a;
  width: 40px;
  height: 1px;
  left: 92px;
  top: 16px;
}

.funfact-style-two.team-page{
  padding: 85px 0px 157px 0px;
}

.feature-section.service-page-1 .sec-title p{
  font-size: 18px;
  line-height: 28px;
  color: #444;
  font-weight: 400;
  margin-top: 21px;
}

.feature-section.service-page-1{
  padding: 107px 0px 155px 0px;
}

.feature-section.service-page-1 .feature-block-one .inner-box{
  margin-bottom: 30px;
}

.feature-section.service-page-1 .lower-box{
  position: relative;
  display: block;
  padding-top: 111px;
  margin-top: 90px;
  border-top: 1px solid #cdd1d8;
}

.feature-section.service-page-1 .lower-box h2{
  display: block;
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 30px;
}

.feature-section.service-page-1 .lower-box p{
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #242424;
  margin-bottom: 38px;
}

.feature-section.service-page-1 .lower-box p a{
  position: relative;
  display: inline-block;
  color: #242424;
  padding-right: 6px;
  margin-right: 1px;
}

.feature-section.service-page-1 .lower-box p a:last-child{
  padding: 0px;
  margin: 0px;
}

.feature-section.service-page-1 .lower-box p a:before{
  position: absolute;
  content: '';
  background: #3d3d3e;
  width: 1px;
  height: 16px;
  top: 8px;
  right: 0px;
}

.feature-section.service-page-1 .lower-box p a:last-child:before{
  display: none;
}

.feature-section.service-page-1 .lower-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  font-style: italic;
}

.service-page-section{
  position: relative;
  padding: 107px 0px 50px 0px;
  background: #f5f8fd;
}

.service-page-section .sec-title p{
  line-height: 28px;
  margin-top: 21px;
}

.service-page-section .sec-title{
  margin-bottom: 77px;
}

.service-page-section .service-block-one .inner-box{
  margin-bottom: 70px;
}


/** chooseus-style-four **/

.chooseus-style-four{
  position: relative;
  padding: 107px 0px 83px 0px;
}

.chooseus-style-four .sec-title p{
  line-height: 28px;
  margin-top: 21px;
}

.chooseus-style-four .single-item{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.chooseus-style-four .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 105px;
  height: 105px;
  line-height: 113px;
  background: #f5f8fd;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 19px;
}

.chooseus-style-four .single-item .icon-box .icon{
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: transparent;
  background: -webkit-linear-gradient(45deg, #246061, #12734a 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chooseus-style-four .single-item h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}

.chooseus-style-four .single-item h3 span{
  font-weight: 400;
}

.chooseus-style-four .single-item p{
  line-height: 28px;
}

.chooseus-style-four .image-layer{
  position: absolute;
  bottom: 0px;
  left: 307px;
}


/** service-details **/

.service-details{
  position: relative;
  padding: 120px 0px 152px 0px;
}

.service-sidebar{
  position: relative;
  display: block;
}

.service-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.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;
  color: #090d30;
  font-weight: 500;
  background: #f5f8fd;
  padding: 11px 15px 14px 30px;
}

.service-sidebar .category-widget .category-list li a:hover,
.service-sidebar .category-widget .category-list li a.current{
  color: #fff;
  padding-left: 60px;
}

.service-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 14px;
  height: 1px;
  left: 30px;
  top: 28px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a:hover:before,
.service-sidebar .category-widget .category-list li a.current:before{
  opacity: 1;
}

.service-sidebar .category-widget{
  margin-bottom: 60px;
}

.service-sidebar .contact-widget{
  position: relative;
  display: block;
  border: 2px solid #12734a;
}

.service-sidebar .contact-widget .image-box{
  position: relative;
  display: block;
}

.service-sidebar .contact-widget .image-box img{
  width: 100%;
}

.service-sidebar .contact-widget .image-box:before{
  position: absolute;
  content: '';
  background: #8fbe3e;
  width: calc(100% + 2px);
  height: 87px;
  left: 0px;
  bottom: 0px;
  clip-path: polygon(0% 95%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.widget-title h3 {
  padding-bottom: 20px;;
}

.service-sidebar .contact-widget .image-box:after{
  position: absolute;
  content: '';
  background: #246061;
  width: calc(100% + 2px);
  height: 65px;
  left: 0px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-sidebar .contact-widget .content-box{
  position: relative;
  display: block;
  padding: 5px 35px 46px 35px;
}

.service-sidebar .contact-widget .content-box:before{
  position: absolute;
  content: '';
  left: -2px;
  top: -1px;
  background: #246061;
  width: calc(100% + 4px);
  height: calc(100% + 3px);
}

.service-sidebar .contact-widget .content-box h3{
  display: block;
  font-size: 21px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}

.service-sidebar .contact-widget .content-box h3 span{
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.service-sidebar .contact-widget .content-box h2{
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 31px;
}

.service-sidebar .contact-widget .content-box .theme-btn{
  border-radius: 5px;
  padding: 12px 30px 10px 30px;
  border-radius: 3px;
}

.service-sidebar .contact-widget{
  margin-bottom: 50px;
}

.service-sidebar .download-widget a{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  padding: 18px 20px 21px 25px;
  background: #12734a;
}

.service-sidebar .download-widget a:hover{

}

.service-sidebar .download-widget a span{
  position: relative;
  padding-right: 52px;
}

.service-sidebar .download-widget a span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-56.png);
  width: 22px;
  height: 20px;
  top: 2px;
  right: 0px;
  background-repeat: no-repeat;
}

.service-details-content{
  position: relative;
  display: block;
  margin-left: 35px;
}

.service-details-content h2{
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #246061;
  font-weight: 900;
  margin-bottom: 19px;
}

.service-details-content p{
  line-height: 28px;
}

.service-details-content .content-one p{
  margin-bottom: 28px;
}

.service-details-content .content-one p:last-child{
  margin-bottom: 0px;
}

.service-details-content .content-one{
  margin-bottom: 54px;
}

.service-details-content h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #246061;
  font-weight: 900;
  margin-bottom: 13px;
}

.service-details-content .content-two p{
  margin-bottom: 33px;
}

.service-details-content .content-two .content-box{
  position: relative;
  display: block;
  margin-right: 30px;
}

.service-details-content .content-two .list-one li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 27px;
  padding-left: 58px;
}

.service-details-content .content-two .list-one li:last-child{
  margin-bottom: 0px;
}


.service-details-content .content-two .list-one li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 400;
  color: #05c15d;
  border: 1px dashed #05c15d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}

.service-details-content .content-two .list-one{
  margin-bottom: 44px;
}

.service-details-content .content-two .list-two li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #246061;
  padding-left: 15px;
  margin-bottom: 10px;
}

.service-details-content .content-two .list-two li:last-child{
  margin-bottom: 0px;
}

.service-details-content .content-two .list-two li:before{
  position: absolute;
  content: '';
  background: #246061;
  width: 5px;
  height: 1px;
  left: 0px;
  top: 15px;
}

.service-details-content .content-two .image-box{
  position: relative;
  display: block;
  margin-left: -6px;
  margin-top: 10px;
}

.service-details-content .content-two .image-box img{
  width: 100%;
}

.service-details-content .content-two .image-box .image{
  margin-bottom: 10px;
}

.service-details-content .content-two{
  margin-bottom: 48px;
}

.service-details-content .accordion-box .block .acc-btn:before{
  display: none;
}

.service-details-content .accordion-box .block .acc-btn h4{
  font-weight: 500;
  color: #242424;
}

.service-details-content .content-three h3{
  margin-bottom: 26px;
}


/** project-page-section **/

.project-page-section{
  position: relative;
  padding: 107px 0px 140px 0px;
}

.project-page-section .sec-title{
  margin-bottom: 0px;
} 

.project-page-section .title-inner{
  margin-bottom: 38px;
}

.project-page-section .title-inner .text p{
  line-height: 26px;
  font-weight: 500;
}

.project-page-section .project-block-two .inner-box{
  margin-bottom: 30px;
}

.project-page-section .project-block-two .inner-box .image-box{
  background: #00a2ff;
}

.project-page-section .project-block-two .inner-box .content-box .option-list li a{
  color: #000000;
}

.project-page-section .project-block-two .inner-box .content-box .option-list li a:hover{
  color: #fff;
}

.project-page-section .project-block-two .inner-box .content-box .text h6{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.project-page-section .project-block-two .inner-box .content-box .text h4{
  font-size: 22px;
  font-weight: 700;
}

.project-page-section .project-block-two .inner-box .content-box .text h4 a{
  color: #fff;
}

.project-page-section .project-block-two .inner-box .content-box .text h4 a:hover{
  text-decoration: underline;
}

.sortable-masonry .filter-tabs{
  margin-bottom: 44px;
}

.sortable-masonry .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #12734a;
  cursor: pointer;
  margin-right: 40px;
  transition: all 500ms ease;
}

.sortable-masonry .filter-tabs li:last-child{
  margin: 0px;
}

.sortable-masonry .filter-tabs li.active,
.sortable-masonry .filter-tabs li:hover{

}

.project-page-section .outer-container{
  padding: 0px 70px;
}

.project-page-three .sec-title,
.project-page-four .sec-title{
  margin-bottom: 38px;
}


/** project-details **/

.project-details{
  position: relative;
  padding: 111px 0px 176px 0px;
}

.project-details-content{
  position: relative;
  display: block;
}

.project-details-content h2{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  padding-right: 54px;
  margin-bottom: 22px;
}

.project-details-content h2:before{
  position: absolute;
  content: '';
  background: #00a7eb;
  width: 35px;
  height: 2px;
  right: 0px;
  bottom: 11px;
}

.project-details-content p{
  line-height: 28px;
}

.project-details-content .content-one p{
  margin-bottom: 28px;
}

.project-details-content .content-one p:last-child{
  margin-bottom: 0px;
}

.project-details-content .content-one{
  margin-bottom: 36px;
}

.project-details-content h3{
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.project-details-content .content-two p{
  margin-bottom: 28px;
}

.project-details-content blockquote{
  position: relative;
  display: block;
  margin: 0px;
  padding-top: 6px;
}

.project-details-content blockquote .icon-box{
  position: relative;
  display: inline-block;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 7px;
}

.project-details-content .content-two blockquote p{
  color: #6e6e6e;
  font-style: italic;
  margin-bottom: 11px;
}

.project-details-content blockquote span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #5aa0d1;
}

.project-details-content .content-two{
  margin-bottom: 42px;
}

.project-details-content .content-three p{
  color: #004444;
}

.project-details .image-box{
  position: relative;
  display: block;
  margin-top: 11px;
}

.project-details .image-box .image{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-details .image-box img{
  width: 100%;
}


/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
  padding: 120px 0px 160px 0px;
}

.blog-classic-content{
  position: relative;
  display: block;
  margin-right: 30px;
}

.news-block-three .inner-box{
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.news-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-three .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  background: #12734a;
}

.news-block-three .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box .image img{
  opacity: 0.3;
  transform: scale(1.05);
}

.news-block-three .inner-box .image-box .post-date{
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  width: 82px;
  padding: 12px 0px 14px 0px;
  font-size: 32px;
  line-height: 28px;
  color: #12734a;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.news-block-three .inner-box .image-box .post-date span{
  display: block;
  font-size: 18px;
}

.news-block-three .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 21px;
}

.news-block-three .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e4e4e4;
}

.news-block-three .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
  color: #b8b8b8;
  margin-right: 40px;
}

.news-block-three .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '/';
  top: 1px;
  right: -23px;
}

.news-block-three .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-three .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-three .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: #b8b8b8;
}

.news-block-three .inner-box .lower-content .post-info li a:hover{

}

.news-block-three .inner-box .lower-content h2{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 13px;
}

.news-block-three .inner-box .lower-content h2 a{
  display: inline-block;
  color: #12734a;
}

.news-block-three .inner-box .lower-content h2 a:hover{

}

.news-block-three .inner-box .lower-content p{
  line-height: 28px;
  margin-bottom: 37px;
}

.news-block-three .inner-box .lower-content .theme-btn{
  border-radius: 3px;
  color: #12734a;
  padding: 10px 30px 8px 30px;
  font-weight: 700;
}

.news-block-three .inner-box .lower-content .theme-btn:hover{
  color: #fff;
}

.blog-sidebar{
  position: relative;
  display: block;
}

.blog-sidebar .search-widget .search-form{
  position: relative;
  display: block;
}

.blog-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 53px;
  background: #12734a;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  color: rgba(255, 255, 255, 0.50);
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus{
  color: #fff;
}

.blog-sidebar .search-widget .search-form .form-group button{
  position: absolute;
  top: 9px;
  right: 25px;
}

.blog-sidebar .search-widget{
  margin-bottom: 42px;
}

.blog-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.blog-sidebar .widget-title h3{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-right: 55px;
}

.blog-sidebar .widget-title h3:before{
  position: absolute;
  content: '';
  background: #c5c9cc;
  width: 35px;
  height: 2px;
  right: 0px;
  bottom: 8px;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  padding: 6px 0px 9px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.blog-sidebar .category-widget .category-list li:last-child{
  border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
  font-weight: 500;
}

.blog-sidebar .category-widget .category-list li a:hover{

}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  top: 0px;
  right: 0px;
  font-weight: 300;
  color: #c8c8c8;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before{

}

.blog-sidebar .category-widget{
  margin-bottom: 27px;
}

.blog-sidebar .post-widget .widget-title{
  margin-bottom: 17px;
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding-left: 94px;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
  min-height: 94px;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 70px;
  height: 60px;
  background: #12734a;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.3;
}

.blog-sidebar .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  margin-bottom: 9px;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #12734a;
}

.blog-sidebar .post-widget .post h5 a:hover{

}

.blog-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.blog-sidebar .post-widget{
  margin-bottom: 41px;
}

.blog-sidebar .tags-widget .widget-title{
  margin-bottom: 20px;
}

.blog-sidebar .tags-widget .tags-list{
  position: relative;
  margin: 0px -5px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 5px 10px 5px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  border: 1px solid #e4e4e4;
  padding: 6px 13px;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #12734a;
  background: #8fbe3e;
  border-color: #8fbe3e;
}

.blog-grid{
  position: relative;
  padding: 120px 0px 150px 0px;
}

.blog-details-content{
  position: relative;
  display: block;
  margin-right: 30px;
}

.blog-details-content .news-block-three .inner-box .image-box .image img{
  opacity: 1 !important;
  transform: scale(1) !important;
}

.blog-details-content h3{
  display: block;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 19px;
}

.blog-details-content p{
  line-height: 28px;
}

.blog-details-content .content-one{
  margin-bottom: 40px;
}

.blog-details-content .content-one .text{
  margin-bottom: 42px;
}

.blog-details-content .content-one .lower-text p a{
  display: inline-block;
  color: #bf1909;
  text-decoration: underline;
}

.blog-details-content .news-block-three .inner-box{
  margin-bottom: 35px;
}

.blog-details-content .comment-inner{
  position: relative;
  border: 1px solid #eeeeee;
}

.blog-details-content .comment-inner .comment{
  position: relative;
  display: block;
  padding: 25px 50px 18px 125px;
  border-bottom: 1px solid #eeeeee;
}

.blog-details-content .comment-inner .comment:last-child{
  border-bottom: none;
}

.blog-details-content .comment-inner .comment:nth-child(2n+2){
  background: #fcfcfc;
}

.blog-details-content .comment-inner .comment .thumb-box{
  position: absolute;
  left: 25px;
  top: 25px;
  width: 70px;
  height: 70px;
}

.blog-details-content .comment-inner .comment.replay-comment{
  padding-left: 100px;
}

.blog-details-content .comment-inner .comment.replay-comment .thumb-box{
  left: 0px;
}

.blog-details-content .comment-inner .comment .thumb-box img{
  width: 100%;
}

.blog-details-content .comment-inner .comment h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin-bottom: 2px;
}

.blog-details-content .comment-inner .comment p{
  line-height: 26px;
  margin-bottom: 5px;
}

.blog-details-content .comment-inner .comment .info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #7c7c7c;
  margin-right: 22px;
}

.blog-details-content .comment-inner .comment .info li:last-child{
  margin: 0px;
}

.blog-details-content .comment-inner .comment .info li:before{
  position: absolute;
  content: '';
  background: #959595;
  width: 1px;
  height: 15px;
  top: 8px;
  right: -13px;
}

.blog-details-content .comment-inner .comment .info li:last-child:before{
  display: none;
}

.blog-details-content .comment-inner .comment .info li a{
  color: #12734a;
  font-size: 17px;
  font-weight: 600;
}

.blog-details-content .comment-inner .comment .info li a:hover{
  text-decoration: underline;
}

.blog-details-content .comment-box h3{
  margin-bottom: 25px;
}

.blog-details-content .comment-box{
  margin-bottom: 52px;
}

.blog-details-content .comments-form-area h3{
  margin-bottom: 23px;
}

.blog-details-content .comments-form-area .form-inner{
  position: relative;
  display: block;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}

.blog-details-content .comments-form-area .form-inner .form-group{
  margin-bottom: 20px;
}

.blog-details-content .comments-form-area .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-inner .form-group input[type='text'],
.blog-details-content .comments-form-area .form-inner .form-group input[type='email'],
.blog-details-content .comments-form-area .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #eeeeee;
  font-size: 17px;
  color: #737373;
  padding: 0px 20px;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-inner .form-group textarea{
  height: 170px;
  resize: none;
  margin-bottom: 17px;
  padding-top: 10px;
}

.blog-details-content .comments-form-area .form-inner .form-group input:focus,
.blog-details-content .comments-form-area .form-inner .form-group textarea:focus{
  border-color: #8fbe3e;
}

.blog-details-content .comments-form-area .form-inner .theme-btn{
  border-radius: 5px;
  color: #12734a;
  padding: 16px 37px 14px 37px;
}

.blog-details-content .comments-form-area .form-inner .theme-btn:hover{
  color: #fff;
}


.appointment-area{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0 150px;
}
.appointment-title{
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 52px;
}
.appointment-title h2{
  font-size: 45px;
  line-height: 53px;
  font-weight: 900;
  margin: 0 0 24px;
}
.appointment-title p{
  margin: 0px;
  line-height: 28px;
}

.appointment-form{
  position: relative;
  display: block;
}

.appointment-form .single-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.appointment-form .single-box.selectbox {
  overflow: inherit;
}

.appointment-form .single-box .jobsite-address input{
  margin-bottom: 20px;
}

.appointment-form .single-box .inner-title{
  position: relative;
  display: block;
  padding-bottom: 15px;
}
.appointment-form .single-box .inner-title h3{
  color: #12734a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}

.appointment-checkbox {
  position: relative;
  display: block;
}
.appointment-checkbox .single-checkbox{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.appointment-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #444444 !important;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
}
.appointment-checkbox input[type="checkbox"] {
  display:none;
}
.appointment-checkbox input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}
.appointment-checkbox label span:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 1px solid #b2b7bb;
  opacity: 0;
  background-color: transparent;
  transition: all 300ms ease;
}
.appointment-checkbox input[type="checkbox"]:checked + label span {
  border-color: #16232a;
}
.appointment-checkbox input[type="checkbox"]:checked + label span:before {
  opacity: 1;
  background: -webkit-linear-gradient(-45deg, #aeb3b9, #e9e9ea 80%);
}


.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea,
.appointment-form select{
  position: relative;
  display: block;   
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: 'Barlow', sans-serif;
}

.appointment-form textarea{
  height: 180px;
  resize: none;
}

.appointment-form input:focus,
.appointment-form textarea:focus{
  border-color: #8fbe3e;
}

.appointment-form .date-box{
  position: relative;
  display: block;
  width: 380px;
}
.appointment-form .date-box .icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #898989;
  font-size: 16px;
}
.appointment-form .date-box .icon span:before{
  position: relative;
  top: 2px;
}


.appointment-form .time-box{
  position: relative;
  display: block;
  width: 270px;    
}
.appointment-form .time-box .icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #444;
  font-size: 20px;
  font-weight: 700;
}
.appointment-form .time-box .icon span:before{
  position: relative;
  top: 0px;
  font-weight: 500;
  color: #444;
  font-size: 16px;
}

.newsletter-checkbox {
  position: relative;
  display: block;
}
.newsletter-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #444444;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
}
.newsletter-checkbox input[type="checkbox"] {
  display:none;
}
.newsletter-checkbox input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}
.newsletter-checkbox label span:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 1px solid #b2b7bb;
  opacity: 0;
  background-color: transparent;
  transition: all 300ms ease;
}
.newsletter-checkbox input[type="checkbox"]:checked + label span {
  border-color: #16232a;
}
.newsletter-checkbox input[type="checkbox"]:checked + label span:before {
  opacity: 1;
  background: -webkit-linear-gradient(-45deg, #aeb3b9, #e9e9ea 80%);
}

.appointment-form .bootstrap-select {
  position: relative;
  display: block;
}

.appointment-form .bootstrap-select .dropdown-toggle {
  position: relative;
  display: block;
  outline: none !important;
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #ffffff !important;
  max-width: 100%;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #444 !important;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
  box-shadow: none !important;
  transition: none !important;
  font-family: 'Barlow', sans-serif;
}

.appointment-form .bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
}

.appointment-form .bootstrap-select .dropdown-menu li{
  position: relative;
  display: block;
}

.appointment-form .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  margin: 0;
}

.appointment-form .bootstrap-select&gt;.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 20px;
  height: auto;
  font-family: 'FontAwesome';
  content: '\f107';
  color: #444;
  font-size: 20px;
  transform: translateY(-50%);
  margin: 0;
  font-weight: 700;
  border: none;
  background: transparent;
  text-align: right;
}
.appointment-form .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px solid #ddd;
  background: #f9f9f9;
  font-size: 16px;
  color: #000000;
}
.appointment-form .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 25px 9px;
  font-weight: 400;
  color: #898989;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
  font-family: 'Barlow', sans-serif;
}

.appointment-form .dropdown-item.active,
.appointment-form .dropdown-item:active {
  color: #222222;
}

.appointment-form .dropdown-item:hover {
  color: #222222;
}

.appointment-form-button{
  position: relative;
  display: block;
}

.appointment-form .date-box select{
  height: 40px;
  background: #fff;
  border: 1px solid #dddddd;
  line-height: 40px;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  color: #444444;
  padding: 0px 10px;
  margin-right: 10px;
  float: left;
}

.appointment-form .date-box #dobday{
  width: 99px;
}

.appointment-form .date-box #dobmonth{
  width: 110px;
}

.appointment-form .date-box #dobyear{
  width: 104px;
}

.appointment-form .theme-btn{
  color: #12734a;
  border-radius: 5px;
  padding: 17px 40px 16px 40px;
  font-size: 15px;
  background: #8fbe3e;
}

.appointment-form .theme-btn:hover{

}


/** faq-style-two **/

.faq-style-two{
  position: relative;
  padding: 118px 0px;
}

.faq-style-two .search-form{
  position: relative;
  margin-bottom: 66px;
}

.faq-style-two .search-form .form-group{
  position: relative;
  margin: 0px;
}

.faq-style-two .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 18px;
  color: #444444;
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.faq-style-two .search-form .form-group button{
  position: absolute;
  top: 14px;
  right: 30px;
  font-size: 17px;
  color: #c0c0c0;
  cursor: pointer;
  transition: all 500ms ease;
}

.faq-style-two .search-form .form-group input:focus{

}

.faq-style-two .sec-title{
  margin-bottom: 49px;
}

.faq-style-two .sec-title h6{
  margin-bottom: 5px;
}

.faq-style-two .sec-title p{
  margin-top: 6px;
}

.faq-style-two .search-form .form-group input:focus + button,
.faq-style-two .search-form .form-group button:hover{

}

.faq-style-two .accordion-box .block{
  margin-bottom: 48px;
  border: none;
}

.faq-style-two .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.faq-style-two .accordion-box .block .acc-btn{
  padding: 0px 30px 0px 40px;
}

.faq-style-two .accordion-box .block .acc-btn:before{
  display: none;
}

.faq-style-two .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: -1px;
  left: 0px;
  font-size: 16px;
  color: #0e2a4e;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
}

.faq-style-two .accordion-box .block .acc-btn .icon-outer:before{
  position: absolute;
  content: "+";
}

.faq-style-two .accordion-box .block .acc-btn.active .icon-outer:before{
  opacity: 0;
}

.faq-style-two .accordion-box .block .acc-btn.active .icon-outer:after{
  position: absolute;
  content: "-";
  font-size: 22px;
}

.faq-style-two .accordion-box .block .acc-btn h3{
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  transition: all 500ms ease;
}

.faq-style-two .accordion-box .block .acc-content{
  padding: 11px 30px 0px 40px;
}


/** faq-form-section **/

.faq-form-section{
  position: relative;
  background: #edf1f4;
  padding: 105px 0px 160px 0px;
}

.faq-form-section h2{
  display: block;
  font-size: 45px;
  line-height: 53px;
  font-weight: 900;
}

.faq-form-section .title-text{
  margin-bottom: 48px;
}

.faq-form-section .form-inner .form-group{
  position: relative;
  margin-bottom: 26px;
}

.faq-form-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.faq-form-section .form-inner .form-group input[type='text'],
.faq-form-section .form-inner .form-group input[type='email'],
.faq-form-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  border-bottom: 2px solid #e3e3e3;
  font-size: 18px;
  color: #444444;
  padding: 10px 0px;
  transition: all 500ms ease;
}

.faq-form-section .form-inner .form-group textarea{
  resize: none;
  height: 165px;
}

.faq-form-section .form-inner .form-group input:focus,
.faq-form-section .form-inner .form-group textarea:focus{
  border-color: #8fbe3e;
}

.faq-form-section .form-inner{
  max-width: 870px;
}

.faq-form-section .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-form-section .form-inner .form-group .theme-btn{
  border-radius: 5px;
  color: #010101;
  background: #8fbe3e;
  padding: 13px 34px 11px 34px;
}

.faq-form-section .form-inner .form-group .theme-btn:hover{

}


/** coupon-page-section **/

.coupon-page-section{
  position: relative;
  padding: 107px 0px 150px 0px;
}

.coupon-page-section .sec-title{
  margin-bottom: 14px;
}

.coupon-page-section .sec-title p{
  line-height: 28px;
  margin-top: 28px;
}

.coupon-page-section .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #0b1a3a;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 35px;
}

.coupon-page-section .list-item li:last-child{
  margin-bottom: 0px;
}


.coupon-page-section .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-59.png);
  width: 15px;
  height: 14px;
  left: 0px;
  top: 11px;
  background-repeat: no-repeat;
}

.coupon-page-section .content-one{
  margin-bottom: 68px;
}

.coupon-page-section .content-two .text{
  margin-bottom: 46px;
}

.coupon-page-section .content-two .text h2{
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #0b1a3a;
  font-weight: 900;
  margin-bottom: 7px;
}

.coupon-page-section .content-two .text p{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #0b1a3a;
}

.coupon-page-section .single-coupon-box{
  position: relative;
  display: block;
  background: #8fbe3e;
  padding: 36px 280px 37px 60px;
  overflow: hidden;
  margin-bottom: 50px;
  max-width: 970px;
}

.coupon-page-section .single-coupon-box:nth-child(2),
.coupon-page-section .single-coupon-box:nth-child(4){
  padding: 36px 60px 37px 280px;
  background: #28bdf9;
}

.coupon-page-section .single-coupon-box:before{
  position: absolute;
  content: '';
  border: 2px dashed #7d7d7d;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.coupon-page-section .single-coupon-box:nth-child(2):before,
.coupon-page-section .single-coupon-box:nth-child(4):before{
  border-color: #075f82;
}

.coupon-page-section .single-coupon-box:last-child{
  margin-bottom: 0px;
}

.coupon-page-section .single-coupon-box .image-box{
  position: absolute;
  bottom: -59px;
  border-radius: 50%;
  z-index: 1;
}

.coupon-page-section .single-coupon-box:first-child .image-box,
.coupon-page-section .single-coupon-box:nth-child(3) .image-box{
  right: -40px;
}

.coupon-page-section .single-coupon-box:nth-child(2) .image-box,
.coupon-page-section .single-coupon-box:nth-child(4) .image-box{
  left: -40px;
}

.coupon-page-section .single-coupon-box .image-box img{
  width: 100%;
  border-radius: 50%;
}

.coupon-page-section .single-coupon-box .image-box:before{
  position: absolute;
  content: '';
  background: #075f82;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  bottom: 7px;
  z-index: -1;
}

.coupon-page-section .single-coupon-box:first-child .image-box:before
.coupon-page-section .single-coupon-box:nth-child(3) .image-box:before{
  left: 4px;
}

.coupon-page-section .single-coupon-box:nth-child(2) .image-box:before,
.coupon-page-section .single-coupon-box:nth-child(4) .image-box:before{
  right: 4px;
}

.coupon-page-section .single-coupon-box h2{
  display: block;
  font-size: 33px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 8px;
}

.coupon-page-section .single-coupon-box:nth-child(2) h2,
.coupon-page-section .single-coupon-box:nth-child(4) h2{
  color: #fff;
}

.coupon-page-section .single-coupon-box p{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #0b1a3a;
  font-weight: 600;
  margin-bottom: 8px;
}

.coupon-page-section .single-coupon-box:nth-child(2) p,
.coupon-page-section .single-coupon-box:nth-child(4) p{
  color: #fff;
}

.coupon-page-section .single-coupon-box span{
  position: relative;
  display: block;
  font-size: 18px;
  color: #827434;
}

.coupon-page-section .single-coupon-box:nth-child(2) span,
.coupon-page-section .single-coupon-box:nth-child(4) span{
  color: #fff;
}

.coupon-section.pricing-page{
  padding: 115px 0px;
  background: #fff;
}

.pricing-section.pricing-page{
  background: #f0f2f5;
  padding: 120px 0px;
}


/** additional-service **/

.additional-service{
  position: relative;
  padding: 107px 0px 195px 0px;
}

.additional-service .sec-title p{
  line-height: 28px;
  margin-top: 16px;
}

.additional-service .single-item{
  position: relative;
  display: block;
  text-align: center;
}

.additional-service .single-item .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 21px;
}

.additional-service .single-item .image-box img{
  width: 100%;
}

.additional-service .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 3px;
}

.additional-service .single-item .price{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 40px;
  color: #12734a;
  font-weight: 600;
}

.additional-service .single-item .price span{
  font-size: 26px;
}


/** testimonial-page-section **/

.testimonial-page-section{
  position: relative;
  padding: 107px 0px 50px 0px;
  background: #ecf0f9;
}

.testimonial-page-section .testimonial-block-one .inner-box{
  margin-bottom: 70px;
}


/** error-section **/

.error-section{
  position: relative;
  padding: 100px 0px 140px 0px;
}

.error-section .inner-box h1{
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 10px;
}

.error-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 60px;
}

.contact-section .inner-box{
  margin-top: 121px;
}

.footer-bottom .link a{
  color: #be9a8d;
}


/** contact-page-section **/

.contact-page-section{
  position: relative;
  padding: 107px 0px 120px 0px;
  background: #f5f7fc;
}

.contact-page-section .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.contact-page-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-page-section .form-inner .form-group input[type='text'],
.contact-page-section .form-inner .form-group input[type='email'],
.contact-page-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 57px;
  background: #fff;
  border: 1px solid #e2e4eb;
  border-radius: 5px;
  font-size: 18px;
  color: #444444;
  padding: 10px 25px;
  transition: all 500ms ease;
}

.contact-page-section .form-inner .form-group textarea{
  height: 192px;
  resize: none;
}

.contact-page-section .form-inner .form-group input:focus,
.contact-page-section .form-inner .form-group textarea:focus{
  border-color: #8fbe3e;
}

.contact-page-section .form-inner .form-group .theme-btn{
  border-radius: 5px;
  color: #12734a;
  background: #8fbe3e;
  padding: 17px 40px 14px 40px;
  margin-top: 25px;
}

.contact-page-section .form-inner .form-group .theme-btn:hover{
  color: #fff;
}

.contact-page-section .content-box{
  position: relative;
  display: block;
  margin-left: 70px;
}

.contact-page-section .content-box .text{
  margin-bottom: 43px;
}

.contact-page-section .content-box .text h2{
  display: block;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 29px;
}

.contact-page-section .content-box .text p{
  line-height: 26px;
}

.contact-page-section .content-box .info-list li{
  position: relative;
  display: block;
  padding-left: 54px;
  margin-bottom: 12px;
}

.contact-page-section .content-box .info-list li:last-child{
  margin-bottom: 0px;
}

.contact-page-section .content-box .info-list li .icon-box{
  position: absolute;
  left: 0px;
  top: 8px;
}

.contact-page-section .content-box .info-list li h4{
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}

.contact-page-section .content-box .info-list li p{
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}

.contact-page-section .content-box .info-list li p a{
  display: inline-block;
  color: #444;
}

.contact-page-section .content-box .info-list li p a:hover{

}


/** google-map-two **/

.google-map-two{
  position: relative;
}

.google-map-two #contact-google-map{
  position: relative;
  width: 100%;
  height: 460px;
}

.test__bibi .row__fast__edit {
  margin-bottom: -70px;!important;
}</pre></body></html>