 
/* Css For Bullion */

/************ 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. Experience section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


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



/*** 

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

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


/*** 

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

 ***/


:root{
  --theme-color: #fe5924;
  --theme-color-two: #3c75d2;
  --theme-color-three: #ce183d;
  --secondary-color: #1b1e31;
  --text-color: #6e6e6e;
  --title-color: #1b1e31;
  --text-font: 'Mulish', sans-serif;
  --title-font: 'Syne', sans-serif;
}


body {
  font-size:17px;
  color:#6e6e6e;
  line-height:28px;
  font-weight:400;
  text-align: justify !important;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}
a.whatsapp{
  
}
a.whatsapp {
  
height: auto;
  
display: block;
  
width: fit-content;
  
position: fixed;
  
bottom: 1rem;
  
right: 1.2rem;
  
z-index: 99;
}
a.whatsapp  img{
  
width: 50px;
}
  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

  .app-info{
    margin-top:7rem;
  }

  .app-info h1{
    color: #002ac0;
    font-weight: bold;
    margin-bottom: 0.6rem;
  }

.app-info h1 span{
  color:black;
}
section{
  margin-bottom: 0.8rem;
}
section h2{
  font-size: 19px !important;
  font-weight: bold;
  color: dodgerblue;
}
  section  p {
        font-weight: 400;
        font-size: 19px !important;;
    }


.support-card {
      border: 3px solid #258dc5;
      
      border-bottom: 7px solid #258dc5;
      border-radius: 0.5rem;
      padding: 1.5rem 1.75rem;
      box-shadow: 0 2px 6px rgb(0 0 0 / 0.05);
      transition: box-shadow 0.3s ease;
      height: 100%;
      display: flex;
      width: 98%;
      flex-direction: column;
      justify-content: space-between;
      background-color: transparent;
      position: relative;
      overflow: hidden;
    }
    .support-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 0.5rem;
      z-index: 0;
    }
    .email-support::before {
      background-color: rgb(255 255 255 / 7%); /* blue with 10% opacity */
    }
    .whatsapp-support::before {
      background-color: rgb(255 255 255 / 6%); /* whatsapp green with 10% opacity */
    }
    .support-card > * {
      position: relative;
      z-index: 1;
    }
    .support-card:hover {
      box-shadow: 0 6px 12px rgb(0 0 0 / 0.1);
    }
    .card-title {
      font-weight: 600;
      font-size: 1.25rem; /* 20px */
      margin-bottom: 1rem;
      display: inline-block;
    }
    .card-title .blue-part {
      color: #0d6efd; /* Bootstrap primary blue */
    }
    .card-title .black-part {
      color: #000000;
    }
    .card-text {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 1.5rem;
      flex-grow: 1;
    }
    .btn-primary, .btn-primary:visited {
      display: inline-block;
      background-color: #0d6efd;
      border: none;
      color: white;
      font-size: 0.875rem; /* 14px */
      font-weight: 500;
      padding: 0.5rem 1.25rem;
      border-radius: 0.375rem;
      transition: background-color 0.2s ease-in-out;
      width: fit-content;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      user-select: none;
    }
    .btn-primary:hover, .btn-primary:focus {
      background-color: #0b5ed7;
      color: white;
      text-decoration: none;
    }
    .btn-whatsapp {
      display: inline-flex;
      align-items: center;
      background-color: #25D366;
      border: none;
      color: white;
      font-weight: 600;
      font-size: 1rem;
      padding: 0.5rem 1.25rem;
      border-radius: 0.375rem;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out;
      text-decoration: none;
      width: fit-content;
      z-index: 1;
      position: relative;
    }
    .btn-whatsapp:hover, .btn-whatsapp:focus {
      background-color: #128C7E;
      color: white;
      text-decoration: none;
    }
    .btn-whatsapp i {
      margin-right: 0.5rem;
      font-size: 1.25rem;
    }

.large-container{
  max-width: 1450px;
  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{
  font-family: var(--title-font);
  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: var(--text-font);
  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: var(--text-font);
  color: #000000;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--text-font);
  font-weight: 400;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

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

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

.oneclick h4 {
  margin-bottom: 0px !important;
  color: #0c0c0c;
}

.oneclick span {
  margin-bottom: 0px !important;
  color: #151515;
}

.oneclick li {
  margin-bottom: 20px !important;
}

 .container-custom {
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: max-content;
      margin-top: 2.4rem;
      background: #efefef59;
      border: 3px solid midnightblue; /* gray-300 */
      border-radius: 1rem;
      padding: 1rem 2rem;
      /* box-shadow: 0 4px 12px rgb(0 0 0 / 0.1); */
      box-sizing: border-box;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      margin-bottom: 1rem;
    }
    .container-custom h3 {
      font-size: 1.25rem !important;
      font-weight: 700;
      color: #1a1a1a !important; /* blue-900 */
      margin-bottom: 1.5rem;
      flex-shrink: 0;
    }
    .container-custom .rating {
      display: flex;
      align-items: center;
      margin-bottom: 2rem;
      flex-shrink: 0;
    }
    .container-custom .rating-star {
      color: #fbbf24; /* yellow-400 */
      font-size: 1.5rem;
      margin-right: 0.75rem;
    }
    .container-custom .rating-text {
      color: #1e40af; /* blue-900 */
      font-weight: 700;
      font-size: 1.25rem;
      text-decoration: underline;
      text-underline-offset: 4px;
      margin-right: 0.5rem;
    }
    .container-custom .reviews-count {
      color: #2563eb; /* blue-700 */
      font-size: 1.125rem;
    }
    .container-custom .review-text {
      border-left: 4px solid #fbbf24; /* yellow-400 */
      padding-left: 1rem;
      font-style: italic;
      color: #4a5568; /* gray-700 */
      font-size: 1.125rem; /* 18px */
      line-height: 1.6;
      margin-bottom: 1rem;
      flex-shrink: 0;
    }
    .container-custom .review-author {
      color: #2563eb; /* blue-700 */
      font-size: 1.125rem;
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 3px;
      cursor: pointer;
      margin-bottom: 2rem;
      flex-shrink: 0;
    }
    .container-custom .review-author span {
      font-family: monospace;
      font-weight: 400;
      text-decoration: none;
      margin-left: 0.25rem;
    }
    .container-custom .view-link {
      color: #1e40af; /* blue-900 */
      font-weight: 700;
      font-size: 1.25rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      transition: color 0.3s ease;
      user-select: none;
      text-decoration: none;
      flex-shrink: 0;
      margin-top: auto;
    }
    .container-custom .view-link:hover {
      color: #fbbf24; /* yellow-400 */
      text-decoration: none;
    }
    .container-custom .view-link i {
      color: #fbbf24;
      font-size: 1.5rem;
      margin-right: 0.75rem;
    }

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .sec-title .sub-title
Specificity: (0,2,0)
 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-family: var(--title-font);
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}

  .sec-title{
  position: relative;
  display: block;
  margin-bottom: 49px;
    margin-top:35px;
}
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

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

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--title-font);
  color: #fff;
  text-align: center;
  padding: 11px 28px;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
  width: 90%;
}

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

.theme-btn.btn-one{
  background: var(--theme-color);
}

.theme-btn.btn-one:hover{
  background: var(--secondary-color);
}

.theme-btn span{
  position: relative;
  padding-right: 25px;
}

.theme-btn span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  top: -2px;
  right: 0px;
  font-size: 20px;
}

.theme-btn.btn-two{
  background: transparent;
  border: 1px solid #FFEB3B;
  padding: 17px 37px;
}

.theme-btn.btn-two:hover{
  background: var(--theme-color);
}

.theme-btn.btn-three{
  background: var(--secondary-color);
  padding: 15px 37px;
}

.theme-btn.btn-three:hover{
  background: var(--theme-color);
}




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

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

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

.pagination li:first-child{
  margin-right: 30px;
}

.pagination li:last-child{
  margin-right: 0px !important;
  padding-left: 5px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  color: #a8a9b3;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #1b1e31;
}

.pagination li i{
  position: relative;
  font-size: 30px;
  color: #1b1e31;
  top: 12px;
  transition: all 500ms ease;
}

.pagination li a:hover i{
  color: var(--theme-color);
}

.pagination li a span{
  position: relative;
}

.pagination li a span:before{
  position: absolute;
  content: '';
  background: #a8a9b3;
  width: 6px;
  height: 1px;
  top: 14px;
  right: -18px;
}

.pagination li:nth-child(4) a span:before{
  display: none;
}

.sec-pad{
  padding: 113px 0px 120px 0px;
}

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

.scroll-top {
  width: 58px;
  height: 58px;
  line-height: 66px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 30px;
  z-index: 99;
  color: #fff;
  background: var(--secondary-color);
  border: 1px solid #32364f;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 1s ease;
}

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

.scroll-top:hover{
  background: var(--theme-color);
  border-color: var(--theme-color);
}



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

.sec-title .sub-title{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  margin: 0px;
}

.sec-title h2 span{
  color: var(--theme-color);
}

.home_2 .sec-title h2 span{
  color: #3c75d2;
}

.sec-title.light .sub-title{
  color: #3c75d2;
}

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

.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;
  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: 22px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 11px;
  transition: all 500ms ease;
}

.search-popup .close-search:hover {
  color: red;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group{
  position: relative;
  margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 0px;
  background: #ffffff;
  line-height: 30px;
  font-size: 20px;
  color: #808080;
  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: 35px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus{
  border-color: #141417;
}

.search-popup .form-control:focus{
  box-shadow: none !important;
}

/** header-top **/

.header-top{
  position: relative;
  background: var(--secondary-color);
  padding: 11px 0px;
}

.header-top .outer-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.header-top p,
.header-top a{
  color: #a8a9b3;
}

.header-top a:hover,
.header-top a span{
  color: var(--theme-color);
}

.header-top a span{
  text-decoration: underline;
  transition: all 500ms ease;
}

.header-top a:hover span{
  color: #fff;
}

.header-top .support-box,
.header-top .text{
  position: relative;
  display: block;
  padding-left: 25px;
}

.header-top .text{
  padding-left: 29px;
}

.header-top .support-box .icon-box,
.header-top .text .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.header-top .text .icon-box{
  top: -2px;
}

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

.header-top .guide-box{
  position: relative;
  padding-left: 22px;
  margin-right: 30px;
}

.header-top .guide-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.header-top .help-center{
  position: relative;
  padding-left: 26px;
  margin-right: 30px;
}

.header-top .help-center .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.header-top .language-box{
  position: relative;
  padding-left: 28px;
}

.header-top .language-box .icon-box{
  position: absolute;
  left: 0px;
  top: -2px;
}

.header-top .language-box .nice-select{
  position: relative;
  font-size: 16px;
  color: #a8a9b3;
  font-family: var(--text-font);
  font-weight: 400;
  text-transform: capitalize;
}

.header-top .language-box .nice-select:after{
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #a8a9b3;
  border-right: 2px solid #a8a9b3;
  top: 12px;
  right: 5px;
  margin: 0px;
}

.nice-select .list{
  min-width: 100px;
}

.header-top .language-box .nice-select .list{
  left: inherit !important;
  right: 0px !important;
}


/** header-lower **/

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

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

.main-header .logo-box{
  position: relative;
  padding: 26px 0px;
  margin-right: 80px;
}

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

.main-header .menu-right-content .search-box-outer{
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--secondary-color);
  margin-right: 80px;
  cursor: pointer;
  top: 2px;
  transition: all 500ms ease;
}

.main-header .menu-right-content .search-box-outer:hover{
  color: var(--theme-color);
}

.main-header .menu-right-content .search-box-outer:before{
  position: absolute;
  content: '';
  background: #e8e8e8;
  width: 1px;
  height: 50px;
  top: -12px;
  right: -40px;
}

.main-header .menu-right-content .clients-box{
  position: relative;
  padding: 11px 0px 11px 65px;
  margin-right: 40px;
}

.main-header .menu-right-content .clients-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 50%;
}

