 
/* Css For Cubart */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Banner Style One 
6. Feature Section
7. About Section
9. Service Section
8. Work Section
10. Testimonial Section
11. Pricing Section
12. Subscrive Section
14. Main Footer
15. Header Style Two
16. Banner Style Two
19. Clients Section
20. About Style Two
21. Feature Style Two
22. Portfolio Section
23. Testimonial Style Two
24. Pricing Style Two
25. Fact Counter
26. News Section
27. Subscribe Style Two
28. Banner Style Three
29. Feature Style Three
30. Testimonial Style Three
31. Feature Style Four
32. Integration Section
33. Banner Style Four
34. Service Style Three
35. Counter Style Two
36. Feature Style Five
37. Feature Style Six
38. Testimonial Style Four
39. Pricing Style Three
40. Cta Section
41. Banner Style Five
42. Service Style Four
43. Chooseus Section
44. Testimonial Style Five
45. Pricing Style Four
46. Service Page
47. About Page
48. Team Page
49. Faq Page
50. Shop Section
51. Single Shop
52. Cart Section
53. Checkout Section
54. Error Page
55. Blog Page
56. Blog Single
57. Contact Section
58. Google Map


**********************************************/


/* use font link */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/* use style sheet */

@import url(../css/font-awesome-all.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/animate.css);



/*** 

====================================================================
  Reset
====================================================================

 ***/
:root {
  --color-primary: #00AEEF;
  --color-secondary: #6a60f8;
  --color-secondary-dark: #491aaf;
  --color-tertiary: #8196ff;
  --color-background-light: #d1cdcd;
  --color-background-grey-dark: #4D4D4D;
  --color-dark: #0D1E2E;
  --color-full-dark: #0a1621;
}

* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#5e5e5e;
  line-height:30px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Poppins', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container {
  position: static;
  max-width: 1600px;
  padding: 0px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px 15px;
}

.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;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  font-family: 'Poppins', sans-serif;
  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: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  color: #5e5e5e;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Poppins', sans-serif;
  color: #09092b;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

figure{
  margin: 0px;
}

img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
        0 0 0 30px rgba(255, 255, 255, 0.1);
    }
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 17px 38.5px;
  background: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  line-height: 26px;
  color: #ffffff;  
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 400ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.theme-btn:hover {
  background: rgba(255, 255, 255, 0.2); 
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 25px rgba(0,0,0,0.3);
  transform: translateY(-2px);
  color: #ffffff; 
}



.theme-btn-two {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 20px 12px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  background: var(--color-primary);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.theme-btn-two .icon {
  background: var(--color-primary);
  color: var(--color-primary);
  border-radius: 50%;
  padding: 3px 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.theme-btn-two:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

.theme-btn-two:hover .icon {
  transform: translateX(3px);
}



.theme-btn-three {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 17px 42.5px;
  background: #00c569;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 15px 20px rgba(71, 25, 171, 0.10);
}

.theme-btn-three:hover{
  background: #ff8a42;
  color: #ffffff;
}

.theme-btn-four {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 17px 48.5px;
  background: #f8552e;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.theme-btn-four:hover{
  background: #00c569;
  color: #ffffff;
}


.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #3a3952;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.sec-pad{
  padding: 100px 0px 150px 0px;
}

.mil-preloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}
.mil-preloader .mil-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
  color: rgb(255, 255, 255);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-size: 36px;
  opacity: 0;
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .mil-preloader .mil-preloader-animation .mil-pos-abs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-preloader .mil-preloader-animation .mil-pos-abs p {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
  position: relative;
  padding: 0 30px;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
  z-index: 4;
  position: absolute;
  opacity: 0;
  height: 100%;
  background-color: var(--color-primary);
}
.mil-preloader.mil-hidden {
  pointer-events: none;
}

.scroll-top {
  position: fixed;
  right: -10%;
  bottom: 50px;
  font-size: 15px;
  line-height: 20px;
  z-index: 99;
  color: var(--color-primary);
  background: transparent;
  text-align: center;
  cursor: pointer;
  transition: all 900ms;
}

.scroll-top .text{
  position: relative;
  display: block;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.scroll-top.open {
  right: 30px;
}

.sec-title{
  position: relative;
  display: block;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 16px;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #5e5e5e;
}

.bg-color-1 {
  background: #f9f7f7;
}


.bg-color-2{
  background: #582db3;
}

.bg-color-3{
  background: #491aaf;
}

.bg-color-4{
  background: #f9f8ff;
}

.bg-color-5{
  background: #7462df;
}

.bg-color-6{
  background: #01ac5c;
}

.bg-color-7{
  background: #1832aa;
}

.bg-color-8{
  background: #f5f9ff;
}

.bg-color-9{
  background: #f9faff;
}

.bg-color-10{
  background: #f6f7ff;
}

.bg-color-11 {
  background: #1e1e1e;
}







/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/
.navigation > li.has-sub { position: relative; }

.navigation > li.has-sub > a::after {
  content: "▾";
  margin-left: .35rem;
  font-size: .8em;
}

.navigation .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  padding: 8px 0;
  display: none;
  z-index: 1000;
}

.navigation .sub-menu li { white-space: nowrap; }
.navigation .sub-menu a {
  display: block;
  padding: 8px 14px;
  color: var(--color-full-dark);
}

@media (hover: hover) and (pointer: fine) {
  .navigation > li.has-sub:hover > .sub-menu { display: block; }
}

.navigation > li.has-sub:focus-within > .sub-menu { display: block; }

@media (max-width: 991px) {
  .navigation .sub-menu {
    position: static;
    border: 0;
    box-shadow: none;
    margin: 0;
    display: none;
  }
  .navigation > li.has-sub:focus-within > .sub-menu { display: block; }
}
.main-header{
  position:relative;
  left:0px;
  top:0px;
  background: #ffffff;
  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;
  background: var(--color-full-dark);
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .outer-container{
  position: fixed;      
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: transparent;   
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.main-header.scrolled .outer-container {
  background: var(--color-dark); 
  box-shadow: 0 2px 10px rgba(0,0,0,0.2); 
}

.main-header .outer-container .main-box{
  position: relative;
  display: block;
}

.main-header .outer-container .main-box .logo-box{
  position: relative;
  float: left;
}

.main-header .outer-container .main-box .logo-box .logo{
  position: relative;
  display: inline-block;
  padding: 57px 0px 20px 0px;
}

.main-header .outer-container .main-box .nav-outer{
  position: relative;
  float: right;
}

.main-header .outer-container .main-box .nav-outer .menu-area{
  position: relative;
  float: left;
  margin-right: 30px;
}

.main-header .outer-container .main-box .nav-outer .outer-box{
  position: relative;
  float: left;
  margin-top: 50px;
}

.btn-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  padding: 11px 41.5px;

  background: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 30px;

  box-shadow: 0 0 10px var(--color-primary),
              0 0 20px var(--color-primary),
              0 0 40px var(--color-primary);

  transition: all .3s ease-in-out;
}

.btn-box a:hover {
  background: var(--color-primary);       /* NÃO muda para transparente */
  color: #fff;                            /* mantém o texto branco */
  border-color: var(--color-primary);
  box-shadow:
    0 0 14px var(--color-primary),
    0 0 28px var(--color-primary),
    0 0 56px var(--color-primary),
    0 0 120px var(--color-primary);
  text-shadow: 0 0 6px var(--color-primary);
}

/* pseudo-elements: sem animação por padrão (apenas invisíveis) */
.btn-box a::before,
.btn-box a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180%;
  height: 180%;
  transform: translate(-50%, -50%) scale(.95);
  pointer-events: none;
  opacity: 0;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  transition: opacity .18s linear;
  z-index: 1;
  will-change: transform, opacity;
  transform-origin: 50% 50%;
}

/* imagens dos brilhos */
.btn-box a::before {
  background-image:
    radial-gradient(circle at 12% 22%, rgba(255,255,255,0.95) 0 3px, transparent 4px),
    radial-gradient(circle at 28% 10%, rgba(255,255,255,0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 38%, rgba(255,255,255,0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 76%, rgba(255,255,255,0.95) 0 3px, transparent 4px);
  filter: blur(.2px);
}

.btn-box a::after {
  background-image:
    radial-gradient(circle at 20% 78%, var(--color-primary) 0 3px, transparent 4px),
    radial-gradient(circle at 40% 58%, var(--color-primary) 0 3px, transparent 4px),
    radial-gradient(circle at 60% 18%, var(--color-primary) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 48%, var(--color-primary) 0 3px, transparent 4px);
  filter: blur(.6px);
}

/* ativa animação diretamente no :hover — mais confiável que pausar/despausar */
.btn-box a:hover::before {
  opacity: 1;
  -webkit-animation: sparkle-fast 1s linear infinite;
  animation: sparkle-fast 1s linear infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.btn-box a:hover::after {
  opacity: 1;
  -webkit-animation: sparkle-slow 1.45s linear infinite;
  animation: sparkle-slow 1.45s linear infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

/* keyframes (incluem scale/translate para interpolação suave) */
@-webkit-keyframes sparkle-fast {
  0%   { transform: translate(-50%, -50%) translateY(0) scale(.9);   opacity: 1; filter: blur(.2px); }
  50%  { transform: translate(-50%, -60%) translateY(-8px) scale(1.02); opacity: .8; filter: blur(.1px); }
  100% { transform: translate(-50%, -70%) translateY(-18px) scale(1.12); opacity: 0; filter: blur(1.2px); }
}
@keyframes sparkle-fast {
  0%   { transform: translate(-50%, -50%) translateY(0) scale(.9);   opacity: 1; filter: blur(.2px); }
  50%  { transform: translate(-50%, -60%) translateY(-8px) scale(1.02); opacity: .8; filter: blur(.1px); }
  100% { transform: translate(-50%, -70%) translateY(-18px) scale(1.12); opacity: 0; filter: blur(1.2px); }
}

@-webkit-keyframes sparkle-slow {
  0%   { transform: translate(-50%, -50%) translateY(0) scale(.95); opacity: 1; filter: blur(.6px); }
  40%  { transform: translate(-50%, -58%) translateY(-10px) scale(1.03); opacity: .9; filter: blur(.4px); }
  100% { transform: translate(-50%, -78%) translateY(-28px) scale(1.18); opacity: 0; filter: blur(2px); }
}
@keyframes sparkle-slow {
  0%   { transform: translate(-50%, -50%) translateY(0) scale(.95); opacity: 1; filter: blur(.6px); }
  40%  { transform: translate(-50%, -58%) translateY(-10px) scale(1.03); opacity: .9; filter: blur(.4px); }
  100% { transform: translate(-50%, -78%) translateY(-28px) scale(1.18); opacity: 0; filter: blur(2px); }
}


/** main-menu **/
.main-menu .navigation > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px; 
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.4s ease;
}

.main-menu .navigation > li > a:hover::after {
  width: 100%;
}

.main-menu .navigation > li.active > a::after,
.main-menu .navigation > li.current > a::after {
  width: 100%;
}

.main-menu{
  position: relative;
  display: block;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 20px;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:18px;
  color:#fff;
  line-height:26px;
  font-weight:400;
  opacity:1;
  text-transform:capitalize;
  padding: 60px 0px 30px 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a{
  color: #fff !important;
  font-weight: 500;
  position: relative;
}

.main-menu .navigation{
  position: relative;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#ffffff;
  border-top: 3px solid #1a1a1a;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#222;
  font-weight: 400;
  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:hover{
  background: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.main-menu .navigation > li > ul > li:hover a{
  color: #ffffff;
  padding-left: 10px;
}

.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 15px;
  top: 8px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size:17px;
  color:#ffffff;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}

.navbar-header {
  display: none;
}

/** sub-menu **/

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:250px;
  z-index:100;
  display:none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #1a1a1a;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  margin:0px;
  padding: 7px 30px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:400;
  font-size:15px;
  text-transform:capitalize;
  color: #222 !important;
  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:hover{
  color: #ffffff !important;
  background:#ff8a42;
  padding-left: 25px;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color: #ffffff !important;
  padding-left: 25px;
}

.main-menu .navigation > li > ul > li > ul > li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown .dropdown-btn{
  display: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #222;
  top: 6px;
  right: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color: #ffffff;
}


/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 22px 30px !important;
}

.sticky-header .main-menu .navigation > li > a{
  color: #fff;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: transparent;
  color: #ffffff !important;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 18px 0px 17px 0px;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

.sticky-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  display: none;
}


/** banner-section **/

.banner-section{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 345px 0px 230px 0px;
}

.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;
}

.banner-section .content-box{
    flex: 1 1 50%; /* ocupa 50% */
    max-width: 50%;
    padding-right: 20px;
}

.banner-section .content-box h1{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 27px;
}

.banner-section .content-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 60px;
}

.banner-section .image-box{
    flex: 1 1 50%; /* ocupa 50% */
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
}

.banner-section.style-one .image-box .image{
  box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
  border-radius: 45px;
}

.banner-section.style-one .image-box .image img{
  width: 100%;
  border-radius: 45px;
}

.banner-section .image-box .image-1{
  position: absolute;
  left: 0px;
  bottom: -245px;
}

.banner-section .image-box .image-2{
  position: absolute;
  top: -175px;
  right: 0px;
}


/** works-section **/

.works-section{
  position: relative;
  display: block;
  padding: 100px 0px 120px 0px;
}

.work-content-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 15px 30px 15px;
  transition: all 500ms ease;
}

.work-content-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 38px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-color: var(--color-primary);
  transition: all 500ms ease;
}

.work-content-one .inner-box:hover .icon-box{
  transform: scale(1.1);
}


.work-content-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 9px;
}

.work-content-one .inner-box h4 a{
  position: relative;
  display: inline-block;
  color: var(--color-dark);
}

.work-content-one .inner-box h4 a:hover{
  color: var(--color-primary);
}

.works-section .sec-title{
  margin-bottom: 55px;
}


/** overview-section **/

.overview-section{
  position: relative;
  display: block;
}

.overview-section .image-box{
  position: relative;
  display: block;
  margin: -1px -12px 0px -150px;
}

.overview-section .image-box .image-1{
  position: relative;
  float: right;
  z-index: 1;
}

.overview-section .image-box .image-2{
  position: absolute;
  left: 0px;
  top: 45px;
}

.overview-section .image-box .image{
  display: inline-block;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 40px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 40px 15px rgba(0, 0, 0, 0.1);
}

.overview-section .image-box .image img{
  border-radius: 15px;
}

.overview-section .content-box p{
  margin-bottom: 32px;
  line-height: 32px;
}

.overview-section .content-box p:last-child{
  margin-bottom: 0px;
}

.overview-section .sec-title h2{
  margin-bottom: 21px;
}

.overview-section .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}


/** overview-style-two **/

.overview-style-two{
  position: relative;
  display: block;
  padding-bottom: 160px;
}

.overview-style-two .image-box{
  position: relative;
  display: block;
  margin: 0px -200px 0px 100px;
}

.overview-style-two .image-box .image-1{
  position: relative;
}

.overview-style-two .image-box .image-2{
  position: absolute;
  top: 90px;
  right: 0px;
}

.overview-style-two .image-box .image{
  display: inline-block;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 40px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 40px 15px rgba(0, 0, 0, 0.1);
}

.overview-style-two .image-box .image img{
  border-radius: 15px;
}

.overview-style-two .content-box p{
  margin-bottom: 32px;
  line-height: 32px;
}

.overview-style-two .content-box p:last-child{
  margin-bottom: 0px;
}

.overview-style-two .sec-title h2{
  margin-bottom: 21px;
}

.overview-style-two .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.overview-style-two .content-box{
  position: relative;
  display: block;
  margin-top: 6px;
}


/** video-section **/
.parallax-bg {
    background-image: url('../images/background/equipe-taubate-sites.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 50vh; /* altura mínima */
    display: flex;
    align-items: center;
    justify-content: center;
}


.video-section {
  position: relative;
  min-height: 50vh;
}

.video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* use var() com fallback OU troque por rgba(0,0,0,.9) */
  background: var(#f5f9ff, rgba(0,0,0,.9));
  opacity: 0.9;              /* 0.9 de translúcido */
  z-index: 0;
  pointer-events: none;
}

.video-section > * {
  position: relative;
  z-index: 1;
}


.video-section .sec-title h2{
  color: #fff;
}

.video-section .sec-title p{
  color: #ded5f0;
}

.video-section .video-inner a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #6955e0;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.video-section .sec-title{
  margin-bottom: 72px;
}

.video-section .video-inner{
  position: relative;
  display: block;
  margin-bottom: 110px;
}


/** pricing-section **/

.pricing-section{
  position: relative;
  display: block;
}

.pricing-section .sec-title{
  margin-bottom: 100px;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  border-radius: 15px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 15px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-color: var(--color-primary);
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover:before{
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 34px 15px 22px 15px;
}

.pricing-block-one .pricing-table .table-header .title{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-dark);
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .table-header .title,
.pricing-block-one .pricing-table:hover .table-header .price{
  color: #fff;
}

.pricing-block-one .pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 4px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table .table-header .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #828282;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .table-header .text,
.pricing-block-one .pricing-table:hover .table-content li,
.pricing-block-one .pricing-table:hover .table-footer .trial-btn{
  color: #ffff;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 28px 15px 29px 15px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.pricing-block-one .pricing-table .table-content li{
  position: relative;
  display: block;
  margin-bottom: 18px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table .table-content li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-footer{
  position: relative;
  display: block;
  padding: 35px 95px 40px 95px;
}

/* Base unificada para link e botão */
a.choose-btn,
button.choose-btn{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  text-align: center;
  padding: 11px 41.5px;
  margin-bottom: 28px;
  text-decoration: none;
  background: transparent;        /* mata o fundo cinza do botão */
  cursor: pointer;
  transition: background .2s, color .2s, filter .2s;
}

/* Tira a aparência nativa do <button> (Safari/Firefox/Android) */
button.choose-btn{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border-radius: 30px; /* reforça o raio em alguns UAs teimosos */
}

/* Hover invertido (outline -> sólido) */
a.choose-btn:hover,
button.choose-btn:hover{
  background: var(--color-primary);
  color: #fff;
}

/* Acessibilidade & estados úteis */
a.choose-btn:focus-visible,
button.choose-btn:focus-visible{
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

button.choose-btn:disabled{
  opacity: .6;
  cursor: not-allowed;
}



.pricing-block-one .pricing-table .table-footer .choose-btn{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  text-align: center;
  padding: 17px 38.5px;
  margin-bottom: 28px;
}

.pricing-block-one .pricing-table:hover .table-footer .choose-btn{
  border-color: #fff;
  color: #fff;
}

.pricing-block-one .pricing-table .table-footer .trial-btn{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--color-dark);
  text-decoration: underline;
  transition: all 500ms ease;
}


/** fact-counter **/

.fact-counter{
  position: relative;
  display: block;
  padding-bottom: 135px;
}

.fact-counter .sec-title:before{
  position: absolute;
  content: '';
  background: url(../images/icons/map.png);
  width: 1126px;
  height: 575px;
  left: 0px;
  top: -50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation-name: slideInDown;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.fact-counter .sec-title{
  position: relative;
  margin-bottom: 85px;
}

.counter-block-one .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 32px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-color: var(--color-primary);
}

.counter-block-one .count-outer .count-text{
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 3px;
}

.counter-block-one .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--color-dark);
}

.counter-block-one .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #5e5e5e;
  font-weight: 400;
}


/** download-section **/

.download-section{
  position: relative;
  display: block;
}

.download-section .sec-title h2{
  color: #fff;
  margin-bottom: 49px;
}

.download-section .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 90px;
  margin-bottom: 39px;
}

.download-section .content-box .inner-box .single-item .number{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #805fc7;
  border-radius: 50%;
}

.download-section .content-box .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.download-section .content-box .inner-box .single-item h4 a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.download-section .content-box .inner-box .single-item h4 a:hover{
  color: var(--color-primary);
}

.download-section .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  color: #dbd1ef;
  line-height: 32px;
}

.download-section .content-box .inner-box .download-btn{
  position: relative;
  display: block;
  padding-left: 80px;
  padding-top: 26px;
}

.download-btn a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  padding: 14.5px 36.5px;
  margin: 0px 10px;
}

.download-btn a:hover{
  border-color: #ff8a42;
  background: #ff8a42;
}

.download-btn a i{
  position: relative;
  font-weight: 400;
  margin-right: 15px;
  font-size: 20px;
}

.download-section .image-box{
  position: relative;
  margin-left: 50px;
  top: 60px;
}

.download-section .image-box img{
  position: relative;
  max-width: none;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  display: block;
}

.testimonial-section .sec-title{
  margin-bottom: 55px;
}

.testimonial-section .testimonial-inner{
  position: relative;
  display: block;
  margin: 0px -150px;
}

.testimonial-block-one{
  position: relative;
  display: block;
  margin: 0px 15px;
}

.testimonial-block-one .inner-box .content-box{
  position: relative;
  display: block;
  padding: 15px 30px 41px 30px;
  background: #fff;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box .content-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 30px;
  height: 30px;
  left: 20px;
  bottom: -10px;
  transform: rotate(45deg);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.02);
}

.testimonial-block-one .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #491aaf;
  font-weight: 700;
  margin-bottom: 6px;
}

.testimonial-block-one .inner-box .content-box  .text{
  position: relative;
  display: block;
  line-height: 32px;
  font-style: italic;
}

.testimonial-block-one .inner-box .author-info{
  position: relative;
  display: block;
  padding: 8px 0px 8px 95px;
}

