 
/* Css For MetroBank */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
 * {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --theme-color: #EB292C;
  --secondary-color: #0A0F20;
  --pink-color: #FFC0CB;
  --violet-color: #7F00FF;
  --crimson-color: #DC143C;
  --orange-color: #FFA500;
  --text-color: #676767;
  --title-color: #141417;
  --text-font: 'Inter', sans-serif;
  --title-font: 'Manrope', sans-serif;
}





body {
  font-size:16px;
  color: var(--text-color);
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1710px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1320px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #0E1D40;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  background: #fff;
  color: red;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.row{
  --bs-gutter-x: 30px;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  color: #fff !important;
  text-align: center;
  padding: 18px 35px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  background: var(--theme-color);
}

.theme-btn.btn-two{
  background: var(--secondary-color);
}

.theme-btn.btn-three{
  background: #fff;
  color: var(--theme-color);
}

.theme-btn:before, .theme-btn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--secondary-color);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  transform: scale(0) rotate(0);
  z-index: -1;
}

.theme-btn.btn-two:before, .theme-btn.btn-two:after{
  background: var(--theme-color);
}

.theme-btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}

.theme-btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
}

.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  width: 60px;
  line-height: 62px;
  background: #ffffff;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.07);
  text-align: center;
  color: var(--title-color);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.pagination li a i{
  font-size: 16px;
}

.mr-0{
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top{
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--theme-color);
  text-shadow: 0px 1px 0px #fff;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.sec-title{
  position: relative;
  display: block;
}

.sec-title h6{
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
}

.sec-title h2{
  display: block;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: left;
}

.sec-title.light .sub-title,
.sec-title.light h2{
  color: #fff !important;
}

.sec-title p{
  margin-top: 17px;
}

.sec-title h2 span{
  color: var(--theme-color);
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background: #212226;
  padding: 16px 0px;
}

.header-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 350px;
}