.main-header .menu-right-content .clients-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 600;
  padding-right: 24px;
}

.main-header .menu-right-content .clients-box a i{
  position: absolute;
  display: inline-block;
  top: 2px;
  right: 0px;
  font-size: 20px;
  color: var(--text-color);
  transition: all 500ms ease;
}

.main-header .menu-right-content .clients-box a:hover,
.main-header .menu-right-content .clients-box a:hover i{
  color: var(--theme-color);
}

.main-header .menu-right-content .clients-box a:hover i{
  transform: rotate(-45deg);
}



/** main-menu **/

.main-menu{
  float: left;
}

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

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

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

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

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size: 17px;
  line-height:30px;
  font-family: var(--text-font);
  padding: 32px 0px;
  padding-right: 12px;
  font-weight: 500;
  opacity:1;
  color: var(--secondary-color);
  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 > li > a:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  font-size: 12px;
  top: 31px;
  right: 0px;
  color: #a8a9b3;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  color: var(--theme-color);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:240px;
  z-index:100;
  background: var(--theme-color-two);
  display:none;
  opacity: 0;
  padding: 16px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  visibility: hidden;
  border-radius: 5px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul:before,
.main-menu .navigation > li > .megamenu:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
  background: transparent;
}

.main-menu .navigation > li > .megamenu{
  background: #212226;
}

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

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

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 8px 30px;
  padding-right: 0px;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:400;
  font-size: 14px;
  font-family: var(--text-font);
  color: var(--bs-white);
  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 > li > ul > li:last-child a{
  border-bottom: none;
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
  padding-right: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
  padding-left: 17px;
  color: var(--theme-color);
}

.main-menu .navigation > li > ul > li > a:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 0px;
  top: 4px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: -2px;
  top: 8px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before,
.main-menu .navigation > li > ul > li > a:hover:after{
  opacity: 1;
}

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

.main-menu .navigation > li > ul > li.dropdown:after{
  content: "\f101";
  font-family: 'flaticon';
  position:absolute;
  right:23px;
  top:6px;
  color: #a8a9b3;
  display:block;
  font-size:20px;
  font-weight:400;
  text-align:center;
  z-index:5;  
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown.current:after,
.main-menu .navigation > li > ul > li.dropdown:hover:after{
  color: var(--theme-color);
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  margin-left: 10px;
  width:240px;
  z-index:100;
  display:none;
  border-radius: 5px;
  padding: 16px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  background: #fff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

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

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

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 8px 30px;
  padding-right: 0px;
}

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

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:400;
  font-size:17px;
  font-family: var(--text-font);
  color: var(--text-color);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 0px;
  top: 4px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: -2px;
  top: 8px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before,
.main-menu .navigation > li > ul > li > ul > li > a:hover:after{
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 17px;
  color: var(--theme-color);
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: -15px;
  top: 100%;
}

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

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

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

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

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

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #1c1c1c;
  -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;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}


/** mobile-menu **/

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

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-color-two);
  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;
  filter: invert(1) brightness(50);
  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 li.current{
  /* background:darkblue; */
}
.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

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

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.mobile-menu .navigation li > a:hover{
  background-color: darkblue;
}
.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  /* margin-left: 20px; */
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

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

.special-text{
  font-family: 'Carattere', cursive;
}



/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}
  
.banner-carousel .slide-item{
  position: relative;
}
  
.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background: var(--secondary-color);
  top: 0px;
  left: 0px;
  opacity: 0.95;
  z-index: 1;
}
  
.banner-carousel .slide-item .bg-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
  
.banner-carousel .active .slide-item .bg-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}

.banner-carousel .slide-item .image-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
  
.banner-carousel .content-box{
  position: relative;
  max-width: 600px;
  padding: 155px 0px 290px 0px;
  width: 100%;
  z-index: 5;
}

.banner-carousel .content-box h2{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -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-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h2 span{
  color: var(--theme-color);
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #a8a9b3;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -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-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .btn-box{
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -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-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 83px;
  margin-left: 93px;
}

.banner-carousel .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-carousel .owl-dots .owl-dot.active span{
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.banner-carousel .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 6px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.banner-carousel .owl-dots .owl-dot.active span:before{
  transform: scale(1,1);
}

.banner-carousel .owl-nav{
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -70px;
}

.owl-carousel .owl-nav button span{
  font-family: 'flaticon';
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  background: #fff;
  color: var(--secondary-color);
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover{
  color: #fff;
  background: var(--theme-color);
}

.banner-carousel .owl-nav button{
  display: block;
}

.banner-carousel .owl-nav button.owl-prev{
  margin-bottom: 20px;
}

.banner-section .social-links{
  position: absolute;
  left: 50px;
  top: 160px;
  z-index: 1;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.banner-section .social-links li{
  position: relative;
  display: inline-block;
  margin-top: 50px;
}

.banner-section .social-links li:first-child{
  margin: 0px !important;
}

.banner-section .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 600;
  padding-bottom: 23px;
}

.banner-section .social-links li a:hover{
  color: var(--theme-color);
}

.banner-section .social-links li a i{
  position: absolute;
  left: 3px;
  bottom: 0px;
}

.banner-section .highlights-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 710px;
  background: #f4f4f4;
  border-radius: 5px 5px 0px 5px;
}

.banner-section .highlights-box .single-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 50px 32px 125px;
}

.banner-section .highlights-box .single-item .count-text{
  position: absolute;
  left: 28px;
  top: 17px;
  font-size: 36px;
  line-height: 40px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--theme-color);
}

.banner-section .highlights-box .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 80px;
}

.banner-section .highlights-box .single-item h3:before{
  position: absolute;
  content: '';
  background: #d8d8d8;
  width: 1px;
  height: 80px;
  top: -25px;
  right: 40px;
}

.banner-section .highlights-box .single-item a{
  position: absolute;
  right: -185px;
  bottom: 0px;
  width: 185px;
  text-align: center;
  background: #f4f4f4;
  padding: 21px 15px;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border-top-right-radius: 5px;
}

.banner-section .highlights-box .single-item a span{
  position: relative;
  padding-right: 25px;
}

.banner-section .highlights-box .single-item a span:before {
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  top: -2px;
  right: 0px;
  font-size: 20px;
}

.banner-section .highlights-box .single-item a:hover{
  color: #fff;
  background: var(--theme-color);
}


/** about-section **/

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

.about-section .image-box{
  position: relative;
  display: block;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 5px;
}

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

.about-section .image-box:before{
  position: absolute;
  top: 0;
  left: -80%;
  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;
}

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

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

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

.about-section .content-box{
  position: relative;
  display: block;
  margin-top: -5px;
}

.about-section .content-box .sec-title{
  margin-bottom: 31px;
}

.about-section .content-box .quote-box{
  position: relative;
  display: block;
  background: var(--secondary-color);
  padding: 22px 30px 22px 35px;
  border-left: 5px solid var(--theme-color);
  border-radius: 5px;
  margin-top: 32px;
  margin-bottom: 33px;
}

.about-section .content-box .quote-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.about-section .content-box .list-item{
  position: relative;
  display: block;
  margin-top: 30px;
}

.about-section .content-box .list-item li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 25px;
}

.about-section .content-box .list-item li:last-child{
  margin: 0px;
}

.about-section .content-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  background: #ececec;
  width: 22px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  left: 0px;
  top: 0px;
  font-weight: 900;
  font-size: 14px;
  color: var(--theme-color);
  border-radius: 3px;
}


/** trading-section **/

.trading-section{
  position: relative;
  background: var(--secondary-color);
}

.trading-block-one .inner-box{
  position: relative;
  display: block;
  background: #303449;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 15px;
  transition: all 500ms ease;
}

.trading-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.trading-block-one .inner-box .text{
  position: relative;
  display: block;
  border-radius: 5px;
  background: #24283c;
  padding: 33px 100px 33px 40px;
}

.trading-block-one .inner-box .text:before{
  position: absolute;
  content: '';
  background: #35394f;
  width: 1px;
  height: calc(100% - 80px);
  top: 40px;
  right: 70px;
}

.trading-block-one .inner-box .icon-box{
  position: absolute;
  top: 54px;
  right: 20px;
  z-index: 1;
  transition: all 500ms ease;
}

.trading-block-one .inner-box .overlay-icon{
  position: absolute;
  top: 54px;
  right: 20px;
  transform: scale(0,0);
  z-index: 1;
  transition: all 500ms ease;
}

.trading-block-one .inner-box:hover .icon-box{
  transform: scale(0,0);
}

.trading-block-one .inner-box:hover .overlay-icon{
  transform: scale(1,1);
}

.trading-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.trading-block-one .inner-box h3 a{
  display: inline-block;
  color: #fff;
}

.trading-block-one .inner-box h3 a:hover{
  color: var(--theme-color);
}

.trading-block-one .inner-box p{
  color: #a8a9b3;
}

.trading-block-one .inner-box .link-box{
  position: absolute;
  right: 7px;
  bottom: 103px;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.trading-block-one .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}

.trading-block-one .inner-box .link-box a:hover{
  color: var(--theme-color);
}

.trading-block-one .inner-box .link-box a span{
  position: absolute;
  padding-bottom: 24px;
  padding-right: 0px;
}

.trading-block-one .inner-box .link-box a span:before{
  position: absolute;
  content: "\f10e";
  font-family: 'flaticon';
  left: -2px;
  bottom: 0px;
  top: inherit;
  font-size: 20px;
  transform: rotate(180deg);
  transition: all 500ms ease;
}

.trading-block-one .inner-box .link-box a:hover span:before{
  transform: rotate(135deg);
}

.trading-block-one .inner-box .lower-text{
  position: relative;
  padding: 19px 40px 17px 40px;
}