.testimonial-block-one .inner-box .author-info .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info .author-thumb a{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #00acee;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}

.testimonial-block-one .inner-box .author-info .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info .author-name{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-dark);
}

.testimonial-block-one .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-section .owl-nav,
.testimonial-section .owl-dots{
  display: none;
}


/** news-section **/

.news-section{
  position: relative;
  display: block;
}

.news-section .sec-title{
  margin-bottom: 85px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--color-primary);
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 23px 30px 28px 25px;
}

h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-dark);
}

h4 a{
  position: relative;
  display: inline-block;
  color: var(--color-dark);
}

h4 a:hover{
  color: var(--color-primary);
}

.news-block-one .inner-box .lower-content h4{
  margin-bottom: 9px;
}

.news-block-one .inner-box .lower-content .post-date{
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content .post-date i{
  position: relative;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.news-block-one .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ff8a42;
  text-decoration: underline;
}

.news-block-one .inner-box .lower-content .link-btn a:hover{
  color: var(--color-primary);
}


/** call-to-action **/

.call-to-action{
  position: relative;
  display: block;
  padding: 100px 0px 135px 0px;
}

.call-to-action .image-box img{
  position: relative;
  max-width: none;
  float: right;
}

.call-to-action .subscribe-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.call-to-action .subscribe-form .form-group:last-child{
  margin-bottom: 0px;
}

.call-to-action .subscribe-form .form-group .checkbox {
  position: relative;
  display: block;
  margin-top: 9px;
}

.call-to-action .subscribe-form .form-group .checkbox label{
  position: relative;
  left: 0px;
  top: 0px;
}

.call-to-action .subscribe-form .form-group span {
  position: relative;
  font-size: 15px;
  color: var(--color-dark);
  font-weight: 400;
  cursor: pointer;
  margin-left: 13px;
  z-index: 1;
}

.call-to-action .sec-title{
  margin-bottom: 62px;
}

.call-to-action .subscribe-form .theme-btn{
  padding: 17px 57px;
}

.call-to-action .subscribe-form .form-group label{
  position: absolute;
  left: 27px;
  top: -9px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #5e5e5e;
  background: #fff;
  margin: 0px;
  padding: 0px 5px;
  z-index: 1;
}

.call-to-action .subscribe-form .form-group input[type='text'],
.call-to-action .subscribe-form .form-group input[type='email'],
.call-to-action .subscribe-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  padding: 10px 20px;
  color: #5e5e5e;
  transition: all 500ms ease;
}

.call-to-action .subscribe-form .form-group textarea{
  height: 100px;
  resize: none;
}

.call-to-action .subscribe-form .form-group input:focus,
.call-to-action .subscribe-form .form-group textarea:focus{
  border-color: var(--color-primary);
}

.call-to-action .subscribe-form .form-group .create-acc{
  position: relative;
  float: left;
}

.call-to-action .subscribe-form .form-group .message-btn{
  position: relative;
  float: right;
  margin-top: -7px;
}

.call-to-action .subscribe-form .form-group .message-btn .theme-btn{
  padding: 17px 57px;
}

.call-to-action .content-box{
  position: relative;
  display: block;
  margin: 38px 0px 0px 70px;
}


/** main-footer **/
.footer-icones i {
  margin-right: 8px !important;
}

.main-footer{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.main-footer .footer-top{
  position: relative;
  display: block;
  padding: 20px 0px 30px 0px;
}

.main-footer .footer-top .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 135px;
}

.main-footer .footer-top .logo-widget .widget-content .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 51px;
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li:last-child{
  margin-right: 0px;
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li a:hover{
  border-color: var(--color-primary);
  background: var(--color-primary);
}

.main-footer .footer-top .logo-widget{
  position: relative;
  display: block;
  margin-right: 50px;
  margin-top: 8px;
}

.main-footer .footer-top .widget-title{
  color: #fff;
  margin-bottom: 24px;
}

.main-footer .footer-top .links-widget .widget-content ul li{
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.main-footer .footer-top .links-widget .widget-content ul li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .widget-content ul li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
}

.main-footer .footer-top .links-widget .widget-content ul li a:hover{
  color: var(--color-primary);
}

.main-footer .footer-bottom{
  position: relative;
  display: block;
  padding: 32px 0px 35px 0px;
}

.main-footer .footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.main-footer .footer-bottom .footer-nav li:last-child{
  margin-right: 0px;
}

.main-footer .footer-bottom .footer-nav li a,
.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .copyright a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.main-footer .footer-bottom .footer-nav li a:hover,
.main-footer .footer-bottom .copyright a:hover{
  color: #ff8a42;
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** banner-style-two **/

.banner-section.style-two{
  background-position: bottom center;
  padding-bottom: 290px;
}

.banner-section.style-two .image-box .image-2{
  top: -215px;
}

.banner-section.style-two .image-box{
  margin-right: -260px;
}

.banner-section.style-two .image-box .image-3{
  position: absolute;
  right: -115px;
  bottom: -350px;
}

.banner-section.style-two .image-box .image-1{
  bottom: -350px;
  left: -85px;
}


/** feature-section **/

.feature-section{
  position: relative;
  display: block;
  padding: 150px 0px 120px 0px;
  z-index: 1;
}

.feature-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 85px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 64px 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-image: -webkit-linear-gradient(-45deg, #3490e5 0%, #5611ee 100%);
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 33px;
  box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
  background-image: -webkit-linear-gradient(0deg, #ff6506 0%, #ff863b 100%);
}

.feature-block-one .inner-box h4{
  margin-bottom: 9px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box h4 a,
.feature-block-one .inner-box .text{
  position: relative;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover h4,
.feature-block-one .inner-box:hover h4 a,
.feature-block-one .inner-box:hover .text{
  color: #fff;
}


/** overview-style-three **/

.overview-style-three{
  position: relative;
  display: block;
  background: #fff;
  padding: 28px 0px 134px 0px;
}

.overview-style-three:before{
  position: absolute;
  content: '';
  background: url(../images/background/overview-bg.png);
  width: 100%;
  height: 1278px;
  top: -313px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overview-style-three .image-box{
  position: relative;
  display: block;
  margin-right: 38px;
}

.overview-style-three .image-box .image{
  position: relative;
  display: inline-block;
  box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.overview-style-three .image-box img{
  width: 100%;
  border-radius: 50px;
}

.overview-style-three .content-box .sec-title h2,
.overview-style-three .content-box .sec-title p{
  color: #fff;
}

.overview-style-three .content-box .sec-title h2{
  margin-bottom: 21px;
}

.overview-style-three .content-box .sec-title{
  margin-bottom: 56px;
}

.overview-style-three .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 80px;
  margin-bottom: 52px;
}

.overview-style-three .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.overview-style-three .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 33px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(0deg, #ff6506 0%, #ff863b 100%);
}

.overview-style-three .content-box .inner-box .single-item h4{
  margin-bottom: 10px;
}

.overview-style-three .content-box .inner-box .single-item h4,
.overview-style-three .content-box .inner-box .single-item h4 a{
  color: #fff;
}

.overview-style-three .content-box .inner-box .single-item h4 a:hover{
  color: var(--color-primary);
}

.overview-style-three .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  color: #cdd1fa;
  line-height: 28px;
}

.overview-style-three .content-box{
  position: relative;
  display: block;
  margin-top: 48px;
}


/** wemade-section **/

.wemade-section{
  position: relative;
  display: block;
  padding: 70px 0px 100px 0px;
}

.wemade-section .content-box{
  position: relative;
  display: block;
  margin: 61px 80px 0px 0px;
}

.wemade-section .content-box .sec-title h2{
  margin-bottom: 21px;
}

.wemade-section .content-box .text p{
  position: relative;
  display: block;
  line-height: 32px;
  margin-bottom: 32px;
}

.wemade-section .content-box .text p:last-child{
  margin-bottom: 0px;
}

.wemade-section .content-box .text{
  margin-bottom: 50px;
}

.wemade-section .image-box{
  position: relative;
  display: block;
  margin: 0px -300px 0px 0px;
}

.wemade-section .image-box .image-1{
  position: relative;
  display: inline-block;
  box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
  border-radius: 45px;
}

.wemade-section .image-box .image-1 img{
  width: 100%;
  border-radius: 45px;
}

.wemade-section .image-box .image-2{
  position: absolute;
  top: 20px;
  left: 300px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.wemade-section .image-box .image-3{
  position: absolute;
  top: 55px;
  right: -5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.wemade-section .image-box .image-2 img,
.wemade-section .image-box .image-3 img{
  width: 100%;
  border-radius: 15px;
}


/** whychoose-section **/

.whychoose-section{
  position: relative;
  display: block;
  padding: 75px 0px 200px 0px;
}

.whychoose-section .video-box{
  position: relative;
  display: block;
  margin-left: -140px;
  margin-right: 30px;
}

.whychoose-section .video-inner{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 207px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.whychoose-section .video-inner:before{
  position: absolute;
  content: '';
  background: url(../images/icons/video-shap.png);
  width: 617px;
  height: 500px;
  left: -20px;
  top: 20px;
  background-repeat: no-repeat;
  z-index: -1;
}

.whychoose-section .video-inner a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #6955e0;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.whychoose-section .sec-title{
  margin-bottom: 35px;
}

.whychoose-section .content-box .list-content li{
  position: relative;
  display: block;
  color: var(--color-dark);
  padding: 0px 0px 0px 35px;
  margin-bottom: 21px;
}

.whychoose-section .content-box .list-content li:last-child{
  margin-bottom: 0px;
}

.whychoose-section .content-box .list-content li:before{
  position: absolute;
  content: "\f112";
  font-family: 'Flaticon';
  font-size: 18px;
  color: #00c569;
  left: 0px;
  top: 1px;
}

.whychoose-section .content-box .list-content{
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.whychoose-section .content-box{
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 26px;
}


/** download-style-two **/

.download-style-two{
  position: relative;
  display: block;
  padding: 250px 0px 100px 0px;
  background: #fff;
}

.download-style-two:before{
  position: absolute;
  content: '';
  background: url(../images/background/download-bg.png);
  width: 100%;
  height: 920px;
  top: -15px;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.download-style-two .content-box .sec-title h2{
  color: #fff;
  margin-bottom: 21px;
}

.download-style-two .content-box .text p{
  position: relative;
  display: block;
  color: #cdd1fa;
  line-height: 32px;
  margin-bottom: 32px;
}

.download-style-two .content-box .text p:last-child{
  margin-bottom: 0px;
}

.download-style-two .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.download-style-two .content-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.download-style-two .image-box{
  position: relative;
  display: block;
  margin-right: -130px;
}

.download-style-two .image-box .image-2{
  position: absolute;
  top: -335px;
  right: 0px;
}


/** pricing-style-two **/

.pricing-style-two{
  position: relative;
  display: block;
  padding-top: 38px;
  padding-bottom: 150px;
}

.pricing-style-two .sec-title{
  margin-bottom: 85px;
}

.pricing-block-two .pricing-table .table-header{
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  padding: 39px 15px 34px 15px;
}

.pricing-block-two .pricing-table .table-header .title{
  font-weight: 500;
  margin-bottom: 6px;
}

.pricing-block-two .pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #5a68ef;
}

.pricing-block-two .pricing-table .table-content ul li{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.pricing-block-two .pricing-table .table-content ul li:last-child{
  margin-bottom: 0px;
}

.pricing-block-two .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 41px 15px 42px 15px;
}

.pricing-block-two .pricing-table .table-footer{
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.pricing-block-two .pricing-table .table-footer .text{
  position: relative;
  display: block;
  color: var(--color-dark);
  padding: 14px 15px 16px 15px;
  margin-bottom: 25px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.pricing-block-two .pricing-table .table-footer a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  border-radius: 30px;
  text-align: center;
  padding: 12px 50px;
}

.pricing-block-two .pricing-table .table-footer a:hover{
  background: #ff8a42;
  color: #fff;
}

.pricing-style-two .inner-box{
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
}

.pricing-style-two .inner-box .pricing-column:first-child{
  padding-right: 0px;
  border-right: 1px solid #e3e3e3;
}

.pricing-style-two .inner-box .pricing-column:last-child{
  padding-left: 0px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  display: block;
  padding: 141px 0px 110px 0px;
}

.testimonial-style-two .sec-title{
  margin-bottom: 85px;
}

.testimonial-block-two .inner-box .author-thumb {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-bottom: 21px;
}

.testimonial-block-two .inner-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-thumb a {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #00acee;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}

.testimonial-block-two{
  position: relative;
  display: block;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-block-two .inner-box .text{
  position: relative;
  display: block;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-block-two .inner-box .author-info .author-name{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-dark);
  font-weight: 500;
}

.testimonial-block-two .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

.testimonial-style-two .owl-prev{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 50%;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.testimonial-style-two .owl-next{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 50%;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.testimonial-style-two .owl-next:hover,
.testimonial-style-two .owl-prev:hover{
  background: #ff8a42;
  color: #fff;
  box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span{
  border: none;
  background: #c9cefa;
  height: 10px;
  width: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover{
  background: #5a68ef;
}

.testimonial-style-two .owl-dots{
  margin-top: 66px;
}


/** news-style-two **/

.news-style-two{
  padding: 141px 0px 150px 0px;
}

.news-style-two .news-block-one .inner-box .text{
  position: relative;
  display: block;
  line-height: 28px;
}

.news-style-two .news-block-one .inner-box .lower-content {
  padding: 28px 15px 24px 25px;
  border-bottom: 1px solid #e7e7e7;
}

.news-style-two .news-block-one .inner-box .lower-content h4{
  margin-bottom: 10px;
}

.news-style-two .news-block-one .inner-box .lower-content .post-date{
  margin-bottom: 7px;
}

.news-block-one .inner-box .info-box{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 17px 25px 6px 25px;
}

.news-block-one .inner-box .info-box li{
  position: relative;
  float: left;
  font-size: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.news-block-one .inner-box .info-box li:last-child{
  float: right;
}

.news-block-one .inner-box .info-box li i{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #7f7f7f;
  margin-right: 10px;
}


/** subscribe-section **/

.subscribe-section{
  position: relative;
  display: block;
}

.subscribe-section .inner-content{
  position: relative;
  display: block;
  background: url(../images/icons/subscribe-bg.png);
  padding: 98px 80px 56px 90px;
  background-repeat: no-repeat;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: -160px;
}

.subscribe-section .inner-content .subscribe-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.subscribe-section .inner-content .subscribe-form .form-group .field-input{
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
}

.subscribe-section .inner-content .subscribe-form .form-group .field-input i{
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 15px;
  color: #6c6c6c;
}

.subscribe-section .inner-content .subscribe-form input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
}

.subscribe-section .inner-content .subscribe-form input:focus{
  border-color: var(--color-primary);
}

.subscribe-section .inner-content .subscribe-form .form-group button{
  position: absolute;
  top: -5px;
  right: 0px;
}

.subscribe-section .inner-content .sec-title h2{
  margin-bottom: 11px;
}

.subscribe-section .inner-content .sec-title{
  position: relative;
  display: block;
  margin-bottom: 44px;
}


/** footer-style-two **/

.main-footer.style-two{
  padding-top: 160px;
}

.main-footer.style-two .footer-top{
  border: none;
  padding-bottom: 90px;
}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


.banner-section.style-three{
  position: relative;
  padding-top: 223px;
  padding-bottom: 150px;
  background-color: #fff;
  background-size: auto;
  background-position: top center;
}

.banner-section.style-three .image-box{
  margin: 0px;
  margin-left: -125px;
}

.banner-section.style-three .image-box .image-1{
  position: relative;
  left: 0px;
  bottom: 0px;
}

.banner-section.style-three .image-box img{
  max-width: none;
  float: left;
}

.banner-section.style-three .content-box{
  margin-top: 58px;
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a.btn-two{
  border-color: #00c569;
  color: #fff;
  background: var(--color-dark);
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a.btn-two:hover{
  background: var(--color-primary);
  border-color: var(--color-primary);
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  display: block;
  padding: 110px 0px 80px 0px;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 15px 27px 15px;
  margin-bottom: 45px;
}

.feature-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 33px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(-45deg, #9eb1fe 0%, #5f7ceb 100%);
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .icon-box{
  transform: scale(1.1);
}

.feature-block-two .inner-box h4{
  margin-bottom: 9px;
}

.feature-style-two .feature-block:nth-child(2) .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #ffcc80 0%, #ff9257 100%);
}

.feature-style-two .feature-block:nth-child(3) .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #d295ff 0%, #705bff 100%);
}

.feature-style-two .feature-block:nth-child(4) .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #a2f2b3 0%, #41dfcd 100%);
}

.feature-style-two .feature-block:nth-child(5) .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #38cfdf 0%, #3179d9 100%);
}

.feature-style-two .feature-block:last-child .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #b1fb87 0%, #7fb724 100%);
}

.feature-style-two .sec-title{
  margin-bottom: 75px;
}


/** overview-sectin **/

.overview-section.style-three{
  padding: 150px 0px 165px 0px;
}

.overview-section.style-three .content-box,
.overview-section.style-four .content-box{
  margin-left: 70px;
  margin-top: 7px;
}

.overview-section.style-three .image-box{
  margin: 0px 85px 0px -180px;
}

.overview-section.style-three .image-box .image-2,
.overview-section.style-four .image-box .image-2{
  left: inherit;
  right: -85px;
  top: 90px;
  z-index: 1;
}

.overview-section.style-four .image-box{
  margin: 0px 70px 0px -200px;
}

.overview-section.style-four .image-box .image-2{
  top: inherit;
  bottom: -30px;
}

.overview-section.style-four .content-box{
  margin-top: 14px;
}

.overview-section.style-four{
  padding: 150px 0px 170px 0px;
}

.overview-style-two.style-five .image-box .image-2{
  box-shadow: none;
  border-radius: 0px;
  right: inherit;
  left: -120px;
  top: 50px;
}

.overview-style-two.style-five .image-box{
  margin: 7px -230px 0px 200px;
}

.overview-style-two.style-five .content-box{
  margin-top: 0px;
}

.overview-style-two.style-five{
  padding: 143px 0px 150px 0px;
}


/** video-style-two **/

.video-section.style-two{
  position: relative;
}

.video-section.style-two .sec-title{
  margin-bottom: 92px;
}

.video-section.style-two .video-inner{
  margin-bottom: 0px;
}


/** pricing-style-three **/

.pricing-style-three{
  position: relative;
  display: block;
}

.pricing-style-three .sec-title{
  position: relative;
  display: block;
  margin-bottom: 85px;
}

.tabs-box .tab{
  position:relative;
  display:none;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.pricing-style-three .pricing-inner{
  position: relative;
  display: block;
  margin: 0px 15px;
}

.pricing-style-three .pricing-inner .btn-column, 
.pricing-style-three .pricing-inner .content-column{
  padding: 0px 0px;
}

.pricing-style-three .tabs-content{
  position: relative;
  display: block;
  margin: 0px 15px;
}

.pricing-style-three .tabs-content .pricing-column{
  padding: 0px 0px;
}

.pricing-style-three .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #f0eefc;
  border-right: none;
}

.pricing-style-three .pricing-column:last-child .pricing-table{
  border-right: 1px solid #f0eefc;
}

.pricing-style-three .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 28px 15px;
  background: #fff;
  border-bottom: 1px solid #f0eefc;
  transition: all 500ms ease;
}

.pricing-style-three .pricing-table:hover .table-header{
  background: #6955e0;
}

.pricing-style-three .pricing-table .table-header .title{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 6px;
  transition: all 500ms ease;
}

.pricing-style-three .pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #6955e0;
  font-weight: 600;
  transition: all 500ms ease;
}

.pricing-style-three .pricing-table:hover .table-header .title,
.pricing-style-three .pricing-table:hover .table-header .price{
  color: #fff;
}

.pricing-style-three .pricing-table .table-content li{
  position: relative;
  display: block;
  padding: 19px 15px 15px 15px;
  border-bottom: 1px solid #f0eefc;
}

.pricing-style-three .pricing-table .table-footer{
  position: relative;
  display: block;
  padding: 28px 15px;
}

.pricing-style-three .pricing-table .table-footer a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-dark);
  border: 1px solid #d2d2d2;
  padding: 10px 40px;
  text-align: center;
  border-radius: 25px;
}

.pricing-style-three .pricing-table:hover .table-footer a{
  color: #fff;
  border-color: #6955e0;
  background: #6955e0;
}

.pricing-style-three .tab-btn-box{
  position: relative;
  display: block;
  height: 100%;
}

.pricing-style-three .tab-btn-box .tab-btns{
  position: absolute;
  display: block;
  bottom: 107px;
  width: 100%;
  left: 0px;
  border: 1px solid #f0eefc;
  border-right: none;
}

.pricing-style-three .tab-btn-box .tab-btn{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-dark);
  border-bottom: 1px solid #f0eefc;
  padding: 20px 15px 18px 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-style-three .tab-btn-box .tab-btn:last-child{
  border-bottom: none;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  display: block;
}

.testimonial-style-three .sec-title{
  margin-bottom: 75px;
}

.testimonial-block-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 15px 35px 15px;
  border-radius: 10px;
  margin-top: 50px;
}

.testimonial-block-three .inner-box .author-thumb{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 3px solid #f9f8ff;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.testimonial-block-three .inner-box:hover .author-thumb{
  border-color: #ff8a42;
}

.testimonial-block-three .inner-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .author-name{
  font-weight: 500;
  margin-bottom: 3px;
}

.testimonial-block-three .inner-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-block-three .inner-box .author-info{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.testimonial-block-three .inner-box .author-rating{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.testimonial-block-three .inner-box .author-rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ff8a42;
}

.testimonial-block-three .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.testimonial-block-three .inner-box .social-list li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.testimonial-block-three .inner-box .social-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #7e7e7e;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dfdfdf;
  text-align: center;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .social-list li a:hover{
  border-color: #ff8a42;
  background: #ff8a42;
  color: #fff;
}

.testimonial-style-three .owl-nav,
.testimonial-style-three .owl-dots{
  display: none;
}


/** integration-section **/

.integration-section{
  position: relative;
  display: block;
}

.integration-section .sec-title{
  margin-bottom: 85px;
}

.integration-section .integration-inner li{
  position: relative;
  float: left;
  width: 20%;
}

.integration-section .integration-inner li a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  background: #fff;
  color: #0b57a4;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.integration-section .integration-inner li:nth-child(2) a{
  color: #00a4ef;
}

.integration-section .integration-inner li:nth-child(3) a{
  color: #60727d;
}

.integration-section .integration-inner li:nth-child(4) a{
  color: #5e5e5e;
}

.integration-section .integration-inner li:last-child a{
  color: #78c257;
}

.integration-section .integration-inner li h5{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-dark);
  font-weight: 600;
  margin-top: 34px;
}

.integration-section .integration-inner .btn-box{
  position: relative;
  display: block;
  margin-top: 82px;
}

.integration-section .integration-inner .btn-box .theme-btn-two{
  padding: 13.5px 31px;
}

.integration-section .integration-inner .btn-box .theme-btn-two i{
  position: relative;
  margin-right: 15px;
  font-size: 24px;
  top: 3px;
}


/** news-style-three **/

.news-style-three{
  position: relative;
  display: block;
}

.news-style-three .sec-title{
  margin-bottom: 85px;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-bottom-right-radius: 50px;
}

.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #491aaf;
}

.news-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.news-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 34px 30px 32px 25px;
}

.news-block-two .inner-box .lower-content .post-date {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

.news-block-two .inner-box .lower-content .post-date i {
  position: relative;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.news-block-two .inner-box .lower-content .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-primary);
  text-decoration: underline;
}

.news-block-two .inner-box .lower-content .link-btn a:hover{
  color: var(--color-dark);
}

.news-block-two .inner-box .lower-content h4{
  margin-bottom: 8px;
}

.news-block-two .inner-box .lower-content .text{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 17px;
}

.news-style-three .owl-dots{
  display: none;
}

.news-style-three .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 90px;
}

.news-style-three .owl-nav .owl-prev{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #a3a3a3;
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  border-bottom-left-radius: 15px;
  transition: all 500ms ease;
}

.news-style-three .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #a3a3a3;
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  border-top-right-radius: 15px;
  transition: all 500ms ease;
}

.news-style-three .owl-nav .owl-prev:hover,
.news-style-three .owl-nav .owl-next:hover{
  color: #ff8a42;
  border-color: #ff8a42;
}


/** subscribe-style-two **/

.subscribe-style-two{
  position: relative;
  display: block;
}

.subscribe-style-two .sec-title{
  margin-bottom: 75px;
}



/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/


/** banner-style-foru **/

.banner-style-four{
  position: relative;
  display: block;
  width: 100%;
  padding: 322px 0px 175px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-four:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.banner-style-four .title-box h1{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 27px;
}

.banner-style-four .title-box h1 span{
  color: #00c569;
}

.banner-style-four .title-box p{
  position: relative;
  display: block;
  line-height: 32px;
  color: #d5d5d5;
}

.banner-style-four .title-box{
  position: relative;
  display: block;
  margin-bottom: 135px;
}

.banner-style-four .image-box{
  position: relative;
  display: block;
  margin-bottom: 134px;
}

.banner-style-four .image-box .image-1{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.banner-style-four .image-box .image-2{
  position: absolute;
  left: 30px;
  top: 70px;
}

.banner-style-four .image-box .image-3{
  position: absolute;
  right: 30px;
  top: 70px;
}

.banner-style-four .download-btn{
  position: relative;
  display: block;
  margin-bottom: 73px;
}

.banner-style-four .text{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #cfcfcf;
}

.banner-style-four .text a{
  color: #cfcfcf;
  text-decoration: underline;
}

.banner-style-four .text a:hover{
  color: #ff8a42;
}


/** overview-style-five **/

.overview-style-five{
  position: relative;
  display: block;
  padding: 135px 0px 120px 0px;
}

.overview-style-five .content-box .sec-title{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.overview-style-five .content-box .sec-title h2{
  margin-bottom: 21px;
}

.overview-style-five .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 50px;
  margin-bottom: 66px;
}

.overview-style-five .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 30px;
  line-height: 30px;
  color: #00c569;
}

.overview-style-five .content-box .inner-box .single-item h4{
  margin-bottom: 9px;
}

.overview-style-five .content-box{
  position: relative;
  display: block;
  margin-top: 43px;
}

.overview-style-five .image-box{
  position: relative;
  display: inline-block;
  border-radius: 45px;
  margin-left: 25px;
  margin-top: 15px;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.1);
}

.overview-style-five .image-box img{
  width: 100%;
  border-radius: 45px;
}


/** video-style-three **/

.video-style-three{
  position: relative;
  display: block;
}

.video-style-three .content-box{
  position: relative;
  display: block;
  margin-top: 156px;
}

.video-style-three .content-box .sec-title{
  margin-bottom: 21px;
}

.video-style-three .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.video-style-three .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.video-style-three .content-box .text p:last-child{
  margin-bottom: 0px;
}

.video-style-three .video-box{
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: -375px;
}

.video-style-three .video-box .video-inner{
  position: relative;
  display: block;
  width: 100%;
  padding: 322px 0px;
  text-align: center;
  border-top-left-radius: 45%;
  border-bottom-left-radius: 45%;
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-three .video-box .video-inner a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #00c569;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}


/** app-secreenshots **/

.app-screenshots-section{
  position: relative;
  display: block;
  padding: 142px 0px 140px 0px;
}

.app-screenshots-section .carousel-outer{
  position: relative;
}

.app-screenshots-section .sec-title {
  margin-bottom: 70px;
}

.app-screenshots-section .carousel-outer .screen-mobile-image {
  background-image: url(../images/resource/screen-5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 520px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 255px;
  z-index: 2;
  border-radius: 40px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}

.app-screenshots-section .slide img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 15px;
}

.app-screenshots-section img{
  width: 100%;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.app-screenshots-section #tab-7 .image{
  position: relative;
  display: block;
  margin: 30px 0px;
}

.app-screenshots-section #tab-7 .carousel-outer{
  position: relative;
  display: block;
  margin-top: -18px;
}

.app-screenshots-section .center .slide{
  position: relative;
  border-radius: 30px;
}

.app-screenshots-section .center .slide img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 30px;
}

.app-screenshots-section .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
}

.app-screenshots-section .tabs-box .tab.active-tab{
  display:block;  
}

.app-screenshots-section .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 125px;
}