.header-top .links-list{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .links-list li{
  margin-right: 35px;
}

.header-top .links-list li:last-child{
  margin: 0px !important;
}

.header-top .links-list li a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.header-top .links-list li a:hover{
  color: var(--theme-color);
}

.header-top .info-list{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .info-list li{
  position: relative;
  margin-right: 40px;
  padding-left: 32px;
  color: #fff;
}

.header-top .info-list li:last-child{
  margin: 0px !important;
}

.header-top .info-list li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  color: var(--theme-color);
}

.header-top .info-list li a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.header-top .info-list li a:hover{
  color: var(--theme-color);
}

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .outer-box .logo-box{
  position: relative;
  /* padding: 61px 90px 61px 0px; */
  margin-top: -60px;
  background: var(--theme-color);
  z-index: 1;
}

.main-header .outer-box .logo-box .shape{
  position: absolute;
  top: 0px;
  right: -24px;
  width: 24px;
  height: 100%;
  background: var(--theme-color);
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
}

.main-header .outer-box .logo-box:after{
  position: absolute;
  content: '';
  top: 0px;
  right: -32px;
  width: 32px;
  height: 100%;
  background: var(--theme-color);
  clip-path: polygon(100% 0%, 25% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
  opacity: 0.15;
}

.main-header .outer-box .logo-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 5000px;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .theme-btn{
  padding: 13px 30px;
}

.main-header .menu-area{
  position: relative;
  display: flex;
  align-items: center;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 20px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:15px;
  line-height: 27px;
  padding-top: 37px;
  padding-bottom: 37px;
  font-weight:600;
  font-family: var(--title-font);
  opacity:1;
  color: #141417;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a{
  padding-right: 17px;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 37px;
  right: 0px;
  font-weight: 500;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  background: var(--secondary-color);
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 25px;
  line-height:24px;
  font-weight:600;
  font-size:14px;
  text-transform:capitalize;
  font-family: var(--title-font);
  color:#fff;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
  padding-left: 35px;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  background: var(--secondary-color);
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 25px;
  line-height:24px;
  font-weight:600;
  font-size:16px;
  text-transform:capitalize;
  font-family: var(--title-font);
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 35px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: var(--secondary-color);
  display: none;
}

.mobile-menu .nav-logo img{
  max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}

.sticky-header .main-menu .navigation > li > a{
  padding-top: 10px;
  padding-bottom: 10px;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
  top: 11px;
}

.main-header .sticky-header .outer-box .logo-box{
  margin-top: 0px;
  padding: 5px;
  /* padding-bottom: 21px; */
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:25px 25px;
  text-align:left;  
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl{
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl{
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.demo-ltr{
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl{
  display: block;
}

.boxed_wrapper.ltr .demo-ltr{
  display: none;
}

.boxed_wrapper.rtl .demo-rtl{
  display: none;
}

.boxed_wrapper.rtl .demo-ltr{
  display: block;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/** main-footer **/

.main-footer{
  position: relative;
  background: var(--secondary-color);
}

.main-footer .widget-section{
  position: relative;
  padding: 110px 0px 113px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-logo{
  margin-bottom: 21px;
}

.main-footer p,
.main-footer a{
  color: #fff;
}

.main-footer a:hover{
  color: var(--theme-color);
}

.main-footer .logo-widget p{
  margin-bottom: 40px;
}

.main-footer .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .social-links li{
  margin-right: 20px;
}

.main-footer .social-links li:last-child{
  margin: 0px !important;
}

.main-footer .social-links li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.20);
  text-align: center;
  border-radius: 50%;
}

.main-footer .social-links li a:hover{

}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.main-footer .widget-title h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #fff;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.main-footer .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0px;
  top: 11px;
  transition: all 500ms ease;
}

.main-footer .links-widget .links-list li a:hover:before{
  background: var(--theme-color);
}

.main-footer .contact-widget .form-inner .form-group{
  position: relative;
  margin-bottom: 20px;
}

.main-footer .contact-widget .form-inner .form-group .select-box{
  min-height: 55px;
}

.main-footer .contact-widget .form-inner .form-group:last-child{
  margin-bottom: 0px;
  padding-top: 10px;
}

.main-footer .contact-widget .form-inner .form-group .nice-select,
.main-footer .contact-widget .form-inner .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.50);
  padding: 0px 20px;
  line-height: 55px;
  background: transparent;
  border-radius: 0px;
  transition: all 500ms ease;
}

.main-footer .contact-widget .form-inner .form-group .nice-select .option{
  color: #222;
}

.nice-select:before{
  position: absolute;
  content: '\e92e';
  font-family: 'icomoon';
  font-size: 12px;
  top: 0px;
  right: 20px;
  color: rgba(255, 255, 255, 0.50);
}

.main-footer .contact-widget .form-inner .form-group .theme-btn:before,
.main-footer .contact-widget .form-inner .form-group .theme-btn:after{
  background: #fff !important;
}

.main-footer .contact-widget .form-inner .form-group .theme-btn:hover{
  color: var(--title-color) !important;
}

.main-footer .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 193px;
  height: 540px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 209px;
  height: 550px;
  background-repeat: no-repeat;
}

.footer-bottom{
  padding: 30px 0px;
}

.footer-bottom p a{
  color: var(--theme-color);
}

.footer-bottom p a:hover{
  text-decoration: underline;
}


/** header-style-two **/

.header-style-two{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-two.main-header .outer-box .logo-box{
  padding-left: 35px;
  padding-right: 35px;
}

.header-style-two .logo-box:before,
.header-style-two .logo-box:after{
  display: none;
}

.header-style-two .header-lower{
  background: #fff;
  padding-right: 40px;
}

.header-style-two .header-top{
  padding-right: 40px;
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 78px;
  background: #fff;
  text-align: center;
  font-size: 24px;
  color: var(--title-color);
  box-shadow: 0px 5px 40px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover{
  color: #fff;
  background: var(--theme-color);
}

.list-style-one{
  position: relative;
  display: block;
}

.list-style-one li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 19px;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li:before{
  position: absolute;
  content: '\e91d';
  font-family: 'icomoon';
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 400;
  color: var(--theme-color);
}

.pt_115{
  padding-top: 115px;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}


/** header-style-three **/

.header-style-three{
  position: relative;
  background: #fff;
}

.header-style-three .header-top .top-inner{
  padding-left: 40px;
  padding-right: 40px;
}

.main-header.header-style-three .outer-box .logo-box{
  background: transparent !important;
  margin-top: 0px;
  /* padding: 20px 0px; */
  max-width: 200px;
}

.header-style-three .logo-box:before{
  display: none;
}

.header-style-three .outer-box .logo-box:after{
  display: none;
}

.main-header .menu-right-content .theme-btn.btn-two{
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color) !important;
  padding: 12px 30px
}

.main-header .menu-right-content .theme-btn.btn-two:hover{
  color: #fff !important;
}

.accordion-box .block .acc-content{
  display:none;
}

.accordion-box .block .acc-content.current{
  display:block;  
}



/* custum css */

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.plan{
  text-decoration: none;
  color: #333;
  line-height: 20px;
  text-align: center;
  border: #0e9696 0px solid;
  font-size: 14px;
  font-weight: 400;
}
.plan th {
  background: #333e52;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border: #4b1a22 1px solid;
  padding: 5px 0;
}
.plan tr:nth-child(even) {
  background-color: #e48330 !important;
  color: white;
}
.plan th {
  background: #333e52;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border: #4b1a22 1px solid;
  padding: 5px 0;
}
.Schemes {
  background: #e48330;
  padding: 10px 10px 0;
  margin: 0 0 20px;
  border: #333e52 2px solid;
  font-weight: 600;
}
::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.plan td {
  border: #4b1a22 1px solid;
  line-height: 30px;
}
.payment{
  padding-top: 20px;
  color: #000;
}
.maturity{
  padding-top: 10px;
}



/* color */

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > a:hover,
.header-top .links-list li a:hover,
.header-top .info-list li i,
.header-top .info-list li a:hover,
.banner-carousel .content-box h2 span,
.sec-title h6,
.content_block_one .content-box .inner-box .single-item .icon-box,
.service-block-one .inner-box .icon-box,
.content_block_two .content-box .form-group input[type='button'],
.funfact-block-one:first-child .inner-box .icon-box,
.theme-btn.btn-three,
.news-block-one .inner-box .post-date i,
.news-block-one .inner-box h3 a:hover,
.news-block-one .inner-box .post-info li i,
.news-block-one .inner-box .post-info li a:hover,
.scroll-to-top .scroll-bar-text,
.main-footer a:hover,
.footer-bottom p a,
.sec-title h2 span,
.feature-block-two .inner-box .icon-box,
.feature-block-two .inner-box h3 a:hover,
.content_block_four .content-box .list-item li:before,
.card-block-one .inner-box .lower-content h3 a:hover,
.processing-block-one:hover .inner-box .count-text,
.news-block-two .inner-box .lower-content h3 a:hover,
.news-block-two .inner-box .lower-content .post-info li i,
.news-block-two .inner-box .lower-content .post-info li a:hover,
.page-title .bread-crumb li a:hover,
.team-block-one .inner-box .lower-content h3 a:hover,
.team-block-one .inner-box:hover .lower-content .designation,
.team-details .content-box .designation,
.team-details .content-box .info-list li a:hover,
.career-block-one .inner-box .info-box li i,
.career-block-one .inner-box .btn-box a,
.career-details-content .content-one span,
.career-sidebar .info-list li i,
.news-block-three .inner-box .lower-content .post-info li i,
.news-block-three .inner-box .lower-content .post-info li a:hover,
.news-block-three .inner-box .lower-content h3 a:hover,
.news-block-three .inner-box .lower-content .btn-box a,
.blog-sidebar .search-widget .search-inner .form-group input:focus + button,
.blog-sidebar .search-widget .search-inner .form-group button:hover,
.blog-sidebar .category-widget .category-list li a:before,
.blog-sidebar .category-widget .category-list li a:hover,
.blog-sidebar .post-widget .post h5 a:hover,
.blog-sidebar .post-widget .post .post-date i,
.info-block-one .inner-box p a:hover

{
  color: #f07f00 !important;
}


/** background **/

.switcher .switch_btn button,
button.rtl,
button.ltr,
.main-header .outer-box .logo-box,
.main-header .outer-box .logo-box:before,
.theme-btn.btn-one,
.theme-btn.btn-two:before, .theme-btn.btn-two:after,
.main-header .outer-box .logo-box .shape,
.main-header .outer-box .logo-box:after,
.banner-section .owl-nav button:hover,
.feature-block-one .inner-box .icon-box,
.feature-block-one .inner-box:before,
.image_block_one .image-box .experience-box,
.content_block_one .content-box .inner-box .single-item .icon-box:before,
.service-block-one .inner-box:before,
.content_block_two .content-box .form-group input[type='button']:hover,
.video-section .inner-box .video-btn a,
.funfact-block-one:last-child .inner-box,
.apps-section .content-box .btn-box a:hover,
.subscribe-section,
.main-footer .social-links li a:hover,
.main-footer .links-widget .links-list li a:hover:before,
.nav-style-one .owl-nav button:hover,
.service-style-two .tab-btns li:before,
.service-style-two .tab-btns li:after,
.processing-block-one .inner-box .count-text,
.processing-block-one:before,
.exchange-section .tab-btns li:before,
.exchange-section .tab-btns li:after,
.apps-section.alternat-2,
.service-block-one .inner-box .shape:before,
.requirements-block-one .inner-box h4:before,
.team-block-one .inner-box .image-box .social-links li a:hover,
.team-details .content-box .social-links li a:hover,
.career-block-one .inner-box .btn-box a:hover,
.news-block-one .inner-box .theme-btn:before,
.news-block-one .inner-box .theme-btn:after,
.career-sidebar h4,
.news-block-three .inner-box .lower-content .post-date,
.news-block-three .inner-box .lower-content .btn-box a:hover,
.blog-sidebar .tags-widget .tags-list li a:hover,
.blog-details-content .list-item li:before,
.blog-details-content .post-tag-option .tags-list li a:hover,
.accordion .acc-btn .icon-box:before,
.info-block-one .inner-box .icon-box

{
  background: #f07f00 !important;
}




/** border-color **/

.content_block_two .content-box .form-group input[type='button'],
.content_block_four .content-box .list-item li:before,
.processing-block-one .inner-box .count-text:after,
.image_block_three .image-box .rating-box,
.service-block-one .inner-box .shape:after,
.career-block-one .inner-box .btn-box a,
.news-block-three .inner-box .lower-content .btn-box a,
.blog-sidebar .search-widget .search-inner .form-group input:focus,
.blog-details-content .comment-form-area .form-group input:focus,
.blog-details-content .comment-form-area .form-group textarea:focus,
.faq-form-section .form-inner .form-group input:focus,
.faq-form-section .form-inner .form-group textarea:focus,
.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus

{
  border-color: var(--theme-color) !important;
}







/*=============== Color-Layout =============*/

.switcher .switch_btn button {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 5px;
  background: var(--theme-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.switcher .switch_btn {
  position: absolute;
  right: -50px;
  top: -10px;
  z-index: -1;
}

.switcher {
  position: fixed;
  top: 450px;
  z-index: 99;
}

.switcher .switch_menu {
  position: absolute;
  width:170px;
  height: 30px;
  background: transparent;
  display: none;
  top: -3px;
  left: 60px;
}

.switcher #styleOptions li {
  position: relative;
  display: inline-block;
  width:30px;
  height:30px;
  margin:0px;
}

.switcher #styleOptions li a {
  position: relative;
  display: inline-block;
  width:100%;
  height:100%;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff;
}

.switcher #styleOptions li a.theme-color{
  background: var(--theme-color);
}

.switcher #styleOptions li a.pink-color {
  background: var(--pink-color);
}

.switcher #styleOptions li a.violet-color {
  background: var(--violet-color);
}