.trading-block-one .inner-box .lower-text h6{
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.trading-block-one .inner-box .lower-text h6 span{
  color: var(--theme-color);
}

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

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

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


/** account-section **/

.account-section{
  position: relative;
  padding: 112px 0px 265px 0px;
}

.account-block-one{
  padding-right: 25px;
}

.account-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

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

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

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

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

.account-block-one .inner-box .image-box .title-text{
  position: absolute;
  bottom: 25px;
  right: -25px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 0px 15px 20px;
}

.account-block-one .inner-box .image-box .title-text h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.account-block-one .inner-box .image-box .title-text h3 a{
  display: inline-block;
  color: var(--secondary-color);
}

.account-block-one .inner-box .image-box .title-text h3 a:hover{
  color: var(--theme-color);
}

.account-block-one .inner-box .image-box .title-text .icon-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 85px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--secondary-color);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.account-block-one .inner-box .image-box .title-text .icon-box img{
  position: relative;
  display: inline-block;
  left: 8px;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.account-block-one .inner-box:hover .image-box .title-text .icon-box img{
  filter: grayscale(0%);
}

.account-block-one .inner-box .lower-content{
  position: relative;
}

.account-block-one .inner-box .lower-content .text-box{
  padding: 17px 25px;
  border-bottom: 1px solid #e8e8e8;
}

.account-block-one .inner-box .lower-content .link-box{
  position: relative;
  padding: 14px 25px;
}

.link-box a,
.link-box button{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: var(--secondary-color);
  font-weight: 600;
  transition: all 500ms ease;
}

.link-box a:hover,
.link-box button:hover{
  color: var(--theme-color);
}

.home_2 .link-box a:hover{
  color: var(--theme-color-two);
}

.link-box a span,
.link-box button span{
  position: relative;
  padding-right: 27px;
}

.link-box a span:before,
.link-box button span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  bottom: -3px;
  right: 0px;
  font-size: 20px;
  font-weight: 40;
  transition: all 500ms ease;
}

.link-box a:hover span:before,
.link-box button:hover span:before{
  transform: rotate(-45deg);
}

.account-section .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.account-section .owl-nav button{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.account-section .owl-nav .owl-prev{
  margin-right: 10px;
}

.account-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.account-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.account-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}


/** clients-section **/

.clients-section{
  position: relative;
}

.clients-section .inner-container{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  padding: 43px 50px 50px 50px;
  margin-top: -146px;
  z-index: 1;
}

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

.clients-section .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e8e8;
}

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

.clients-section .clients-box .clients-logo{
  position: relative;
  display: block;
  padding-top: 40px;
  min-height: 80px;
}

.clients-section .clients-box .clients-logo:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 3px;
  left: 0px;
  top: -2px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.clients-section .clients-box .clients-logo:hover:before{
  transform: scale(1,1);
}

.clients-section .clients-box .clients-logo img{
  position: relative;
  display: inline-block;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.clients-section .clients-box .clients-logo:hover img{
  filter: grayscale(0%);
}


/** pricing-section **/

.pricing-section{
  position: relative;
  padding-bottom: 110px;
}

.pricing-section .tab-btn-box{
  position: relative;
  padding-left: 336px;
  margin-bottom: 20px;
}

.pricing-section .tab-btn-box .tab-btns{
  position: absolute;
  left: 0px;
  top: 0px;
}

.pricing-section .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 158px;
  margin-right: 10px;
  padding: 13px 15px 15px 15px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li:last-child{
  margin: 0px !important;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn{
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.pricing-section .tab-btn-box .tab-btns li h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #6e6e6e;
  font-weight: 700;
  padding-left: 26px;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn h5{
  color: var(--secondary-color);
}

.pricing-section .tab-btn-box .tab-btns li h5:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0px;
  top: 6px;
}

.pricing-section .tab-btn-box .tab-btns li h5:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 4px;
  top: 10px;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn h5:after{
  transform: scale(0,0);
}

.pricing-section .search-inner .form-group{
  position: relative;
  margin: 0px;
} 

.pricing-section .search-inner .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 17px;
  color: var(--text-color);
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.pricing-section .search-inner .form-group input:focus{
  border-color: var(--theme-color);
}

.pricing-section .search-inner .form-group button[type='submit']{
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 18px;
  color: #6e6e6e;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .search-inner .form-group input:focus + button,
.pricing-section .search-inner .form-group button:hover{
  color: var(--theme-color);
}

.pricing-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  box-shadow: 0px 10px 10px 0px #f0f0f0;
  background: #fff;
}

.pricing-section .pricing-table {
  min-width: 1170px;
  width: 100%;
}

.pricing-section .pricing-table thead{
  position: relative;
  background: var(--secondary-color);
}

.pricing-section .pricing-table thead th{
  padding: 19px 40px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 600;
}

.pricing-section .pricing-table tr td{
  position: relative;
  padding: 0px 40px;
}

.pricing-section .pricing-table tr td .name-box{
  padding: 19px 0px;
}

.pricing-section .pricing-table tbody tr:nth-child(2n+1){
  background: #f4f4f4;
}

.pricing-section .pricing-table tr td .name-box p{
  font-size: 14px;
  line-height: 26px;
  color: var(--secondary-color);
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-section .pricing-table tr td .name-box p i{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  color: #a8a9b3;
  font-size: 20px;
  top: 5px;
}

.pricing-section .pricing-table tr td{
  font-size: 15px;
  line-height: 26px;
}

.pricing-section .pricing-table tr td .red{
  color: #e82e2e;
}

.pricing-section .pricing-table tr td .green{
  color: #44aa20;
}

.pricing-section .pricing-table tr td a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #a8a9b3;
}

.pricing-section .pricing-table tr td a:hover{
  color: var(--theme-color);
}

.pricing-section .pricing-table tr td a:hover{
  transform: rotate(-45deg);
}

.pricing-section .link-box{
  margin-top: 41px;
}

.pricing-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(100% + 146px);
  background-size: cover;
  background-repeat: no-repeat;
}


/** tools-section **/

.tools-section{
  position: relative;
  background: var(--secondary-color);
  padding: 120px 0px;
}

.tools-section .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 30px;
}

.tools-section .image-box:before{
  position: absolute;
  top: 0;
  left: -80%;
  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;
}

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

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

.tools-block-one{
  max-width: 370px;
}

.tools-block-one .inner-box{
  position: relative;
  display: block;
  background: #24283c;
  border: 1px solid #35394f;
  border-radius: 5px;
  padding: 50px 40px 40px 40px;
}

.tools-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 31px;
}

.tools-block-one .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.tools-block-one .inner-box .icon-box .icon:before{
  position: absolute;
  content: '';
  background: #303449;
  width: 54px;
  height: 70px;
  left: -10px;
  top: -10px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.tools-block-one .inner-box .title-box{
  position: relative;
  display: block;
  padding-top: 17px;
  padding-bottom: 16px;
  border-top: 1px solid #35394f;
  border-bottom: 1px solid #35394f;
  margin-bottom: 36px;
}

.tools-block-one .inner-box .title-box h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  max-width: 170px;
}

.tools-block-one .inner-box .title-box h3 a{
  display: inline-block;
  color: #fff;
}

.tools-block-one .inner-box .title-box h3 a:hover{
  color: var(--theme-color);
}

.tools-block-one .inner-box .title-box .count-text{
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--theme-color);
}

.tools-block-one .inner-box .text-box{
  margin-bottom: 26px;
}

.tools-block-one .inner-box .text-box p{
  color: #a8a9b3;
}

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

.tools-block-one .inner-box .link-box a:hover{
  color: var(--theme-color);
}

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

.tools-section .content-box:before{
  position: absolute;
  content: '';
  background: #32364f;
  width: calc(100% - 78px);
  height: 1px;
  left: 0px;
  bottom: -50px;
}

.tools-section .owl-carousel .owl-stage-outer .owl-item{
  transform: scaleX(0);
  transform-origin: left;
  transition: all 500ms ease;
}

.tools-section .owl-carousel .owl-stage-outer .owl-item.active{
  transform: scaleX(1);
}

.tools-block-one .inner-box .overlay-title{
  position: absolute;
  top: 30px;
  right: -100px;
  width: 100px;
  height: calc(100% - 60px);
  background: #303449;
  border: 1px solid #35394f;
  border-radius: 0px 5px 5px 0px;
  padding-top: 28px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 2;
  transition: all 500ms ease;
}

.tools-block-one .inner-box .overlay-title.style-two{
  right: -201px;
  width: 200px;
  background: #24283c;
  border-left: none;
  top: 61px;
  z-index: 1;
  border-bottom-left-radius: 0px;
  padding-left: 100px;
}

.tools-block-one .inner-box .overlay-title .count-text{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #a8a9b3;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 32px;
  z-index: 1;
}

.tools-block-one .inner-box .overlay-title.style-two:before{
  position: absolute;
  content: '';
  background: #35394f;
  width: 10px;
  height: 1px;
  left: -3px;
  bottom: -1px;
}

.tools-block-one .inner-box .overlay-title h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #a8a9b3;
  font-weight: 700;
  writing-mode: vertical-lr;
  left: 34px;
}

.tools-section .owl-nav{
  position: absolute;
  right: -6px;
  bottom: -74px;
}

.tools-section .owl-nav button{
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.tools-section .owl-nav button.owl-prev{
  margin-right: 6px;
}

.tools-section .owl-nav button:hover{
  color: var(--theme-color);
}


/** working-section **/

.working-section{
  position: relative;
}

.working-section .working-block-one{
  position: relative;
  float: left;
  width: 25%;
}

.working-block-one .inner-box{
  position: relative;
  display: block;
  width: 292px;
  height: 292px;
  border-radius: 50%;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}

.working-block-one .inner-box .static-content{
  position: relative;
  padding-top: 40px;
}

.working-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.working-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.working-block-one .inner-box .count-text{
  position: absolute;
  left: 50%;
  top: 230px;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 600;
  padding-top: 20px;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .count-text{
  color: #fff;
  background: #303449;
}

.working-block-one .link{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  z-index: 1;
}

.working-block-one .link a{
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 60px;
  background: #fff;
  border: 1px dashed #d8d8d8;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--secondary-color);
}

.working-block-one .link a:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.working-block-one .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  padding: 40px 40px 0px 40px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .overlay-content{
  transform: scale(1,1);
}

.working-block-one .inner-box .overlay-content h4{
  color: #fff;
}

.working-block-one .inner-box .overlay-content p{
  color: #a8a9b3;
}

.working-section .lower-content p{
  margin-bottom: 20px;
}

.working-section .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 0px 0px 0px 36px;
}

.working-section .lower-content a:hover{
  color: var(--theme-color);
}

.working-section .lower-content a i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
}

.working-section .lower-content{
  margin-top: 50px;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  background: var(--secondary-color);
  padding: 113px 0px 90px 0px;
}

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

.chooseus-section .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(27,30,49,1) 50%, rgba(27,30,49,0.05) 100%);
  top: 0px;
  right: 0px;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 33px 30px 153px 30px;
  margin-bottom: 30px;
}

.chooseus-block-one .inner-box .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-block-one{
  max-width: 370px;
  margin: 0 auto;
}

.chooseus-block-one .inner-box .shape .shape-2{
  position: absolute;
  left: 29px;
  bottom: 0px;
  width: 312px;
  height: 121px;
  background-repeat: no-repeat;
  z-index: 1;
}