.app-screenshots-section .tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  border-radius: 35px;
}

.app-screenshots-section .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #5e5e5e;
  padding: 11px 40.5px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.app-screenshots-section .tab-btn-box .tab-btns li.active-btn {
  background: #00c569;
  color: #fff;
}

.app-screenshots-section .owl-prev,
.app-screenshots-section .owl-next{
  display: inline-block;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #4d31b6;
  border: 1px solid #a698da;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  margin: 0px;
  transition: all 500ms ease;
}

.app-screenshots-section .owl-prev:hover,
.app-screenshots-section .owl-next:hover{
  background: #4d31b6;
  border-color: #4d31b6;
  color: #fff;
}

.app-screenshots-section .owl-prev{
  position: absolute;
  left: -160px;
  top: 50%;
  transform: translateY(-50%);
}

.app-screenshots-section .owl-next{
  position: absolute;
  right: -160px;
  top: 50%;
  transform: translateY(-50%);
}

.app-screenshots-section .owl-dots{
  display: block;
  text-align: center;
  margin-top: 90px;
}

.app-screenshots-section .owl-theme .owl-dots .owl-dot span{
  background: #bdc0ed;
  width: 10px;
  height: 10px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.app-screenshots-section .owl-theme .owl-dots .owl-dot.active span,
.app-screenshots-section .owl-theme .owl-dots .owl-dot span:hover{
  background: #363dc4;
  border: none;
}

.app-screenshots-section .screen-mobile-image-2 {
  background-image: url(../images/resource/laptop-6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 275px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 482px;
  z-index: 2;
  border-radius: 50px;
}


/** pricing-style-four **/

.pricing-style-four{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.pricing-style-four:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.pricing-style-four .sec-title{
  position: relative;
  display: block;
  margin-bottom: 56px;
}

.pricing-style-four .sec-title h2{
  color: #fff;
}

.pricing-style-four .sec-title p{
  color: #bbbbbb;
}

.pricing-style-four .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;
}

.pricing-style-four .tabs-box .tab.active-tab{
  display:block;  
}

.pricing-style-four .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.pricing-style-four .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.pricing-block-three .pricing-table{
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 45px;
  transition: all 500ms ease;
}

.pricing-block-three .pricing-table:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 45px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background: #00c569;
  transition: all 500ms ease;
}

.pricing-block-three .pricing-table:hover:before{
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.pricing-block-three .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 43px 15px 20px 15px;
}

.pricing-block-three .pricing-table .table-header .title{
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}

.pricing-block-three .pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #00c569;
  font-weight: 600;
  transition: all 500ms ease;
}

.pricing-block-three .pricing-table:hover .table-header .price,
.pricing-block-three .pricing-table:hover .table-content ul li{
  color: #fff;
}

.pricing-block-three .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 43px 15px 80px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.pricing-block-three .pricing-table .table-content ul li{
  position: relative;
  display: block;
  font-size: 16px;
  color: #d2d2d2;
  margin-bottom: 18px;
  transition: all 500ms ease;
}

.pricing-block-three .pricing-table .table-content ul li:last-child{
  margin-bottom: 0px;
}

.pricing-block-three .pricing-table .table-footer{
  position: relative;
  display: block;
  padding: 16px 15px 12px 15px;
}

.pricing-block-three .pricing-table .table-footer a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}

.pricing-style-four .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 105px;
}

.pricing-style-four .tab-btn-box .tab-btns{
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 5px;
  border-radius: 30px;
}

.pricing-style-four .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #5e5e5e;
  padding: 11px 33.5px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-style-four .tab-btn-box .tab-btns li.active-btn{
  background: #00c569;
  color: #fff;
}


/** faq-section **/

.faq-section{
  position: relative;
  display: block;
}

.faq-section .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;
}

.faq-section .tabs-box .tab.active-tab{
  display:block;  
}

.faq-section .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.faq-section .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.faq-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.faq-section .tab-btn-box li{
  position: relative;
  display: inline-block;
  max-width: 220px;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  text-align: center;
  padding: 32px 15px 24px 15px;
  margin-bottom: 15px;
  transition: all 500ms ease;
  cursor: pointer;
}

.faq-section .tab-btn-box li.active-btn,
.faq-section .tab-btn-box li:hover{
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  border: 1px solid #fff;
}

.faq-section .tab-btn-box li .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  border: 1px solid #cceede;
  border-radius: 50%;
  background: #e6f7ef;
  color: #01ac5c;
  margin-bottom: 16px;
  transition: all 500ms ease;
}

.faq-section .tab-btn-box li:last-child{
  margin-bottom: 0px;
}

.faq-section .tab-btn-box li.active-btn .icon-box,
.faq-section .tab-btn-box li:hover .icon-box{
  background: #01ac5c;
  border-color: #01ac5c;
  color: #fff;
}

.faq-section .tab-btn-box li h5{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-dark);
}

.accordion-box{
  position:relative;
  height: 518px;
}

.accordion-box .block{
  position:relative;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn h5{
  position:relative;
  display: block;
  font-size:16px;
  font-weight: 500;
  color:var(--color-dark);
  padding: 20px 60px 21px 25px;
  cursor:pointer;
  transition: all 500ms ease;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none; 
  padding: 0px 100px 27px 25px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .content .text{
  position:relative;
  display: block;
  color: #818181;
  font-size: 16px;
  line-height: 28px;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 20px;
  color: var(--color-dark);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer{
  color: var(--color-dark);
}

.accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin: 0px;
  content: "\f106";
}


/** testimonial-style-four **/

.testimonial-style-four{
  position: relative;
  display: block;
  padding-bottom: 120px;
}

.testimonial-style-four .title-box{
  position: relative;
  display: block;
  padding: 121px 0px 200px 0px;
}

.testimonial-style-four .title-box .sec-title h2{
  color: #fff;
}

.testimonial-style-four .title-box .sec-title p{
  color: #cceede;
}

.testimonial-style-four .testimonial-inner{
  position: relative;
  display: block;
  margin-top: -95px;
}

.testimonial-style-four .testimonial-inner .testimonial-content{
  position: relative;
  display: block;
  margin-right: -390px;
}

.testimonial-block-four .inner-box{
  position: relative;
  display: block;
  background: #f5f9ff;
  border-radius: 5px;
  padding: 25px 30px 26px 25px;
}

.testimonial-block-four .inner-box:before{
  position: absolute;
  content: "\f120";
  font-family: 'Flaticon';
  font-size: 40px;
  color: #e5e5e5;
  right: 30px;
  top: 25px;
}

.testimonial-block-four .inner-box .author-info{
  position: relative;
  display: block;
  padding: 4px 60px 7px 80px;
  margin-bottom: 17px;
}

.testimonial-block-four .inner-box .author-info .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-block-four .inner-box .author-info .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-four .inner-box .author-info .author-name{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: var(--color-dark);
  font-weight: 500;
}

.testimonial-block-four .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-block-four .inner-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  margin-bottom: 17px;
}

.testimonial-block-four .inner-box .author-rating li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #ff8a42;
}

.testimonial-style-four .owl-nav{
  position: absolute;
  left: 32%;
  display: block;
  text-align: center;
  margin-top: 90px;
  height: 40px;
}

.testimonial-style-four .owl-prev{
  position: relative;
  display: inline-block;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  margin: 0px 7px;
  transition: all 500ms ease;
}

.testimonial-style-four .owl-next{
  position: relative;
  display: inline-block;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  margin: 0px 8px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-four .owl-prev:hover,
.testimonial-style-four .owl-next:hover{
  color: #00c569;
  border-color: #00c569;
  width: 90px;
  font-size: 24px;
}

.testimonial-style-four .owl-theme .owl-dots{
  position: absolute;
  left: -95px;
  bottom: 140px;
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot{
  display: block;
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot span{
  background: #b2edd2;
  width: 10px;
  height: 10px;
  border: none;
  margin: 10px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-four .owl-theme .owl-dots .owl-dot:hover span{
  background: #00c569;
}


/** call-action-style-two **/

.call-to-action.style-two{
  position: relative;
  display: block;
  padding-bottom: 140px;
}

.call-to-action.style-two .image-box{
  position: relative;
  display: block;
  margin-top: 62px;
  margin-right: 135px;
}


.call-to-action.style-two .image-box .image-2{
  position: absolute;
  right: -95px;
  bottom: 0px;
}

.call-to-action.style-two .subscribe-form .theme-btn-three{
  padding: 17px 57px;
}


/** footer-style-three **/

.main-footer.style-three{
  position: relative;
  background-attachment: fixed;
}

.main-footer.style-three:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.95);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-footer.style-three .footer-top{
  padding-top: 245px;
  border-bottom: none;
}

.main-footer.style-three .footer-bottom{
  background: #242424;
}



/*** 

====================================================================
                        Home-Page-Five
====================================================================

***/

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a.btn-three{
  border-radius: 3px;
}


/** banner-style-five **/

.banner-section.style-five{
  position: relative;
  background: #1832aa;
  padding-bottom: 530px;
  padding-top: 325px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%, 0% 0%);
}

.banner-section.style-five:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-1.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section.style-five .content-box .download-form .form-group{
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  margin-bottom: 0px;
}

.banner-section.style-five .content-box .download-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  padding: 10px 60px 10px 15px;
  color: #8c99d5;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: transparent;
  font-size: 16px;
  transition: all 500ms ease;
}

.banner-section.style-five .content-box .download-form .form-group input:focus{
  border-color: #ff8a42;
}

.banner-section.style-five .content-box .download-form .form-group input::-webkit-input-placeholder{
  color:#8c99d5;
}

.banner-section.style-five .content-box .download-form .form-group .field-input{
  position: relative;
  margin-bottom: 20px;
}

.banner-section.style-five .content-box .download-form .form-group .field-input i{
  position: absolute;
  top: 23px;
  right: 20px;
  color: #8c99d5;
}

.banner-section.style-five .content-box .download-form .form-group button{
  float: right;
  border-radius: 3px;
  padding: 16.5px 18px;
}

.banner-section.style-five .content-box .download-form .form-group button i{
  position: relative;
  margin: 0px 10px;
}

.banner-section.style-five .content-box .text{
  margin-bottom: 70px;
}

.banner-section.style-five .image-box{
  margin: 0px 0px 0px -60px;
}

.banner-section.style-five .image-box .image img{
  float: left;
  max-width: none;
}

.banner-section.style-five .content-box{
  margin-top: 13px;
}

.banner-section.style-five .banner-inner{
  position: relative;
  display: block;
  margin-bottom: 170px;
}

.banner-section.style-five .counter-inner .counter-block{
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
}

.banner-section.style-five .counter-inner .counter-block .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
}

.banner-section.style-five .counter-inner .counter-block .count-outer .count-text{
  font-weight: 700;
}

.banner-section.style-five .counter-inner .counter-block .text{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #dee0f0;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
  display: block;
}

.feature-style-three .inner-content{
  position: relative;
  display: block;
  margin-top: -336px;
}

.feature-block-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 55px 30px 65px 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.feature-style-three .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-image: -webkit-linear-gradient(-45deg, #3490e5 0%, #5611ee 100%);
  transition: all 500ms ease;
}

.feature-style-three .inner-box:hover:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.feature-block-three .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 43px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(-45deg, #d798ff 0%, #6c59ff 100%);
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box{
  transform: scale(1.1);
}

.feature-style-three .feature-block:nth-child(2) .feature-block-three .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #ffce82 0%, #ff9056 100%);
}

.feature-style-three .feature-block:last-child .feature-block-three .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #38d3df 0%, #3174d9 100%);
}

.feature-block-three .inner-box h4{
  margin-bottom: 14px;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover h4,
.feature-block-three .inner-box:hover h4 a,
.feature-block-three .inner-box:hover .text,
.feature-block-three .inner-box:hover .link-btn a{
  color: #fff;
}

.feature-block-three .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 18px;
  transition: all 500ms ease;
}

.feature-block-three .inner-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #4d31b6;
  font-weight: 500;
  text-decoration: underline;
}


/** works-section **/

.works-section{
  position: relative;
}

.works-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.works-section .inner-content{
  position: relative;
  display: block;
}

.works-section .inner-content:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-2.png);
  width: 760px;
  height: 437px;
  left: 205px;
  top: -50px;
  background-repeat: no-repeat;
}

.works-block-one .inner-box{
  position: relative;
  display: block;
  padding: 52px 30px 62px 30px;
  border-radius: 20px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  background: #ffff;
}



.works-block-one .inner-box .number{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  background-color: rgba(var(--color-dark), 0.5);
  margin-bottom: 20px;
}

.works-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 13px;
}

.works-block-one .inner-box h3 a{
  position: relative;
  display: inline-block;
  color: var(--color-dark);
}

.works-block-one .inner-box h3 {
  position: relative;
  display: inline-block;
  color: var(--color-dark);
}

.works-block-one .inner-box h3:hover {
  color: var(--color-primary);
}

.works-block-one .inner-box .text{
  position: relative;
  display: block;
}


/** overview-style-six **/

.overview-style-six{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 100px 0px 100px 0px;
}

.overview-style-six .image-box{
  position: relative;
  display: block;
}

.overview-style-six .image-box .image{
  position: absolute;
  display: inline-block;
  border-radius: 60px;
  left: -15px;
  top: -42px;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.2);
}

.overview-style-six .image-box .image img{
  width: 100%;
  border-radius: 60px;
}

.overview-style-six .inner-content{
  position: relative;
  display: block;
  background: #1832aa;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.overview-style-six .inner-content:after{
  position: absolute;
  content: '';
  background: #1832aa;
  width: 500%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: -1;
}

.overview-style-six .inner-content:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-3.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: top right;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.overview-style-six .inner-content .content-box{
  position: relative;
  padding: 146px 0px 157px 0px;
}

.overview-style-six .content-box .sec-title{
  position: relative;
  display: block;
  margin-bottom: 84px;
}

.overview-style-six .content-box .sec-title h2{
  color: #fff;
  margin-bottom: 21px;
}

.overview-style-six .content-box .sec-title p{
  position: relative;
  display: block;
  color: #d1d6ee;
  line-height: 32px;
}

.overview-style-six .content-box .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #3047b3;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 23px;
  transition: all 500ms ease;
}

.overview-style-six .content-box .inner-box .single-item h4{
  margin-bottom: 9px;
}

.overview-style-six .content-box .inner-box .single-item h4 a,
.overview-style-six .content-box .inner-box .single-item h4{
  color: #fff;
}

.overview-style-six .content-box .inner-box .single-item h4 a:hover{
  color: var(--color-primary);
}

.overview-style-six .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  color: #d1d6ee;
}


/** optimize-date **/