.switcher #styleOptions li a.crimson-color {
  background: var(--crimson-color);
}

.switcher #styleOptions li a.orange-color {
  background: var(--orange-color);
}


/*=============== Boxed-Layout =============*/


.body_switcher .body_switch_btn button {
  width:50px;
  height:50px;
  line-height: 50px;
  font-size: 24px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.body_switcher .body_switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
}

.body_switcher {
  position: fixed;
  top:500px;
  z-index: 99;
  left:-200px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.body_switcher .boxed_switch_menu {
  width:200px;
  background: #fff;
  position: relative;
  padding: 15px 15px 30px 15px;
  text-align: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.body_switcher .boxed_switch_menu h5{
  position: relative;
  display: block;
  font-weight: 600;
  margin-bottom: 0px;
}

.body_switcher.switcher-show{
  left:0;
}

.body_switcher .boxed_switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 12px;
}

.body_switcher .boxed_switch_menu .switch_body .box>div {
  width:80px;
  height:50px;
  background: #fff;
  border:2px solid #999;
}

.body_switcher .boxed_switch_menu .switch_body .box>div>span {
  display: block;
  width:60px;
  height:100%;
  margin:0 auto;
  background: #fff;
  border-left:2px solid #e5e5e5;
  border-right:2px solid #e5e5e5;
}

.body_switcher .boxed_switch_menu .switch_body .box p{
  position: relative;
  display: block;
  font-size: 16px;
  color: #999;
  font-weight: 500;
  margin-bottom: 0px;
}

.main_page.active_boxlayout {
  max-width: 1550px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position: center;
  overflow-x:hidden;
}


/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
  
.banner-carousel .slide-item{
  position: relative;
  padding: 180px 0px 225px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  z-index: 1;
}
  
.banner-carousel .content-box{
  position: relative;
  display: block;
  z-index: 5;
  max-width: 600px;
}
  
.banner-carousel .slide-item .bg-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
  
.banner-carousel .active .slide-item .bg-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}
  