.chooseus-block-one .inner-box .shape .shape-3{
  position: absolute;
  left: 30px;
  bottom: 0px;
  width: 340px;
  height: 120px;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover .shape .shape-3{
  filter: grayscale(0%);
  opacity: 1;
}

.chooseus-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.chooseus-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.chooseus-block-one .inner-box h3 a:hover{
  color: var(--theme-color);
}

.chooseus-block-one .inner-box .icon-box{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 2;
}

.chooseus-block-one .inner-box .icon-box img{
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover .icon-box img{
  filter: grayscale(0%);
}


/** news-section **/

.news-section{
  position: relative;
}

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

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

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: var(--theme-color);
}

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

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

.news-block-one .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 70px;
  height: 100%;
  top: 0px;
  right: 0px;
  opacity: 0.95;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 70px;
  height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 12px 0px;
  font-size: 20px;
  line-height: 20px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 700;
  z-index: 2;
  transition: all 500ms ease;
}

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

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h3 a:hover{
  color: var(--theme-color);
}

.news-block-one .inner-box .lower-content p{
  position: relative;
  display: block;
  padding-bottom: 17px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e6e5;
}

.news-block-one .inner-box .lower-content .author-box{
  position: relative;
  display: block;
  padding-left: 60px;
}

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

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

.news-block-one .inner-box .lower-content .author-box h6{
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}

.news-block-one .inner-box .lower-content .author-box h6:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 12px;
  height: 9px;
  left: 0px;
  top: 3px;
  border-radius: 2px;
}

.news-block-one .inner-box .lower-content .author-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #6e6e6e;
}

.news-block-one .inner-box .lower-content .author-box .post-info li span{
  color: var(--secondary-color);
}

.news-block-one .inner-box .lower-content .author-box .post-info li a{
  color: #6e6e6e;
}

.news-block-one .inner-box .lower-content .author-box .post-info li a:hover{
  color: var(--secondary-color);
}


/** apps-section **/

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

.apps-section .image-box{
  position: relative;
  display: block;
  margin-right: 30px;
}

.apps-section .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

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

.apps-section .image-box .image-content{
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: #fff;
  border-radius: 5px;
  width: 200px;
}

.apps-section .image-box .image-content .text-box{
  padding: 9px 25px 17px 25px;
}

.apps-section .image-box .image-content h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 1px;
}

.apps-section .image-box .image-content h2 span{
  font-size: 18px;
  position: relative;
  top: 7px;
}

.apps-section .image-box .image-content .rating{
  position: relative;
  display: block;
  background: var(--theme-color);
  padding: 7px 25px 5px 25px;
  border-radius: 5px;
}

.apps-section .image-box .image-content .rating li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  float: left;
  margin-right: 5px;
}

.apps-section .image-box .image-content .rating li:last-child{
  margin: 0px;
}

.apps-section .image-box .image-content .rating li:first-child{
  margin-right: 10px;
  top: -1px;
}

.apps-section .content-box{
  position: relative;
  display: block;
  margin-top: -7px;
}

.apps-section .content-box .sec-title{
  margin-bottom: 31px;
}

.apps-section .content-box .text-box{
  margin-bottom: 34px;
}

.apps-section .content-box .inner-box{
  margin-bottom: 44px;
}

.apps-section .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 80px;
  margin-bottom: 36px;
}

.apps-section .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.apps-section .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 8px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: var(--theme-color);
  text-align: center;
  border-radius: 50%;
}

.apps-section .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 110px;
  height: 2px;
  top: 25px;
  right: 52px;
}

.apps-section .content-box .inner-box .single-item .icon-box:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 21px;
  right: 162px;
}

.apps-section .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}

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


/** faq-section **/

.faq-section{
  position: relative;
}

.faq-section .inner-box{
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
}

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

.accordion{
  position: relative;
  display: block;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

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

.accordion.active-block{
  background: #f4f4f4;
}

.accordion .acc-btn{
  position: relative;
  display: block;
  cursor: pointer;
  padding: 22px 60px 21px 110px;
}

.accordion .acc-btn.active{
  padding-bottom: 0px;
}

.accordion .acc-btn span{
  position: absolute;
  display: inline-block;
  left: 29px;
  top: 29px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-family: var(--title-font);
  color: #6e6e6e;
  font-weight: 600;
}

.accordion .acc-btn.active span{
  background: var(--theme-color);
  color: #fff;
}

.accordion .acc-btn .icon-box{
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 700;
}

.accordion .acc-btn.active .icon-box i{
  opacity: 0;
}

.accordion .acc-btn .icon-box:before{
  position: absolute;
  content: "\f105";
  font-family: 'flaticon';
  opacity: 0;
  font-weight: 400;
}

.accordion .acc-btn.active .icon-box:before{
  opacity: 1;
}

.accordion .acc-btn.active p{
  display: none;
}

.accordion .acc-btn h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.accordion .acc-content{
  padding: 0px 60px 30px 110px;
}

.faq-section .link-box{
  margin-top: 45px;
}


/** main-footer **/

.main-footer{
  position: relative;
  background: var(--secondary-color);
}

.main-footer .widget-section{
  position: relative;
  padding: 112px 0px 103px 0px;
  border-bottom: 1px solid #32364f;
}

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

.main-footer .widget-title:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 2px;
  top: 7px;
}

.main-footer .widget-title:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.main-footer h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.main-footer p,
.main-footer a{
  color: #a8a9b3;
  font-family: var(--text-font);
}

.main-footer a:hover{
  color: var(--theme-color);
}

.main-footer .contact-widget{
  margin-right: 30px;
}

.main-footer .contact-widget p{
  margin-bottom: 22px;
}

.main-footer .contact-widget form{
  margin-bottom: 33px;
}

.main-footer .contact-widget form .form-group{
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.main-footer .contact-widget form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  font-size: 17px;
  color: #6e6e6e;
  padding: 10px 70px 10px 20px;
  border-bottom: 4px solid var(--theme-color);
}

.main-footer .contact-widget form .form-group  button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--theme-color);
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-footer .contact-widget .widget-content h3{
  margin-bottom: 14px;
}

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

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

.main-footer .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #a8a9b3;
}

.main-footer .social-links li a:hover{
  color: var(--theme-color);
}

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

.main-footer .assistance-widget .widget-content{
  position: relative;
  display: block;
  background: #24283c;
  border: 1px solid #35394f;
  border-radius: 5px;
  padding: 22px 29px 29px 29px;
  margin-top: 8px;
}

.main-footer .assistance-widget .widget-content h3{
  margin-bottom: 9px;
}

.main-footer .assistance-widget .widget-content p{
  margin-bottom: 22px;
}

.main-footer .assistance-widget .widget-content .assistance-box{
  position: relative;
  display: block;
  background: #1b1e31;
  border-radius: 5px;
  padding: 22px 20px 22px 105px;
}

.main-footer .assistance-widget .widget-content .assistance-box .assistance-thumb{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.main-footer .assistance-widget .widget-content .assistance-box .assistance-thumb:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--theme-color);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/icon-28.png);
  border-radius: 50%;
  top: 0px;
  right: -10px;
}

.main-footer .assistance-widget .widget-content .assistance-box .assistance-thumb img{
  width: 100%;
  border-radius: 50%;
}

.main-footer .assistance-widget .widget-content .assistance-box h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

.footer-bottom{
  position: relative;
  width: 100%;
  padding: 8px 0px;
}

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

.footer-bottom .bottom-inner .copyright p span{
  color: var(--theme-color);
}

.footer-bottom .bottom-inner .copyright a{
  color: var(--theme-color);
}

.footer-bottom .bottom-inner .copyright a:hover{
  text-decoration: underline;
}

.footer-bottom .footer-card{
  position: relative;
  top: 5px;
}

.footer-bottom .footer-card li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-bottom .footer-card li:last-child{
  margin: 0px;
}

.footer-bottom .footer-card li a{
  position: relative;
  display: inline-block;
  font-size: 46px;
  color: #a8a9b3;
}

.footer-bottom .footer-card li a:hover{
  color: var(--theme-color);
}




/*** 

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

***/


/** header-style-two **/

.header-style-two{
  position: relative;
}

.header-style-two .header-top{
  background: #fff;
}

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

.header-style-two .header-top .language-box{
  margin-right: 60px;
}

.header-style-two .header-top .language-box:before{
  position: absolute;
  content: '';
  background: #e6ebe9;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -30px;
}

.header-top .links-list li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.header-top .links-list li:last-child{
  margin: 0px !important;
}

.header-top .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #7b7c7b;
}

.header-top .links-list li a:hover{
  color: var(--theme-color-two);
}

.header-style-two .header-top .language-box .nice-select{
  color: #7b7c7b;
}

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

.header-style-two .right-column .support-box{
  position: relative;
  display: block;
  padding-left: 26px;
  margin-right: 60px;
}

.header-style-two .right-column .support-box:before{
  position: absolute;
  content: '';
  background: #e6ebe9;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -30px;
}

.header-style-two .right-column .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: -3px;
}

.header-style-two .right-column .support-box a{
  display: inline-block;
  font-size: 16px;
  font-family: var(--text-font);
  color: #7b7c7b;
}

.header-style-two .right-column .support-box a:hover{
  color: var(--theme-color-two);
}

.header-style-two .right-column .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.header-style-two .right-column .social-links li:last-child{
  margin: 0px !important;
}

.header-style-two .right-column .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: var(--text-font);
  color: #7b7c7b;
  padding-left: 29px;
}

.header-style-two .right-column .social-links li a i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 24px;
  background: -webkit-linear-gradient(-90deg, #25b85d, #058b38 50%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-style-two .right-column .social-links li a:hover{
  color: var(--theme-color-two);
}

.header-style-two .header-top .language-box .icon-box{
  top: -1px;
}

.header-style-two .header-lower{
  position: relative;
  width: 100%;
}

.header-style-two .header-lower .outer-container{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #efefef;
  border-bottom: solid 2px #cdcdcd;
  border-radius: 0px 0px 0px 0px;
}

.header-style-two .main-menu .navigation > li.current > a, 
.header-style-two .main-menu .navigation > li:hover > a, 
.header-style-two .main-menu .navigation > li.current > a:before, 
.header-style-two .main-menu .navigation > li:hover > a:before{
  color: #1853b4;
}

.header-style-two .main-menu .navigation > li > a{
  color: #000000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-style-two .main-menu .navigation > li > a:before{
  top: 27px;
}

.header-style-two .header-top .outer-container{
  padding-left: 300px;
}

.header-style-two .header-lower .logo-box{
  padding: 13px 30px 25px 30px;
  /* background: #fff; */
  margin-top: -38px;
  border-radius: 5px;
}

.header-style-two .sticky-header .logo-box{
  padding: 19px 0px;
}