.optimize-date{
  position: relative;
  display: block;
  padding: 82px 0px 94px 0px;
}

.optimize-date .content-box{
  position: relative;
  display: block;
  margin-right: 100px;
  margin-top: 52px;
}

.optimize-date .content-box .sec-title{
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.optimize-date .content-box .sec-title h2{
  margin-bottom: 21px;
}

.optimize-date .content-box .sec-title p{
  color: var(--color-dark);
}

.optimize-date .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 85px;
  margin-bottom: 43px;
}

.optimize-date .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.optimize-date .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
  background-image: -webkit-linear-gradient(-45deg, #d798ff 0%, #6c59ff 100%);
  transition: all 500ms ease;
}

.optimize-date .content-box .inner-box .single-item:nth-child(2) .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #ffcc80 0%, #ff9358 100%);
}

.optimize-date .content-box .inner-box .single-item:last-child .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #38cfdf 0%, #3178d9 100%);
}

.optimize-date .content-box .inner-box .single-item h4{
  margin-bottom: 8px;
}

.optimize-date .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  line-height: 32px;
}

.optimize-date .image-box{
  position: relative;
  display: block;
  margin: 0px -110px 0px -10px;
}

.optimize-date .image-box .image-1{
  position: relative;
  display: inline-block;
}

.optimize-date .image-box .image-2{
  position: absolute;
  top: 165px;
  right: 0px;
}

.optimize-date .image-box .image{
  display: inline-block;
  border-radius: 45px;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.2);
}

.optimize-date .image-box .image img{
  width: 100%;
  border-radius: 45px;
}


/** video-style-four **/

.video-style-four{
  position: relative;
  display: block;
  padding: 100px 0px 100px 0px;
}

.video-style-four .video-box {
  position: relative;
  display: block;
  margin-left: -375px;
}

.video-style-four .video-box .video-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 235px 0px;
  text-align: center;
  overflow: hidden;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-four .video-box .video-inner:before{
  position: absolute;
  content: '';
  background: rgba(24, 50, 170, 0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.video-style-four .video-box .video-inner a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #1832aa;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.video-style-four .content-box{
  position: relative;
  display: block;
  margin-left: 75px;
  margin-top: 45px;
}

.video-style-four .content-box .sec-title h2{
  margin-bottom: 21px;
}

.video-style-four .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.video-style-four .content-box .text p:last-child{
  margin-bottom: 0px;
}

.video-style-four .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.video-style-four .content-box .btn-box .theme-btn-three{
  border-radius: 3px;
}


/** pricing-style-five **/

.pricing-style-five{
  position: relative;
  display: block;
  padding-top: 60px;
  margin-bottom: -100px;
  z-index: 1;
}

.pricing-style-five .sec-title{
  position: relative;
  display: block;
  margin-bottom: 85px;
}

.pricing-block-four .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.pricing-block-four .pricing-table:before{
  position: absolute;
  content: '';
  background: #1832aa;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.pricing-block-four .pricing-table:hover:before{
  height: 100%;
}

.pricing-block-four .pricing-table .table-header{
  position: relative;
  display: block;
  background: #1832aa;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 41px 15px 84px 15px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 0% 100%, 0% 0%);
  z-index: 1;
  transition: all 500ms ease;
}

.pricing-block-four .pricing-table .table-header:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-4.png);
  width: 100%;
  height: 50px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.pricing-block-four .pricing-table:hover .table-header:before{
  opacity: 0;
}

.pricing-block-four .pricing-table:hover .table-header{
  background: #fff;
}

.pricing-block-four .pricing-table .table-header .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
  transition: all 500ms ease;
}

.pricing-block-four .pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  transition: all 500ms ease;
}

.pricing-block-four .pricing-table:hover .table-header .title,
.pricing-block-four .pricing-table:hover .table-header .price{
  color: #1832aa;
}

.pricing-block-four .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 26px 15px 30px 50px;
}

.pricing-block-four .pricing-table .table-content li{
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding: 0px 0px 0px 40px;
  transition: all 500ms ease;
}

.pricing-block-four .pricing-table:hover .table-content li{
  color: #fff;
}

.pricing-block-four .pricing-table .table-content li:before{
  position: absolute;
  content: "\f122";
  font-size: 18px;
  color: #00c569;
  font-family: 'Flaticon';
  left: 0px;
  top: 0px;
  font-weight: 600;
}

.pricing-block:first-child .pricing-block-four .pricing-table .table-content li:nth-child(4):before,
.pricing-block:first-child .pricing-block-four .pricing-table .table-content li:last-child:before,
.pricing-block:nth-child(2) .pricing-block-four .pricing-table .table-content li:last-child:before{
  content: "\f123";
  color: #df643e;
}

.pricing-block-four .pricing-table .table-content li:last-child{
  margin-bottom: 0px;
}

.pricing-block-four .pricing-table .table-footer{
  position: relative;
  display: block;
  padding: 15px 50px 45px 50px;
}

.pricing-block-four .pricing-table .table-footer a{
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #00c569;
  border: 1px solid #00c569;
  padding: 12px 25px;
  border-radius: 30px;
}

.pricing-block-four .pricing-table:hover .table-footer a{
  background: #00c569;
  color: #fff;
}

.testimonial-style-four.home-5 .title-box{
  padding: 250px 0px;
}

.testimonial-style-four.home-5 .title-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-5.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-style-four.home-5 .testimonial-inner{
  margin-top: -145px;
}

.testimonial-style-four.home-5 .owl-theme .owl-dots{
  display: none;
}

.testimonial-style-four.home-5 .owl-nav{
  margin-top: 80px;
}


/** our-team **/

.our-team{
  position: relative;
  display: block;
  padding-top: 121px;
}

.our-team .sec-title{
  position: relative;
  display: block;
  margin-bottom: 85px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #4d31b6;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%, 0% 0%);
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 14px 12px 27px 12px;
}

.team-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content h5 a{
  position: relative;
  display: inline-block;
  color: var(--color-dark);
}

.team-block-one .inner-box .lower-content h5 a:hover{
  color: var(--color-primary);
}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #4d31b6;
}

.news-section.home-5 .news-block-one .inner-box .lower-content .link-btn a{
  color: #4d31b6;
}

.news-section.home-5 .news-block-one .inner-box .lower-content .link-btn a:hover{
  color: #ff8a42;
}


/** call-action-style-three **/

.call-to-action.style-three{
  position: relative;
  padding: 139px 0px 0px;
}

.call-to-action.style-three .image-box img{
  float: none;
}

.call-to-action.style-three .content-box {
  margin: 2px 70px 0px 0px;
}

.call-to-action.style-three .image-box{
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 7px;
}

.call-to-action.style-three .image-box .image-2{
  position: absolute;
  left: -65px;
  bottom: 12px;
}

.call-to-action.style-three .subscribe-form .form-group .create-acc{
  display: block;
  float: none;
  margin-bottom: 50px;
}

.call-to-action.style-three .subscribe-form .form-group .message-btn{
  display: block;
  float: none;
  margin: 0px;
}

.call-to-action.style-three .subscribe-form .form-group .message-btn .theme-btn-three{
  padding: 17px 57.5px;
}


/** footer-style-four **/

.main-footer.style-four{
  position: relative;
  padding-top: 295px;
  clip-path: polygon(0% 47%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.main-footer.style-four:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-6.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}



/*** 

====================================================================
                        Home-Page-Six
====================================================================

***/

.banner-section.style-six{
  position: relative;
  padding: 0px;
}

.banner-section.style-six .image-box{
  position: absolute;
  top: -90px;
  right: 0px;
}

.banner-section.style-six .slide{
  position:relative;
  padding:230px 0px 205px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section.style-six .inner-box{
  position: relative;
  display: block;
}

.banner-section.style-six .content-box{
  position: relative;
  display: block;
  max-width: 50%;
  width: 100%;
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-section.style-six .active .content-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.banner-section.style-six .image{
  opacity:0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.banner-section.style-six .active .image{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}

/* slide nav */


.banner-section.style-six .owl-dots{
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: -30px;
  top: -65px;
}

.banner-section.style-six .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: var(--color-primary);
  cursor: pointer;
  margin: 0px 5px;
  transition: all 500ms ease;
}

.banner-section.style-six .owl-dots .owl-dot.active span,
.banner-section.style-six .owl-dots .owl-dot:hover span{
  background: #ffffff;
  border: none;
}

.banner-section.style-six .owl-nav{
  display: none !important;
}


/** feature-style-four **/

.feature-style-four{
  position: relative;
  display: block;
  padding: 100px 0px 120px 0px;
}

.feature-style-four .left-column .sec-title{
  margin-bottom: 38px;
}

.feature-style-four .left-column{
  position: relative;
  display: block;
  margin-top: 64px;
}

.feature-style-four .left-column .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 75px;
  margin-bottom: 38px;
}

.feature-style-four .left-column .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.feature-style-four .left-column .inner-box .single-item .number{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 20px;
  color: var(--color-dark);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--color-dark);
  border-radius: 50%;
  transition: all 500ms ease;
}

.feature-style-four .left-column .inner-box .single-item:hover .number{
  color: #fff;
  background: var(--color-dark);
  border-color: var(--color-dark);
}

.feature-style-four .left-column .inner-box .single-item h4{
  margin-bottom: 8px;
}

.feature-style-four .left-column .inner-box .single-item .text{
  position: relative;
  display: block;
  line-height: 32px;
}

.feature-style-four .right-column .inner-column{
  position: relative;
  display: block;
  margin-right: -150px;
  margin-left: 70px;
}

.feature-block-four .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 35px 30px 45px 30px;
  margin-bottom: 28px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}

.feature-block-four .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-image: -webkit-linear-gradient(-45deg, #3490e5 0%, #5611ee 100%);
  transition: all 500ms ease;
}

/*.feature-block-four .inner-box:hover:before {*/
/*  opacity: 1;*/
/*  -webkit-transform: scale(1) translateY(0px);*/
/*  -ms-transform: scale(1) translateY(0px);*/
/*  transform: scale(1) translateY(0px);*/
/*  -webkit-transition: 1s;*/
/*  -o-transition: 1s;*/
/*  transition: 1s;*/
/*}*/

.feature-block-four .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-color: var(--color-primary);
  transition: all 500ms ease;
}

.feature-block-four:hover .inner-box .icon-box{
  transform: scale(1.1);
}

.feature-block-four .inner-box h4{
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.feature-style-four .right-column .inner-column .feature-block:nth-child(2){
  padding-top: 40px;
}

.feature-block-four .inner-box .text{
  position: relative;
  display: block;
  transition: all 500ms ease;
}

/*.feature-block-four .inner-box:hover h4,*/
/*.feature-block-four .inner-box:hover h4 a,*/
/*.feature-block-four .inner-box:hover .text{*/
/*  color: #fff;*/
/*}*/

/** our-apps **/

.our-apps{
  position: relative;
  display: block;
}

.our-apps .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 80px;
  margin-bottom: 40px;
}

.our-apps .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.our-apps .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(-45deg, #d295ff 0%, #725cff 100%);
  transition: all 500ms ease;
}

.our-apps .inner-box .single-item .text{
  position: relative;
  display: block;
  line-height: 32px;
}

.our-apps .inner-box .single-item h4{
  margin-bottom: 8px;
}

.our-apps .image-box{
  position: relative;
  display: block;
  text-align: center;
}

.our-apps .sec-title{
  margin-bottom: 90px;
}

.our-apps .inner-box{
  position: relative;
  display: block;
  padding-top: 38px;
}

.our-apps .left-column .single-item:nth-child(2) .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #9fb2fe 0%, #607dec 100%);
}

.our-apps .left-column .single-item:nth-child(3) .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #ffcc80 0%, #ff9358 100%);
}

.our-apps .left-column .single-item:last-child .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #9fb2fe 0%, #607ceb 100%);
}

.our-apps .right-column .single-item:first-child .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #38cfdf 0%, #3279d9 100%);
}

.our-apps .right-column .single-item:nth-child(2) .icon-box,
.our-apps .right-column .single-item:last-child .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #8ae59e 0%, #3fdecc 100%);
}


/** overview-style-seven **/

.overview-style-seven{
  position: relative;
  display: block;
  padding: 145px 0px 100px 0px;
}

.overview-style-seven .sec-title{
  margin-bottom: 21px;
}

.overview-style-seven .content-box{
  position: relative;
  display: block;
  margin-top: 55px;
}

.overview-style-seven .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.overview-style-seven .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.overview-style-seven .content-box .text p:last-child{
  margin-bottom: 0px;
}

.overview-style-seven .image-box{
  position: relative;
  display: block;
  margin: 0px -380px 0px 50px;
}

.overview-style-seven .image-box .image-1{
  position: relative;
}

.overview-style-seven .image-box .image-2{
  position: absolute;
  top: 35px;
  left: 305px;
  border-radius: 15px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}

.overview-style-seven .image-box .image-3{
  position: absolute;
  top: 60px;
  right: 140px;
  border-radius: 15px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}

.overview-style-seven .image-box .image-4{
  position: absolute;
  top: 85px;
  right: 18px;
  border-radius: 15px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}


/** video-style-five **/

.video-style-five{
  position: relative;
  display: block;
  padding: 40px 0px;
  margin: 40px 0px 150px 0px;
}

.video-style-five:before{
  position: absolute;
  content: '';
  background: #2e5ddf;
  height: 100%;
  width: 375px;
  left: 0px;
  top: 0px;
}

.video-style-five .video-box{
  position: relative;
  display: block;
  margin: 0px 20px 0px -145px;
}

.video-style-five .video-box .video-inner{
  position: relative;
  display: block;
  width: 100%;
  padding: 244px 0px;
  text-align: center;
  box-shadow: 0px 15px 40px 20px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-five .video-box .video-inner a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #1832aa;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.video-style-five .content-box{
  position: relative;
  display: block;
  margin: 65px -100px 0px 70px;
}

.video-style-five .content-box .sec-title h2{
  margin-bottom: 21px;
}

.video-style-five .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.video-style-five .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.video-style-five .content-box .text p:last-child{
  margin-bottom: 0px;
}


/** pricing-style-six **/

.pricing-style-six{
  position: relative;
  display: block;
  background: #2e5ddf;
}

.pricing-style-six .sec-title h2{
  color: #fff;
}

.pricing-style-six .sec-title p{
  color: #d5dff9;
}

.pricing-style-six .sec-title{
  margin-bottom: 85px;
}

.pricing-block-five .pricing-table{
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  transition: all 500ms ease;
}

.pricing-block-five .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 32px 15px 46px 15px;
}

.pricing-block-five .pricing-table .table-header:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-7.png);
  width: 100%;
  height: 35px;
  left: -1px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-block-five .pricing-table .table-header h5{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.pricing-block-five .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 38px 15px 43px 15px;
}

.pricing-block-five .pricing-table .table-content ul{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.pricing-block-five .pricing-table .table-content ul li{
  position: relative;
  display: block;
  color: #d5dff9;
  margin-bottom: 18px;
}

.pricing-block-five .pricing-table .table-content ul li:last-child{
  margin-bottom: 0px;
}

.pricing-block-five .pricing-table .table-content .price{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
}

.pricing-block-five .pricing-table .table-footer{
  position: relative;
  display: block;
  padding: 16px 15px 12px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.pricing-block-five .pricing-table .table-footer a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.pricing-block-five .pricing-table .table-footer a:hover{
  color: #ff8a42;
}


/*** 

====================================================================
                        Home-Page-Seven
====================================================================

***/


/** banner-style-seven **/

.banner-section.style-seven .slide{
  padding: 325px 0px 390px 0px;
}

.banner-section.style-seven .image-box{
  top: -120px;
}

.banner-section.style-seven .owl-dots .owl-dot span{
  background: #8077a4;
}


/** overview-style-eight **/

.overview-style-eight{
  position: relative;
  display: block;
}

.overview-style-eight .sec-title{
  position: relative;
  display: block;
  margin-bottom: 85px;
}

.overview-style-eight .single-item .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 20px 53px 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.overview-style-eight .single-item:hover .inner-box{
  transform: translateY(-20px);
}

.overview-style-eight .single-item .inner-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-8.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-style-eight .single-item .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 33px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(-45deg, #d295ff 0%, #725cff 100%);
  transition: all 500ms ease;
}

.overview-style-eight .block-column:nth-child(2) .single-item .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #ffcb7f 0%, #ff9358 100%);
}

.overview-style-eight .block-column:last-child .single-item .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #38cfdf 0%, #327bda 100%);
}

.overview-style-eight .single-item .inner-box h4{
  margin-bottom: 14px;
}

.overview-style-eight .single-item .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.overview-style-eight .single-item .inner-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #f8552e;
  text-decoration: underline;
}

.overview-style-eight .single-item .inner-box .link-btn a:hover{
  color: #ff8a42;
}


/** overview-style-nine **/

.overview-style-nine{
  position: relative;
  display: block;
  width: 100%;
  padding: 150px 0px 150px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.overview-style-nine .image-box{
  position: relative;
  display: block;
  margin: 0px 100px 0px -230px;
}

.overview-style-nine .image-box .image-1 img{
  width: 100%;
  border-radius: 10px;
}

.overview-style-nine .image-box .image-1{
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}

.overview-style-nine .image-box .image-2{
  position: absolute;
  top: 50px;
  right: -135px;
}

.overview-style-nine .content-box{
  position: relative;
  display: block;
  margin: 0px 0px 0px 70px;
}

.overview-style-nine .content-box .sec-title h2{
  margin-bottom: 21px;
}

.overview-style-nine .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.overview-style-nine .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.overview-style-nine .content-box .text p:last-child{
  margin-bottom: 0px;
}


/** overview-style-ten **/

.overview-style-ten{
  position: relative;
  display: block;
  padding: 150px 0px 170px 0px;
}

.overview-style-ten .content-box .sec-title h2{
  margin-bottom: 21px;
}

.overview-style-ten .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.overview-style-ten .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.overview-style-ten .content-box .text p:last-child{
  margin-bottom: 0px;
}

.overview-style-ten .content-box{
  position: relative;
  display: block;
  margin: 15px 70px 0px 0px;
}

.overview-style-ten .image-box{
  position: relative;
  display: block;
  margin: 0px -240px 0px 100px;
}

.overview-style-ten .image-box .image-1{
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}

.overview-style-ten .image-box img{
  width: 100%;
  border-radius: 10px;
}

.overview-style-ten .image-box .image-2{
  position: absolute;
  border-radius: 10px;
  left: -110px;
  bottom: -30px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}


/** video-style-six **/

.video-style-six{
  position: relative;
  display: block;
}

.video-style-six .title-box{
  position: relative;
  width: 100%;
  padding: 141px 0px 470px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.video-style-six .title-box .sec-title h2,
.video-style-six .title-box .sec-title p{
  color: #fff;
}

.video-style-six .video-box{
  position: relative;
  display: block;
  margin-top: -370px;
}

.video-style-six .video-box .video-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 210px 0px;
  text-align: center;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-six .video-box .video-inner a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #4e3f7c;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}


/** feature-style-five **/

.feature-style-five{
  position: relative;
  display: block;
  padding: 141px 0px 120px 0px;
}

.feature-style-five .sec-title{
  margin-bottom: 85px;
}

.feature-style-five .feature-block-four .inner-box .icon-box{
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  margin-bottom: 33px;
}

.feature-style-five .feature-block-four .inner-box{
  padding: 50px 20px 58px 20px;
  border-radius: 0px;
}

.feature-style-five .feature-block-four .inner-box h4{
  margin-bottom: 14px;
}

.feature-style-five .feature-block:nth-child(2) .feature-block-four .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #ffcb7f 0%, #ff9358 100%);
}

.feature-style-five .feature-block:nth-child(3) .feature-block-four .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #d295ff 0%, #715cff 100%);
}

.feature-style-five .feature-block:nth-child(4) .feature-block-four .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #a0f1b3 0%, #40dfcd 100%);
}

.feature-style-five .feature-block:nth-child(5) .feature-block-four .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #38cddf 0%, #327ad9 100%);
}

.feature-style-five .feature-block:last-child .feature-block-four .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #b0fa85 0%, #7eb623 100%);
}


/** discover-section **/