.banner-carousel .content-box h2{
  font-size: 70px;
  line-height: 74px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .content-box h2 span{
  color: var(--theme-color);
}
  
.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
  
.banner-carousel .content-box p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 33px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
  
.banner-carousel .content-box .btn-box{
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 200px;
  width: 616px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation: service_hexagon_2 15s infinite linear;
  -moz-animation: service_hexagon_2 15s infinite linear;
  -o-animation: service_hexagon_2 15s infinite linear;
  animation: service_hexagon_2 15s infinite linear;
}

.banner-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  height: 234px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section .owl-nav{
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  width: 100%;
}

.banner-section .owl-nav button{
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  background: #fff;
  font-size: 30px;
  color: #000;
  border-radius: 50%;
  transition: all 500ms ease;
}

.banner-section .owl-nav button.owl-prev{
  left: 120px;
}

.banner-section .owl-nav button.owl-next{
  right: 120px;
}

.banner-section .owl-nav button:hover{
  color: #fff;
  background: var(--theme-color);
}

.banner-style-two .banner-carousel .slide-item{
  padding: 340px 0px 225px 0px;
}

.banner-style-two .banner-carousel .slide-item:before{
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  opacity: 0.6;
}

.banner-style-two .pattern-layer .pattern-3{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 342px;
  height: 439px;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  z-index: 1;
}

.banner-style-three .banner-carousel .content-box h2{
  font-size: 64px;
}

.banner-style-three .banner-carousel .slide-item{
  padding: 160px 0px 245px 0px;
}

.banner-style-three .banner-carousel .slide-item:before{
  opacity: 1;
  background: #FF0003;
  mix-blend-mode: multiply;
}

.banner-style-three .banner-carousel .content-box .theme-btn.btn-three{
  color: var(--title-color) !important;
}

.banner-style-three .banner-carousel .content-box .theme-btn.btn-three:hover{
  color: #fff !important;
}

.banner-style-three .pattern-layer .pattern-4{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 346px;
  height: 447px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-three .pattern-layer .pattern-5{
  position: absolute;
  top: 276px;
  right: 0px;
  width: 94px;
  height: 233px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-three .shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 98px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}






/** responsive-css **/

@media only screen and (max-width: 1700px){
  .banner-section .owl-nav{
    display: none;
  }
}

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .banner-style-three .pattern-layer{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .banner-carousel .slide-item{
    padding: 90px 0px 136px 0px;
  }

  .banner-carousel .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .banner-section .pattern-layer{
    display: none;
  }

  .banner-style-two .banner-carousel .slide-item{
    padding: 280px 0px 100px 0px;
  }

  .banner-style-three .banner-carousel .content-box h2{
    font-size: 40px;
  }

  .banner-style-three .banner-carousel .slide-item{
    padding: 100px 0px 185px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}



/** feature-section **/

.feature-section{
  position: relative;
  padding: 80px 0;
}

.feature-section .inner-container{
  position: relative;
  display: block;
  /* box-shadow: 0px 20px 60px 10px #00000012; */
  margin-top: -38px;
  z-index: 2;
}

.feature-section .feature-block-one{
  float: left;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  padding: 50px 40px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 1;
}

.feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
  height: 100%;
}
.feature-block-one .inner-box .icon-img{
  max-width: 50px;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(20deg) brightness(108%) contrast(101%);
  padding-bottom: 10px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
  margin-bottom: 25px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box{
  background: rgba(255, 255, 255, 0.20) !important;
}

.feature-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-block-one .inner-box h4 a{
  display: inline-block;
  color: var(--title-color);
}

.feature-block-one .inner-box:hover h4 a{
  color: #fff;
}

.feature-block-one .inner-box h4 a:hover{
  text-decoration: underline;
}

.feature-block-one .inner-box p{
  position: relative;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover p{
  color: #fff;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  box-shadow: 0px 7px 50px 0px rgba(0, 0, 0, 0.1);
}

.feature-style-two .sec-title{
  background: #212226;
  padding: 69px 70px 68px 0px;
}

.feature-style-two .sec-title:before{
  position: absolute;
  content: '';
  background: #212226;
  width: 5000px;
  height: 100%;
  top: 0px;
  right: 0px;
}

.feature-style-two .content-box{
  position: relative;
  display: block;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
  padding: 64px 0px 61px 0px;
}

.feature-block-two .inner-box .icon-box{
  position: relative;
  display: block;
  font-size: 50px;
  margin-bottom: 30px;
  color: var(--theme-color);
}

.feature-block-two .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 13px;
}

.feature-block-two .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.feature-block-two .inner-box h3 a:hover{
  color: var(--theme-color);
}

.feature-style-two .owl-nav{
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 100%;
}

.feature-style-two .owl-nav .owl-prev{
  position: absolute;
  left: -130px;
}

.feature-style-two .owl-nav .owl-next{
  position: absolute;
  right: -120px;
}

.feature-style-two .pattern-layer{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
}

.feature-style-three .feature-block-one .inner-box{
  margin-bottom: 30px;
  box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
}



/** RTL **/


.rtl .feature-style-two .sec-title:before{
  right: inherit;
  left: 0px;
}

.rtl .feature-block-two .inner-box{
  text-align: right;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .feature-section .feature-block-one{
    margin-bottom: 40px;
  }

  .feature-style-two .sec-title:before{
    display: none;
  }

  .feature-style-two .sec-title{
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px){
  .feature-section .feature-block-one{
    width: 100%;
  }

  .feature-style-two .owl-nav{
    display: none;
  }

  .feature-style-two .content-box{
    padding: 0px;
  }

  .feature-style-three{
    padding: 70px 0px 40px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}


/** service-section **/

.service-section{
  position: relative;
  /* background: #F6F6F6; */
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  /* padding: 35px 30px 30px 30px; */
  margin-bottom: 30px;
  z-index: 1;
  text-align: center;
  border: 2px solid;
}

.service-block-one .inner-box .shape{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.service-block-one .inner-box .shape:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 62px;
  height: 62px;
  right: -18px;
  bottom: -22px;
  border-radius: 50%;
  opacity: 0.1;
  transition: all 500ms ease;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.service-block-one:hover .inner-box .shape:before{
  background: #fff !important;
  opacity: 0.15;
}

.service-block-one .inner-box .shape:after{
  position: absolute;
  content: '';
  border: solid;
  border-width: 7px;
  border-color: var(--theme-color);
  right: -37px;
  bottom: -41px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  opacity: 0.1;
  transition: all 500ms ease;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.service-block-one:hover .inner-box .shape:after{
  border-color: #fff !important;
  opacity: 0.15;
}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 0px;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one:hover .inner-box:before{
  height: 100%;
}

.service-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 24px;
  transition: all 500ms ease;
}

.service-block-one:hover .inner-box .icon-box{
  color: #fff !important;
}

.service-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.service-block-one .inner-box h4 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-one:hover .inner-box h4 a{
  color: #fff;
}
.service-block-one:hover .inner-box p{
  color: #fff;
}

.service-block-one .inner-box h4 a:hover{
  text-decoration: underline;
}

.service-block-one .inner-box .list-item li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 32px;
  padding-left: 16px;
  transition: all 500ms ease;
}

.service-block-one:hover .inner-box .list-item li{
  color: #fff;
}

.service-block-one .inner-box .list-item li:before{
  position: absolute;
  content: '';
  background: #676767;
  width: 5px;
  height: 5px;
  left: 0px;
  top: 13px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.service-block-one:hover .inner-box .list-item li:before{
  background: #fff;
}

.service-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.03;
}

/* -----------nice csss-------------------- */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
.first-section{
  text-align: center;
 padding: 70px 0;
}
.first-section h2{
  font-size: 42px;
}
.first-section p{
 margin-top: 20px;
}



.choose-us-section {
  background: #F6F6F6;
  padding: 70px 0;
}
.choose-us-section p {
  color: rgba(7, 1, 1, 0.8);
  margin: 20px 0;
}
.choose-us-thumb img {
  width: 100%;
  height: auto;
}
.inner-box p {
  padding: 0 10px;
}
.hidden{
  visibility: hidden;
}
.section-head h5{
  color: #3786ff;
}

/* Call to action
================================================== */
.call-to-action-title {
  font-size: 30px;
  color: #252a37;
  line-height: 48px;
}

.call-to-action {
  padding: 70px 0;
  background-image: url("../images/parallax1.png");
  /* background-attachment: fixed;
  background-size: cover;
  background-position: center; */
  background: #fff4e7;
}
.call-to-action p {
  font-size: 18px;
  font-weight: 500;
  color: #252a37;
  line-height: 28px;
}

.call-to-action .btn {
  font-weight: 800;
  margin-top: 16px;
  padding: 14px
}

/* Call To Action Solid bg */
.call-to-action h3 {
  margin-bottom: 10px;
}

.call-to-action-bg {
  padding: 70px;
  background-image: url("../images/parallax1.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.call-to-action-bg h3 {
  margin-bottom: 10px;
}
.call-to-action-bg h3,
.call-to-action-bg p {
  color: #fff;
}
.call-to-action-bg p {
  margin-bottom: 0;
}
figure.logo {
  width: 100px;
}
.color{
  color: #00ab1e;
}

.savings-main {
  padding: 100px 0;
}
.loan-heading {
  text-align: center;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.loan-heading h2 {
  font-size: 35px;
  font-weight: 600;
  background: linear-gradient(45deg, #00ab1e, #f07f00);
  color: rgba(255, 255, 255, 1);
  padding: 18px 25px;
  font-family: monospace;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 0 35px;
}
.sec-title {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.who-we-info>p {
  margin: 10px 0 0px;
}
.table {
  border: 2px solid #00548f;
}
.table thead {
  background-color: rgb(74 145 244);
  color: #fff;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  text-align: center;
}
.table tbody {
  background-color: rgba(0, 104, 117, 0.1);
}
.section-title>h2::before {
  background: #0095ca none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}
.savings-eligiblity-box {
  background-image: url("../assets/images/images-loan-image2.html");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 40px;
}
.savings-eligiblity-box::before {
  position: absolute;
  background-color: rgb(0 72 150 / 68%);
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.savings-eligiblity-box h4 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  color: rgb(255 255 255);
}
.savings-eligiblity-box h4 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 20px;
}
.savings-eligiblity-box .checklist {
  position: relative;
  z-index: 1;
}
.savings-eligiblity-box .checklist li {
  color: rgb(255 255 255);
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
}
.savings-document-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 40px;
}
.savings-document-box::before {
  position: absolute;
  background-color: rgb(0 190 185 / 54%);
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.savings-document-box h4 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 20px;
}
.savings-document-box .checklist {
  position: relative;
  z-index: 1;
}
.savings-document-box .checklist li {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
}
.checklist li i {
  font-weight: 600;
  color: rgb(0 192 186);
}
.savings-document{
padding-bottom: 0 !important;
}
.widget-title.footer-logo {
  width: 115px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.hadding-colur{
  color: #00ab1e;
}






/* -----------------------------------------my -------------------------------------------------------- */

/* home Services css */

.home-services {
  padding: 20px 0px 70px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px;
  gap: 15px;
}

  .section-heading h3 {
      text-align: center;
      font-weight: 700;
      font-size: 200%;
      text-transform: capitalize;
  }

  .section-heading img {
      width: 20%;
      min-width: 150px;
  }

  .section-heading p {
      text-align: center;
      width: 60%;
      margin: 0px auto;
      font-size: 90%;
      padding: 10px 0px;
  }

.services-card {
  display: flex;
  width: 90%;
  margin: 0px auto;
  padding: 30px 15px;
  margin-top: 50px;
  box-shadow: 0px 0px 10px -1px #d5d5d5;
  transition: 0.3s;
  position: relative;
  background: #c1efff;
}

  .services-card::after {
      content: '';
      position: absolute;
      width: 50%;
      height: 80%;
      background: url(../images/carkil.png);
      right: 10%;
      top: 10%;
      background-repeat: round;
      animation: rotateBg 7s infinite linear;
  }

@keyframes rotateBg {
  0% {
      transform: rotateZ(0deg);
  }

  100% {
      transform: rotateZ(360deg);
  }
}

.services-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(125deg, rgb(127, 189, 236) 0%, rgb(155 197 111) 100%);
}

.services-card .services-card-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
  width: 40%;
  position: relative;
}

  .services-card .services-card-left::after {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      border-top: 4px solid rgb(123 182 232);
      border-left: 4px solid rgb(160 200 118);
      top: -30px;
      left: -15px;
  }

  .services-card .services-card-left::before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      border-bottom: 4px solid rgb(122 181 231);
      border-left: 4px solid rgb(156 200 111);
      bottom: -30px;
      left: -15px;
  }

  .services-card .services-card-left img {
      width: 80%;
      position: relative;
      box-shadow: 5px 5px 5px -1px rgb(152 194 104);
      border: 2px solid rgb(124 181 233);
  }

  .services-card .services-card-left a {
      display: flex;
      align-items: center;
  }

      .services-card .services-card-left a button {
          border: none;
          background-color: transparent;
          font-size: 100%;
      }

          .services-card .services-card-left a button span {
              font-weight: 700;
          }

.services-card .services-card-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 60%;
  position: relative;
  z-index: 1;
}

  .services-card .services-card-right::after {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      border-top: 4px solid rgb(121 180 232);
      border-right: 4px solid rgb(161 200 118);
      top: -30px;
      right: -15px;
  }

  .services-card .services-card-right::before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      border-bottom: 4px solid rgb(120 173 219);
      border-right: 4px solid rgb(160 199 121);
      bottom: -30px;
      right: -15px;
  }

  .services-card .services-card-right h5 {
      font-size: 130%;
      margin: 0;
      color: rgb(155 197 111);
      font-weight: 700;
      transition: 0.3s;
  }

.services-card:hover .services-card-right h5 {
  color: #0A9642;
}

.services-card .services-card-right dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

  .services-card .services-card-right dl dt {
      font-size: 120%;
  }

  .services-card .services-card-right dl dd {
      font-size: 80%;
  }

.services-card .services-card-right p {
  margin: 0;
  font-size: 80%;
}

/* services section end */


.space{
  padding: 70px 0 !important;
}
.home-sec-2 {

}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}
.home-sec-2 .bg {
  border: 4px solid #ffffff;
  border-radius: 15px;
  box-shadow: 8px 0px 8px rgb(184 185 185 / 75%);
  display: inline-block;
  margin-top: 15px;
  position: relative;
}
.home-sec-2 h2 {
  color: #ff441c;
  font-size: 24px;
  font-weight: 400;
  font-family: 'a_astro_spaceregular';
  line-height: 32px;
  position: absolute;
  top: 15px;
  left: 0px;
  background-color: #fff;
  padding: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.home-sec-2 .bg img {
  border-radius: 15px;
}
img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto;
}
.home-sec-2 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background: #ff441c;
  padding: 15px 30px;
  position: absolute;
  bottom: -17px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  width: 100%;
}

.header-top-area {
  background: #9fcc27;
  padding: 11px 0;
  position: relative;
  z-index: 1;
}

  .header-top-area:after {
      position: absolute;
      content: "";
      z-index: -1;
      background: #0095ca;
      height: 100%;
      width: 54%;
      top: 0;
      transform: skew(38deg);
      left: -20px;
  }

.dreamit-header-menu-address ul {
  list-style: none;
}

  .dreamit-header-menu-address ul li {
      display: inline-block;
      margin-right: 16px;
  }

      .dreamit-header-menu-address ul li a {
          color: #000;
      }

      .dreamit-header-menu-address ul li span {
          color: #fff;
      }

      .dreamit-header-menu-address ul li a i {
          margin-right: 7px;
      }

      .dreamit-header-menu-address ul li span i {
          margin-right: 7px;
      }

.dreamit-header-top-socail {
  text-align: right;
}

  .dreamit-header-top-socail a {
      color: #000;
      display: inline-block;
      margin-left: 15px;
  }
/*sticky nav*/


/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  background-color: var(--easilon-white, #ffffff);
  counter-reset: workProcessNumber;
  padding: 85px 0;
}
@media (min-width: 1200px) {
  .work-process-one__item--down {
    margin-top: 60px;
  }
}
.work-process-one__item__image {
  margin-bottom: 21px;
  padding-bottom: 46px;
  position: relative;
  width: 100%;
  max-width: 235px;
  text-align: center;
}
@media (max-width: 767px) {
  .work-process-one__item__image {
    margin-left: auto;
    margin-right: auto;
  }
}
.work-process-one__item__image img {
  position: relative;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  z-index: 1;
}
.work-process-one__item__number {
  padding: 4.5px 10px;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  color: var(--easilon-white2, #F6F6F8);
  line-height: 1.5;
  text-transform: capitalize;
  background-color: var(--easilon-base, #ff8726);
  border-radius: 100px;
  transition: all 500ms ease;
}
.work-process-one__item__number::after {
  content: counters(workProcessNumber, ".", decimal-leading-zero);
  counter-increment: workProcessNumber;
  margin-left: 5px;
}
.work-process-one__item:hover .work-process-one__item__number {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-black, #2B2B5E);
}
.work-process-one__item__shape {
  width: 242px;
  height: 67px;
  position: absolute;
  left: 0;
  bottom: 13px;
  transition: all 500ms ease;
}
.work-process-one__item__shape path {
  stroke: var(--easilon-base, #ff8726);
  stroke-width: 3;
  stroke-miterlimit: 10;
  transition: all 500ms ease;
}
.work-process-one__item:hover .work-process-one__item__shape {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.work-process-one__item__circle {
  width: 136px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  transition: all 500ms ease;
}
.work-process-one__item__circle path {
  fill: var(--easilon-white2, #F6F6F8);
  transition: all 500ms ease;
}
.work-process-one__item:hover .work-process-one__item__circle path {
  fill: var(--easilon-base, #ff8726);
}
@media (max-width: 767px) {
  .work-process-one__item__content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .box-solar {
    margin-bottom: 50px !important;
  }
}
.work-process-one__item__title {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-transform: capitalize;
  text-align: center;
}
.work-process-one__item__text {
  margin: 0;
  line-height: 1.625;
}



/* .space, .space-top {
  padding-top: var(--section-space);
}
.gy-40 {
  --bs-gutter-y: 40px;
}

.contact-info-wrap {
	background: var(--smoke-color);
	height: 100%;
	padding: 50px
}

.contact-info-wrap .social-info_title {
	border-top: 1px solid rgba(12, 12, 12, 0.1);
	padding-top: 30px;
	margin-top: 30px
}

.contact-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px
}

.contact-info~.contact-info {
	margin-top: 30px
}

.contact-info_icon {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: rgba(221, 51, 51, 0.1);
	border-radius: 50%;
	text-align: center;
	font-size: 26px;
	color: var(--theme-color)
}

.contact-info_icon i.fa-phone-volume {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.contact-info_title {
	margin-bottom: 5px
}

.contact-info_text a {
	display: block;
	color: var(--body-color)
}

.contact-info_text a:hover {
	color: var(--theme-color)
}

.contact-form3 {
	background: var(--smoke-color);
	padding: 70px
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-info_title {
  margin-bottom: 5px;
}
.contact-info.contact-info {
  margin-top: 30px;
}
.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
select.style-white, .form-control.style-white, .form-select.style-white, textarea.style-white, input.style-white {
  color: var(--body-color);
  padding: 0 60px 0 30px;
  background-color: var(--white-color);
}
textarea.form-control.style-white, textarea.style-white {
  padding-top: 15px;
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 21.5px 30px;
  border-radius: 4px;
  --tilt: 40px;
}
.th-btn:before {
  left: calc(-100% - var(--tilt));
}
.th-btn:before, .th-btn:after {
  content: "";
  z-index: -1;
  width: calc(100% + var(--tilt));
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-100% - var(--tilt));
  background: var(--title-color);
  -webkit-clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
} */


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  background-color: aliceblue;
  padding: 80px 0;
}
.contact-one__image {
  position: relative;
  padding: 25px 48px 48px 48px;
  width: 100%;
  max-width: 570px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .contact-one__image {
    padding-top: 150px;
  }
}
@media (max-width: 450px) {
  .contact-one__image {
    padding: 15px 0px 30px 0px;
  }
}
@media (max-width: 375px) {
  .contact-one__image {
    padding: 150px 25px 25px 25px;
  }
}
.contact-one__info {
  display: table;
  position: relative;
  margin: 0;
  z-index: 1;
}
@media (max-width: 412px) {
  .contact-one__info {
    display: block;
  }
}
.contact-one__info__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(10.16deg);
  background-color: #92e39b;
  transition: all 500ms ease;
}
@media (max-width: 450px) {
  .contact-one__info__shape {
    display: none;
  }
}
.contact-one__info:hover .contact-one__info__shape {
  transform: rotate(-10.16deg);
}
.contact-one__info__inner {
  position: relative;
  z-index: 1;
  padding: 30px 59px 30px 30px;
  background-color: var(--easilon-white, #ffffff);
}
@media (max-width: 450px) {
  .contact-one__info__inner {
    padding: 30px;
  }
}
.contact-one__info__item {
  display: flex;
  gap: 15px;
}
@media (max-width: 412px) {
  .contact-one__info__item {
    flex-direction: column;
  }
}
.contact-one__info__item + .contact-one__info__item {
  margin-top: 30px;
}
.contact-one__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--easilon-base, #ff8726);
  border-radius: 50%;
  border: 1px solid var(--easilon-base, #ff8726);
  transition: all 500ms ease;
}
.contact-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-one__info__item:hover .contact-one__info__icon {
  color: var(--easilon-white, #ffffff);
  background-color: var(--easilon-base, #ff8726);
}
.contact-one__info__content {
  position: relative;
  top: 5px;
}
@media (max-width: 412px) {
  .contact-one__info__content {
    top: 0;
  }
}
.contact-one__info__title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}
.contact-one__info__text {
  font-weight: 400;
  color: var(--easilon-text, #82828A);
  font-size: 16px;
  line-height: 1.6;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__info__text:hover {
  background-size: 100% 1px;
}
.contact-one__info__text:hover {
  color: var(--easilon-base, #ff8726);
}
.contact-one__form__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.54;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-one__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-one__form__btn {
  padding: 15px 23px;
  font-weight: 700;
  text-transform: capitalize;
}

.contact-one__form__title {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.formcontact{
  margin: auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
/* Input and select styles */
.form-one__control {
  margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
}

textarea {
  resize: none;
  height: 150px;
}

select {
  cursor: pointer;
}
.form-one textarea {
  height: 143px;
  padding: 20px 20px 0;
}

.easilon-btn:hover {
  background-color: #0056b3;
  color: #ffffff;
}

.easilon-btn--border::before, .easilon-btn--border::after {
  background-color: var(#ff8726);
}
.easilon-btn span {
  position: relative;
  top: 1px;
  color: inherit;
}
.easilon-btn--border::before, .easilon-btn--border::after {
  background-color: var(#ff8726);
}
.form-one__control {
  margin-bottom: 15px;
}









.imgbo{
  border: 5px solid green;
}
.imgbo{
  border-radius: 20% 0 20% 0;
}
.service-sec8{
  padding: 70px 0;
}



.cta-sec7 {
	padding: 50px;
	overflow: hidden;
	background: #108243;
}
.shape-mockup-wrap {
	z-index: 2;
	position: relative
}

.shape-mockup {
	position: absolute;
	z-index: -1
}

.shape-mockup.z-index-3 {
	z-index: 3
}

.z-index-step1 {
	z-index: 1 !important
}

.cta-sec7 .cta-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
}
@media (max-width: 1399px) {
	.cta-sec7 .cta-thumb7 {
		left: -200px !important
	}
}

@media (max-width: 1200px) {
	.cta-sec7 .cta-thumb7 {
		left: -220px !important;
		width: 53%
	}
}
.th-btn.style3 {
  background: var(--white-color);
  color: var(--title-color);
}
.th-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 21.5px 30px;
	border-radius: 4px;
	--tilt: 40px
}

.th-btn i {
	margin-left: 9px
}

.th-btn:before,
.th-btn:after {
	content: "";
	z-index: -1;
	width: calc(100% + var(--tilt));
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(-100% - var(--tilt));
	background: var(--title-color);
	-webkit-clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s
}

.th-btn:before {
	left: calc(-100% - var(--tilt))
}

.th-btn:after {
	left: 100%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.th-btn:hover,
.th-btn.active {
	color: var(--white-color)
}

.th-btn:hover:before,
.th-btn.active:before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.th-btn:hover:after,
.th-btn.active:after {
	-webkit-transform: rotate(180deg) translateX(100%);
	-ms-transform: rotate(180deg) translateX(100%);
	transform: rotate(180deg) translateX(100%)
}
.th-btn.style3 {
	background: #fff;
	color: var(--title-color)
}

.th-btn.style3:hover {
	color:#fff;
}

.th-btn.style3:hover:before,
.th-btn.style3:hover:after {
	background-color:#f07f00;
}


.space,
.space-bottom {
	padding-bottom: var(--section-space)
}
.space,
.space-top {
	padding-top: var(--section-space)
}
.jump-reverse {
	-webkit-animation: jumpReverseAni 7s linear infinite;
	animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes jumpReverseAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.spin {
	-webkit-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0
	}
}

@keyframes animate-positive {
	0% {
		width: 0
	}
}

.scalein.th-animated {
	--animation-name: scalein
}

.slidetopleft.th-animated {
	--animation-name: slidetopleft
}

.slidebottomright.th-animated {
	--animation-name: slidebottomright
}

.slideinleft.th-animated {
	--animation-name: slideinleft
}

.slideinright.th-animated {
	--animation-name: slideinright
}

.slideinup.th-animated {
	--animation-name: slideinup
}

.slideindown.th-animated {
	--animation-name: slideindown
}

.rollinleft.th-animated {
	--animation-name: rollinleft
}

.rollinright.th-animated {
	--animation-name: rollinright
}


.wcu-thumb {
	position: relative;
	display: inline-block;
	padding-right: 300px;
	padding-bottom: 92px
}

.wcu-thumb .img2 {
	position: absolute;
	right: 0;
	bottom: -167px;
	border: 20px solid #fff;
	border-bottom: 0;
	border-right: 0;
	z-index: 1
}

.wcu-thumb .wcu-counter-wrap {
	position: absolute;
	top: 0;
	right: 0;
	background: #108243;
	width: 280px;
	text-align: center;
	padding: 17px 45px;
}

.wcu-thumb .wcu-counter-wrap .wcu-wrap_title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 22px
}

.wcu-thumb2 {
	height: 100%
}

.wcu-thumb2 img {
	height: 100%;
	object-fit: cover
}

.why-thumb7 {
	position: relative
}

.why-thumb7 .why-thumb-wrap {
	background: var(--theme-color);
	display: inline-block;
	text-align: center;
	padding: 40px;
	max-width: 220px;
	position: absolute;
	right: 0;
	bottom: 46px
}

.why-thumb7 .why-thumb-wrap .about-counter_title {
	color: var(--white-color);
	line-height: 34px;
	margin-bottom: 30px
}

.why-thumb7 .why-thumb-wrap .thumb img {
	border-radius: 50%
}

.wcu-skill-wrap {
	padding: 37px 30px 35px
}

.wcu-skill-wrap .skill-feature {
	margin-bottom: 44px
}

.wcu-skill-wrap .skill-feature:last-child {
	margin-bottom: 0
}

.feature-circle {
	margin-bottom: -0.5em
}

.feature-circle~.feature-circle {
	border-top: 1px solid rgba(18, 18, 18, 0.1);
	margin-top: 29px;
	padding-top: 23px
}

.feature-circle .progressbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.feature-circle .progressbar .circle {
	position: relative;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

.feature-circle .progressbar .circle canvas {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.feature-circle .progressbar .circle .circle-num {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--title-color);
	display: inline-block;
	position: absolute;
	left: 22px;
	top: 50%;
	-webkit-transform: translate(0, calc(-50% - 2px));
	-ms-transform: translate(0, calc(-50% - 2px));
	transform: translate(0, calc(-50% - 2px))
}

.feature-circle_title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px
}

.feature-circle_text {
	margin-bottom: 0
}
.wcu-thumb.img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 20px solid #fff;
    border-bottom: 0;
    border-right: 0;
    z-index: 1;
}

.wcu-thumb .wcu-counter-wrap .wcu-wrap_title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 22px;
}
.sub-title.style2 {
	border: 1px solid rgba(221, 51, 51, 0.75);
	background: transparent;
	padding: 2px 15px 2px 28px
}
.sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #108243;
  margin-bottom: 23px;
  background: rgba(221, 51, 51, 0.1);
  border-radius: 17px;
  padding: 3px 15px 3px 28px;
  position: relative;
  font-family: var(--title-font);
}
.title-area .sec-title {
  margin-bottom: 15px;
}
.checklist ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-bottom: 0
}

.checklist li {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	margin-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: var(--title-color)
}

.checklist li:last-child {
	margin-bottom: 0
}

.checklist li i,
.checklist li svg {
	font-size: 20px;
	margin-right: 10px;
	color: #108243;
	margin-top: 4px;
	width: 20px
}

.checklist li img {
	height: 30px;
	width: 30px;
	background: var(--white-color);
	box-shadow: 0px 2px 20px rgba(4, 6, 66, 0.14);
	padding: 7px;
	border-radius: 50%;
	margin-right: 15px
}

@media (max-width: 1199px) {
	.checklist.mb-40 {
		margin-bottom: 32px
	}
}

@media (max-width: 1199px) {
	.checklist.mb-45 {
		margin-bottom: 35px
	}
}
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.23em;
  font-weight: 800;
  text-align: left;
}

.GHJKK{
  margin-bottom: 30px !important;
}


.y-us-section {
  padding: 82px 0 82px;
}
.y-us-head {
  text-align: center;
  margin: 0 0 91px;
}
.y-us-title h2 {
  color: #000;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.y-us-title > p {
  color: #777777;
  line-height: 22px;
}
.y-us-title-border {
  background: #ffae11 none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  position: relative;
  width: 50px;
}
.service-3 .service-box {
  margin-bottom: 18px;
}
.service-3 .service-box .iconset {
  float: left;
  text-align: center;
  width: 25%;
}
.service-3 .service-box .iconset i {
  color: #000;
  font-size: 44px;
}
.service-3 .service-box .y-us-content {
  float: left;
  width: 75%;
}
service-3 .service-box .y-us-content h4 {
  color: #3a3a3a;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 14px 0 12px;
  text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
  color: #777777;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.icon {
  color : #f4b841;
  padding:0px;
  font-size:40px;
  border: 1px solid #fdb801;
  border-radius: 100px;
  color: #fdb801;
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}

.y-us-title {
  
  text-align: center;
}




h1,
h2,
h3,
h4,
h5,
h6 {}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
span, a, a:hover {
display: inline-block;
text-decoration: none;
color: inherit;
}
.section-head {
margin-bottom: 60px;
}
.section-head h4 {
position: relative;
padding:0;
color:#f91942;
line-height: 1;
letter-spacing:0.3px;
font-size: 34px;
font-weight: 700;  
text-align:center;
text-transform:none;
margin-bottom:30px;
}
.section-head h4:before {
content: '';
width: 60px;
height: 3px;
background: #f91942;
position: absolute;
left: 0px;
bottom: -10px;
right:0;  
margin:0 auto;
}
.section-head h4 span {
font-weight: 700;
padding-bottom: 5px;
color:#2f2f2f
}
p.service_text{
color:#cccccc !important;
font-size:16px;
line-height:28px;
text-align:center;    
}
.section-head p, p.awesome_line{
color:#818181;
font-size:16px;
line-height:28px;
text-align:center;  
}

.extra-text {
font-size:34px;
font-weight: 700;
color:#2f2f2f;
margin-bottom: 25px;
position:relative;
text-transform: none;
}
.extra-text::before {
content: '';
width: 60px;
height: 3px;
background: #f91942;
position: absolute;
left: 0px;
bottom: -10px;
right: 0;
margin: 0 auto;
}
.extra-text span {
font-weight: 700;
color:#f91942;
}
.item {
background: #fff;
text-align: center;
padding: 30px 25px;
-webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
border-radius: 20px;
border:5px solid rgba(0, 0, 0, 0.07);
margin-bottom: 30px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item:hover{
background:#f91942;
box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
background:#fff;
border-radius:10px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
color:#fff;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item .icon {
font-size: 40px;
margin-bottom:25px;
color: #f91942;   
width: 90px;
height: 90px;
line-height: 96px;
border-radius: 50px;
}
.item .feature_box_col_one{
background:rgba(247, 198, 5, 0.20);
color:#f91942
}
.item .feature_box_col_two{
background:rgba(255, 77, 28, 0.15);
color:#f91942
}
.item .feature_box_col_three{
background:rgba(0, 147, 38, 0.15);
color:#f91942
}
.item .feature_box_col_four{
background:rgba(0, 108, 255, 0.15);
color:#f91942
}
.item .feature_box_col_five{
background:rgba(146, 39, 255, 0.15);
color:#f91942
}
.item .feature_box_col_six{
background:rgba(23, 39, 246, 0.15);
color:#f91942
}
.item p{
font-size:15px;
line-height:26px;
}
.item h6 {
margin-bottom:20px;
color:#2f2f2f;
}
.mission p {
margin-bottom: 10px;
font-size: 15px;
line-height: 28px;
font-weight: 500;
}
.mission i {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #f91942;
border-radius: 50%;
color: #fff;
font-size: 25px;
}
.mission .small-text {
margin-left: 10px;
font-size: 13px;
color: #666;
}
.skills {
padding-top:0px;
}
.skills .prog-item {
margin-bottom: 25px;
}
.skills .prog-item:last-child {
margin-bottom: 0;
}
.skills .prog-item p {
font-weight: 500;
font-size: 15px;
margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
width: 100%;
height: 10px;
background: #e0e0e0;
border-radius:20px;
position: relative;
}
.skills .prog-item .skills-progress span {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #f91942;
width: 10%;
border-radius: 10px;
-webkit-transition: all 1s;
transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
content: attr(data-value);
position: absolute;
top: -5px;
right: 0;
font-size: 10px;
font-weight:600;    
color: #fff;
background:rgba(0, 0, 0, 0.9);
padding: 3px 7px;
border-radius: 30px;
}






.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
body{
  background-color:#f5f5f5;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel {
    margin-bottom: 20px !important;
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #00bcd4;
    text-align: center;
    color: #fff;
}
.hu{
  color: #000;
}



.top-features{
  position: relative;
  margin-top: -100px;
  z-index: 1;
}

.top-features:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1370b5;
  content: "";
  display: none;
}

.feature-block{
  position: relative;
  margin-bottom: 30px;
}

.feature-block .inner-box{
  position: relative;
  padding: 28px 40px;
  background-color: #ffffff;
  background-image: url(../images/icons/pattern-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-block .inner-box:hover{
  background-color: #f9ad23;
  transform: translateY(-20px);
  box-shadow: 0 10px 30px rgba(0,0,0,.20);
}

.feature-block .inner-box:before,
.feature-block .inner-box:after{
  position: absolute;
  height: 200px;
  width: 200px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: #74db80;
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.feature-block .inner-box:hover:before{
  transform: scale(1);
  opacity: .20;
  transition-delay: 300ms;
}

.feature-block .inner-box:hover:after{
  transform: scale(1.7);
  opacity: .10;
  transition-delay: 400ms;
}

.feature-block .icon{
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 1em;
  color: #1370b5;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon{
  color: #ffffff;
}

.feature-block h4{
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}

.feature-block h4 a{
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover h4 a{
  color: #ffffff;
}

.feature-block p{
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover p{
  color: #ffffff;
}
.feature-block{
  padding-top: 70px;
}

.mk img{
  border-radius: 100px;
    width: 108px;
}