.header-style-two .sticky-header{
  background: #001825;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-style-two .main-menu .navigation > li > ul > li > a:hover, 
.header-style-two .main-menu .navigation > li > .megamenu li > a:hover{
  color: var(--bs-black);
}

.header-style-two .main-menu .navigation > li > ul > li > a:before,
.header-style-two .main-menu .navigation > li > ul > li > a:after{
  background: var(--bs-black);
}

.header-style-two .menu-right-content .search-box-outer{
  color: #fff;
}

.header-style-two .menu-right-content .search-box-outer:hover{
  color: var(--theme-color-two);
}

.header-style-two .menu-right-content .search-box-outer:before{
  background: #32343d;
}

.header-style-two .menu-right-content .clients-box .icon-box{
  background: #fff;
}

.header-style-two .menu-right-content .clients-box a,
.header-style-two .menu-right-content .clients-box a i{
  color: #fff;
}

.header-style-two .menu-right-content .clients-box a:hover,
.header-style-two .menu-right-content .clients-box a:hover i{
  color: var(--theme-color-two);
}

.header-style-two .header-lower .outer-box{
  padding-right: 0px;
}

.home_2 .theme-btn.btn-one{
  background: var(--theme-color-two);
}

.home_2 .theme-btn.btn-one:hover{
  background: #1b1d24;
}

.header-style-two .header-lower .outer-box .theme-btn{
  padding: 25px 38px;
  border-radius: 0px 0px 0px 0px;
}

.header-style-two .outer-box .theme-btn:hover{
  background: #fff;
  color: var(--theme-color-two);
}

.header-style-two .main-menu .navigation > li > ul > li.dropdown:hover:after{
  color: var(--theme-color-two);
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li > a:hover{
  color: var(--theme-color-two);
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li > a:before,
.header-style-two .main-menu .navigation > li > ul > li > ul > li > a:after{
  background: var(--theme-color-two);
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  background: #fff;
}

.banner-style-two .banner-carousel .slide-item{
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
  padding: 260px 0px 210px 0px;
}

.banner-style-two .banner-carousel .slide-item:before{
  width: 100%;
  opacity: 1;
  background: -webkit-linear-gradient(90deg, rgba(27,29,36,1) 10%, rgba(27,29,36,0.40) 100%);
}

.banner-style-two .banner-carousel .content-box{
  max-width: 100%;
  padding: 0px;
}

.banner-carousel .content-box .video-btn{
  position: relative;
  display: block;
  opacity: 0;
  margin-bottom: 15px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -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 .video-btn{
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  padding-left: 36px;
}

.banner-carousel .content-box .video-btn a i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  line-height: 30px;
  background: var(--theme-color-two);
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
}

.banner-carousel .content-box .video-btn a:hover{
  color: var(--theme-color-two);
}

.banner-style-two .banner-carousel .content-box p{
  font-weight: 400;
  color: #fff;
}

.banner-style-two .banner-carousel .content-box .theme-btn{
  padding: 18px 38px;
  background: -webkit-linear-gradient(0deg, #038735 0%, #26ba5e 100%);
}

.banner-style-two .banner-carousel .content-box .theme-btn:hover{
  background: -webkit-linear-gradient(0deg, #1b1e31 0%, #1b1e31 100%);
}

.banner-style-two .banner-carousel .owl-nav{
  width: 100%;
  margin-top: -30px;
  right: 0px;
}

.banner-style-two .banner-carousel .owl-nav .owl-prev{
  left: 60px;
}

.banner-style-two .banner-carousel .owl-nav .owl-next{
  right: 60px;
}

.banner-style-two .banner-carousel .owl-nav button{
  display: inline-block;
  position: absolute;
  color: #fff;
  background: transparent;
  z-index: 1;
}

.banner-style-two .banner-carousel .owl-nav button:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-style-two .banner-carousel .owl-nav button:hover:before{
  background: var(--theme-color-two);
  opacity: 1;
}

.banner-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}


/** funfact-section **/

.funfact-section{
  position: relative;
}

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

.funfact-block-one{
  position: relative;
  width: 210px;
  padding: 19px 20px 117px 20px;
}

.funfact-block-one .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 210px;
  height: 100%;
  background-repeat: no-repeat;
}

.funfact-block-one .shape .shape-2{
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 208px;
  height: 89px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.funfact-block-one:hover .shape .shape-2{
  opacity: 0;
}

.funfact-block-one .shape .shape-3{
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 208px;
  height: 89px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.funfact-block-one:hover .shape .shape-3{
  opacity: 1;
}

.funfact-block-one .count-outer{
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  font-family: var(--title-font);
  color: #1b1d24;
  font-weight: 600;
  margin-bottom: 1px;
  min-height: 59px;
}

.funfact-block-one .count-outer .small-text{
  position: relative;
  right: 0px;
  bottom: -10px;
  font-size: 18px;
}

.funfact-block-one p{
  display: block;
}

.funfact-block-one .icon-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
}

.funfact-section .funfact-block-one:first-child,
.funfact-section .funfact-block-one:last-child{
  top: 60px;
}

.funfact-section .funfact-block-one:nth-child(2),
.funfact-section .funfact-block-one:nth-child(4){
  top: 30px;
}

.funfact-section .lower-box{
  position: relative;
  display: inline-block;
  padding-left: 160px;
  text-align: left;
  margin-top: 88px;
}

.funfact-section .lower-box .author-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.funfact-section .lower-box .author-box:before{
  position: absolute;
  content: "\f10d";
  font-family: 'flaticon';
  font-size: 16px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  top: 0px;
  right: -12px;
  z-index: 1;
}

.home_2 .funfact-section .lower-box .author-box:before{
  background: var(--theme-color-two);
}

.funfact-section .lower-box .author-box li{
  position: relative;
  display: inline-block;
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 4px solid #f5f8f7;
  margin-right: -12px;
}

.funfact-section .lower-box .author-box li img{
  width: 100%;
  border-radius: 50%;
}

.funfact-section .lower-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.bg-color-2{
  background-color: #1b1d24;
}


/** pricing-style-two **/

.pricing-style-two{
  position: relative;
  padding-bottom: 112px;
}

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

.pricing-style-two .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.pricing-style-two .sec-title{
  margin-bottom: 0px;
}

.pricing-style-two .chat-box{
  position: relative;
  padding: 2px 0px 2px 86px;
}

.pricing-style-two .chat-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.pricing-style-two .chat-box .thumb-box:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--theme-color-two);
  background-image: url(../images/icons/icon-28.png);
  border-radius: 50%;
  top: 0px;
  right: -10px;
}

.pricing-style-two .chat-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.pricing-style-two .chat-box .link-box a{
  color: #fff;
}

.home_2 .pricing-style-two .chat-box .link-box a:hover{
  color: var(--theme-color-two);
}

.pricing-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #ffffff;
}

.pricing-block-one .inner-box .currency-box{
  position: relative;
  padding: 12px 25px;
  border-bottom: solid 2px #ddd;
}

.pricing-block-one .inner-box .currency-box:before{
  position: absolute;
  content: '';
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #464852;
}

.pricing-block-one .inner-box .currency-box:after{
  position: absolute;
  content: "\f104";
  font-family: 'flaticon';
  background: #1565C0;
  width: 36px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  border: 1px solid #464852;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.pricing-block-one .inner-box .currency-box .list-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-block-one .inner-box .currency-box .list-item li{
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-block-one .inner-box .currency-box .list-item li img{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}

.pricing-block-one .inner-box .content-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  padding: 18px 25px;
}

.pricing-block-one .inner-box .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}

.pricing-block-one .inner-box .content-box .list-item li span{
  float: right;
}

.pricing-block-one .inner-box .content-box .list-item li:last-child span{
  float: none;
}

.pricing-block-one .inner-box .content-box .list-item li .green{
  color: #26ba5e;
}

.pricing-block-one .inner-box .content-box .list-item .red{
  color: #d83730;
}

.pricing-block-one .inner-box .content-box .list-item .yellow{
  color: #ed912e;
}

.pricing-block-one .inner-box .content-box .list-item li a{
  position: absolute;
  top: 11px;
  right: 0px;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  padding: 2px 14px;
  border: 1px solid var(--theme-color-two);
  border-radius: 4px;
  z-index: 1;
}

.pricing-block-one .inner-box .content-box .list-item li a:hover{
  background: var(--theme-color-two);
}

.pricing-block-one .inner-box .graph-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-height: 72px;
  border-top: solid 2px #ddd;
}

.pricing-style-two .link-box.centred{
  position: relative;
  display: block;
  margin-top: 41px;
}

.pricing-style-two .link-box a{
  color: #000000;
}

.home_2 .pricing-style-two .link-box a:hover{
  color: var(--theme-color-two);
}


/** account-style-two **/

.account-style-two{
  position: relative;
  background: #f5f8f7;
}

.account-block-two .inner-box{
  position: relative;
  display: block;
  background: #f5f8f7;
  border: 1px solid #dbdfdd;
  border-radius: 5px;
  overflow: hidden;
}

.account-block-two .inner-box .upper-box{
  position: relative;
  display: block;
  padding: 31px 30px 153px 30px;
}

.account-block-two .inner-box .upper-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 4px;
}

.account-block-two .inner-box .upper-box .icon-box{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.account-block-two{
  position: relative;
  max-width: 370px;
  margin: 0 auto;
  margin-top: 40px;
}

.account-block-two .inner-box .upper-box .shape{
  position: absolute;
  left: -1px;
  bottom: 1px;
  width: 370px;
  height: 248px;
  background-repeat: no-repeat;
}

.account-block-two .inner-box .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 17px;
  color: #1b1d24;
  padding: 13px 25px;
  background: #e7ecea;
}

.account-block-two .inner-box .content-box .list-item li:nth-child(2n+1){
  background: #f5f8f7;
}

.account-block-two .inner-box .content-box .list-item li span{
  float: right;
  color: #7b7c7b;
}

.account-block-two .inner-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #dbdfdd;
}

.account-block-two .inner-box .lower-box .link-box a{
  position: relative;
  display: inline-block;
  color: #fff;
  background: #1b1d24;
  padding: 14px 21px;
}

.account-block-two .inner-box .lower-box .link-box a:hover{
  background: var(--theme-color);
}

.home_2 .account-block-two .inner-box .lower-box .link-box a:hover{
  background: var(--theme-color-two);
}

.account-block-two .inner-box .lower-box .more-link a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #1b1d24;
  font-weight: 600;
}

.account-block-two .inner-box .lower-box .more-link a:hover{
  color: var(--theme-color);
}

.home_2 .account-block-two .inner-box .lower-box .more-link a:hover{
  color: var(--theme-color-two);
}

.account-block-two .inner-box .lower-box .more-link{
  padding: 0px 24px;
}

.account-block-two .recommended-box{
  position: absolute;
  left: 0px;
  top: -40px;
  width: 100%;
  border: 1px solid #dbdfdd;
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
  padding: 5.5px 15px;
  padding-bottom: 8px;
  text-align: center;
}

.account-block-two .recommended-box h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #7b7c7b;
  padding-left: 26px;
}