.discover-section{
  position: relative;
  display: block;
  width: 100%;
  padding: 141px 0px 260px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.discover-section .sec-title{
  margin-bottom: 90px;
}

.discover-section .carousel-slider-area{
  position: relative;
  display: block;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}

.discover-section .screen-mobile-image {
  background-image: url(../images/resource/laptop-6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 449px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 763px;
  z-index: 2;
  border-radius: 50px;
}

.discover-section .carousel-slider-area .image{
  position: relative;
  display: block;
  border-radius: 10px;
  margin: 30px 0px;
}

.discover-section .carousel-slider-area img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.discover-section .owl-nav{
  display: none;
}

.discover-section .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -170px;
}

.discover-section .owl-theme .owl-dots .owl-dot span{
  background: #c6c1d7;
  width: 10px;
  height: 10px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.discover-section .owl-theme .owl-dots .owl-dot.active span,
.discover-section .owl-theme .owl-dots .owl-dot span:hover{
  background: #4e3f7c;
  border: none;
  width: 10px;
  height: 10px;
}


/** .clients-section **/

.clients-section{
  position: relative;
  display: block;
  padding: 141px 0px 120px 0px;
}

.clients-section .sec-title{
  margin-bottom: 85px;
}

.clients-section .image-box{
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  transition: all 500ms ease;
}

.clients-section .image-box:hover{
  border-color: #ff6349;
}

.clients-section .image-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .owl-dots{
  display: none;
}

.clients-section .owl-nav{
  position: relative;
  display: block;
  height: 40px;
  margin-top: 60px;
}

.clients-section .owl-next,
.clients-section .owl-prev{
  position: relative;
  display: inline-block;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.clients-section .owl-prev{
  margin-right: 15px;
}

.clients-section .owl-prev:hover, 
.clients-section .owl-next:hover {
  color: #ff6349;
  border-color: #ff6349;
  width: 90px;
  font-size: 24px;
}


/** testimonial-style-five **/

.testimonial-style-five{
  position: relative;
  display: block;
  padding: 141px 0px 140px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.testimonial-style-five .sec-title{
  margin-bottom: 55px;
}

.testimonial-style-five .testimonial-inner{
  position: relative;
  display: block;
  margin: 0px -150px;
}

.testimonial-style-five .testimonial-block-one .inner-box .content-box{
  background: #fff;
  margin-top: 30px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-style-five .testimonial-block-one .inner-box .content-box:before{
  background: #fff;
}

.testimonial-style-five .testimonial-block-one .inner-box .content-box .icon-box{
  color: #f8552e;
}

.testimonial-style-five .owl-nav{
  display: none;
}

.testimonial-style-five .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 80px;
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot span{
  background: #c6c1d7;
  width: 10px;
  height: 10px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-five .owl-theme .owl-dots .owl-dot span:hover{
  background: #4e3f7c;
  border: none;
  width: 10px;
  height: 10px;
}


/** download-style-three **/

.download-style-three{
  position: relative;
  display: block;
  padding: 150px 0px;
}

.download-style-three .content-box .download-btn a{
  color: #f8552e;
  border-color: #f8552e;
}

.download-style-three .content-box .download-btn a:hover{
  color: #fff;
  background: #f8552e;
}

.download-style-three .content-box .sec-title h2{
  margin-bottom: 21px;
}

.download-style-three .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.download-style-three .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.download-style-three .content-box .text p:last-child{
  margin-bottom: 0px;
}

.download-style-three .image-box img{
  position: relative;
  max-width: none;
  float: left;
}

.download-style-three .content-box{
  position: relative;
  display: block;
  margin-top: 9px;
}



/*** 

====================================================================
                        Home-Page-Eight
====================================================================

***/


/** banner-style-eight **/

.banner-section.style-eight{
  position: relative;
  background-position: bottom center;
  padding: 253px 0px 250px 0px;
}

.banner-section.style-eight .video-box{
  position: relative;
  display: block;
  margin-right: -135px;
}

.banner-section.style-eight .video-box .video-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 172px 0px;
  text-align: center;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section.style-eight .video-box .video-inner a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #2986ff;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.banner-section.style-eight .content-box{
  margin-top: 85px;
}


/** feature-style-six **/

.feature-style-six{
  position: relative;
  display: block;
  padding: 140px 0px 150px 0px;
}

.feature-style-six .sec-title{
  margin-bottom: 65px;
}

.feature-style-six .inner-box{
  position: relative;
  display: block;
  margin-right: 30px;
}

.feature-style-six .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 33px;
  box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
  background-image: -webkit-linear-gradient(0deg, #ff6506 0%, #ff863b 100%);
  transition: all 500ms ease;
}

.feature-style-six .inner-box:hover .icon-box{
  transform: rotateY(180deg);
}

.feature-style-six .inner-box h4{
  margin-bottom: 9px;
}

.feature-style-six .inner-box .text{
  position: relative;
  display: block;
}


/** database-section **/

.database-section{
  position: relative;
  display: block;
}

.database-section .image-box{
  position: relative;
  display: block;
  margin-right: 90px;
  margin-left: -160px;
  min-height: 435px;
}

.database-section .image-box .image{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.database-section .image-box .image-2{
  position: absolute;
  right: -30px;
  top: 145px;
}

.database-section .image-box .image-3{
  right: -70px;
  bottom: -145px;
  margin-bottom: 0px;
}

.database-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.database-section .content-box{
  position: relative;
  display: block;
  margin-left: 70px;
}

.database-section .content-box .sec-title h2{
  margin-bottom: 21px;
}

.database-section .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.database-section .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.database-section .content-box .text p:last-child{
  margin-bottom: 0px;
}


/** database-style-two **/

.database-style-two{
  position: relative;
  display: block;
  padding: 150px 0px;
}

.database-style-two .content-box .sec-title h2{
  margin-bottom: 21px;
}

.database-style-two .content-box{
  position: relative;
  display: block;
  margin-top: 34px;
}

.database-style-two .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.database-style-two .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.database-style-two .content-box .text p:last-child{
  margin-bottom: 0px;
}

.database-style-two .image-box{
  position: relative;
  display: block;
  margin-left: 90px;
  margin-right: -59px;
}

.database-style-two .image-box .image{
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.database-style-two .image-box .image:last-child{
  margin-bottom: 0px;
}

.database-style-two .image-box img{
  width: 100%;
  border-radius: 10px;
}

.database-style-two .image-box .image-2{
  left: 100px;
}

.database-style-two .image-box .image-3{
  left: 30px;
}


/** video-style-seven **/

.video-style-seven{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 135px 0px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.video-style-seven .image-box{
  position: relative;
  display: block;
  margin-left: -110px;
}

.video-style-seven .image-box .image-1{
  position: relative;
}

.video-style-seven .image-box .image-2{
  position: absolute;
  left: -260px;
  bottom: -50px;
}

.video-style-seven .image-box .image-3{
  position: absolute;
  left: -115px;
  top: -335px;
}

.video-style-seven .content-box{
  position: relative;
  display: block;
  margin-left: 70px;
}

.video-style-seven .content-box .sec-title h2{
  color: #fff;
}

.video-style-seven .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.video-style-seven .content-box .text p{
  color: #e8f1fc;
  line-height: 32px;
  margin-bottom: 32px;
}

.video-style-seven .content-box .text p:last-child{
  margin-bottom: 0px;
}

.video-style-seven .content-box .video-inner{
  position: relative;
  display: block;
  padding: 13px 0px 0px 30px;
}

.video-style-seven .content-box .video-inner a{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  color: #2986ff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.video-style-seven .content-box .video-inner .text{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.10);
  padding: 17px 40px 13px 70px;
  margin: 0px;
  border-radius: 30px;
}


/** pricing-style-seven **/

.pricing-style-seven{
  position: relative;
  display: block;
}

.pricing-style-seven .top-content{
  position: relative;
  display: block;
  margin-bottom: 105px;
}

.pricing-style-seven .tab-btn-box{
  position: absolute;
  top: 35px;
  right: 0px;
}

.pricing-style-seven .tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.pricing-style-seven .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #5e5e5e;
  padding: 11px 41.5px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-style-seven .tab-btn-box .tab-btns li.active-btn {
  background: #ff8a42;
  color: #fff;
}

.pricing-block-six .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.pricing-block-six .pricing-table:hover{
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  margin-top: -15px;
  margin-bottom: -15px;
}

.pricing-block-six .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 34px 15px 24px 15px;
  border-bottom: 1px solid #ececec;
  transition: all 500ms ease;
}

.pricing-block-six .pricing-table:hover .table-header{
  padding-top: 49px;
}

.pricing-block-six .pricing-table .table-header .title{
  font-weight: 500;
  margin-bottom: 6px;
}

.pricing-block-six .pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #2986ff;
  margin: 0px;
}

.pricing-block-six .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 35px 15px 39px 15px;
}

.pricing-block-six .pricing-table .table-content li{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.pricing-block-six .pricing-table .table-content li:last-child{
  margin-bottom: 0px;
}

.pricing-block-six .pricing-table .table-footer{
  position: relative;
  display: block;
  padding: 0px 45px 34px 45px;
  transition: all 500ms ease;
}

.pricing-block-six .pricing-table:hover .table-footer{
  padding-bottom: 49px;
}

.pricing-block-six .pricing-table .table-footer a{
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: var(--color-dark);
  line-height: 28px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
}

.pricing-block-six .pricing-table:hover .table-footer a{
  color: #fff;
  background: #ff8a42;
  border-color: #ff8a42;
  box-shadow: 0px 10px 15px rgba(255, 138, 66, 0.5);
}

.pricing-style-seven .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;
}

.pricing-style-seven .tabs-box .tab.active-tab{
  display:block;  
}

.pricing-style-seven .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.pricing-style-seven .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}


/** context-section **/

.context-section{
  position: relative;
  display: block;
}

.context-section .block-column{
  padding: 0px;
}

.context-section .inner-column{
  position: relative;
  display: block;
  background: #f5f9ff;
  padding: 90px 30px 90px 65px;
}

.context-section .block-column:last-child .inner-column{
  background: #ebf4ff;
}

.context-section .inner-column .icon-box {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 27px;
  box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
  background-image: -webkit-linear-gradient(0deg, #ff6506 0%, #ff863b 100%);
  transition: all 500ms ease;
}

.context-section .inner-column .content-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 15px;
}

.context-section .inner-column .content-box h2 a{
  position: relative;
  display: inline-block;
  color: var(--color-dark);
}

.context-section .inner-column .content-box h2 a:hover{
  color: #ff8a42;
}

.context-section .inner-column .content-box p{
  margin-bottom: 43px;
}

.context-section .inner-column .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: var(--color-dark);
  line-height: 28px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  text-align: center;
  padding: 10px 42px;
}

.context-section .inner-column .content-box .btn-box a:hover{
  color: #fff;
  background: #ff8a42;
  border-color: #ff8a42;
}


/** download-style-four **/

.download-style-four{
  position: relative;
  display: block;
  padding: 141px 0px 100px 0px;
}

.download-style-four .image-box {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 7px;
}

.download-style-four .image-box img{
  position: relative;
  max-width: none;
}

.download-style-four .image-box .image-2 {
  position: absolute;
  left: -65px;
  bottom: 12px;
}

.download-style-four .content-box .sec-title h2{
  margin-bottom: 21px;
}

.download-style-four .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.download-style-four .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.download-style-four .content-box .text p:last-child{
  margin-bottom: 0px;
}

.download-style-four .content-box .download-btn a{
  color: #ff8a42;
  border: 1px solid #ff8a42;
  padding: 14.5px 50px;
}

.download-style-four .content-box .download-btn a:hover{
  color: #fff;
}

.download-style-four .content-box{
  position: relative;
  display: block;
  margin-right: 75px;
  margin-top: 43px;
}

.clients-section.home-8{
  padding: 0px 0px 40px 0px;
}


/** footer-style-five **/

.main-footer.style-five{
  position: relative;
  background-position: center;
}

.main-footer.style-five .widget-section .footer-widget{
  position: relative;
  float: left;
  width: 20%;
}

.main-footer.style-five .widget-section .footer-widget .widget-content li a{
  color: #d4e7ff;
}

.main-footer.style-five .footer-top .widget-title{
  margin-bottom: 17px;
}

.main-footer.style-five .footer-top{
  padding-bottom: 70px;
}



/*** 

====================================================================
                        Home-Page-Nine
====================================================================

***/


/** banner-style-nine **/

.banner-section.style-nine{
  position: relative;
  background-color: #1e77ea;
  padding-bottom: 380px;
}

.banner-section.style-nine:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 460px;
  left: 0px;
  bottom: 0px;
  top: inherit;
  clip-path: polygon(0% 100%, 100% 15%, 100% 100%, 0% 100%, 0% 0%);
}

.banner-section.style-nine .image-box .image-1{
  bottom: -160px;
}

.banner-section.style-nine .image-box{
  margin-right: -295px;
  margin-left: 40px;
}

.banner-section.style-nine .image-box .image-2{
  top: 40px;
}

.banner-section.style-nine .image-box .image{
  border-radius: 40px;
  box-shadow: 0px 15px 20px 10px rgba(0, 0, 0, 0.1);
}


/** feature-style-seven **/

.feature-style-seven{
  position: relative;
  padding: 70px 0px 100px 0px;
}

.feature-style-seven .sec-title{
  margin-bottom: 85px;
}

.feature-block-five .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 60px 30px;
  z-index: 1;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.feature-block-five .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-image: -webkit-linear-gradient(-45deg, #3490e5 0%, #5611ee 100%);
  transition: all 500ms ease;
}

.feature-block-five .inner-box:hover:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.feature-block-five .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 28px;
  box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
  background-image: -webkit-linear-gradient(0deg, #ff6506 0%, #ff863b 100%);
  transition: all 500ms ease;
}

.feature-block-five .inner-box h4{
  margin-bottom: 9px;
  transition: all 500ms ease;
}

.feature-block-five .inner-box:hover h4,
.feature-block-five .inner-box:hover h4 a,
.feature-block-five .inner-box:hover .text{
  color: #fff;
}

.feature-block-five .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 38px;
  transition: all 500ms ease;
}

.feature-block-five .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  border-radius: 5px;
  padding: 10px 44px;
  text-align: center;
}

.feature-block-five .inner-box .btn-box a:hover{
  background: #ff8a42;
  color: #fff;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  display: block;
  background: #fff;
  padding: 105px 0px 100px 0px;
}

.chooseus-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-9.png);
  width: 1380px;
  height: 1500px;
  top: -370px;
  right: 0px;
  background-repeat: no-repeat;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.chooseus-section .image-box{
  position: relative;
  display: block;
  margin: 70px 70px 0px -375px;
}

.chooseus-section .image-box .image-1{
  position: relative;
  float: right;
}

.chooseus-section .image-box .image-2{
  position: absolute;
  left: 0px;
  top: -60px;
}

.chooseus-section .content-box{
  position: relative;
  display: block;
  margin-left: -30px;
}

.chooseus-section .content-box .sec-title{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.chooseus-section .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 75px;
  margin-bottom: 50px;
}

.chooseus-section .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.chooseus-section .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fea229;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.chooseus-section .content-box .inner-box .single-item:nth-child(2) .icon-box{
  background: #2792db;
}

.chooseus-section .content-box .inner-box .single-item:last-child .icon-box{
  background: #af7ee7;
}

.chooseus-section .content-box .inner-box .single-item h4{
  margin-bottom: 10px;
}

.chooseus-section .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  line-height: 28px;
}


/** video-style-eight **/

.video-style-eight{
  position: relative;
  display: block;
  padding: 300px 0px 220px 0px;
}

.video-style-eight .content-box h2{
  margin-bottom: 21px;
}

.video-style-eight .content-box{
  position: relative;
  display: block;
  margin-top: 22px;
}

.video-style-eight .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.video-style-eight .content-box .text p{
  line-height: 32px;
  margin-bottom: 32px;
}

.video-style-eight .content-box .text p:last-child{
  margin-bottom: 0px;
}

.video-style-eight .video-content{
  position: relative;
  display: block;
  margin: 0px -70px 0px 140px;
}

.video-style-eight .video-content .video-inner{
  position: relative;
  display: block;
  width: 100%;
  padding: 172px 0px;
  text-align: center;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-eight .video-content .video-inner:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-10.png);
  width: 560px;
  height: 503px;
  top: -50px;
  right: -60px;
  z-index: -1;
  background-repeat: no-repeat;
}

.video-style-eight .video-content .video-inner a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #2986ff;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.overview-section.home-9{
  position: relative;
  padding-top: 255px;
  padding-bottom: 75px;
}

.overview-section.home-9 .bg-column{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1617px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}


/** pricing-style-eight **/

.pricing-style-eight{
  position: relative;
  display: block;
  padding: 212px 0px 150px 0px;
}

.pricing-style-eight .tabs-box .tab{
  position:relative;
  display:none;
  transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
}

.pricing-style-eight .tabs-box .tab.active-tab{
  display:block;  
}

.pricing-style-eight .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.pricing-style-eight .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.pricing-block-seven .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.pricing-block-seven .pricing-table:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.pricing-style-eight .sec-title{
  margin-bottom: 65px;
}

.pricing-style-eight .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 90px;
}

.pricing-style-eight .tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #ff8a42;
  border-radius: 40px;
}

.pricing-style-eight .tab-btn-box .tab-btns li.active-btn {
  background: #ff8a42;
  color: #fff;
}

.pricing-style-eight .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #ff8a42;
  padding: 10px 41px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-block-seven .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 34px 15px 40px 15px;
  border-bottom: 1px solid #ececec;
}

.pricing-block-seven .pricing-table .table-header .title{
  font-weight: 500;
  margin-bottom: 26px;
}

.pricing-block-seven .pricing-table .table-header .icon-box{
  position: relative;
  display: block;
  height: 100px;
}

.pricing-block-seven .pricing-table .table-header .icon-box img{
  transition: all 500ms ease;
  transform: scale(1);
}

.pricing-block-seven .pricing-table:hover .table-header .icon-box img{
  transform: scale(1.1);
}

.pricing-block-seven .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 35px 15px 29px 15px;
  border-bottom: 1px solid #ececec;
}

.pricing-block-seven .pricing-table .table-content ul li{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.pricing-block-seven .pricing-table .table-content ul li:last-child{
  margin-bottom: 0px;
}

.pricing-block-seven .pricing-table .table-footer{
  position: relative;
  display: block;
  padding: 34px 15px 40px 15px;
}

.pricing-block-seven .pricing-table .table-footer .price{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #009cff;
  margin-bottom: 21px;
}

.pricing-block-seven .pricing-table .table-footer .price span{
  font-size: 16px;
  font-weight: 400;
  color: #5e5e5e;
}

.pricing-block-seven .pricing-table .table-footer a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  border-radius: 5px;
  padding: 10px 36px;
  text-align: center;
}

.pricing-block-seven .pricing-table:hover .table-footer a{
  background: #ff8a42;
  color: #fff;
}