.account-block-two .recommended-box h6:before{
  position: absolute;
  content: "\f10d";
  font-family: 'flaticon';
  font-size: 18px;
  left: 0px;
  top: 0px;
  background: -webkit-linear-gradient(-90deg, #25b85d, #058b38 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/** platform-section **/

.platform-section{
  position: relative;
}

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

.platform-section .content-box .sec-title{
  margin-bottom: 31px;
}

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

.platform-section .content-box .list-item li{
  position: relative;
  display: block;
  margin-bottom: 14px;
  padding-left: 20px;
}

.platform-section .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.platform-section .content-box .list-item li:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 14px;
  left: 2px;
  top: 8px;
}

.home_2 .platform-section .content-box .list-item li:before{
  background: var(--theme-color-two);
}

.platform-section .content-box .list-item li:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.home_2 .platform-section .content-box .list-item li:after{
  background: var(--theme-color-two);
}

.platform-section .content-box .list-item li h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 26px;
}

.platform-section .content-box .list-item li h4 span{
  position: absolute;
  top: -13px;
  right: 0px;
  color: var(--theme-color);
}

.home_2 .platform-section .content-box .list-item li h4 span{
  color: var(--theme-color-two);
}

.platform-section .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 42px;
}

.platform-section .content-box .lower-box .theme-btn{
  background: #ffffff;
  padding: 6px 25px;
  box-shadow: 0px 0px 3px #0000002e;
}

.platform-section .content-box .lower-box .theme-btn:hover{
  background: var(--theme-color);
}

.home_2 .platform-section .content-box .lower-box .theme-btn:hover{
  background: #fbfbfb;
  box-shadow: 0px 0px 12px #0000002e;
}

.platform-section .content-box .lower-box .btn-box{
  margin-right: 30px;
}

.platform-section .content-box .download-apps li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.platform-section .content-box .download-apps li:last-child{
  margin: 0px !important;
}

.platform-section .content-box .download-apps li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #abaeab;
  border: 1px solid #e7ebea;
  border-radius: 50%;
  text-align: center;
}

.platform-section .content-box .download-apps li a:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.home_2 .platform-section .content-box .download-apps li a:hover{
  background: var(--theme-color-two);
  border-color: var(--theme-color-two);
}

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

.platform-section .image-box img{
  position: relative;
  width: 100%;
}

.platform-section .image-box .image-shape .shape-1{
  position: absolute;
  left: 0px;
  top: -88px;
  width: 570px;
  height: 570px;
  background: #f5f8f7;
  border-radius: 50%;
}

.platform-section .image-box .image-shape .shape-2{
  position: absolute;
  left: 0px;
  top: -88px;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background-repeat: no-repeat;
}

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


/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
  background: #1b1d24;
}

.chooseus-style-two .image-layer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

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

.chooseus-style-two .inner-box .left-column,
.chooseus-style-two .inner-box .right-column{
  max-width: 310px;
}

.chooseus-style-two .single-item{
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.chooseus-style-two .single-item:last-child{
  margin-bottom: 0px;
}

.chooseus-style-two .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #292b33;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.chooseus-style-two .single-item:first-child .icon-box{
  margin-bottom: 23px;
}

.chooseus-style-two .single-item:last-child .icon-box{
  margin-top: 23px;
}

.chooseus-style-two .single-item .icon-box:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-15.png);
  width: 56px;
  height: 59px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.chooseus-style-two .single-item:hover .icon-box:before{
  opacity: 0;
}

.chooseus-style-two .single-item .icon-box img{
  position: relative;
}

.chooseus-style-two .single-item .icon-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.home_2 .chooseus-style-two .single-item .icon-box:after{
  background: -webkit-linear-gradient(-90deg, #038735, #26ba5e 100%);
}

.home_3 .chooseus-style-two .single-item .icon-box:after{
  background: -webkit-linear-gradient(-90deg, #89103d, #ce193c 100%);
}

.chooseus-style-two .single-item:hover .icon-box:after{
  opacity: 1;
}

.chooseus-style-two .single-item .icon-box .image{
  position: relative;
  z-index: 1;
}

.chooseus-style-two .single-item h3{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 9px;
}

.chooseus-style-two .left-column .single-item h3{
  padding-right: 30px;
}

.chooseus-style-two .right-column .single-item h3{
  padding-left: 30px;
}

.chooseus-style-two .single-item h3 span{
  position: absolute;
  top: -13px;
}

.home_2 .chooseus-style-two .single-item h3 span{
  color: var(--theme-color-two);
}

.home_3 .chooseus-style-two .single-item h3 span{
  color: var(--theme-color-three);
}

.chooseus-style-two .left-column .single-item h3 span{
  right: 0px;
}

.chooseus-style-two .right-column .single-item h3 span{
  left: 0px;
}

.chooseus-style-two .single-item p{
  color: #000000;
}

.chooseus-style-two .single-item .shape{
  position: absolute;
  width: 165px;
  height: 59px;
  background-repeat: no-repeat;
}

.chooseus-style-two .left-column .single-item .shape{
  left: 170px;
}

.chooseus-style-two .single-item:first-child .shape{
  top: 34px;
}

.chooseus-style-two .single-item:last-child .shape{
  bottom: 38px;
}

.chooseus-style-two .right-column .single-item .shape{
  right: 170px;
}

.chooseus-style-two .single-item .shape:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #31333c;
  border-radius: 50%;
}

.chooseus-style-two .left-column .single-item:first-child .shape:before{
  right: -36px;
  bottom: -28px;
}

.chooseus-style-two .single-item .shape:after{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: #31333c;
  border-radius: 50%;
}

.chooseus-style-two .left-column .single-item:first-child .shape:after{
  right: -29px;
  bottom: -21px;
}

.chooseus-style-two .left-column .single-item:last-child .shape:before{
  right: -36px;
  top: -28px;
}

.chooseus-style-two .left-column .single-item:last-child .shape:after{
  right: -29px;
  top: -21px;
}

.chooseus-style-two .right-column{
  text-align: right;
}

.chooseus-style-two .right-column .single-item:first-child .shape:before {
  left: -36px;
  bottom: -28px;
}

.chooseus-style-two .right-column .single-item:first-child .shape:after {
  left: -29px;
  bottom: -21px;
}

.chooseus-style-two .right-column .single-item:last-child .shape:before {
  left: -36px;
  top: -28px;
}

.chooseus-style-two .right-column .single-item:last-child .shape:after {
  left: -29px;
  top: -21px;
}

.chooseus-style-two .sec-title{
  margin-bottom: 0px;
}

.chooseus-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
}


/** news-style-two **/

.news-style-two{
  position: relative;
}

.news-style-two .sec-title .link-box{
  position: absolute;
  right: 0px;
  bottom: 3px;
  z-index: 1;
}

.news-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: var(--secondary-color);
}

.home_2 .news-block-one .inner-box .lower-content h4 a:hover{
  color: var(--theme-color-two);
}

.home_2 .news-style-two .news-block-one .inner-box .image-box .image{
  background: var(--theme-color-two);
}

.news-style-two .news-block-one .inner-box .lower-content .author-box{
  padding-left: 0px;
}

.news-style-two .news-block-one .inner-box .lower-content .author-box .post-info li span{
  margin-right: 3px;
}

.news-style-two .news-block-one .inner-box .lower-content .author-box .post-info li span{
  color: var(--theme-color);
}

.home_2 .news-style-two .news-block-one .inner-box .lower-content .author-box .post-info li span{
  color: var(--theme-color-two);
}

.home_2 .news-block-one .inner-box .lower-content .author-box h6:before{
  background: var(--theme-color-two);
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  background: #f5f8f7;
  padding: 112px 0px;
}

.testimonial-section .testimonial-block{
  position: relative;
  display: block;
  padding-left: 300px;
  max-width: 870px;
  margin-bottom: 40px;
}

.testimonial-section .testimonial-block:last-child{
  margin-bottom: 0px;
  margin-left: 200px;
  padding-left: 200px;
  max-width: 100%;
}

.testimonial-section .testimonial-block:first-child{
  padding-left: 300px;
}

.testimonial-section .testimonial-block:last-child{
  padding-right: 300px;
}

.testimonial-section .testimonial-block:first-child .image-box{
  position: absolute;
  left: 0px;
  top: -92px;
}

.testimonial-section .testimonial-block:last-child .image-box{
  position: absolute;
  right: 0px;
  top: -206px;
}

.testimonial-section .testimonial-block .content-box{
  position: relative;
  display: block;
  width: 370px;
  background: #f5f8f7;
  border: 1px solid #dbdfdd;
  border-radius: 5px;
  padding: 25px 20px 21px 30px;
}

.testimonial-section .testimonial-block .content-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 37px;
}

.testimonial-section .testimonial-block .content-box h3 img{
  position: absolute;
  left: 0px;
  top: 4px;
}

.testimonial-section .testimonial-block .content-box p{
  margin-bottom: 20px;
}

.testimonial-section .testimonial-block .content-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  margin-right: 5px;
}

.home_2 .testimonial-section .testimonial-block .content-box .rating li{
  color: var(--theme-color-two);
}

.testimonial-section .testimonial-block .content-box .rating li span{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #1b1d24;
  font-weight: 500;
  padding-left: 5px;
  top: -5px;
}

.testimonial-section .testimonial-block .content-box .date{
  position: relative;
  display: block;
}

.testimonial-section .testimonial-block:first-child .author-box{
  position: absolute;
  top: 30px;
  right: 27px;
}

.testimonial-section .testimonial-block .author-box .thumb-box{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 18px;
}

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

.testimonial-section .testimonial-block .author-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.testimonial-section .testimonial-block .author-box .designation{
  position: relative;
  display: block;
}

.home_2 .testimonial-section .testimonial-block .author-box .designation{
  color: var(--theme-color-two);
}

.testimonial-section .testimonial-block:last-child .author-box{
  position: absolute;
  left: 0px;
  bottom: 25px;
  text-align: right;
}


.testimonial-section .testimonial-block:first-child .content-box:before{
  position: absolute;
  content: '';
  background: #f5f8f7;
  width: 20px;
  height: 20px;
  top: 44px;
  right: -10px;
  transform: rotate(45deg);
  box-shadow: 1px -1px 0px 0px #dbdfdd;
}

.testimonial-section .testimonial-block:last-child .content-box:before{
  position: absolute;
  content: '';
  background: #f5f8f7;
  width: 20px;
  height: 20px;
  bottom: 40px;
  left: -10px;
  transform: rotate(45deg);
  box-shadow: -1px 1px 0px 0px #dbdfdd;
}

.testimonial-section .link-box{
  position: relative;
  display: block;
  margin-top: 42px;
}


/** location-section **/

.location-section{
  position: relative;
}

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

.location-section .content-box .theme-btn{
  background: #1b1d24;
  padding: 15px 37px;
}

.home_2 .location-section .content-box .theme-btn:hover{
  background: var(--theme-color-two);
}

.location-section .content-box .sec-title{
  margin-bottom: 21px;
}

.location-section .content-box p{
  margin-bottom: 32px;
}

.location-section .location-inner{
  position: relative;
  min-height: 376px;
}

.location-section .location-inner .map{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.location-section .location-inner .single-location{
  position: absolute;
}

.location-section .location-inner .single-location:first-child{
  left: 135px;
  top: 75px;
}

.location-section .location-inner .single-location:nth-child(2){
  left: 200px;
  bottom: 100px;
}

.location-section .location-inner .single-location:nth-child(3){
  top: 25px;
  right: 270px;
}

.location-section .location-inner .single-location:nth-child(4){
  top: 115px;
  right: 200px;
}

.location-section .location-inner .single-location:last-child{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.location-section .upper-box{
  margin-bottom: 60px;
}

.location-section .lower-box .form-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.location-section .lower-box .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #e6ebe9;
  border-radius: 5px;
  font-size: 18px;
  font-family: var(--title-font);
  color: #1b1d24;
  font-weight: 600;
  padding: 10px 85px;
  transition: all 500ms ease;
}

.home_2 .location-section .lower-box .form-inner .form-group input:focus{
  border-color: var(--theme-color-two);
}

.location-section .lower-box .form-inner .form-group .icon{
  position: absolute;
  left: 30px;
  top: 24px;
  z-index: 1;
}

.location-section .lower-box .form-inner .form-group button[type='submit']{
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 52px;
  background: #f5f8f7;
  font-size: 30px;
  color: #1b1d24;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  top: 18px;
  right: 30px;
  transition: all 500ms ease;
}

.location-section .lower-box .form-inner .form-group input:focus + button[type='submit'],
.location-section .lower-box .form-inner .form-group button[type='submit']:hover{
  color: #fff;
}

.home_2 .location-section .lower-box .form-inner .form-group input:focus + button[type='submit'],
.home_2 .location-section .lower-box .form-inner .form-group button[type='submit']:hover{
  background: var(--theme-color-two);
}

.location-section .lower-box .single-link button,
.location-section .lower-box .single-link a{
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #7b7c7b;
  font-weight: 600;
  border: 1px solid #e6ebe9;
  border-radius: 5px;
  padding: 25px 30px;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
}

.location-section .lower-box .single-link button:hover,
.location-section .lower-box .single-link a:hover{
  color: #fff;
}

.home_2 .location-section .lower-box .single-link button:hover,
.home_2 .location-section .lower-box .single-link a:hover{
  background: var(--theme-color-two);
  border-color: var(--theme-color-two);
}


/** clients-style-two **/

.clients-style-two{
  position: relative;
  padding: 112px 0px;
  background: #f5f8f7;
}

.clients-style-two .clients-logo-list li{
  position: relative;
  display: block;
  float: left;
  width: 25%;
}

.clients-style-two .clients-logo-list li .clients-box{
  position: relative;
  padding: 37px 0px;
  border-right: 1px solid #dbdfdd;
}

.clients-style-two .clients-logo-list li:nth-child(4) .clients-box,
.clients-style-two .clients-logo-list li:last-child .clients-box{
  border-right: none;
}

.clients-style-two .clients-logo-list{
  position: relative;
}

.clients-style-two .clients-logo-list:before{
  position: absolute;
  content: '';
  background: #dbdfdd;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 50%;
}

.clients-style-two .clients-logo-list li .clients-box img{
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transition: all 500ms ease;
}

.clients-style-two .clients-logo-list li .clients-box img:hover{
  transform: scale(1.05);
}

.clients-style-two .link-box{
  margin-top: 41px;
}

.tmplatform  .sec-title .sub-title {
   color: #3c75d2;
}

.tmplatform .btn-info {
  font-size:20px;
  padding-left:35px;
  padding-right:35px;
  background: #3c75d2;
  border: 0px;
  color: #fff;
  font-weight: bold;
}

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

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

/** awards-section **/

.awards-section{
  position: relative;
  padding: 110px 0px 130px 0px;
}

.awards-section .title-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.awards-section h4 {
   margin-bottom: 20px;
}

.awards-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #ffffff00;
  padding: 40px 40px 32px 40px;
  text-align: center;
}

.awards-block-one .inner-box h5 {
 color:#fe3d00;
  font-size:16px;
  font-weight:bold;
}

.awards-block-one .inner-box img {
margin-top:15px;
}

.awards-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.awards-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 19px;
  padding-bottom: 32px;
}

.awards-block-one .inner-box h3:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.home_2 .awards-block-one .inner-box h3:before{
  background: var(--theme-color-two);
}

.awards-block-one .inner-box p{
  color: #a8aaaf;
}

.awards-block-one .inner-box .shape{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 205px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.awards-section .owl-dots button span{
  display: none !important;
}

.awards-section .owl-dots button{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #abaeab;
  font-weight: 600;
  margin: 0px 20px;
  margin-left: 15px;
}

.awards-section .owl-dots button:before{
  position: absolute;
}

.awards-section .owl-dots button:first-child:before{
  content: '1';
}

.awards-section .owl-dots button:nth-child(2):before{
  content: '2';
}

.awards-section .owl-dots button:nth-child(3):before{
  content: '3';
}

.awards-section .owl-dots button:nth-child(4):before{
  content: '4';
}

.awards-section .owl-dots button:nth-child(5):before{
  content: '5';
}

.awards-section .owl-dots button:last-child(6):before{
  content: '6';
}

.awards-section .owl-dots button.active{
  color: #1b1d24;
}

.awards-section .owl-dots button:after{
  position: absolute;
  content: '';
  background: #abaeab;
  width: 6px;
  height: 1px;
  left: -17px;
  top: 17px;
}

.awards-section .owl-dots button:first-child:after{
  display: none;
}

.awards-section .owl-nav{
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 205px;
  margin: 0 auto;
}

.awards-section .owl-nav button{
  position: absolute;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #1b1d24;
  transition: all 500ms ease;
}

.awards-section .owl-nav button.owl-prev{
  left: 0px;
}

.awards-section .owl-nav button.owl-next{
  right: 0px;
}

.home_2 .awards-section .owl-nav button:hover{
  color: var(--theme-color-two);
}


/** cta-section **/

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

.cta-section h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-section p{
  margin-bottom: 31px;
}

.cta-section .theme-btn{
  background: #1b1d24;
  padding: 15px 37px;
}

.home_2 .cta-section .theme-btn:hover{
  background: var(--theme-color-two);
}

.cta-section .theme-btn:hover{
  background: var(--theme-color);
}

.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 380px;
  background-size: cover;
  background-repeat: repeat-x;
}

.cta-section .big-text{
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  font-size: 250px;
  line-height: 200px;
  font-family: var(--title-font);
  color: #f5f8f7;
  font-weight: 700;
  text-transform: capitalize;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
}

.footer-style-two .widget-section{
  background: #1b1d24;
  padding: 113px 0px 111px 0px;
  border-radius: 0px 0px 20px 20px;
}

.footer-style-two .logo-widget{
  margin-top: 7px;
}

.footer-style-two .logo-widget .footer-logo{
  margin-bottom: 27px;
}

.footer-style-two .logo-widget .year-box{
  position: relative;
  display: block;
  padding-bottom: 21px;
  margin-bottom: 23px;
}

.footer-style-two .logo-widget .year-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
}

.home_2 .footer-style-two .logo-widget .year-box:before{
  border-bottom: 5px solid var(--theme-color-two);
}

.footer-style-two .logo-widget .text-box p{
  color: #a8aaaf;
}

.footer-style-two .logo-widget .year-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}

.footer-style-two .logo-widget .year-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}

.footer-style-two .logo-widget .year-box .link-box{
  position: absolute;
  right: 0px;
  bottom: 17px;
}

.footer-style-two .logo-widget .year-box .link-box a{
  color: #fff;
}

.home_2 .footer-style-two .logo-widget .year-box .link-box a:hover{
  color: var(--theme-color-two);
}

.footer-style-two .widget-title{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.footer-style-two .widget-title h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.footer-style-two .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
}

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

.footer-style-two .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #a8aaaf;
}

.home_2 .footer-style-two .links-widget .links-list li a:hover{
  color: var(--theme-color-two);
}

.ml_60{
  margin-left: 60px;
}

.ml_15{
  margin-left: 15px;
}

.ml_80{
  margin-left: 80px;
}

.footer-style-two .footer-column{
  position: relative;
}

.footer-style-two .footer-column:before{
  position: absolute;
  content: '';
  background: #32343d;
  width: 1px;
  height: calc(100% - 8px);
  top: 7px;
  right: -15px;
  min-height: 259px;
}

.footer-style-two .footer-column:last-child:before{
  display: none;
}

.footer-style-two .footer-column:nth-child(2):before{
  right: 30px;
}


/** footer-bottom-two **/

.footer-bottom-two{
  position: relative;
  padding: 21px 0px;
}

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

.footer-bottom-two .bottom-inner .guide-box h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 24px;
  padding-left: 65px;
}

.footer-bottom-two .bottom-inner .guide-box h5 a{
  color: #1b1d24;
}

.home_2 .footer-bottom-two .bottom-inner .guide-box h5 a:hover{
  color: var(--theme-color-two);
}

.footer-bottom-two .bottom-inner .guide-box h5 i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 58px;
  font-size: 26px;
  color: #abaeab;
  border: 1px solid #e6ebe9;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.footer-bottom-two .bottom-inner .guide-box h5 a:hover i{
  color: #fff;
}

.home_2 .footer-bottom-two .bottom-inner .guide-box h5 a:hover i{
  background: var(--theme-color-two);
  border-color: var(--theme-color-two);
}

.footer-bottom-two .bottom-inner .copyright-box{
  position: relative;
  display: block;
  text-align: center;
}

.footer-bottom-two .bottom-inner .copyright-box p{
  color: #1b1d24;
  margin-bottom: 9px;
}

.home_2 .footer-bottom-two .bottom-inner .copyright-box p span,
.home_2 .footer-bottom-two .bottom-inner .copyright-box p a{
  color: var(--theme-color-two);
}

.footer-bottom-two .bottom-inner .copyright-box p a:hover{
  text-decoration: underline;
}

.footer-bottom-two .bottom-inner .copyright-box .footer-nav li{
  position: relative;
  display: inline-block;
  margin: 0px 20px;
}

.footer-bottom-two .bottom-inner .copyright-box .footer-nav li a{
  display: inline-block;
  color: #7b7c7b;
}

.home_2 .footer-bottom-two .bottom-inner .copyright-box .footer-nav li a:hover{
  color: var(--theme-color-two);
}

.footer-bottom-two .bottom-inner .copyright-box .footer-nav li:before{
  position: absolute;
  content: '..';
  font-size: 17px;
  right: -25px;
  bottom: 1px;
  color: var(--theme-color-two);
}

.footer-bottom-two .bottom-inner .copyright-box .footer-nav li:last-child:before{
  display: none;
}

.footer-bottom-two .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-bottom-two .social-links li:last-child{
  margin: 0px;
}

.footer-bottom-two .social-links li a,
.footer-bottom-two .social-links li.scroll-to-target{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e7ecea;
  border-radius: 50%;
  font-size: 22px;
  color: #abaeab;
  text-align: center;
}

.footer-bottom-two .social-links li a:hover{
  color: #fff;
  background: var(--theme-color-two);
  border-color: var(--theme-color-two);
}