.news-style-three.home-9{
  position: relative;
  display: block;
  padding: 180px 0px 160px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.news-style-three.home-9 .owl-nav{
  height: 40px;
  margin-top: 100px;
}

.news-style-three.home-9 .owl-nav .owl-prev,
.news-style-three.home-9 .owl-nav .owl-next{
  border-radius: 30px;
  margin: 0px 7px 0px 8px;
  width: 50px;
  height: 40px;
  line-height: 40px;
}

.news-style-three.home-9 .owl-nav .owl-prev:hover,
.news-style-three.home-9 .owl-nav .owl-next:hover{
  width: 90px;
  color: #ff8a42;
  border-color: #ff8a42;
  font-size: 25px;
}


/** testimonial-style-six **/

.testimonial-style-six{
  position: relative;
  display: block;
  padding-top: 140px;
  margin-bottom: -460px;
}

.testimonial-style-six .sec-title{
  margin-bottom: 75px;
}

.testimonial-style-six .testimonial-carousel-2{
  position: relative;
  max-width: 1125px;
  margin: 0 auto;
}

.testimonial-style-six .testimonial-block{
  position: relative;
  padding-bottom: 60px;
  margin: 0px 30px;
}

.testimonial-style-six .testimonial-block .inner-box{
  position: relative;
  background-color: #ffffff;
  padding: 0px 120px 40px 120px;
  text-align: center;
  z-index: 9;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  border-radius: 10px;
  margin-top: 35px;
}

.testimonial-style-six .testimonial-block:after,
.testimonial-style-six .testimonial-block:before{
  position: absolute;
  left: 30px;
  right: 30px;
  height: 100%;
  bottom: 48px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 1;
  border-radius: 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;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
}

.testimonial-style-six .testimonial-block:before{
  left: 60px;
  right: 60px;
  bottom: 35px;
  z-index: -1;
}

.testimonial-style-six .testimonial-carousel-2 .active .testimonial-block:before,
.testimonial-style-six .testimonial-carousel-2 .active .testimonial-block:after{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.testimonial-style-six .testimonial-carousel-2 .active .testimonial-block:before{
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.testimonial-style-six .testimonial-block .thumb-box{
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  margin-top: -35px;
  margin-bottom: 21px;
}

.testimonial-style-six .testimonial-block .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-six .testimonial-block .thumb-box a {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #00acee;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}

.testimonial-style-six .testimonial-block .text{
  position: relative;
  display: block;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-style-six .testimonial-block .info-box .name{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 1px;
}

.testimonial-style-six .testimonial-block .info-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-style-six .owl-prev, 
.testimonial-style-six .owl-next {
  display: inline-block;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  margin: 0px;
  transition: all 500ms ease;
}

.testimonial-style-six .owl-prev:hover, 
.testimonial-style-six .owl-next:hover{
  color: #fff;
  background: #ff8a42;
  border-color: #ff8a42;
}

.testimonial-style-six .owl-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-style-six .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-style-six .owl-theme .owl-dots .owl-dot span{
  border: none;
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-six .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-six .owl-theme .owl-dots .owl-dot span:hover{
  background: #fff;
}

.testimonial-style-six .owl-dots{
  position: relative;
  display: block;
  top: 42px;
  margin-top: 13px;
}

.main-footer.home-9{
  position: relative;
  padding-top: 475px;
  background-color: #1068d3;
  clip-path: polygon(0% 45%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}



/*** 

====================================================================
                        Home-Page-Ten
====================================================================

***/


/** banner-style-ten **/

.banner-section.style-ten{
  position: relative;
  padding-top: 260px;
  padding-bottom: 95px;
  background-position: bottom center;
}

.banner-section.style-ten .content-box{
  margin-top: 50px;
}

.banner-section.style-ten .image-box{
  position: relative;
  display: block;
  margin: 0px;
}

.banner-section.style-ten .image-box img{
  position: relative;
  max-width: none;
  float: left;
}


/** overview-style-11 **/

.overview-style-11{
  position: relative;
  display: block;
  padding: 150px 0px 107px 0px;
}

.overview-style-11 .content-box .sec-title h2{
  margin-bottom: 24px;
}

.overview-style-11 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.overview-style-11 .content-box .text p{
  line-height: 32px;
}

.overview-style-11 .content-box{
  position: relative;
  display: block;
  margin-right: 60px;
  margin-top: 3px;
}

.overview-style-11 .inner-box{
  position: relative;
  display: block;
  margin-right: -70px;
  margin-left: -30px;
}

.overview-style-11 .inner-box .single-item{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.overview-style-11 .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #2792db;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 24px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.overview-style-11 .inner-box .column:nth-child(2) .single-item .icon-box{
  background: #fea229;
}

.overview-style-11 .inner-box .column:nth-child(3) .single-item .icon-box{
  background: #af7ee7;
}

.overview-style-11 .inner-box .column:last-child .single-item .icon-box{
  background: #00c56f;
}

.overview-style-11 .inner-box .single-item h4{
  margin-bottom: 9px;
}

.overview-style-11 .inner-box .single-item .text{
  position: relative;
  display: block;
}


/** feature-style-eight **/

.feature-style-eight{
  position: relative;
  display: block;
  padding: 50px 0 50px;
}

.feature-style-eight .image-box {
  position: relative;
  display: block;
  margin-right: 160px;
  margin-top: 40px;
}

.feature-style-eight .image-box .image-2 {
  position: absolute;
  right: -80px;
  bottom: 0px;
}

.feature-style-eight .image-box .image-1 img {
  position: relative;
  max-width: none;
  float: right;
  left: 40%;
}

.feature-style-eight .content-box .sec-title h2{
  margin-bottom: 21px;
}

.feature-style-eight .content-box .sec-title{
  margin-bottom: 38px;
}

.feature-style-eight .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 90px;
  margin-bottom: 39px;
}

.feature-style-eight .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.feature-style-eight .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 30px;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fea229;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 24px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.feature-style-eight .content-box .inner-box .single-item:nth-child(2) .icon-box{
  background: #2792db;
}

.feature-style-eight .content-box .inner-box .single-item:last-child .icon-box{
  background: #af7ee7;
}

.feature-style-eight .content-box .inner-box .single-item h4{
  margin-bottom: 10px;
}

.feature-style-eight .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  line-height: 28px;
}

.feature-style-eight .content-box{
  position: relative;
  display: block;
}


/** video-style-nine **/

.video-style-nine{
  position: relative;
  display: block;
}

.video-style-nine .title-box{
  position: relative;
  display: block;
  padding: 141px 0px 340px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-style-nine .title-box:before{
  position: absolute;
  content: '';
  background: rgba(48, 35, 174, 0.95);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.video-style-nine .title-box .sec-title h2,
.video-style-nine .title-box .sec-title p{
  color: #fff;
}

.video-style-nine .video-content{
  position: relative;
  display: block;
  margin-top: -235px;
}

.video-style-nine .video-content .video-box{
  position: relative;
  display: block;
  margin: 0px 70px;
}

.video-style-nine .video-content .video-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 182px 0px;
  border-radius: 10px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 25px 60px -50px rgba(0, 0, 0, 0.8);
}

.video-style-nine .video-content .video-inner a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #00c56f;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}


/** choose-application **/

.choose-application{
  position: relative;
  display: block;
}

.choose-application .sec-title{
  margin-bottom: 81px;
}

.choose-application .single-block .inner-box{
  position: relative;
  display: block;
  background: #f5f9ff;
  padding: 40px 30px 45px 30px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0% 100%, 0% 0%);
}

.choose-application .single-block .inner-box:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-image: -webkit-linear-gradient(-45deg, #3490e5 0%, #5611ee 100%);
  transition: all 500ms ease;
}

.choose-application .single-block .inner-box:hover:before{
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.choose-application .single-block .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fea229;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 21px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.choose-application .block-column:nth-child(2) .single-block .inner-box .icon-box{
  background: #2792db;
}

.choose-application .block-column:last-child .single-block .inner-box .icon-box{
  background: #af7ee7;
}

.choose-application .single-block .inner-box h4{
  margin-bottom: 11px;
  transition: all 500ms ease;
}

.choose-application .single-block .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.choose-application .single-block .inner-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-dark);
  text-decoration: underline;
}

.choose-application .single-block:hover .inner-box h4,
.choose-application .single-block:hover .inner-box h4 a,
.choose-application .single-block:hover .inner-box .text,
.choose-application .single-block:hover .inner-box .link-btn a{
  color: #fff;
}


/** application-section **/

.application-section{
  position: relative;
  display: block;
  padding: 275px 0px 0px 0px;
}

.application-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-12.png);
  width: 87px;
  height: 575px;
  top: -320px;
  right: 0px;
  background-repeat: no-repeat;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.application-section .image-box{
  position: relative;
  display: block;
  margin: 90px 30px 0px -140px;
}

.application-section .image-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-11.png);
  width: 817px;
  height: 762px;
  top: -260px;
  right: 0px;
  background-repeat: no-repeat;
}

.application-section .image-box .image-1 {
  position: relative;
}

.application-section .image-box .image-2 {
  position: absolute;
  left: -230px;
  bottom: 5px;
}

.application-section .image-box .image-3 {
  position: absolute;
  left: -70px;
  top: -370px;
}

.application-section .content-box{
  position: relative;
  display: block;
  margin-left: 70px;
}

.application-section .content-box .sec-title h2{
  margin-bottom: 21px;
}

.application-section .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.application-section .content-box p{
  line-height: 32px;
  margin-bottom: 32px;
}

.application-section .content-box p:last-child{
  margin-bottom: 0px;
}

.app-screenshots-section.home-10{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 240px 0px 200px 0px;
}


/** news-style-four **/

.news-style-four{
  position: relative;
  display: block;
  padding: 100px 0px 0px;
}

.news-style-four .sec-title{
  margin-bottom: 50px;
}

.news-style-four .owl-dots{
  display: none;
}

.news-style-four .news-block-three{
  position: relative;
  display: block;
  margin: 30px 0px;
}

.news-block-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.news-block-three .inner-box .image-box{
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%, 0% 0%);
}

.news-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.news-block-three .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 18px 20px 30px 20px;
}

.news-block-three .inner-box .lower-content .info-box{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.news-block-three .inner-box .lower-content .info-box li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 15px;
}

.news-block-three .inner-box .lower-content .info-box li:last-child{
  margin-right: 0px;
}

.news-block-three .inner-box .lower-content .info-box li i{
  position: relative;
  font-size: 14px;
  margin-right: 8px;
}

.news-block-three .inner-box .lower-content .info-box li.author{
  padding: 0px 0px 0px 35px;
}

.news-block-three .inner-box .lower-content .info-box li.author .thumb-box{
  position: absolute;
  left: 0px;
  top: -1px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.news-block-three .inner-box .lower-content .info-box li.author .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.news-block-three .inner-box .lower-content h4{
  margin-bottom: 13px;
}

.news-block-three .inner-box .lower-content .link-btn{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.news-block-three .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-dark);
  text-decoration: underline;
}

.news-block-three .inner-box .lower-content .link-btn a:hover{
  color: #ff8a42;
}

.news-block-three .inner-box .lower-content .categories li{
  position: relative;
  float: left;
  margin-right: 10px;
}

.news-block-three .inner-box .lower-content .categories li:last-child{
  margin-right: 0px;
}

.news-block-three .inner-box .lower-content .categories li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fea229;
  line-height: 24px;
  background: #fff6e9;
  padding: 5.5px 20px;
  border-radius: 25px;
}

.news-block-three .inner-box .lower-content .categories li:nth-child(2) a{
  background: #e9f4fb;
  color: #2792db;
}

.news-block-three .inner-box .lower-content .categories li:last-child a{
  background: #f7f2fd;
  color: #af7ee7;
}

.news-block-three .inner-box .lower-content .categories li a:hover{
  background: #fea229;
  color: #fff !important;
}

.news-block-three .inner-box .lower-content .categories li:nth-child(2) a:hover{
  background: #2792db;
}

.news-block-three .inner-box .lower-content .categories li:last-child a:hover{
  background: #af7ee7;
}

.news-style-four .owl-nav{
  position: relative;
  display: block;
  height: 40px;
  margin-top: 85px;
}

.news-style-four .owl-prev, 
.news-style-four .owl-next{
  display: inline-block;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  margin: 0px;
  transition: all 500ms ease;
}

.news-style-four .owl-prev{
  margin-right: 15px;
}

.news-style-four .owl-prev:hover, 
.news-style-four .owl-next:hover{
  color: #00c56f;
  border-color: #00c56f;
  width: 90px;
  font-size: 24px;
}


/** footer-style-six **/

.main-footer.style-six{
  position: relative;
  background-position: center;
}