.footer-bottom-two .social-links li.scroll-to-target{
  font-size: 30px;
  color: var(--theme-color-two);
  line-height: 60px;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-bottom-two .social-links li.scroll-to-target:hover{
  border-color: var(--theme-color-two);
}




/*** 

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

***/


/** header-style-three **/

.header-style-three{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-three .header-top{
  background: transparent;
  border-bottom: 1px solid #dbdad9;
  padding: 10px 0px;
}

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

.header-style-three .header-top p, 
.header-style-three .header-top a{
  color: #7c7b7a;
  font-family: var(--text-font);
}

.header-style-three .header-top a:hover{
  color: var(--theme-color-three);
}

.header-style-three .header-top a span{
  text-decoration: none;
  color: #1b1d24;
  font-weight: 700;
  padding-right: 20px;
}

.home_3 .header-style-three .header-top a:hover span{
  color: var(--theme-color-three);
}

.header-style-three .header-top a span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  font-size: 20px;
  top: 0px;
  right: 0px;
  font-weight: 400;
  transition: all 500ms ease;
}

.header-style-three .header-top a:hover span:before{
  transform: rotate(-45deg);
}

.header-style-three .header-top .language-box{
  position: relative;
  margin-right: 40px;
}

.header-style-three .header-top .language-box:before,
.header-top .registration-box:before{
  position: absolute;
  content: '';
  background: #dbdad9;
  width: 1px;
  height: 16px;
  top: 7px;
  right: -20px;
}

.header-top .registration-box{
  position: relative;
  margin-right: 40px;
}

.header-top .registration-box li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 18px;
  padding-left: 25px;
}

.header-top .registration-box li:last-child{
  margin: 0px !important;
}

.header-top .registration-box li .icon{
  position: absolute;
  left: 0px;
  top: -1px;
}

.header-top .registration-box li a{
  display: inline-block;
  color: #7c7b7a;
}

.header-top .registration-box li a:hover{
  color: var(--theme-color-three);
}

.header-style-three .header-top .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  top: 2px;
}

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

.header-style-three .header-top .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #a6a4a1;
}

.header-style-three .header-top .social-links li a:hover{
  color: var(--theme-color-three);
}

.header-style-three .outer-box{
  padding: 0px;
}

.header-style-three .logo-box{
  margin-right: 0px;
}

.header-style-three .main-menu .navigation > li.current > a, 
.header-style-three .main-menu .navigation > li:hover > a, 
.header-style-three .main-menu .navigation > li.current > a:before, 
.header-style-three .main-menu .navigation > li:hover > a:before{
  color: var(--theme-color-three);
}

.header-style-three .main-menu .navigation > li > ul > li > a:hover, 
.header-style-three .main-menu .navigation > li > .megamenu li > a:hover{
  color: var(--theme-color-three);
}

.header-style-three .main-menu .navigation > li > ul > li > a:before,
.header-style-three .main-menu .navigation > li > ul > li > a:after,
.header-style-three .main-menu .navigation > li > ul > li > ul > li > a:before,
.header-style-three .main-menu .navigation > li > ul > li > ul > li > a:after{
  background: var(--theme-color-three);
}

.header-style-three .main-menu .navigation > li > ul > li.dropdown.current:after, 
.header-style-three .main-menu .navigation > li > ul > li.dropdown:hover:after{
  color: var(--theme-color-three);
}

.header-style-three .main-menu .navigation > li > ul > li > ul > li > a:hover{
  color: var(--theme-color-three);
}

.header-style-three .menu-right-content .search-box-outer{
  margin-right: 30px;
  margin-left: 60px;
}

.header-style-three .menu-right-content .search-box-outer:before{
  right: inherit;
  left: -30px;
}

.header-style-three .menu-right-content .search-box-outer:hover{
  color: var(--theme-color-three);
}

.home_3 .theme-btn.btn-one{
  background: var(--theme-color-three);
}

.home_3 .theme-btn.btn-one:hover{
  background: #1b1d24;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  padding: 270px 0px 75px 0px;
}

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

.banner-style-three .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1180px;
  background-size: cover;
  background-repeat: repeat-x;
  z-index: 1;
}

.banner-style-three .content-box{
  position: relative;
  z-index: 5;
}

.banner-style-three .upper-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-style-three .upper-box h2 span{
  color: var(--theme-color-three);
}

.banner-style-three p{
  margin-bottom: 34px;
}

.banner-style-three .theme-btn{
  background: #1b1d24;
  padding: 18px 37px;
}

.banner-style-three .theme-btn:hover{
  background: var(--theme-color-three);
}

.banner-style-three .upper-box{
  margin-bottom: 160px;
}

.banner-style-three .lower-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.20);
  margin-bottom: 27px;
}

.banner-style-three .lower-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--theme-color-three);
}

.banner-style-three .lower-box p{
  position: relative;
  display: block;
  margin-top: 4px;
}

.banner-style-three .lower-box p a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #1b1d24;
  font-weight: 600;
}

.banner-style-three .lower-box p a span{
  position: relative;
  padding-right: 20px;
}

.banner-style-three .lower-box p a span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  bottom: -3px;
  right: 0px;
  font-size: 20px;
  font-weight: 40;
  transition: all 500ms ease;
}

.banner-style-three .lower-box p a:hover span:before{
  transform: rotate(-45deg);
}

.banner-style-three .lower-box p a:hover{
  color: var(--theme-color-three);
}

.banner-style-three .content-box .inner-box{
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
  background: #fff;
  border-radius: 5px;
  padding: 20px 20px 25px 20px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

.banner-style-three .content-box .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 3px;
}

.banner-style-three .content-box .inner-box h2{
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  color: var(--theme-color-three);
  margin-bottom: 18px;
}

.banner-style-three .content-box .inner-box h2 span{
  position: relative;
  font-size: 20px;
  top: 12px;
  right: 10px;
}

.banner-style-three .image-layer .image-1{
  position: absolute;
  left: 30px;
  bottom: 0px;
}

.banner-style-three .image-layer .image-2{
  position: absolute;
  top: 180px;
  right: 290px;
}

.banner-style-three .image-layer .image-3{
  position: absolute;
  right: 160px;
  top: 430px;
  z-index: 1;
}

.banner-style-three .image-layer .image-4{
  position: absolute;
  right: 340px;
  bottom: 220px;
  z-index: 1;
}

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


/** feature-section **/

.feature-section{
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #eae8e5;
  background: #fff;
  padding: 69px 30px 31px 29px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover{
  border-color: transparent;
}

.feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(-90deg, #890f3d 0%, #ce193d 100%);
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
  height: 100%;
}

.feature-block-one .inner-box .icon-inner{
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.feature-block-one .inner-box .icon-inner .shape{
  position: absolute;
  width: 110px;
  height: 110px;
  top: -30px;
  right: -30px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-inner .shape{
  opacity: 0.2;
}

.feature-block-one .inner-box h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
  transition: all 500ms ease;
}

.home_3 .feature-block-one .inner-box h6{
  color: var(--theme-color-three);
}

.feature-block-one .inner-box:hover h6{
  color: #fff;
}

.feature-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

.feature-block-one .inner-box h3 a{
  display: inline-block;
  color: #1b1d24;
}

.feature-block-one .inner-box h3 a:hover{
  text-decoration: underline;
}

.feature-block-one .inner-box:hover h3 a,
.feature-block-one .inner-box:hover p{
  color: #fff;
}

.feature-block-one .inner-box p{
  margin-bottom: 19px;
  transition: all 500ms ease;
}

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


/** pricing-style-three **/

.pricing-style-three{
  position: relative;
  padding: 112px 0px 112px 0px;
  background: #f6f4f2;
}

.home_3 .sec-title h2 span{
  color: var(--theme-color-three);
}

.pricing-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  padding: 16px 20px 15px 65px;
  margin-bottom: 30px;
}

.pricing-block-two .inner-box .link{
  position: absolute;
  left: 20px;
  top: 20px;
}

.pricing-block-two .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 40px;
  font-size: 24px;
  background: #f5f3f1;
  text-align: center;
  border-radius: 50%;
}

.pricing-block-two .inner-box .link.red a{
  color: #ec404c;
}

.pricing-block-two .inner-box .link.green a{
  color: #51b662;
}

.pricing-block-two .inner-box .link a:hover{
  background: #1b1d24;
}

.pricing-block-two .inner-box .currency-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-block-two .inner-box .currency-box .list-item li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #1b1d24;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}

.pricing-block-two .inner-box .currency-box .list-item li:last-child{
  margin: 0px !important;
}

.pricing-block-two .inner-box .currency-box .list-item li i{
  position: relative;
  font-size: 20px;
  color: #a6a4a1;
  top: 2px;
}

.pricing-block-two .inner-box .red{
  color: #ec404c;
}

.pricing-block-two .inner-box .green{
  color: #51b662;
}

.pricing-block-two .inner-box p{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  line-height: 24px;
  margin-top: 6px;
}

.pricing-block-two .inner-box .currency-rate{
  position: relative;
  font-size: 15px;
  line-height: 24px;
  top: -2px;
}

.home_3 .link-box a:hover{
  color: var(--theme-color-three);
}

.pricing-style-three .link-box{
  padding-top: 12px;
}

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


/** markets-section **/

.markets-section{
  position: relative;
}

.markets-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.markets-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.markets-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.markets-block-one{
  padding: 0px 20px;
  max-width: 370px;
  margin: 0 auto;
}

.markets-block-one .inner-box{
  position: relative;
  display: block;
  background: #f5f3f1;
  border-radius: 5px;
  text-align: center;
}

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

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

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

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

.markets-block-one .inner-box .image-box .shape{
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  height: 122px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.markets-block-one .inner-box:hover .image-box .shape{
  bottom: 0px;
  opacity: 1;
}

.markets-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 0px 30px 26px 30px;
}

.markets-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  padding: 14px 15px;
  z-index: 1;
  margin-bottom: 28px;
}

.markets-block-one .inner-box .lower-content h3:before{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100% + 100px);
  height: 100%;
  left: -50px;
  top: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  z-index: -1;
}

.markets-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #1b1d24;
}

.markets-block-one .inner-box .lower-content h3 a:hover{
  color: var(--theme-color);
}

.home_3 .markets-block-one .inner-box .lower-content h3 a:hover{
  color: var(--theme-color-three);
}

.markets-block-one .inner-box .lower-content p{
  margin-bottom: 14px;
}

.markets-section .owl-nav{
  position: absolute;
  top: -118px;
  right: 0px;
}

.markets-section .owl-nav button{
  border: 1px solid #eae8e5;
  width: 58px;
  height: 58px;
  line-height: 58px;
}

.markets-section .owl-nav button.owl-prev{
  margin-right: 10px;
}

@media screen and (min-width:240px) {
  .sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 28px;
    font-family: var(--title-font);
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}

  .chooseus-style-two .single-item {
   box-shadow: 0px 0px 7px #acacac73;
   padding:15px;

}
}

@media screen and (min-width:740px) {
  .sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 28px;
    font-family: var(--title-font);
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}

    .chooseus-style-two .single-item {
   box-shadow: 0px 0px 7px #acacac00;
   padding:0px;
  
}
}