.main-footer.style-six .widget-section .subscribe-widget{
  position: relative;
  display: block;
  margin-left: -30px;
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .text{
  position: relative;
  display: block;
  font-size: 15px;
  color: #d7d9f4;
  margin-bottom: 33px;
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group{
  position: relative;
  display: block;
  margin-bottom: 93px;
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  font-size: 15px;
  color: #9ba0e3;
  border-radius: 30px;
  padding: 10px 25px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group input::-webkit-input-placeholder{
  color:#9ba0e3;
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group input:focus{
  border-color: #ff8a42;
}

.main-footer.style-six .widget-section .subscribe-widget .widget-content .form-group button{
  float: right;
  padding: 14.5px 40px;
}

.main-footer.style-six .footer-top .widget-title{
  margin-bottom: 16px;
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social li:last-child{
  margin-right: 0px;
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #d8daf4;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social li a:hover{
  color: #fff;
  background: #ff8a42;
  border-color: #ff8a42;
}

.main-footer.style-six .widget-section .subscribe-widget .footer-social{
  position: relative;
  display: block;
  float: right;
}

.main-footer.style-six .footer-top{
  padding-bottom: 100px;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/


/** banner-style-11 **/

.banner-section.style-11{
  background-position: bottom center;
  padding-top: 245px;
  padding-bottom: 215px;
  background-color: #fff;
}

.banner-section.style-11 .video-box{
  position: relative;
  display: block;
  margin: 0px -240px 0px 40px;
}

.banner-section.style-11 .video-box .video-inner{
  position: relative;
  display: block;
  width: 100%;
  padding: 200px 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section.style-11 .video-box .video-inner a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-image: -webkit-linear-gradient(-30deg, #9137ec 0%, #5340e1 100%);
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.banner-section.style-11 .content-box{
  margin-top: 50px;
}

.banner-section.style-11 .content-box h1{
  font-size: 72px;
  line-height: 86px;
}

.banner-section.style-11 .content-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 16px 49px;
}

.banner-section.style-11 .content-box a:hover{
  background: #ff8a42;
  border-color: #ff8a42;
}

.feature-style-eight.about-page .image-box{
  margin: 40px 0px 0px 120px;
}

.feature-style-eight.about-page .image-box .image-1 img{
  position: relative;
  max-width: none;
  float: left;
}

.feature-style-eight.about-page .image-box .image-2{
  position: absolute;
  left: -65px;
  bottom: 12px;
}


/** wedo-section **/

.wedo-section{
  position: relative;
  display: block;
  padding: 180px 0px 210px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.wedo-section .sec-title{
  margin-bottom: 95px;
}

.wedo-section .sec-title h2{
  color: #fff;
}

.wedo-section .sec-title p{
  color: #f0edfc;
}

.wedo-section .single-block .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 58px 30px;
  border-radius: 60px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.wedo-section .single-block .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-radius: 60px;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-image: -webkit-linear-gradient(-45deg, #3490e5 0%, #5611ee 100%);
  transition: all 500ms ease;
}

.wedo-section .single-block .inner-box:hover:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.wedo-section .single-block .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-image: -webkit-linear-gradient(-30deg, #5340e1 0%, #9137ec 100%);
  text-align: center;
  border-radius: 25px;
  margin-bottom: 33px;
}

.wedo-section .single-block .inner-box h4{
  margin-bottom: 9px;
  transition: all 500ms ease;
}

.wedo-section .single-block .inner-box .text{
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.wedo-section .single-block .inner-box:hover h4,
.wedo-section .single-block .inner-box:hover h4 a,
.wedo-section .single-block .inner-box:hover .text{
  color: #fff;
}

.clients-section.about-page{
  position: relative;
}

.clients-section.about-page .owl-nav{
  text-align: right;
  margin-top: 50px;
}

.clients-section.about-page .owl-nav .owl-prev:hover,
.clients-section.about-page .owl-nav .owl-next:hover{
  border-color: #a360ef;
  color: #a360ef;
}

.fact-counter.about-page{
  position: relative;
}

.fact-counter.about-page .counter-block-one .icon-box{
  background: #2792db;
}

.fact-counter.about-page .counter-block:nth-child(2) .counter-block-one .icon-box{
  background: #34dcb7;
}

.fact-counter.about-page .counter-block:nth-child(3) .counter-block-one .icon-box{
  background: #fea229;
}

.fact-counter.about-page .counter-block:last-child .counter-block-one .icon-box{
  background: #af7ee7;
}

.fact-counter.about-page .counter-block-one .count-outer  span{
  color: #8c38eb;
}

.testimonial-section.about-page{
  padding-bottom: 110px;
}

.testimonial-section.about-page .owl-dots{
  display: block;
  text-align: center;
  margin-top: 80px;
}

.testimonial-section.about-page .owl-theme .owl-dots .owl-dot span{
  border: none;
  background: #c9c1e9;
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section.about-page .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section.about-page .owl-theme .owl-dots .owl-dot span:hover{
  background: #4d31b6;
}

.call-to-action.about-page{
  position: relative;
  display: block;
  width: 100%;
  padding: 185px 0px 186px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.call-to-action.about-page:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-13.png);
  width: 159px;
  height: 673px;
  left: 0px;
  top: 40px;
  background-repeat: no-repeat;
}

.call-to-action.about-page .content-box{
  margin: 0px 70px 0px 0px;
}

.call-to-action.about-page .content-box .sec-title h2{
  color: #fff;
}

.call-to-action.about-page .content-box .sec-title p{
  color: #e8d7fb;
}

.call-to-action.about-page .subscribe-form .form-group label{
  background: #8c38eb;
  color: #fff;
}

.call-to-action.about-page .subscribe-form .form-group input[type='text'], 
.call-to-action.about-page .subscribe-form .form-group input[type='email'], 
.call-to-action.about-page .subscribe-form .form-group textarea{
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.50);
}

.call-to-action.about-page .subscribe-form .form-group input:focus,
.call-to-action.about-page .subscribe-form .form-group textarea:focus{
  border-color: #ff8a42;
}

.call-to-action.about-page .subscribe-form .form-group span{
  color: #fff;
}

.call-to-action.about-page .image-column{
  position: absolute;
  top: 40px;
  right: 0px;
  height: 896px;
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.main-footer.style-seven{
  position: relative;
}

.main-footer.style-seven .footer-top .logo-widget .widget-content .text,
.main-footer.style-seven .footer-top .links-widget .widget-content ul li a{
  color: #5e5e5e;
}

.main-footer.style-seven .footer-top .widget-title{
  color: var(--color-dark);
}

.main-footer.style-seven .footer-top .logo-widget .widget-content .footer-social li a{
  border-color: #ddc4f9;
  color: #a360ef;
}

.main-footer.style-seven .footer-top .logo-widget .widget-content .footer-social li a:hover{
  color: #fff;
  border-color: #ff8a42;
}

.main-footer.style-seven .footer-top{
  border-bottom: 1px solid #ededed;
}

.main-footer.style-seven .footer-bottom .footer-nav li a, 
.main-footer.style-seven .footer-bottom .copyright, 
.main-footer.style-seven .footer-bottom .copyright a{
  color: #5e5e5e;
}

.main-footer.style-seven .footer-bottom .footer-nav li a:hover, 
.main-footer.style-seven .footer-bottom .copyright a:hover,
.main-footer.style-seven .footer-top .links-widget .widget-content ul li a:hover{
  color: #ff8a42;
}


/** banner-style-12 **/

.banner-section.style-12 {
  padding: 100px 0;            /* reduz a altura da seção */
  min-height: 400px;          /* controla a altura mínima */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;        /* centraliza o conteúdo */
}

.banner-section.style-12 .image-box {
  margin: 0px;
  margin-left: -60px;
}

.banner-section.style-12 .image-box img {
  max-width: none;
  float: left;
}

.banner-section.style-12 .content-box{
  margin-top: 74px;
}


/** about-section **/

.about-section{
  position: relative;
  display: block;
  padding: 140px 0px 140px 0px;
}

.about-section .inner-box{
  position: relative;
  display: block;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.about-section .inner-box .sec-title h2{
  margin-bottom: 21px;
}

.about-section .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 68px;
}

.about-section .inner-box .text p{
  line-height: 32px;
}


/** choose-application-2 **/

.choose-application-2{
  position: relative;
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 220px 0px 160px 0px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.choose-application-2 .sec-title{
  margin-bottom: 85px;
}

.choose-application-2 .single-block .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 43px 15px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.choose-application-2 .single-block .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-radius: 20px;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-image: -webkit-linear-gradient(-45deg, #3490e5 0%, #5611ee 100%);
  transition: all 500ms ease;
}

.choose-application-2 .single-block .inner-box:hover:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.choose-application-2 .single-block .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-image: -webkit-linear-gradient(-30deg, #d195ff 0%, #6f5bff 100%);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 33px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.choose-application-2 .block-column:nth-child(2) .single-block .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-30deg, #ffcc80 0%, #ff9358 100%);
}

.choose-application-2 .block-column:last-child .single-block .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-30deg, #9fb2fe 0%, #5f7ceb 100%);
}

.choose-application-2 .single-block .inner-box h4{
  margin-bottom: 9px;
  transition: all 500ms ease;
}

.choose-application-2 .single-block .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 25px;
  transition: all 500ms ease;
}

.choose-application-2 .single-block .inner-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #6352ce;
}

.choose-application-2 .single-block .inner-box:hover h4,
.choose-application-2 .single-block .inner-box:hover h4 a,
.choose-application-2 .single-block .inner-box:hover .text,
.choose-application-2 .single-block .inner-box:hover .link-btn a{
  color: #fff;
}

.feature-style-eight.about-page-2{
  position: relative;
}

.feature-style-eight.about-page-2 .content-box .inner-box .single-item .icon-box{
  background-color: var(--color-primary);
}

.feature-style-eight.about-page-2 .content-box .inner-box .single-item:nth-child(2) .icon-box{
  background-color: var(--color-primary);
}

.feature-style-eight.about-page-2 .content-box .inner-box .single-item:last-child .icon-box{
  background-color: var(--color-primary);
}


/** video-style-ten **/

.video-style-ten{
  position: relative;
  display: block;
  padding: 250px 0px 348px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.video-style-ten .sec-title h2{
  color: #fff;
  margin-bottom: 85px;
}

.video-style-ten .video-inner a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #5c4dc0;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.fact-counter.about-page-2{
  padding-bottom: 170px;
}

.fact-counter.about-page-2 .counter-block-one .icon-box{
  background-image: -webkit-linear-gradient(-30deg, #d195ff 0%, #6f5bff 100%);
}

.fact-counter.about-page-2 .counter-block:nth-child(2) .counter-block-one .icon-box {
  background-image: -webkit-linear-gradient(-30deg, #ffcc80 0%, #ff9458 100%); 
}

.fact-counter.about-page-2 .counter-block:nth-child(3) .counter-block-one .icon-box {
  background-image: -webkit-linear-gradient(-30deg, #9fb2fe 0%, #607ceb 100%); 
}

.fact-counter.about-page-2 .counter-block:last-child .counter-block-one .icon-box {
  background-image: -webkit-linear-gradient(-30deg, #a3f2b2 0%, #41dfcd 100%); 
}

.fact-counter.about-page-2 .counter-block-one .count-outer span {
  color: #8c38eb;
}

.our-team.about-page-2{
  width: 100%;
  padding: 220px 0px 170px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.our-team.about-page-2 .team-block-one .inner-box .lower-content .designation{
  color: #ff8a42;
}


/** login-page-section **/

.login-page-section{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  overflow: hidden;
}

.login-page-section:before{
  position: absolute;
  content: '';
  background: #1832aa;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.login-page-section:after{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-15.png);
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-page-section .top-box{
  position: relative;
  display: block;
  padding: 40px 0px;
}

.login-page-section .top-box .logo-box{
  position: relative;
  margin-top: 8px;
  z-index: 1;
}

.login-page-section .top-box .login-btn a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  border-radius: 30px;
  padding: 9.5px 37.5px;
}

.login-page-section .top-box .login-btn i{
  position: relative;
  font-size: 15px;
  margin-right: 12px;
}

.login-page-section .top-box .login-btn a:hover{
  background: #ff8a42;
  color: #fff;
}

.login-page-section .main-content-box .outer-container{
  position: relative;
  min-height: 350px;
}

.login-page-section .main-content-box .outer-container .left-column{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}

.login-page-section .main-content-box .outer-container .left-column .inner-box{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 105px 60px 0px 60px;
  max-width: 960px;
  margin: 0 auto;
}

.login-page-section .main-content-box .outer-container .right-column{
  position: relative;
  float: right;
  width: 50%;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box{
  position: relative;
  width: 100%;
  max-width: 630px;
  float: left;
  padding: 127px 30px 261px 100px;
}

.login-page-section .main-content-box .outer-container .right-column:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-14.png);
  width: 377px;
  height: 110px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group {
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group label {
  position: absolute;
  left: 27px;
  top: -9px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #5e5e5e;
  background: #f5f9ff;
  margin: 0px;
  padding: 0px 5px;
  z-index: 1;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group input[type='text'],
.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group input[type='email'], 
.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group input[type='password']{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  padding: 10px 20px;
  color: #5e5e5e;
  background: transparent;
  transition: all 500ms ease;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group input:focus{
  border-color: #ff8a42;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group .create-acc label{
  position: relative;
  left: 0px;
  top: 0px;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group .create-acc{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group span{
  position: relative;
  font-size: 15px;
  color: var(--color-dark);
  font-weight: 400;
  cursor: pointer;
  margin-left: 13px;
  z-index: 1;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .sec-title{
  margin-bottom: 57px;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .form-group .theme-btn{
  padding: 17px 60px;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .creat-account{
  position: relative;
  display: block;
  font-size: 15px;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .creat-account a{
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: var(--color-dark);
  text-decoration: underline;
}

.login-page-section .main-content-box .outer-container .right-column .inner-box .creat-account a:hover{
  color: #ff8a42;
}

.login-page-section .main-content-box .left-column .inner-box .single-item .image-box{
  position: relative;
  margin-bottom: 70px;
}

.login-page-section .main-content-box .left-column .inner-box .single-item .image-box .image-2{
  position: absolute;
  bottom: 9px;
  right: 20px;
}

.login-page-section .main-content-box .left-column .inner-box .single-item .sec-title h2{
  color: #fff;
}

.login-page-section .main-content-box .left-column .inner-box .single-item .sec-title p{
  color: #bdc4e9;
}

.login-page-section .owl-nav{
  display: none;
}

.login-page-section .owl-theme .owl-dots{
  position: relative;
  display: block;
  margin-top: 57px;
}

.login-page-section .owl-theme .owl-dots .owl-dot span{
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.login-page-section .owl-theme .owl-dots .owl-dot.active span,
.login-page-section .owl-theme .owl-dots .owl-dot span:hover{
  border-color: #fff;
  background: #fff;
}

.signup-page-section .main-content-box .outer-container .right-column .inner-box{
  padding-bottom: 169px;
}


/** error-page-section **/

.error-page-section{
  position: relative;
  width: 100%;
  height: 100%;
  background: #1832aa;
  min-height: 1080px;
  overflow: hidden;
}

.error-page-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-16.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: slideInDown;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.error-page-section .error-content{
  position: relative;
  display: block;
  padding: 104px 30px 100px 30px;
}

.error-page-section .error-content .error-image{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.error-page-section .error-content h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 48px;
}

.error-page-section .top-content{
  position: relative;
  display: block;
  padding: 50px 0px;
}

.error-page-section .top-content .logo-box{
  position: relative;
}

.error-page-section .top-content .nav-toggler .nav-btn{
  position: relative;
  background: transparent;
  cursor: pointer;
  margin-top: 8px;
}

.error-page-section .top-content .nav-toggler .nav-btn .bar{
  position: relative;
  display: block;
  background: #fff;
  width: 22px;
  height: 2px;
  margin: 4px 0px;
  transition: all 500ms ease;
}

.error-page-section .top-content .nav-toggler .nav-btn:hover .bar{
  background: #ff8a42;
}

.form-back-drop{
  position:fixed;
  right:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  background:rgba(0,0,0,0.70);
  visibility:hidden;
  z-index:9990;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;  
}

.side-content-visible .form-back-drop{
  opacity:1;
  visibility:visible;
}


/** hidden-sidebar **/

.hidden-bar{
  position: fixed;
  right: -350px;
  top: 0px;
  width: 350px;
  height:100%;
  overflow-y:auto;
  border-left: 1px solid #231b26;
  z-index: 99999;
  opacity: 0;
  background-color: #150f17;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-content-visible .hidden-bar{
  right:0px;
  opacity:1;
  visibility:visible;
}

.hidden-bar .inner-box{
  position:relative;
  background-color: #150f17;
  padding: 110px 40px 50px;
}

.hidden-bar .inner-box .cross-icon{
  position:absolute;
  right:30px;
  top:30px;
  cursor:pointer;
  color:#ffffff;
  font-size:20px;
  transition: all 500ms ease;
}

.hidden-bar .inner-box .cross-icon:hover{
  color: #ff8a42;
}

.mCSB_inside>.mCSB_container{
  margin-right: 0;
}

.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-size:12px;
  letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
  background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
  background: transparent;
}

.hidden-bar .side-menu li.current > a {
  color: #fff;
}

.hidden-bar .side-menu ul li{
  position: relative;
  display: block;
}

.hidden-bar .side-menu ul li a {
  position: relative;
  background: transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a .btn.expander {
  background: none;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 0px;
  position: absolute;
  border: 1px solid #ffffff;
  top: 15px;
  right: 0px;
  outline: none;
}

.hidden-bar .side-menu ul li a .btn:focus{
  box-shadow: none;
}

.hidden-bar .navigation > li{
  display: block;
}

.hidden-bar .logo-box{
  position: relative;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 60px;
}

.hidden-bar .inner-box .contact-info-box{
  position: relative;
  display: block;
  padding: 50px 0px;
}

.hidden-bar .inner-box .contact-info-box li{
  position: relative;
  width: 50%;
  margin-bottom: 10px;
  float: left;
}

.hidden-bar .inner-box .contact-info-box li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.hidden-bar .inner-box .contact-info-box li a:hover{
  color: #ff8a42;
}



/*** 

====================================================================
                        Pricing-Page
====================================================================

***/

.banner-section.style-13{
  position: relative;
  padding-bottom: 342px;
  background-position: bottom center;
}

.banner-section.style-13 .content-box .text{
  margin-bottom: 72px;
}

.pricing-style-seven.pricing-page-1{
  padding: 91px 0px 100px 0px;
}

.pricing-style-seven.pricing-page-1 .tab-btn-box{
  position: relative;
  top: 0px;
}

.pricing-style-seven.pricing-page-1 .sec-title{
  margin-bottom: 65px;
}

.pricing-style-seven.pricing-page-1 .pricing-table .table-header .price{
  color: #705dec;
}

.pricing-style-seven.pricing-page-1 .top-content{
  margin-bottom: 115px;
}

/** faq-style-two **/

.faq-style-two{
  position: relative;
  display: block;
  padding: 85px 0px 55px 0px;
}

.faq-style-two .sec-title{
  margin-bottom: 100px;
}

.faq-style-two .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 30px 0px 70px;
  margin-bottom: 55px;
}

.faq-style-two .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.faq-style-two .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #ff8a42;
  border-radius: 50%;
  box-shadow: 0px 5px 20px rgba(255, 138, 66, 0.2);
}

.faq-style-two .inner-box .single-item h4{
  margin-bottom: 8px;
}

.faq-style-two .inner-box .single-item .text{
  position: relative;
  display: block;
  line-height: 32px;
}

.faq-style-two.home-6{
  padding: 141px 0px 105px 0px;
}

.faq-style-two.home-6 .btn-box{
  position: relative;
  display: block;
  margin-top: 100px;
}

.faq-style-two.home-6 .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #ff8a42;
  background: transparent;
  border: 1px solid #ff8a42;
  border-radius: 30px;
  padding: 14px 42.5px;
  text-align: center;
}

.faq-style-two.home-6 .btn-box a:hover{
  background: #ff8a42;
  color: #fff;
}

.main-footer.pricing-page-1{
  padding-top: 124px;
  background-position: center;
}

.banner-section.style-14{
  position: relative;
  padding-top: 325px;
  padding-bottom: 430px;
  background-position: bottom center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%, 0% 0%);
}

.banner-section.style-14 .content-box .text{
  margin-bottom: 72px;
}

.pricing-style-eight.pricing-page-2{
  padding-top: 65px;
  padding-bottom: 100px;
}

.main-footer.pricing-page-2{
  padding-top: 270px;
  background-position: center;
  clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.banner-section.style-15{
  position: relative;
  padding-top: 310px;
  padding-bottom: 150px;
  background-position: bottom center;
}

.banner-section.style-15 .content-box{
  margin: 0px;
}

.banner-section.style-15 .image-box{
  position: relative;
  display: block;
  margin: 70px -375px 0px -30px;
}

.banner-section.style-15 .image-box .image-1{
  position: absolute;
  left: 0px;
  bottom: -245px;
}

.banner-section.style-15 .image-box .image-2{
  position: absolute;
  right: 0px;
  top: -380px;
}

.banner-section.style-15 .image-box .image-3{
  position: absolute;
  top: -25px;
  right: 0px;
}

.pricing-style-three.pricing-page-3{
  padding: 185px 0px 170px 0px;
}

.main-footer.pricing-page-3{
  padding-top: 35px;
  background-position: top center;
}

.pricing-style-five.pricing-page-4{
  position: relative;
  padding-top: 305px;
  margin-bottom: 0px;
}

.pricing-style-five.pricing-page-4:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-17.png);
  width: 100%;
  height: 1258px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  animation-name: slideInDown;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.pricing-style-five.pricing-page-4 .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 130px;
}

.pricing-style-five.pricing-page-4 .tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.pricing-style-five.pricing-page-4 .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #5e5e5e;
  padding: 11px 41.5px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-style-five.pricing-page-4 .tab-btn-box .tab-btns li.active-btn {
  background: #ff8a42;
  color: #fff;
}

.pricing-style-five.pricing-page-4 .sec-title h2,
.pricing-style-five.pricing-page-4 .sec-title p{
  color: #fff;
}

.pricing-style-five.pricing-page-4 .sec-title{
  margin-bottom: 65px;
}

.main-footer.pricing-page-4{
  padding-top: 160px;
  background-position: top center;
}



/*** 

====================================================================
                        Faq-Page
====================================================================

***/


/** faq-banner **/

.faq-banner{
  position: relative;
  display: block;
  padding: 280px 0px 310px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.faq-banner .content-box h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
}

.faq-banner .content-box .text{
  position: relative;
  display: block;
  line-height: 32px;
  color: #dcd7f1;
}

.faq-style-two.faq-page-1{
  padding: 140px 0px 42px 0px;
}

.faq-style-two.faq-page-1 .inner-box .single-item .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #d295ff 0%, #715cff 100%);
}

.call-to-action.faq-page-1{
  padding-bottom: 150px;
}

.call-to-action.faq-page-1 .sec-title{
  margin-bottom: 87px;
}

.call-to-action.faq-page-1 .content-box{
  margin: 0px;
}

.call-to-action.faq-page-1 .subscribe-form .form-group .message-btn .theme-btn{
  color: var(--color-primary); 
  background: transparent;
  border: 2px solid var(--color-primary);
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5),
              0 0 20px rgba(0, 255, 255, 0.4),
              0 0 30px rgba(0, 255, 255, 0.3);
}

.call-to-action.faq-page-1 .subscribe-form .form-group .message-btn .theme-btn:hover{
  background: #ff8a42;
}

.faq-banner.style-two{
  position: relative;
  padding: 288px 0px 277px 0px;
}

.faq-banner.style-two .inner-box{
  position: relative;
  display: block;
}

.faq-banner.style-two .inner-box .content-box{
  max-width: 900px;
  width: 100%;
}

.faq-banner.style-two .inner-box .content-box .text{
  margin-bottom: 70px;
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group{
  position: relative;
  display: block;
  max-width: 536px;
  width: 100%;
  margin: 0px;
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  color: #ac9fe2;
  background: transparent;
  border-radius: 30px;
  padding: 10px 280px 10px 30px;
  transition: all 500ms ease;
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group input::-webkit-input-placeholder{
  color:#ac9fe2;
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group input:focus{
  border-color: #ff8a42;
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  font-size: 18px;
  height: 60px;
  width: 260px;
  line-height: 56px;
  background: #ff8a42;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  border-top-left-radius: 0px;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
}

.faq-banner.style-two .inner-box .content-box .mail-form .form-group button i{
  position: relative;
  font-size: 30px;
  margin-left: 10px;
  font-weight: 500;
  top: 6px;
}

.faq-banner.style-two .content-box h1{
  margin-bottom: 14px;
}

.faq-banner.style-two .inner-box .image-box{
  position: absolute;
  top: 0px;
  right: 0px;
}

.faq-banner.style-two .inner-box .image-box .image-1{
  position: relative;
  left: 15px;
  bottom: -135px;
}

.faq-banner.style-two .inner-box .image-box .image-2{
  position: absolute;
  right: -370px;
  bottom: -75px;
}

.faq-banner.style-two .inner-box .image-box .image-3{
  position: absolute;
  right: -370px;
  top: -285px;
}

.faq-section.faq-page-2{
  padding: 200px 0px 150px 0px;
}

.faq-section.faq-page-2 .tab-btn-box li .icon-box{
  background: #fff4ee;
  border-color: #ffeadd;
  color: #ff8a42;
}

.faq-section.faq-page-2 .tab-btn-box li.active-btn .icon-box, 
.faq-section.faq-page-2 .tab-btn-box li:hover .icon-box{
  background: #ff8a42;
  border-color: #ff8a42;
  color: #fff;
}

.faq-banner.style-three{
  position: relative;
  background: #3d369d;
  padding-bottom: 815px;
  padding-top: 290px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 53%, 0% 100%, 0% 0%);
}

.faq-banner.style-three .content-box h1{
  font-size: 48px;
  line-height: 60px;
}

.faq-banner.style-three .content-box .text{
  margin-bottom: 72px;
}

.faq-section.faq-page-3 .accordion-box .block .acc-btn .icon-outer{
  color: #5e5e5e;
  font-size: 16px;
  top: 18px;
}

.faq-section.faq-page-3 .accordion-box .block .acc-btn.active .icon-outer i:before{
  font-size: 16px;
  content: "\f068";
}

.faq-section.faq-page-3 .accordion-box .block .acc-content{
  padding-bottom: 19px;
}

.faq-section.faq-page-3 .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 91px 45px 33px 45px;
  margin: -642px -45px 0px -45px;
}

.faq-section.faq-page-3 .sec-title{
  margin-bottom: 70px;
}

.call-to-action.faq-page-3{
  padding-bottom: 150px;
}

.call-to-action.faq-page-3 .content-box{
  margin: 0px;
}

.call-to-action.faq-page-3 .sec-title{
  margin-bottom: 87px;
}

.main-footer.faq-page-3{
  background: #3d369d;
}

.main-footer.faq-page-3 .widget-section .subscribe-widget .widget-content .form-group{
  margin-bottom: 63px;
}

.main-footer.faq-page-3 .footer-top{
  padding-bottom: 52px;
}



/*** 

====================================================================
                        Coming-Soon-Page
====================================================================

***/

.coming-soon-section{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.coming-soon-section .top-inner{
  position: relative;
  display: block;
  padding: 50px 0px;
}

.coming-soon-section .top-inner .other-links ul li{
  position: relative;
  display: inline-block;
  margin-left: 65px;
}

.coming-soon-section .top-inner .other-links ul li:first-child{
  margin-left: 0px;
}

.coming-soon-section .top-inner .other-links{
   margin-top: 5px;
}

.coming-soon-section .top-inner .other-links ul li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

.coming-soon-section .top-inner .other-links ul li a:hover{
  color: #ff8a42;
}

.coming-soon-section .main-content-box{
  position: relative;
  display: block;
  padding: 135px 0px 310px 0px;
}

.coming-soon-section .main-content-box .content-box{
  position: relative;
  display: block;
  max-width: 850px;
  width: 100%;
}

.coming-soon-section .main-content-box .content-box h1{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 17px;
}

.coming-soon-section .main-content-box .content-box .text{
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 100px;
}

.coming-soon-section .main-content-box .content-box .subscribe-form .text{
  font-size: 16px;
  color: #d2ddfa;
  margin-bottom: 34px;
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group{
  position: relative;
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 0px;
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 30px;
  padding: 10px 180px 10px 30px;
  font-size: 16px;
  color: #809ef1;
  transition: all 500ms ease;
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group input:focus{
  border-color: #ff8a42;
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#809ef1;
}

.coming-soon-section .main-content-box .content-box .subscribe-form .form-group button{
  position: absolute;
  top: 7px;
  right: 7px;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #ff8a42;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

.coming-soon-section .main-content-box .image-box{
  position: absolute;
  top: 180px;
  right: -265px;
}

.coming-soon-section .timer {
  position: relative;
  display: inline-block;
}

.coming-soon-section .cs-countdown{
  position: relative;
  text-align: center;
  margin-bottom: 117px;
}

.coming-soon-section .cs-countdown .count-col{
  position: relative;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 15px;
  margin-right:20px;
}

.coming-soon-section .cs-countdown .count-col:last-child{
  margin: 0;
}

.coming-soon-section .cs-countdown .count-col span{
  position: relative;
  display: block;
  font-size: 30px;
  color: #fff;
  height: 70px;
  line-height: 70px;
  width: 100px;
  background: #2d79ff;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}

.coming-soon-section .cs-countdown .count-col span:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-18.png);
  width: 100%;
  height: 7px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  z-index: -1;
}

.coming-soon-section .cs-countdown .count-col h6{
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 29px;
  text-align: left;
  text-transform: capitalize;
}

.call-to-action.coming-soon-page{
  padding: 140px 0px 150px 0px;
}

.call-to-action.coming-soon-page .content-box{
  margin: 0px 70px 0px 0px;
}

.call-to-action.coming-soon-page .info-box,
.call-to-action.contact-page .info-box{
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 24px;
}

.call-to-action.coming-soon-page .info-box .inner-box,
.call-to-action.contact-page .info-box .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 48px 55px;
}

.call-to-action.coming-soon-page .info-box .inner-box:before,
.call-to-action.contact-page .info-box .inner-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-19.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.call-to-action.coming-soon-page .info-box .inner-box .icon-box,
.call-to-action.contact-page .info-box .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #a4a4a4;
  border-radius: 50px;
  font-size: 25px;
  color: var(--color-dark);
  margin-bottom: 22px;
}

.call-to-action.coming-soon-page .info-box .inner-box h3,
.call-to-action.contact-page .info-box .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 19px;
}

.call-to-action.coming-soon-page .info-box .inner-box .text,
.call-to-action.contact-page .info-box .inner-box .text{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 33px;
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li,
.call-to-action.contact-page .info-box .inner-box .contact-info li{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li:last-child,
.call-to-action.contact-page .info-box .inner-box .contact-info li:last-child{
  margin-bottom: 0px;
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li h6,
.call-to-action.contact-page .info-box .inner-box .contact-info li h6{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #5e5e5e;
  margin-bottom: 0px;
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li a,
.call-to-action.contact-page .info-box .inner-box .contact-info li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #5e5e5e;
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info li a:hover,
.call-to-action.contact-page .info-box .inner-box .contact-info li a:hover{
  color: #ff8a42;
}

.call-to-action.coming-soon-page .info-box .inner-box .contact-info,
.call-to-action.contact-page .info-box .inner-box .contact-info{
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.call-to-action.coming-soon-page .info-box .inner-box .social-list li,
.call-to-action.contact-page .info-box .inner-box .social-list li{
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.call-to-action.coming-soon-page .info-box .inner-box .social-list li:last-child,
.call-to-action.contact-page .info-box .inner-box .social-list li:last-child{
  margin-right: 0px;
}

.call-to-action.coming-soon-page .info-box .inner-box .social-list li a,
.call-to-action.contact-page .info-box .inner-box .social-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #5e5e5e;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  text-align: center;
}

.call-to-action.coming-soon-page .info-box .inner-box .social-list li a:hover,
.call-to-action.contact-page .info-box .inner-box .social-list li a:hover{
  color: #fff;
  background: #ff8a42;
  border-color: #ff8a42;
}

.main-footer.coming-soon-page{
  position: relative;
  display: block;
}

.main-footer.coming-soon-page .footer-bottom{
  padding: 108px 0px 40px 0px;
}

.coming-soon-section.style-two{
  position: relative;
  display: block;
  background: #1e53e6;
  width: 100%;
  min-height: 1080px;
  height: 100%l
}

.coming-soon-section .nav-toggler .nav-btn{
  position: relative;
  background: transparent;
  cursor: pointer;
  margin-top: 8px;
}

.coming-soon-section .nav-toggler .nav-btn .bar{
  position: relative;
  display: block;
  background: #fff;
  width: 22px;
  height: 2px;
  margin: 4px 0px;
  transition: all 500ms ease;
}

.coming-soon-section .nav-toggler .nav-btn:hover .bar{
  background: #ff8a42;
}



/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-banner{
  position: relative;
  display: block;
  padding: 276px 0px 204px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.blog-banner .content-box h1 {
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 80px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 100px;
}

.blog-banner .content-box .search-box .form-group{
  position: relative;
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 0px auto;
}

.blog-banner .content-box .search-box .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 30px;
  padding: 10px 190px 10px 30px;
  font-size: 16px;
  color: var(--color-primary);
  transition: all 500ms ease;
}

.blog-banner .content-box .search-box .form-group input:focus{
  border-color: #fff;
}

.blog-banner .content-box .search-box .form-group input::-webkit-input-placeholder{
  color:#fff;
}

.blog-banner .content-box .search-box .form-group button{
  position: absolute;
  top: 7px;
  right: 7px;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
  display: block;
  padding: 120px 0px;
}

.blog-classic .blog-classic-content{
  position: relative;
  display: block;
  margin-right: 20px;
}

.news-block-four .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 50px;
}

.blog-classic .blog-classic-content .news-block-four:last-child .inner-box{
  margin-bottom: 0px;
}

.news-block-four .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #491aaf;
}

.news-block-four .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-four .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.1);
}

.news-block-four .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 32px 30px 34px 25px;
}

.news-block-four .inner-box .lower-content .info-box{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.news-block-four .inner-box .lower-content .info-box li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 500;
}

.news-block-four .inner-box .lower-content .info-box li:last-child{
  margin-right: 0px;
}

.news-block-four .inner-box .lower-content .info-box li.author {
  padding: 1px 0px 0px 50px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark);
}

.news-block-four .inner-box .lower-content .info-box li.author .thumb-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.news-block-four .inner-box .lower-content .info-box li.author .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.news-block-four .inner-box .lower-content .info-box li i {
  position: relative;
  font-size: 14px;
  margin-right: 8px;
}

.news-block-four .inner-box .lower-content h4{
  margin-bottom: 11px;
}

.news-block-four .inner-box .lower-content .text{
  position: relative;
  display: block;
  line-height: 26px;
  margin-bottom: 16px;
}

.news-block-four .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #ff8a42;
  text-decoration: underline;
}

.news-block-four .inner-box .lower-content .link-btn a:hover{
  color: #491aaf;
}

.sidebar-page-container .sidebar .widget-title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 5px;
}

.sidebar-page-container .sidebar .sidebar-categories .widget-content li{
  position: relative;
  display: block;
}

.sidebar-page-container .sidebar .sidebar-categories .widget-content li a{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 15px 0px 8px 0px;
  border-bottom: 1px solid #dadada;
}

.sidebar-page-container .sidebar .sidebar-categories .widget-content li a span{
  float: right;
}

.sidebar-page-container .sidebar .sidebar-categories{
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.sidebar-page-container .sidebar .sidebar-categories .widget-content li a:hover{
  color: #ff8a42;
}

.sidebar-page-container .sidebar .sidebar-post .post{
  position: relative;
  display: block;
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 33px;
}

.sidebar-page-container .sidebar .sidebar-post .post:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-post .widget-title{
  margin-bottom: 21px;
}

.sidebar-page-container .sidebar .sidebar-post .post h5{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a{
  position: relative;
  display: inline-block;
  color: var(--color-dark);
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a:hover{
  color: var(--color-primary);
}

.sidebar-page-container .sidebar .sidebar-post .post .post-date{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.sidebar-page-container .sidebar .sidebar-post{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content{
  position: relative;
  display: block;
  margin: 0px -4px;
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content li{
  position: relative;
  float: left;
  margin: 0px 3px 5px 3px;
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #5e5e5e;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #dadada;
  border-radius: 3px;
  text-align: center;
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content li a:hover{
  color: #fff;
  border-color: #ff8a42;
  background: #ff8a42;
}

.sidebar-page-container .sidebar .sidebar-archives .widget-title{
  margin-bottom: 27px;
}


/** blog-grid **/

.blog-grid .news-block-two .inner-box{
  margin-bottom: 50px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-two-column{
  padding-bottom: 70px;
}

.blog-three-column{
  position: relative;
  display: block;
  padding: 120px 0px;
}

.blog-three-column .news-block-one .inner-box{
  margin-bottom: 50px;
}

.blog-three-column .news-block-one .inner-box .lower-content {
  /*padding: 28px 15px 13px 25px;*/
  border-bottom: 1px solid #e7e7e7;
}

.blog-three-column .pagination-wrapper{
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-masonary{
  position: relative;
  display: block;
  padding: 120px 0px;
}

.blog-masonary .news-block-two .inner-box{
  margin-bottom: 40px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-masonary .pagination-wrapper{
  position: relative;
  display: block;
  margin-top: 40px;
}


/** blog-details **/

.blog-details .blog-details-content{
  position: relative;
  display: block;
  margin-right: 20px;
}

.blog-details .blog-details-content .social-links{
  position: absolute;
  left: -110px;
  top: 8px;
}

.blog-details .blog-details-content .social-links li{
  position: relative;
  display: block;
  margin: 0px;
}

.blog-details .blog-details-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #3b5999;
}

.blog-details .blog-details-content .social-links li a:hover{
  transform: scale(1.2);
  z-index: 1;
}

.blog-details .blog-details-content .social-links li:nth-child(2) a{
  background: #399fed;
}

.blog-details .blog-details-content .social-links li:nth-child(3) a{
  background: #bd081c;
}

.blog-details .blog-details-content .social-links li:nth-child(4) a{
  background: #25d366;
}

.blog-details .blog-details-content .social-links li:last-child a{
  background: #0084ff;
}

.blog-details .blog-details-content .title-inner h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: var(--color-dark);
  font-weight: 600;
  margin-bottom: 50px;
}

.blog-details .blog-details-content .title-inner .info-box {
  position: relative;
  display: block;
}

.blog-details .blog-details-content .title-inner .info-box li.author {
  padding: 1px 0px 0px 50px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark);
}

.blog-details .blog-details-content .title-inner .info-box li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 500;
}

.blog-details .blog-details-content .title-inner .info-box li i{
  position: relative;
  font-size: 14px;
  margin-right: 8px;
}

.blog-details .blog-details-content .title-inner .info-box li.author .thumb-box {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.blog-details .blog-details-content .title-inner .info-box li.author .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.blog-details .blog-details-content .title-inner .info-box li:last-child {
  margin-right: 0px;
}

.blog-details .blog-details-content .title-inner{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.blog-details .blog-details-content .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 25px;
}

.blog-details .blog-details-content .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
}

.blog-details .blog-details-content .inner-box .text p{
  line-height: 28px;
  margin-bottom: 28px;
}

.blog-details .blog-details-content .inner-box .text p:last-child{
  margin-bottom: 0px;
}

.blog-details .blog-details-content .inner-box .text blockquote{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #5e5e5e;
  font-weight: 400;
  font-style: italic;
  border: 1px solid #e9e9e9;
  padding: 20px 25px 24px 30px;
  margin: 42px 0px 33px 0px;
}

.blog-details .blog-details-content .inner-box .text blockquote:before{
  position: absolute;
  content: '';
  background: var(--color-primary);
  height: 100%;
  width: 3px;
  left: -1px;
  top: 0px;
}

.blog-details .blog-details-content .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.blog-details .blog-details-content .inner-box .video-box{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.blog-details .blog-details-content .inner-box .video-box .video-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 145px 0px;
  border-radius: 10px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-details .blog-details-content .inner-box .video-box .video-inner a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: var(--color-primary);
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.blog-details .blog-details-content .inner-box{
  position: relative;
  display: block;
  padding-bottom: 7px;
  margin-bottom: 53px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-details .blog-details-content .comments-area .group-title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-dark);
  font-weight: 600;
  margin-bottom: 34px;
}

.blog-details .blog-details-content .comments-area .comment{
  position: relative;
  display: block;
  padding: 0px 0px 0px 70px;
  margin-bottom: 56px;
}

.blog-details .blog-details-content .comments-area .comment:last-child{
  margin-bottom: 0px;
}

.blog-details .blog-details-content .comments-area .comment.replay-comment{
  margin-left: 60px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 42px;
  margin-bottom: 42px;
}

.blog-details .blog-details-content .comments-area .comment .author-thumb{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.blog-details .blog-details-content .comments-area .comment .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .name{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-dark);
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .text{
  position: relative;
  display: block;
  line-height: 28px;
  margin-bottom: 12px;
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .info-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #ff9655;
  margin-right: 19px;
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .info-box a:hover{
  color: var(--color-dark);
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .info-box .date{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  padding-left: 26px;
}

.blog-details .blog-details-content .comments-area .comment .comment-inner .info-box .date:before{
  position: absolute;
  content: '';
  background: #b2b2b2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0px;
  top: 11px;
}

.blog-details .blog-details-content .comments-area .comment-box{
  position: relative;
  display: block;
  margin-bottom: 74px;
}

.blog-details .blog-details-content .comments-area .login-btn a{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #ff9655;
  border: 1px solid #ff9655;
  text-align: center;
  padding: 16px 25px;
}

.blog-details .blog-details-content .comments-area .login-btn a:hover{
  color: #fff;
  background: #ff9655;
}


/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-banner{
  position: relative;
  display: block;
  width: 100%;
  padding: 170px 0 345px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%; 
}

.contact-banner::before{
  content: "";
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 0;
}

.contact-banner > *{
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px){
  .contact-banner{
    background-position: center 32%;
    padding: 120px 0 220px;
  }
}

.contact-banner .content-box h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 21px;
}

.contact-banner .content-box .text{
  position: relative;
  display: block;
  line-height: 32px;
  color: #fff;
  margin-bottom: 72px;
}

.contact-banner .content-box .theme-btn{
  padding: 17px 50px;
}

.call-to-action.contact-page{
  padding-top: 67px;
  padding-bottom: 165px;
}

.call-to-action.contact-page .content-box{
  margin: 0px 70px 0px 0px;
}

.contact-banner.style-two{
  position: relative;
  background-image: -webkit-linear-gradient(-60deg, #5f4bd4 0%, #4721a1 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 34%, 0% 100%, 0% 0%);
  padding: 280px 0px 870px 0px;
}

.call-to-action.contact-page-1{
  padding: 0px;
}

.call-to-action.contact-page-1 .inner-content{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  margin: -760px -50px 0px -50px;
  padding: 75px 50px 80px 50px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.main-footer.home-6{
  background-position: top center;
}



.flaticon-check {
    color: black; 
    margin-right: 6px; 
}

.banner-section.style-six .image-box.float-bob-y {
  transform: translateY(-100px) !important; 
}

.badge-wrap { 
  position: relative; 
  display: inline-block;
}

.img-card {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  min-width: 120px;
  
  font-size: 15px;
  font-weight: 500;
  color: #1e1e1e;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  
  box-shadow: 0 6px 18px rgba(2, 8, 23, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.06);

  /* animação de flutuação */
  animation: float 3s ease-in-out infinite;
}

/* ícone */
.img-card i,
.img-card svg {
  font-size: 28px;
  color: #1e1e1e;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* hover */
.img-card:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 10px 24px rgba(2, 8, 23, 0.18);
  border-color: #1e1e1e;
}

.img-card:hover i,
.img-card:hover svg {
  color: #1e1e1e;
  transform: scale(1.2);
}

/* animação de flutuação */
@keyframes float {
  0%   { transform: translate(-50%, -50%) translateY(0); }
  50%  { transform: translate(-50%, -50%) translateY(-10px); }
  100% { transform: translate(-50%, -50%) translateY(0); }
}


.main-footer {
  background: var(--color-dark);
  padding: 60px 0 30px;
  color: #fff;
}

.works-block-one {
  border-radius: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.works-block-one:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

/* Efeito suave nos textos */
.works-block-one:hover .inner-box .number {
    transition: color 0.3s ease;
    color: var(--color-primary); 
}

.banner-section .inner-box {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-section .image-box img {
    max-width: 100%;
    height: auto;
    min-width: 400px; 
}

.banner-section.style-six .inner-box{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px;
}

.banner-section.style-six .image-box .image{
  margin:0 !important;
  width:100% !important;
  max-width:none !important;
}
.banner-section.style-six .image-box img{
  width: 125% !important;  
  max-width: 1000px !important; 
  height: auto !important;
  object-fit: contain !important;
  margin-top: 40px; 
}

.heart {
    background: var(--color-primary);
    position: relative;
    height: 10px;
    width:10px;
    transform: rotate(-45deg) scale(1);
    animation: pulse 2s cubic-bezier(0, 3, 0, 0) infinite;
    margin: 0 8px;
}
.heart::after {
    background:inherit;
    border-radius: 50%;
    content:'';
    position:absolute;
    top: -50%;
    left:0;
    height: 10px;
    width:10px;
}
.heart::before {
    background:inherit; 
    border-radius: 50%;
    content:'';
    position:absolute;
    top:0; 
    right:-50%;
    height: 10px;
    width:10px;
}         

@keyframes pulse-whatsapp {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.copyright {
  background-color: var(--color-full-dark);
  padding: 10px 0;
}

.copyright-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-box .left-side,
.copyright-box .right-side {
  display: flex;
  align-items: center;
}

.copyright-box .right-side a {
  color: white;
  text-decoration: none;
}

.banner-section.style-six {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 70vh, 860px);
}

/* Camada do vídeo */
.banner-section.style-six .video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: block !important;    
  background: #000;            
  outline: 1px solid rgba(255,255,255,.1);
}
.banner-section.style-six .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-section.style-six .video-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.30), rgba(0,0,0,.15) 40%, rgba(0,0,0,.25));
}

.banner-section.style-six .main-slider-carousel { position: relative; z-index: 2; }

.banner-section.style-six .slide,
.banner-section.style-six .slide::before,
.banner-section.style-six .slide::after,
.banner-section.style-six [style*="background-image"] {
  background: transparent !important;
}

.banner-section.style-six .content-box, 
.banner-section.style-six .content-box h1 { color: #fff; }

.banner-section.style-six .owl-nav,
.banner-section.style-six .owl-dots { position: relative; z-index: 3; }

@media (prefers-reduced-motion: reduce) { 
 .banner-section.style-six .video-bg { display: block !important; } 
}

@media (max-width: 575.98px) { 
 .banner-section.style-six .video-bg { display: block !important; }
} 

.timeline { 
 margin-top: 40px;
 text-align: center;
}

.timeline-years { 
 display: flex;
 justify-content: center; 
 gap: 30px; 
 margin-bottom: 30px;
 position: relative;
 text-align: center; 
}

.timeline-years::before { 
 content: ""; 
 position: absolute;
 top: 50%;
 left: 0;
 right: 0;
 height: 3px;
 background: #ddd;
 z-index: -1;
} 

.timeline-years button {
 background: #fff;
 border: 1px solid var(--color-primary);
 color: var(--color-primary);
 padding: 10px 20px; border-radius: 30px;
 font-weight: 600;
 cursor: pointer;
 transition: all 0.3s ease;
} 

.timeline-years button.active, .timeline-years button:hover {
 background: var(--color-primary);
 color: #fff; 
}
 
.timeline-content .year-content {
 display: none;
 animation: fadeIn 0.5s ease;
}

.timeline-content .year-content.active {
 display: block;
}
 
.timeline-content .year-content h4 {
 margin-bottom: 20px; 
}

.timeline-years button {
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.timeline-years button.active,
.timeline-years button:hover {
  background: var(--color-primary);
  color: #fff;
}

.timeline-content .year-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.timeline-content .year-content.active {
  display: block;
}

.timeline-content .year-content h4 {
    margin-bottom: 20px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.year-carousel {
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.mv-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
  border: 2px solid var(--color-primary);  
  border-radius: 6px;
  overflow: hidden;
}

.mv-text {
  flex: 1;
  padding: 20px 30px;
  color: #333;
}

.mv-text h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--color-primary);
}

.mv-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6em;
  color: #444;
}

.mv-icon {
  width: 120px;
  height: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid var(--color-primary);
}

.mv-icon i {
  font-size: 40px;
  color: var(--color-primary);
}

.mv-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,86,179,0.2);
  border-color: var(--color-primary);
}

@media (max-width: 768px) {
  .works-section {
    background: #fff; 
  }

  .mv-block {
    flex-direction: column;
    text-align: center;
  }

  .mv-icon {
    width: 100%;
    border-left: none;
    border-top: 2px solid var(--color-primary);
    padding: 15px 0;
  }
}

.feature-style-eight .row {
  display: flex;
  align-items: center; 
}

@media (max-width: 1183px){
    .whats{
        bottom: 21px !important;
        right: 10px !important;
    }
}

.bw-bg {
  position: relative;
  overflow: hidden;
}

.bw-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1; 
}

.banner-bg {
  position: absolute;
  inset: 0;
  z-index: 2; 
}

.bw-bg .container,
.bw-bg .content-box {
  position: relative;
  z-index: 3; 
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.quem-somos-section {
  padding: 80px 0;
  background: #fff; /* pode mudar para cinza claro se quiser contraste */
}

.overview-section {
  position: relative; /* necessário para posicionar os círculos absolutos */
  overflow: hidden;   /* corta o excesso do blur */
}

.overview-bg-circle01,
.overview-bg-circle02,
.overview-bg-circle03 {
  background-color: var(--color-primary);
  opacity: 0.6;
  filter: blur(200px);
  border-radius: 50%;
  position: absolute;
  z-index: 0; /* fica atrás do conteúdo */
}

/* círculo grande, canto inferior direito */
.overview-bg-circle01 {
  width: 30rem;
  height: 30rem;
  bottom: -15%;
  right: -15%;
}

/* círculo médio, canto superior esquerdo */
.overview-bg-circle02 {
  width: 20rem;
  height: 20rem;
  top: -10%;
  left: -10%;
}

/* círculo menor, canto inferior esquerdo */
.overview-bg-circle03 {
  width: 15rem;
  height: 15rem;
  bottom: -10%;
  left: 20%;
}

/* estado inicial: fora da tela e transparente */
.fade-left, .fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}

.fade-left {
  transform: translateX(-50px);
}

.fade-down{ 
    animation: fadeDown .6s ease-out both; 
    
}

@keyframes fadeDown{
  from{ opacity:0; transform: translateY(-16px); } 
  to{   opacity:1; transform: translateY(0); }
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.fade-left.show,
.fade-right.show,
.fade-in.show {
  opacity: 1;
  transform: translateX(0);
}

.display-lgpd{
    background-color: #fff;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
}

.form-card {
background: #ffffff;
border-radius: 14px;
padding: 55px 24px;
box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.form-card .form-group { margin-bottom: 14px; }
.form-card label { display:block; font-weight:600; margin-bottom:6px; }
.form-card input, .form-card textarea {
width: 100%;
border: 1px solid #e4e7ec;
border-radius: 10px;
padding: 10px 12px;
outline: none;
}
.form-card textarea { min-height: 120px; resize: vertical; }

.contact-left-extra { max-width: 520px; }
.benefits { list-style: none; padding: 0; margin: 0 0 14px; }
.benefits li {
position: relative; padding-left: 26px; margin: 8px 0; color: #333;
}
.benefits li::before {
content: "✓"; position: absolute; left: 0; top: 0; line-height: 1.2; font-weight: 700; color: #11a8ff;
}
.cta-stack { display: flex; align-items: center; gap: 14px; margin: 12px 0 10px; }
.btn-outline {
background: #fff; color: #11a8ff; border: 2px solid #11a8ff; border-radius: 999px; padding: 10px 18px;
box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.btn-outline:hover { filter: brightness(0.98); }
.sla { font-size: .92rem; color: #666; }
.privacy-note { display: block; color: #777; margin-top: 50px; }
.privacy-note a { color: #11a8ff; text-decoration: underline; }



.hp-field{position:absolute !important;left:-10000px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important;opacity:0 !important;pointer-events:none !important;}
  
 .blog-details .text{
  text-align: justify;
  hyphens: auto;
}

.pricing-block-one > a{
  display:block;
  color:inherit;
  text-decoration:none;
}
.pricing-block-one > a:link,
.pricing-block-one > a:visited,
.pricing-block-one > a:hover,
.pricing-block-one > a:active{
  color:inherit;
  text-decoration:none;
}

.pricing-block-one .pricing-table{ color:#6c757d; }

.pricing-block-one .pricing-table .table-content li{ color:#6c757d; }

.pricing-block-one .choose-btn{ color:#fff; }

.works-block-one .inner-box{ position:relative; border-radius:12px; }
.works-block-one .card-link{
position:absolute; inset:0; z-index:5; border-radius:inherit;
}
.works-block-one .card-link:focus-visible{
outline:2px solid var(--color-primary); outline-offset:4px;
}
.works-block-one .inner-box:hover{
box-shadow:0 6px 20px rgba(0,0,0,.08);
transform:translateY(-2px);
transition:.2s;
}

.news-block-one .inner-box .lower-content::before,
.news-block-one .inner-box .lower-content::after{
  display:none !important;
}

.news-block-one .inner-box .lower-content{
  border: 0 !important;
}

.news-block{display:flex;}
.news-block .news-block-one{width:100%;display:flex;height:90%;}
.news-block .news-block-one .inner-box{display:flex;flex-direction:column;height:100%;}

.news-block .image-box{aspect-ratio:16/9;overflow:hidden;}
.news-block .image-box img{width:100%;height:100%;object-fit:cover;}

.news-block .lower-content h4{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.news-block .lower-content p{
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;
  overflow:hidden;text-overflow:ellipsis;
}

  @keyframes flutuar {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
  }

  .float-up-down {
    animation: flutuar 3s ease-in-out infinite;
  }
  
 .ts-mobile-menu-btn {
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 1001;
  cursor: pointer;
}

.ts-mobile-sidebar {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background-color: var(--color-dark);
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1002;
  display: flex;
  flex-direction: column;
  transition: left 0.3s ease;
  padding: 20px;
}

.ts-mobile-sidebar.open {
  left: 0;
}

.ts-mobile-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.sidebar-logo {
  max-height: 40px;
}

.ts-mobile-sidebar-close {
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.ts-mobile-sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ts-mobile-sidebar-nav li {
  margin-bottom: 15px;
}

.ts-mobile-sidebar-nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  transition: color 0.2s ease;
}

.ts-mobile-sidebar-nav a:hover {
  color: var(--color-primary);
}

.ts-mobile-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.3s ease;
}

.ts-mobile-sidebar-nav li.active a {
  color: var(--color-primary); 
}

.ts-mobile-sidebar-overlay.open {
  opacity: 1;
  visibility: visible;
}

.ts-mobile-sidebar .btn-box a {
  display: block;       
  width: 100%;           
  margin-top: 20px;     
  text-align: center;
  font-size: 15px;
}

