 
/* Css For Millionaire Group */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:18px;
  color:#555555;
  line-height:30px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Jost', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  font-family: 'Jost', sans-serif;
  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: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 15px;
  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: 'Jost', sans-serif;
  color: #555555;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  color: #222222;
  margin: 0px;
  transition: all 500ms ease;
}

.home-1 h1,
.home-1 h2,
.home-1 h3,
.home-1 h4,
.home-1 h5,
.home-1 h6{
  color: #3a1354;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

.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: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 0px 10px 10px 10px;
  padding: 17.5px 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  background: #fff;
}

.theme-btn:before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  transform: scale(1.0) rotateX(45deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.theme-btn:hover:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.theme-btn:hover{
  color: #fff;
}

.theme-btn.btn-two{

}

.theme-btn.btn-three{
  padding: 17px 17px 17px 26px;
}

.theme-btn .symble{
  font-size: 20px;
  margin-left: 30px;
}

.theme-btn i{
  font-size: 14px;
  margin-left: 15px;
}

.theme-btn.btn-three:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  left: inherit;
  right: 0px;
  opacity: 1;
  transform: rotateX(0deg);
  transition: all 600ms ease;
}

.theme-btn.btn-three:hover:before{
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn.btn-three:after{
  position: absolute;
  content: "";
  top: 0;
  right: -1px;
  width: 53px;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 40% 0%);
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn.btn-four{
  background: transparent !important;
  color: #073d83;
}

.theme-btn.btn-four:hover{
  color: #fff;
}

.theme-btn.btn-five{
  border-radius: 0px;
  border-top-left-radius: 10px;
  background-color: #072758;
}

.theme-btn.btn-five:before{

}

.theme-btn.btn-six{
  background-color: #fff;
  color: #222;
  border-radius: 30px;
  font-weight: 700;
}

.theme-btn.btn-six:hover{
  color: #fff;
}

.theme-btn.btn-seven{
  border-radius: 30px;
  font-weight: 400;
}

.theme-btn.btn-eight{
  padding: 17.5px 40px;
  border-radius: 30px;
}

.theme-btn.btn-nine{
  padding: 17.5px 43px;
  border-radius: 30px;
}

.theme-btn.btn-ten{
  padding: 17.5px 43px;
  border-radius: 30px;
}

.theme-btn.btn-eleven{
  padding: 17.5px 43px;
  border-radius: 30px;
}



.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 7px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  color: #222;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  box-shadow: none;
}

.pagination li:first-child a{
  color: #ffffff;
}

.pagination li:last-child a{
  color: #ffffff;
}

.sec-pad{
  padding: 113px 0px 120px 0px !important;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top.style-one{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.scroll-top.style-one:before,
.scroll-top.style-one:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-top.style-one:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.scroll-top.style-two{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 18px;
  border: 1px solid #ffffff;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 25px;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sec-title h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sec-title h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 14px;
}

.sec-title.light h5,
.sec-title.light h2{
  color: #ffffff !important;
}

.sec-title .divider{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 14px;
  background-repeat: no-repeat;
}



/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:absolute;
  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;
  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;
  background: transparent;
  width: 100%;
  padding: 21px 0px 10px 0px;
}

.header-top .phone-box,
.header-top .social-links,
.header-top .search-box{
  position: relative;
  float: left;
  display: inline-block;
}

.header-top .phone-box p{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.header-top .phone-box p a{
  color: #fff;
}

.header-top .phone-box p i{
  margin-right: 10px;
}

.header-top .phone-box p a:hover{

}

.header-top .phone-box{
  margin-right: 35px;
}

.header-top .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.header-top .social-links li:last-child{
  margin: 0px !important;
}

.header-top .social-links li a{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #c2bfc3;
  text-align: center;
  border-radius: 50%;
}

.header-top .social-links li a:hover{

}

.header-top .search-box{
  margin-left: 25px;
}

.header-top .search-box .form-group{
  position: relative;
  margin: 0px;
}

.header-top .search-box .form-group input[type="search"]{
  position: relative;
  display: block;
  width: 150px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  padding-right: 25px;
  background: transparent;
}

.header-top .search-box .form-group input::-webkit-input-placeholder{
  color:#fff;
}

.header-top .search-box .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.header-top .search-box .form-group input:focus + button,
.header-top .search-box .form-group button:hover{

}

.header-top .top-inner{
  position: relative;
  display: block;
}

.main-header.style-one .header-top .logo-box{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  display: inline-block;
  padding: 19px 25px 18px 30px;
  border: 1px solid #cccccc;
  z-index: 1;
  border-radius: 50px 50px 50px 0px;
}

.main-header.style-one .header-top .logo-box .logo{
  position: relative;
  max-width: 153px;
}

.main-header.style-one .header-top .logo-box .logo img{
  width: 100%;
}

.main-header.style-one .header-lower .menu-area{
  position: relative;
  background: rgba(48,0,97,0.5);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 0px 10px 10px 10px;
  padding-left: 30px;
  padding-right: 180px;
}

.main-header.style-one .menu-area .btn-box{
  position: absolute;
  top: -1px;
  right: -1px;
}

.main-header.style-one .menu-area .btn-box .theme-btn{
  padding: 12.5px 30px;
}

.sticky-logo{
  position: relative;
  display: inline-block;
  padding: 15px 0px;
}

.sticky-header .main-menu .navigation > li{
  padding: 26px 0px !important;
}




/** 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;
  padding:9px 0px;
  margin: 0px 17px;
  -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:16px;
  line-height:30px;
  font-weight:400;
  opacity:1;
  color: #fff;
  padding-right: 17px;
  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:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 0px;
  right: 0px;
  font-weight: 700;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  color:#222;
  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:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.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:7px;
  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;
  right:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.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:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  color:#222;
  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{
  
}

.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;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #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;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #222;
}

.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{
  font-weight: 700;
  padding: 3px 0px;
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #061a3a;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > 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;
}


/** banner-section **/

.banner-section{
  position: relative;
  width: 100%;
  padding-top: 165px;
  overflow: hidden;
}

.banner-section .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80%;
  height: 966px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 83%;
  height: 1074px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section .content-box{
  position: relative;
  display: block;
}

.banner-section .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.banner-section .content-box h2{
  display: block;
  font-size: 54px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 33px;
}

.banner-section .content-box p{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 52px;
}

.banner-section .content-box .btn-box .theme-btn.btn-two{
  margin-right: 25px;
}

.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-y-2 {
  animation-name: float-bob-y;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 3s;
  -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;
}

.float-bob-x-2{
  animation-name: float-bob-x;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 25s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 25s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 25s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-section .image-box{
  position: relative;
  display: block;
  margin-right: -306px;
  min-height: 935px;
  padding-left: 200px;
  padding-right: 175px;
  padding-top: 45px;
}

.banner-section .image-box .image-1 img{
  position: relative;
  width: 100%;
  z-index: 1;
}

.banner-section .image-box .image-2{
  position: absolute;
  top: 330px;
  left: 348px;
  z-index: 1;
}

.banner-section .image-box .image-3{
  position: absolute;
  left: -24px;
  top: 203px;
}

.banner-section .image-box .image-4{
  position: absolute;
  left: -22px;
  top: 542px;
}

.banner-section .image-box .image-5{
  position: absolute;
  left: 142px;
  top: 459px;
}

.banner-section .image-box .image-6{
  position: absolute;
  right: 285px;
  bottom: 0px;
  z-index: 1;
}

.banner-section .image-box .image-7{
  position: absolute;
  right: 103px;
  bottom: 105px;
}

.banner-section .image-box .image-8{
  position: absolute;
  top: -2px;
  right: 24px;
}

.anim-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.banner-section .anim-icon .icon-1{
  left: 420px;
  top: 60px;
  width: 279px;
  height: 275px;
  z-index: -1;
}

.banner-section .anim-icon .icon-2{
  left: 40px;
  bottom: 80px;
  width: 301px;
  height: 301px;
}

.banner-section .anim-icon .icon-3{
  left: 40%;
  bottom: 70px;
  width: 188px;
  height: 185px;
}


/** service-section **/

.service-section{
  position: relative;
  padding: 113px 0px 118px 0px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding: 40px 20px 45px 30px;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before{
  height: 100%;
}

.service-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 5px solid #ebebeb;
  text-align: center;
  font-size: 60px;
  margin-bottom: 43px;
  background: #fff;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box{
  border-color: #fff;
}

.service-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #fff;
  height: 17px;
  width: 18px;
  left: -5px;
  bottom: -5px;
}

.service-block-one .inner-box .icon-box:after{
  position: absolute;
  content: '';
  background: #fff;
  height: 17px;
  width: 18px;
  top: -5px;
  right: -5px;
  transition: all 500ms ease;
}

.service-block-one .inner-box .icon-box .hover-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.service-block-one .inner-box .icon-box .hover-shape:before{
  position: absolute;
  content: '';
  background: #3a1354;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-one .inner-box .icon-box .hover-shape:after{
  position: absolute;
  content: '';
  background: #ebebeb;
  width: 100%;
  height: 100%;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box .hover-shape:before,
.service-block-one .inner-box:hover .icon-box .hover-shape:after{
  transform: scale(1,1);
}

.service-block-one .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
  color: #222;
}

.service-block-one .inner-box:hover h3 a{
  color: #fff;
}

.service-block-one .inner-box p{
  font-size: 16px;
  line-height: 30px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover p{
  color: #fff;
}

.service-section .sec-title{
  margin-bottom: 36px;
}


/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 113px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  margin-right: -32px;
}

.image_block_1 .image-box .image img{
  width: 100%;
}

.image_block_1 .image-box .video-btn{
  position: absolute;
  right: 50px;
  bottom: 80px;
}

.image_block_1 .image-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 110px;
  font-size: 36px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.image_block_1 .image-box .video-btn a:after, 
.image_block_1 .image-box .video-btn a:before {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(254, 119, 33, 0.9);
  box-shadow: 0 0 0 0 rgba(254, 119, 33, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_1 .image-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px 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 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px 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);
  }
}

.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);
}

.content_block_1 .content-box{
  position: relative;
  display: block;
}

.ml-70{
  margin-left: 70px;
}

.content_block_1 .content-box .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.content_block_1 .content-box .tab-btns{
  position: relative;
  display: inline-block;
  width: 300px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0px 18px;
  box-shadow: 0 0px 30px rgba(0,0,0,0.1);
}

.content_block_1 .content-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 30px;
  color: #555;
  font-weight: 400;
  padding: 10px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.content_block_1 .content-box .tab-btns li i{
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
  transition: all 500ms ease;
}

.content_block_1 .content-box .tab-btns li.active-btn,
.content_block_1 .content-box .tab-btns li:hover{

}

.content_block_1 .content-box .tab-btns li span{
  position: relative;
  display: inline-block;
}

.content_block_1 .content-box .tab-btns li span:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: -10px;
  transition: all 500ms ease;
}

.content_block_1 .content-box .tab-btns li.active-btn span:before,
.content_block_1 .content-box .tab-btns li:hover span:before{
  width: 100%;
}

.content_block_1 .content-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: #e9e9e9;
  width: 1px;
  height: calc(100% - 16px);
  top: 8px;
  right: 0px;
}

.content_block_1 .content-box .tab-btns li:last-child:before{
  display: none;
}

.content_block_1 .content-box .tab-btns li:last-child{
  padding-left: 20px;
}

.content_block_1 .content-box .tabs-content .inner p{
  margin-bottom: 38px;
}

.list-style-one{
  position: relative;
  display: block;
}

.list-style-one li{
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 10px;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li:before{
  position: absolute;
  content: '';
  width: 20px;
  height: 13px;
  left: 0px;
  top: 8px;
  border-radius: 7px;
}

.list-style-one li:after{
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

.about-section .sec-title{
  margin-bottom: 56px;
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: -60px;
  width: 611px;
  height: 1491px;
  background-repeat: no-repeat;
}


/** works-section  **/

.works-section{
  position: relative;
  padding-bottom: 120px;
}

.working-block-one .inner-box{
  position: relative;
  display: block;
  padding-right: 80px;
}

.working-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 161px;
  height: 105px;
  line-height: 105px;
  font-size: 64px;
  text-align: center;
  margin-bottom: 51px;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.working-block-one .inner-box .icon-box .shape{
  position: absolute;
  left: -16px;
  top: -27px;
  width: 194px;
  height: 138px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .icon-box .shape{
  opacity: 0;
}

.working-block-one .inner-box .icon-box .overlay-shape{
  position: absolute;
  left: 0px;
  top: -10px;
  width: 161px;
  height: 105px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .icon-box .overlay-shape{
  transform: scale(1,1);
}

.working-block-one .inner-box .icon-box span{
  position: absolute;
  top: -36px;
  right: -2px;
  width: 43px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background: #073d83;
}

.working-block-one .inner-box .icon-box span:before{
  position: absolute;
  content: '';
  background: url(../images/icons/decor-1.png);
  width: 10px;
  height: 9px;
  left: 14px;
  bottom: -8px;
  background-repeat: no-repeat;
}

h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h3 a{
  display: inline-block;
  color: #222;
}

h3 a:hover{

}

.home-1 h3 a{
  color: #3a1354;
}

.working-block-one .inner-box h3{
  margin-bottom: 11px;
}

.working-block-one .inner-box p{
  font-size: 16px;
  line-height: 24px;
}

.working-block-one .inner-box .arrow{
  position: absolute;
  top: -30px;
  left: 185px;
  width: 197px;
  height: 42px;
  background-repeat: no-repeat;
}

.working-block:nth-child(2) .working-block-one .inner-box .arrow{
  top: 70px;
}

.works-section .sec-title{
  margin-bottom: 60px;
}

.works-section .anim-icon .icon-1{
  top: -100px;
  left: 50%;
  width: 301px;
  height: 301px;
}

.works-section .anim-icon .icon-2{
  top: 115px;
  right: 125px;
  width: 188px;
  height: 185px;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots{
  display: none !important;
}


/** solutions-section **/

.solutions-section{
  position: relative;
  padding: 92px 0px 100px 0px;
}

.solutions-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutions-block-one .inner-box{
  position: relative;
  display: block;
  padding: 46px 30px 18px 40px;
  background: #1e023a;
  border-radius: 10px;
  overflow: hidden;
}

.solutions-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.solutions-block-one .inner-box:hover:before{
  height: 100%;
}

.solutions-block-one .inner-box p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.solutions-block-one .inner-box h3{
  line-height: 36px;
  margin-bottom: 51px;
}

.solutions-block-one .inner-box h3 a{
  color: #fff !important;
}

.solutions-block-one .inner-box h3 a:hover{
  text-decoration: underline;
}

.solutions-block-one .inner-box .link{
  position: relative;
  text-align: left;
  margin-bottom: 2px;
}

.solutions-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.solutions-block-one .inner-box .link img{
  position: relative;
  display: inline-block;
}

.solutions-block-one .inner-box:hover .link a{
  background: #1e023a;
}

.solutions-block-one .inner-box .icon-box{
  position: relative;
  text-align: right;
  font-size: 70px;
  line-height: 70px;
  color: #9743eb;
  transition: all 500ms ease;
}

.solutions-block-one .inner-box:hover .icon-box{

}

.solutions-block-one .inner-box .shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 174px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 500ms ease;
}

.solutions-block-one .inner-box:hover .shape{
  opacity: 0;
}

.solutions-block-one .inner-box .overlay-shape{
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  height: 174px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0;
  transition: all 500ms ease;
}

.solutions-block-one .inner-box:hover .overlay-shape{
  bottom: 0px;
  opacity: 1;
}

.dots-style-one{
  position: relative;
  display: block;
}

.dots-style-one .owl-dots{
  height: 10px;
  line-height: 10px;
}

.dots-style-one .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.solutions-section .dots-style-one .owl-dots .owl-dot.active span,
.solutions-section .dots-style-one .owl-dots .owl-dot span:hover{
  background: #fff;
  width: 30px;
  border-radius: 5px;
}

.solutions-section .dots-style-one .owl-dots{
  margin-top: 90px;
}


/** project-section **/

.project-section{
  position: relative;
  padding: 113px 0px 152px 0px;
}

.project-section .outer-container{
  position: relative;
  padding: 0px 75px;
}

.project-section .sec-title{
  position: relative;
}

.project-section .sec-title .theme-btn{
  position: absolute;
  right: 0px;
  bottom: 8px;
  padding: 16.5px 33px;
  font-size: 18px;
  font-weight: 700;
}

.project-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.project-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.project-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  padding-bottom: 21px;
}

.project-block-one .inner-box .content-box{
  position: relative;
  display: block;
}

.project-block-one .inner-box .content-box .image-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  margin-bottom: 36px;
  border-radius: 10px;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
}

.project-block-one .inner-box h3{
  padding: 0px 15px;
  line-height: 30px;
}

.project-block-one .inner-box .overlay-content{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0px;
  top: 10px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .overlay-content{
  top: 0px;
  opacity: 1;
}

.project-block-one .inner-box .overlay-content .image-box{
  margin-bottom: 0px;
}

.project-block-one .inner-box .overlay-content h3{
  padding: 0px 30px;
  margin-bottom: 36px;
}

.project-block-one .inner-box .overlay-content h3 a{
  color: #fff;
}

.project-block-one .inner-box .overlay-content h3 a:hover{
  text-decoration: underline;
}

.project-block-one .inner-box .overlay-content .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 5px 16.5px;
  text-align: center;
  border-radius: 0px 10px 10px 10px;
  margin-bottom: -0px;
}

.project-block-one .inner-box .overlay-content .link a:hover{
  background: #1e023a;
}

.project-section .owl-dots{
  margin-top: 80px;
}

.project-section .dots-style-one .owl-dots .owl-dot.active span,
.project-section .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.project-section .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1133px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 675px;
  width: 945px;
  height: 1263px;
  background-repeat: no-repeat;
}


/** skills-section **/

.skills-section{
  position: relative;
  padding: 112px 0px 113px 0px;
}

.skills-section .sec-title{
  margin-bottom: 31px;
}

.skills-section .skills-inner{
  position: relative;
  display: block;
  padding-bottom: 120px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 70px;
}

.skills-section .image-box{
  position: relative;
  display: block;
  padding-right: 100px;
  margin-top: 11px;
}

.skills-section .image-box .image img{
  width: 100%;
}

.content_block_2 .content-box{
  position: relative;
  display: block;
}

.content_block_2 .content-box .text{
  position: relative;
  margin-bottom: 50px;
}

.content_block_2 .content-box .text p{
  line-height: 36px;
}

.progress-box{
  position: relative;
  display: block;
  margin-bottom: 56px;
  padding-right: 50px;
  padding-bottom: 12px;
}

.progress-box .bar-box{
  position: relative;
  padding-left: 53px;
}

.progress-box:last-child{
  margin-bottom: 0px !important;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background:#ede9e7;
  border-radius:0px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:0px;
  width:0px;
  height:5px;
  top: -9px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .bar-inner:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: -3px;
  right: 0px;
}

.progress-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 44px;
}

.progress-box .count-text{
  position: absolute;
  left: -3px;
  top: -27px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 16px;
  color: #3a1354;
  box-shadow: 3px 3px 0px 0px #dddddd;
}

.progress-box .icon-box{
  position: absolute;
  right: 0px;
  bottom: 7px;
  font-size: 30px;
  line-height: 30px;
}

.counter-block-one{
  position: relative;
  padding-left: 60px;
}

.counter-block-one .inner-box{
  position: relative;
  padding-left: 100px;
}

.counter-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 70px;
  line-height: 70px;
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  color: #3a1354;
  font-weight: 600;
  margin-bottom: 6px;
}

.counter-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #555555;
  font-weight: 600;
}

.skills-section .anim-icon .icon-1{
  top: 120px;
  right: 60px;
  width: 301px;
  height: 301px;
}


/** clients-section **/

.clients-section{
  position: relative;
  padding: 112px 0px 210px 0px;
}

.clients-section .sec-title{
  margin-bottom: 54px;
}

.clients-section .sec-title h2{
  margin-bottom: 28px;
}

.clients-section .sec-title p{
  font-size: 16px;
  color: #fff;
}

.clients-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.clients-section .clients-carousel{
  position: relative;
  display: block;
  border: 1px solid #6500cc;
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
  border-right: 2px solid #6500cc;
  background: #300061;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .clients-logo-box img:hover{
  transform: scale(0.95);
}

.clients-section .dots-style-one .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}

.clients-section .dots-style-one .owl-dots .owl-dot span{
  background: transparent;
  border: 1px solid #fff;
}

.clients-section .dots-style-one .owl-dots .owl-dot.active span, 
.clients-section .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.clients-section .anim-icon .icon-1{
  top: 180px;
  left: 125px;
  width: 292px;
  height: 292px;
}

.clients-section .anim-icon .icon-2{
  top: 155px;
  right: 140px;
  width: 320px;
  height: 316px;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 115px 0px 105px 0px;
  overflow: hidden;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.content_block_3 .content-box .author-info{
  position: relative;
  display: block;
  padding-left: 165px;
  margin-bottom: 33px;
  min-height: 140px;
}

.content_block_3 .content-box .author-info .quote{
  position: absolute;
  left: -35px;
  top: -15px;
  display: inline-block;
  width: 186px;
  height: 182px;
  line-height: 230px;
  text-align: center;
  font-size: 95px;
  color: #ffffff;
  font-weight: 900;
}

.content_block_3 .content-box .author-info h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 14px;
}

.content_block_3 .content-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 32px;
}

.content_block_3 .content-box .author-info .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
}

.content_block_3 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 51px;
}

.content_block_3 .content-box .text p{
  font-size: 24px;
  line-height: 48px;
}

.content_block_3 .content-box .btn-box .theme-btn{
  padding: 16.5px 42px;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-section .slider-pager{
  position: relative;
  width: 100%;
  text-align: center;
}

.testimonial-section .slider-pager .thumb-box{
  position: absolute;
  left: 0px;
  top: -226px;
  right: 0px;
  width: 100%;
  text-align: center;
}

.testimonial-section .bx-viewport{
  overflow: visible !important;
}

.testimonial-section .slider-pager .thumb-box li{
  position: relative;
  display: block;
  margin-bottom: 58px;
}

.testimonial-section .slider-pager .thumb-box li:last-child{
  margin-bottom: 0px;
}

.testimonial-section .slider-pager .thumb-box li img{
  opacity: 0.5;
}

.testimonial-section .slider-pager .thumb-box li .active img{
  opacity: 1;
}

.testimonial-section .bx-controls.bx-has-controls-direction{
  position: absolute;
  left: 130px;
  bottom: -15px;
  z-index: 99;
}

.testimonial-section .bx-wrapper{
  position: relative;
}

.testimonial-section .bx-controls.bx-has-controls-direction a.bx-prev, 
.testimonial-section .bx-controls.bx-has-controls-direction a.bx-next{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  margin: 0px 10px;
  color: #d7d7d7;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .bx-controls.bx-has-controls-direction a.bx-prev:hover, 
.testimonial-section .bx-controls.bx-has-controls-direction a.bx-next:hover{

}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 145px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.testimonial-section  .anim-icon .icon-1 {
  bottom: 145px;
  right: 120px;
  width: 188px;
  height: 185px;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.bg-color-1{
  background-color: #f5f5f5;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 112px 0px 120px 0px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover{
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 1;
}

.news-block-one .inner-box:hover .image-box:before {
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  opacity: 1;
}


.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box a{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
  z-index: 1;
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0px 15px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .post-date{
  background: #ffffff;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 33px 15px 22px 20px;
}

.news-block-one .inner-box .lower-content h3{
  line-height: 36px;
  margin-bottom: 21px;
}

.news-block-one .inner-box .lower-content p{
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 18px;
}

.news-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.news-block-one .inner-box .lower-content .link a:hover{
  color: #3a1354;
}


/** main-footer -**/

.main-footer{
  position: relative;
}

.footer-top{
  position: relative;
  padding: 115px 0px 94px 0px;
}

.footer-top .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 431px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.footer-top .widget-title{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.footer-top .widget-title h3{
  color: #ffffff;
  margin-bottom: 6px;
}

.footer-top .widget-title .divider{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 14px;
  background-repeat: no-repeat;
}

.footer-top p,
.footer-top a{
  font-size: 16px;
  line-height: 30px;
  color: #9e95ab;
}

.footer-top a:hover{

}

.footer-top .about-widget .text{
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.footer-top .about-widget .social-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 19px;
}

.main-footer .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .social-links li:last-child{
  margin: 0px !important; 
}

.main-footer .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c0bfc1;
  border-radius: 50%;
  text-align: center;
}

.main-footer .social-links li a:hover{

}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
}

.footer-top .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 5px;
  transition: all 500ms ease;
}

.footer-top .links-widget .links-list li a:hover:before{
  width: 100%;
}

.footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-top .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .contact-widget .info-list li h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  padding-left: 28px;
  margin-bottom: 4px;
}

.footer-top .contact-widget .info-list li h4 i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
}

.footer-top .widget-section{
  position: relative;
  display: block;
  margin-bottom: 87px;
}

.footer-top .footer-subscriber .text h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 4px;
}

.footer-top .footer-subscriber .text p{
  color: #ffffff;
}

.footer-top .footer-subscriber .subscribe-form .form-group{
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.footer-top .footer-subscriber .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #ffffff;
  background-color: #381c53;
  border: 1px solid #381c53;
  padding: 10px 200px 10px 30px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  transition: all 500ms ease;
}

.footer-top .footer-subscriber .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 17.5px 48px;
}

.footer-top .footer-subscriber .subscribe-form .form-group input:focus{

}

.footer-top .footer-subscriber .subscribe-form{
  position: relative;
  margin-top: 6px;
}

.footer-bottom{
  position: relative;
  width: 100%;
  background: #300061;
  padding: 22px 0px;
}

.footer-bottom p,
.footer-bottom a{
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.footer-bottom a:hover{

}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.footer-bottom .footer-nav li:last-child{
  margin: 0px !important;
}

.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 3px;
  height: 1px;
  top: 17px;
  right: -23px;
}

.footer-bottom .footer-nav li:last-child:before{
  display: none;
}




/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/* header-style-two **/

.header-top-two{
  position: relative;
  width: 100%;
}

.header-top-two .top-inner{
  position: relative;
  padding: 10px 0px;
  background-color: #091c42;
  padding-right: 25px;
}

.header-top-two .top-inner .bg-layer{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 5000px;
  height: 100%;
  background-color: #091c42;
}

.header-top-two .top-inner .support-box p{
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding-left: 25px;
}

.header-top-two .top-inner .support-box p a{
  color: #ffffff;
}

.header-top-two .top-inner .support-box p a:hover{

}

.header-top-two .top-inner .support-box p i{
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top-two .top-inner .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.header-top-two .top-inner .social-links li:last-child{
  margin: 0px !important;
}

.header-top-two .top-inner .social-links li a{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  border: 1px solid #c0c0c1;
}

.header-top-two .top-inner .social-links li a:hover{
  color: #092f44;
}

.header-style-two .header-lower .btn-box{
  position: relative;
  float: left;
}

.header-style-two .header-lower .main-menu .navigation > li > a{
  color: #222;
  font-size: 15px;
  font-weight: 500;
}

.header-style-two .main-menu .navigation > li > ul > li > a:hover, 
.header-style-two .main-menu .navigation > li > .megamenu li > a:hover{

}

.header-style-two .header-lower .logo{
  position: relative;
  padding: 28px 0px;
}

.header-style-two .header-lower .main-menu{
  margin-right: 45px;
}

.header-style-two .header-lower .main-menu .navigation > li{
  padding: 37px 0px 40px 0px;
}

.header-style-two .header-lower .btn-box{
  position: relative;
  margin: 23px 0px;
}

.header-style-two .header-lower .btn-box .theme-btn{
  padding: 17.5px 39px;
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  width: 100%;
  padding: 230px 0px 88px 0px;
}

.banner-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 307px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner-style-two .image-box{
  position: relative;
  display: block;
  margin-left: -292px;
}

.banner-style-two .image-box .image{
  position: relative;
  -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-style-two .image-box img{
  width: 100%;
}

.banner-style-two .content-box{
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 73px;
}

.banner-style-two .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  color: #222;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-style-two .content-box p{
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 30px;
}

.banner-style-two .content-box .theme-btn{
  padding: 17.5px 43px;
}

.banner-style-two .content-box .btn-box{
  position: relative;
  display: block;
  margin-bottom: 255px;
}

.banner-style-two .content-box .subscribe-form .form-group{
  position: relative;
  display: block;
  background: #ffffff;
  margin: 0px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 30px rgb(0 0 0 / 20%);
  padding-right: 185px;
}

.banner-style-two .content-box .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  padding: 10px 30px;
}

.banner-style-two .content-box .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 185px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #222;
  padding: 0px 30px 0px 50px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-style-two .content-box .subscribe-form .form-group button:hover{

}

.banner-style-two .content-box .subscribe-form .form-group button:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-2.png);
  width: 49px;
  height: 60px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}


.banner-style-two .anim-icon .icon-1 {
  left: 20px;
  top: 130px;
  width: 323px;
  height: 323px;
}

.banner-style-two .anim-icon .icon-2{
  position: absolute;
  left: 270px;
  bottom: 0px;
  width: 73px;
  height: 73px;
}

.banner-style-two .anim-icon .icon-3{
  position: absolute;
  left: 45%;
  bottom: 175px;
  width: 138px;
  height: 138px;
}

.banner-style-two .anim-icon .icon-4{
  position: absolute;
  left: 60%;
  top: 185px;
  width: 73px;
  height: 73px;
}

.banner-style-two .anim-icon .icon-5{
  position: absolute;
  right: 320px;
  bottom: 0px;
  width: 73px;
  height: 73px;
}

.banner-style-two .anim-icon .icon-6{
  right: 200px;
  bottom: 120px;
  width: 68px;
  height: 71px;
}

.banner-style-two .anim-icon .icon-7{
  right: 50px;
  top: 35px;
  width: 68px;
  height: 71px;
}

.banner-style-two .anim-icon .icon-8{
  right: 50px;
  top: 35px;
  width: 231px;
  height: 231px;
}

.banner-style-two .anim-icon .icon-9{
  right: 80px;
  top: 280px;
  width: 409px;
  height: 409px;
}

.banner-style-two .anim-icon .icon-10{
  right: 30px;
  top: 500px;
  width: 117px;
  height: 117px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 126px 0px 120px 0px;
}

.content_block_4 .content-box{
  position: relative;
  display: block;
}

.sec-title.style-two h2{
  color: #222;
  margin-bottom: 26px;
}

.content_block_4 .content-box .sec-title{
  margin-bottom: 26px;
}

.content_block_4 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.content_block_4 .content-box .btn-box .theme-btn{
  padding: 17.5px 42px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  padding-left: 55px;
  padding-right: 38px;
  padding-bottom: 57px;
  margin-left: 50px;
  margin-top: 4px;
}

.image_block_2 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_2 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_2 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.image_block_2 .image-box .image img{
  width: 100%;
}

.image_block_2 .image-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 10px;
  background: #091e47;
  text-align: center;
  padding: 31px 52px;
}

.image_block_2 .image-box .text h3{
  display: block;
  color: #fff;
  font-weight: 500;
}

.image_block_2 .image-box:before{
  position: absolute;
  content: '';
  background-color: #edf9f9;
  width: 370px;
  height: 330px;
  top: -37px;
  right: 0px;
  border-radius: 15px;
}


/** service-style-two **/

.service-style-two{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.service-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% - 375px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  border-top-right-radius: 100px;
}

.service-style-two .inner-container{
  position: relative;
  left: 200px;
}

.service-block-two{
  position: relative;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  background: #ebebeb;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 15px 67px 15px;
  transition: all 900ms ease;
  z-index: 1;
}

.service-block-two .inner-box:before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  transform: scale(1.0) rotateX(45deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.service-block-two:hover .inner-box:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.service-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 23px;
  transition: all 500ms ease;
}

.service-block-two .inner-box .light-icon{
  position: absolute;
  left: -15px;
  bottom: -30px;
  font-size: 100px;
  line-height: 100px;
  color: #d3d3d3;
  transition: all 500ms ease;
}

.service-block-two:hover .inner-box .light-icon{
  color: #042357;
}

.service-block-two .inner-box h3{
  margin-bottom: 23px;
}

.service-block-two .inner-box h3 a{
  color: #222;
}

.service-block-two .inner-box p{
  position: relative;
  transition: all 500ms ease;
}

.service-block-two:hover .inner-box h3 a,
.service-block-two:hover .inner-box p{
  color: #ffffff;
}

.service-block-two .link{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  z-index: 1;
}

.service-block-two .link a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px 0px 10px 0px;
  transform: scale(0,0);
}

.service-block-two:hover .link a{
  transform: scale(1,1);
}

.service-block-two .link a:hover{

}


/** project-style-two **/

.project-style-two{
  position: relative;
  padding: 113px 0px 90px 0px;
}

.project-style-two .sec-title .theme-btn{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.project-block-two .inner-box .image-box .link{
  position: absolute;
  right: 23px;
  bottom: 23px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #222;
  background-color: #ffffff;
  text-align: center;
  z-index: 1;
  transform: scale(0,0);
}

.project-block-two .inner-box:hover .image-box .link{
  transform: scale(1,1);
}

.project-block-two .inner-box .image-box .link:hover{
  color: #ffffff;
}

.project-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  transform: scale(0,0);
  clip-path: polygon(0% 0%, 176% 0%, 77% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box:before{
  transform: scale(1,1);
}

.project-block-two .inner-box .text{
  position: relative;
  display: inline-block;
  padding: 15px 20px 17px 80px;
  border-radius: 30px 10px 10px 30px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 20%);
}

.project-block-two .inner-box .text .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #dddddd;
}

.project-block-two .inner-box .text h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
}

.project-block-two .inner-box .text h5 a{
  display: inline-block;
  color: #222;
}

.project-block-two .inner-box .text h5 a:hover{

}

.project-block-two .inner-box .text .icon-box img{
  position: relative;
  display: inline-block;
}

.project-style-two .dots-style-one .owl-dots{
  position: absolute;
  top: -182px;
  right: 0px;
}

.project-style-two .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-two .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}


/** works-style-two **/

.works-style-two{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.works-block-two .inner-box{
  position: relative;
  display: block;
  padding: 0px 20px;
}

.works-block-two .inner-box .text{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
  padding: 31px 30px 20px 30px;
  margin-bottom: 85px;
}

.works-block-two .inner-box .text:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 43px;
  height: 27px;
  right: 100px;
  bottom: -26px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 25% 0%);
}

.works-block-two .inner-box .text h3{
  color: #222;
  margin-bottom: 5px;
}

.works-block-two .inner-box .text p{
  font-size: 16px;
  line-height: 24px;
}

.works-block-two .inner-box .count-box{
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin: 0px 2px;
  margin-bottom: 50px;
}

.works-block:nth-child(2) .works-block-two .inner-box .count-box{

}

.works-block:last-child .works-block-two .inner-box .count-box{
  
}

.works-block-two .inner-box .count-box .count-text{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -19px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
}

.works-block:nth-child(2) .works-block-two .inner-box .count-box .count-text{

}

.works-block:last-child .works-block-two .inner-box .count-box .count-text{
  
}

.works-block-two .inner-box .count-box .dot-1,
.works-block-two .inner-box .count-box .dot-2{
  position: absolute;
  top: -12px;
  width: 26px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.works-block:nth-child(2) .works-block-two .inner-box .count-box .dot-1,
.works-block:nth-child(2) .works-block-two .inner-box .count-box .dot-2{

}

.works-block:last-child .works-block-two .inner-box .count-box .dot-1,
.works-block:last-child .works-block-two .inner-box .count-box .dot-2{
  
}

.works-block-two .inner-box .count-box .dot-1{
  left: 0px;
}
.works-block-two .inner-box .count-box .dot-2{
  right: 0px;
}

.works-block-two .inner-box .count-box .dot-1:before,
.works-block-two .inner-box .count-box .dot-2:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -5px;
}

.works-block-two .inner-box .count-box .dot-1:before{
  left: -5px;
}

.works-block-two .inner-box .count-box .dot-2:before{
  right: -5px;
}

.works-block:nth-child(2) .works-block-two .inner-box .count-box .dot-1:before,
.works-block:nth-child(2) .works-block-two .inner-box .count-box .dot-2:before{
  
}

.works-block:last-child .works-block-two .inner-box .count-box .dot-1:before,
.works-block:last-child .works-block-two .inner-box .count-box .dot-2:before{

}

.works-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 240px;
  height: 240px;
  line-height: 260px;
  text-align: center;
  border-radius: 50%;
  font-size: 85px;
  z-index: 1;
}

.works-block-two .inner-box .icon-box .icon-bg{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  height: 240px;
  background-repeat: no-repeat;
  z-index: -1;
}

.works-block:nth-child(2) .works-block-two .inner-box .icon-box{

}

.works-block:last-child .works-block-two .inner-box .icon-box{
  
}

.works-style-two .more-btn{
  position: relative;
  display: block;
  margin-top: 60px;
}

.works-style-two .more-btn .theme-btn{
  padding: 17.5px 40px;
}

.works-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  padding: 113px 0px;
}

.content_block_5 .content-box{
  position: relative;
  display: block;
}

.content_block_5 .content-box .sec-title{
  margin-bottom: 34px;
}

.content_block_5 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 66px;
}

.content_block_5 .content-box p{
  font-size: 16px;
}

.content_block_5 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 150px;
  margin-bottom: 60px;
}

.content_block_5 .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_5 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: -11px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background-color: #fbfbfb;
  border-top-right-radius: 20px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 20%);
  z-index: 1;
}

.content_block_5 .content-box .inner-box .single-item .icon-box .shape{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  z-index: -2;
}

.content_block_5 .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  width: 110px;
  height: 110px;
  left: 0px;
  top: 0px;
  background-color: #fbfbfb;
  border-top-right-radius: 20px;
  z-index: -1;
}

.content_block_5 .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.content_block_5 .content-box .inner-box .single-item h3:before{
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.image_block_3 .image-box{
  position: relative;
  display: block;
  padding-left: 25px;
  margin-top: 7px;
}

.image_block_3 .image-box img{
  width: 100%;
}

.image_block_3 .image-box .image-shape{
  position: absolute;
  left: 0px;
  top: 90px;
  width: 670px;
  height: 526px;
  background-repeat: no-repeat;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 114px 0px 107px 0px;
  background-color: #070a38;
  margin-bottom: 57px;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.testimonial-style-two .image-box{
  position: relative;
  padding-right: 100px;
}

.testimonial-style-two .image-box .image{
  position: absolute;
  left: 0px;
  top: 7px;
  overflow: hidden;
  border-radius: 10px;
}

.testimonial-style-two .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.testimonial-style-two .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.testimonial-style-two .image-box .image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.testimonial-style-two .testimonial-content .rating-box{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.testimonial-style-two .testimonial-content .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  float: left;
}

.testimonial-style-two .testimonial-content p{
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 53px;
}

.testimonial-style-two .testimonial-content h3{
  display: block;
  font-size: 30px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 30px;
}

.testimonial-style-two .testimonial-content .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 30px;
}

.testimonial-style-two .content-box .sec-title{
  margin-bottom: 29px;
}

.testimonial-style-two .testimonial-content{
  position: relative;
  display: block;
  margin-right: 70px;
}

.testimonial-style-two .owl-nav{
  position: absolute;
  right: 0px;
  bottom: -12px;
}

.testimonial-style-two .owl-nav .owl-prev,
.testimonial-style-two .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
  font-weight: 400;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-nav .owl-prev{
  margin-right: 10px;
}

.testimonial-style-two .owl-nav .owl-prev:hover,
.testimonial-style-two .owl-nav .owl-next:hover{

}


/** news-style-two **/

.news-style-two{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.news-block-one .inner-box .lower-content .category{
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 6px;
}

.news-block-one .inner-box .lower-content .category i{
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 16px;
  color: #555555;
}

.news-block-one .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
}

.news-block-one .inner-box .lower-content .category a:hover{

}

.news-style-two .news-block-one .inner-box .lower-content h3 a{
  color: #222;
}

.news-style-two .news-block-one .inner-box .lower-content .link a{

}

.news-style-two .news-block-one .inner-box .lower-content .link a:hover{

}

.news-style-two .news-block-one .inner-box .lower-content h3{
  margin-bottom: 13px;
}

.news-style-two .news-block-one .inner-box .lower-content{
  padding-top: 27px;
}


/** clients-style-two **/

.clients-style-two{
  position: relative;
  padding: 113px 0px 308px 0px;
}

.clients-style-two .clients-carousel{
  position: relative;
  display: block;
  border: 1px solid #dddddd;
}

.clients-style-two .clients-logo-box{
  position: relative;
  display: block;
  border-right: 2px solid #dddddd;
  background: #f5f5f5;
  transition: all 500ms ease;
}

.clients-style-two .clients-logo-box:hover{
  background-color: #ffffff;
}

.clients-style-two .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-style-two .clients-logo-box img:hover{
  transform: scale(0.95);
}

.clients-style-two .dots-style-one .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
}

.clients-style-two .dots-style-one .owl-dots .owl-dot span{
  background: transparent;
  border: 1px solid #222;
}

.clients-style-two .dots-style-one .owl-dots .owl-dot.active span, 
.clients-style-two .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
  background-color: #222;
}

.clients-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 638px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.clients-style-two .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 635px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** contact-info-section **/

.contact-info-section{
  position: relative;
}

.contact-info-section .inner-container{
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0px 40px rgb(0 0 0 / 20%);
  margin-top: -103px;
}

.contact-info-section .single-info{
  position: relative;
  display: block;
  padding: 55px 30px 58px 150px;
}

.contact-info-section .single-info:before{
  position: absolute;
  content: '';
  background: #cccccc;
  width: 2px;
  height: 75px;
  top: 60px;
  right: -15px;
}

.contact-info-section .info-column:last-child .single-info:before{
  display: none;
}

.contact-info-section .single-info .icon-box{
  position: absolute;
  display: inline-block;
  left: 58px;
  top: 60px;
  font-size: 65px;
  line-height: 65px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-info-section .single-info .text{
  position: relative;
}

.contact-info-section .single-info .light-icon{
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  font-size: 130px;
  line-height: 130px;
  color: #f5f5f5;
}

.contact-info-section .single-info h3{
  color: #222;
  font-weight: 500;
  margin-bottom: 1px;
}

.contact-info-section .single-info p{
  font-size: 16px;
  line-height: 27px;
}

.contact-info-section .single-info p a{
  display: inline-block;
  color: #555;
}

.contact-info-section .single-info p a:hover{

}

.contact-info-section:before{
  position: absolute;
  content: '';
  background-color: #091d43;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
  background-color: #091d43;
}

.footer-top-two{
  position: relative;
  padding: 122px 0px 108px 0px;
}

.footer-top-two .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 32px;
}

.footer-top-two .logo-widget .text{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.footer-top-two .logo-widget .text p{
  font-size: 16px;
  color: #ffffff;
}

.footer-top-two .logo-widget .subscribe-form .form-group{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 5px 155px 5px 5px;
  border-top-left-radius: 10px;
}

.footer-top-two .logo-widget .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #555;
  padding: 10px 30px;
}

.footer-top-two .logo-widget .subscribe-form .form-group button{
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 12.5px 40px;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
}

.footer-top-two .logo-widget{
  position: relative;
  margin-top: -22px;
}

.footer-top-two .widget-title{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.footer-top-two .widget-title h3{
  color: #ffffff;
}

.footer-top-two .links-widget .links-list li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 6px;
}

.footer-top-two .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 27px;
}

.footer-top-two .links-widget .links-list li a:hover{

}

.footer-top-two .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 9px;
}

.footer-top-two .gallery-widget .image-list{
  position: relative;
  display: block;
  margin: 0px -7.5px;
}

.footer-top-two .gallery-widget .image-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 7.5px 15px 7.5px;
}

.footer-top-two .gallery-widget .image-list .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-top-two .gallery-widget .image-list .image img{
  width: 100%;
  transition: all 500ms ease;
}

.footer-top-two .gallery-widget .image-list .image:hover img{
  opacity: 0.5;
}

.footer-top-two .gallery-widget .widget-title{
  margin-bottom: 36px;
}

.footer-style-two .footer-bottom{
  background-color: #091d43;
}

.footer-style-two .footer-bottom a:hover{

}

.footer-style-two .scroll-top.style-one{
  background-color: #fff;
  color: #091d43;
}


/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/

/** header-style-three **/

.header-style-three .header-lower{
  position: relative;
  padding-top: 10px;
}

.header-style-three .header-lower .logo-box{
  position: relative;
  padding: 0px 0px;
  margin-top: -4px;
}

.header-style-three .header-lower .menu-area{
  position: relative;
  padding: 0px 80px 0px 45px;
  border-radius: 50px;
  background-color: #03103d;
}

.header-style-three .header-lower .search-box-outer{
  position: absolute;
  top: 0px;
  right: 0px;
}

.header-style-three .header-lower .main-menu .navigation > li{
  padding: 15px 0px;
}

.header-style-three .main-menu .navigation > li > ul > li > a:hover, 
.header-style-three .main-menu .navigation > li > .megamenu li > a:hover{

}

/** search box btn **/

.main-header .search-box-btn{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-header .search-box-btn:hover{
  
}

.main-header .search-box-outer .dropdown-menu {
  top: 55px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #070a83;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container{
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 300px 0px 250px 0px;
}

.banner-style-three .content-box{
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
}

.banner-style-three .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 27px;
}

.banner-style-three .content-box p{
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 26px;
}

.banner-style-three .content-box .theme-btn.btn-six{
  padding: 17.5px 41px;
  margin-right: 30px;
}

.banner-style-three .content-box .theme-btn.btn-seven{
  padding: 17.5px 47px;
}

.banner-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}

.banner-style-three .social-links{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 1;
}

.banner-style-three .social-links li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.banner-style-three .social-links li:last-child{
  margin-bottom: 0px;
}

.banner-style-three .social-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c0c1c1;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}


/** service-style-three **/

.service-style-three{
  position: relative;
  padding: 110px 0px 85px 0px;
}

.content_block_6 .content-box{
  position: relative;
  display: block;
  margin-right: 40px;
}

.content_block_6 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_6 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.content_block_6 .content-box .text p{
  font-size: 16px;
}

.content_block_6 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  padding-left: 38px;
  margin-bottom: 6px;
}

.content_block_6 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_6 .content-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 700;
}

.content_block_6 .content-box .list-item{
  position: relative;
  display: block;
  margin-bottom: 59px;
}

.content_block_6 .content-box .btn-box .theme-btn{
  padding: 17.5px 41px;
  font-size: 18px;
  font-weight: 400;
}

.mr-100{
  margin-right: 100px;
}

.ml-100{
  margin-left: 100px;
}

.service-block-three .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ededed;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 49px 20px 43px 30px;
}

.service-block-three .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover:before{
  height: 100%;
}

.service-block-three .inner-box .light-icon{
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover .light-icon{
  opacity: 0.1;
}

.service-block-three .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 25px;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover .icon-box{
  background: -webkit-linear-gradient(0deg, #fff, #fff 50%);
}

.service-block-three .inner-box h3{
  margin-bottom: 20px;
}

.service-block-three .inner-box h3 a{
  display: inline-block;
  color: #222;
}

.service-block-three .inner-box p{
  font-size: 16px;
  line-height: 30px;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover h3 a,
.service-block-three .inner-box:hover p{
  color: #fff;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding-bottom: 100px;
}

.about-style-three .image-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.about-style-three .image-box .image img{
  position: relative;
  max-width: none;
  float: right;
}

.content_block_7 .content-box{
  position: relative;
  display: block;
}

.content_block_7 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_7 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.content_block_7 .content-box .text p{
  margin-bottom: 30px;
}

.content_block_7 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.content_block_7 .content-box .btn-box .theme-btn{
  font-weight: 500;
  padding: 17.5px 43px;
}


/** funfact-section **/

.funfact-section{
  position: relative;
  display: block;
  padding-bottom: 112px;
}

.funfact-section .inner-container{
  position: relative;
  display: block;
  padding-top: 58px;
  border-top: 1px solid #bbbbbb;
}

.counter-block-two .inner-box{
  position: relative;
  display: flex;
  align-items: center;
}

.counter-block-two .inner-box .count-outer{
  position: relative;
  margin-right: 15px;
  font-size: 60px;
  line-height: 60px;
  color: #03103d;
  font-weight: 500;
}

.counter-block-two .inner-box h4{
  font-size: 20px;
  line-height: 30px;
  color: #999999;
  font-weight: 500;
}


/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
  padding: 113px 0px 90px 0px;
}

.chooseus-style-two .inner-column .text{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.chooseus-style-two .inner-column .text p{
  font-size: 16px;
  color: #ffffff;
}

.chooseus-style-two .inner-column .sec-title{
  margin-bottom: 29px;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  background: rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 39px 30px 42px 190px;
  margin-bottom: 30px;
}

.chooseus-block-one .inner-box .icon-box{
  position: absolute;
  left: 40px;
  top: 40px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-top-right-radius: 10px;
  background-color: #ffffff;
  z-index: 1;
}

.chooseus-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 110px;
  height: 110px;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border-top-right-radius: 10px;
  z-index: -1;
}

.chooseus-block-one .inner-box .icon-box .shape{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  z-index: -2;
}

.chooseus-block-one .inner-box h3{
  position: relative;
  color: #ffffff;
  padding-bottom: 14px;
  margin-bottom: 13px;
}

.chooseus-block-one .inner-box h3:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 45px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.chooseus-block-one .inner-box p{
  font-size: 16px;
  color: #ffffff;
}

.chooseus-style-two .right-column:last-child{
  padding-top: 58px;
}

.chooseus-style-two .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1044px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** project-style-three **/

.project-style-three{
  position: relative;
  padding: 113px 0px 142px 0px;
  background-color: #f5f5f5;
}

.project-block-three .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover{
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
}

.project-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.project-block-three .inner-box .image-box .link{
  position: absolute;
  right: 23px;
  bottom: 23px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #222;
  background-color: #ffffff;
  text-align: center;
  z-index: 1;
  transform: scale(0,0);
}

.project-block-three .inner-box:hover .image-box .link{
  transform: scale(1,1);
}

.project-block-three .inner-box .image-box .link:hover{
  color: #ffffff;
}

.project-block-three .inner-box .image-box:before{
  position: absolute;
  content: '';
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  transform: scale(0,0);
  clip-path: polygon(0% 0%, 176% 0%, 77% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box:before{
  transform: scale(1,1);
}

.project-block-three .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 0px 20px;
}

.project-block-three .inner-box .lower-content .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 50%;
  text-align: center;
  margin-top: -15px;
  top: -17px;
  margin-bottom: 6px;
  z-index: 1;
}

.project-block-three .inner-box .lower-content .icon-box img{
  display: inline-block;
}

.project-block-three .inner-box .lower-content h3{
  font-size: 22px;
  margin-bottom: 10px;
}

.project-block-three .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.project-block-three .inner-box .lower-content h3 a:hover{

}

.project-block-three .inner-box .lower-content p{
  font-size: 16px;
  margin-bottom: 7px;
}

.project-block-three .inner-box .lower-content .btn-box{
  position: relative;
  display: inline-block;
  bottom: -15px;
}

.project-block-three .inner-box .lower-content .btn-box .theme-btn{
  padding: 7.5px 25px;
  font-size: 14px;
}

.project-style-three .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-three .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.project-style-three .dots-style-one .owl-dots{
  position: relative;
  display: block;
  margin-top: 37px;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 113px 0px 90px 0px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  z-index: 1;
}

.team-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background-color: #ebebeb;
  width: 100%;
  height: calc(100% - 80px);
  left: 0px;
  bottom: 0px;
  border-radius: 50% 50% 0px 0px;
  z-index: -1;
}

.team-block-one .inner-box .image-box img{
  position: relative;
  display: inline-block;
}

.team-block-one .inner-box .image-box:after{
  position: absolute;
  content: '';
  background-color: #ebebeb;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  border-radius: 50% 50% 0px 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box:after{
  height: calc(100% - 80px);
}

.team-block-one .inner-box .lower-content{
  position: relative;
  margin: 0px 20px;
  margin-top: -50px;
  z-index: 1;
}

.team-block-one .inner-box .lower-content .text{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
  padding: 19px 20px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .text{
  opacity: 0;
}

.team-block-one .inner-box .lower-content .text h3{
  display: block;
  margin-bottom: 4px;
}

.team-block-one .inner-box .lower-content .text h3 a{
  display: inline-block;
  color: #222;
}

.team-block-one .inner-box .lower-content .text .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
}

.team-block-one .inner-box .lower-content .overlay-content{
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
  padding: 15px 0px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .overlay-content{
  top: 0px;
  opacity: 1;
}

.team-block-one .inner-box .lower-content .overlay-content p{
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 9px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.team-block-one .inner-box .lower-content .overlay-content p a{
  display: inline-block;
  color: #555;
}

.team-block-one .inner-box .lower-content .overlay-content p a:hover{

}

.team-block-one .inner-box .lower-content .overlay-content .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.team-block-one .inner-box .lower-content .overlay-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #555;
}

.team-block-one .inner-box .lower-content .overlay-content .social-links li a:hover{

}

.team-section .owl-nav{
  position: absolute;
  top: -136px;
  right: 0px;
}

.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #d7d7d7;
  font-weight: 400;
  transition: all 500ms ease;
}

.team-section .owl-nav .owl-prev{
  margin-right: 10px;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{

}


/** faq-section **/

.faq-section{
  position: relative;
  padding: 113px 0px 100px 0px;
  background-color: #ecf0ff;
}

.faq-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% - 360px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.faq-section .sec-title{
  position: relative;
  display: block;
}

.faq-section .sec-title .theme-btn{
  position: absolute;
  right: 0px;
  bottom: 50px;
}

.accordion-box .block{
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 10px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 50%;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
  background: transparent;
}

.accordion-box .block .acc-btn .icon-outer i{
  opacity: 1;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer i{
  opacity: 0;
}

.accordion-box .block .acc-btn .icon-outer:after{
  position: absolute;
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  opacity: 0;
  font-weight: 700;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:after{
  opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer{
  right: 18px;
  top: 5px;
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  padding: 5px 55px 5px 30px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 30px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222;
  margin: 0px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5{
  color: #ffffff;
}

.accordion-box .block .acc-btn.active{
  padding: 12px 80px 10px 30px;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 12px 40px 11px 25px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-content p{
  font-size: 16px;
}

.faq-section .video-btn{
  position: relative;
  padding-left: 190px;
}

.faq-section .video-btn a{
  position: absolute;
  left: 0px;
  top: -17px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 80px;
  color: #ffffff;
  border-radius: 50%;
}

.faq-section .accordion-box{
  position: relative;
  display: block;
  margin-bottom: 100px;
}

.faq-section .video-btn h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 48px;
  color: #222;
  font-weight: 600;
}

.faq-section .video-btn a:before,
.faq-section .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.faq-section .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.faq-section .video-btn{
  position: relative;
}

.faq-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 304px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** pricing-section **/

.pricing-section{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.pricing-section .tab-btns{
  position: relative;
  display: block;
  text-align: center;
}

.pricing-section .tab-btns li{
  position: relative;
  display: block;
  padding: 36px 30px 39px 30px;
  border-radius: 10px;
  box-shadow: 0 0px 20px rgb(0 0 0 / 15%);
  margin-bottom: 35px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .tab-btns li:last-child{
  margin-bottom: 0px;
}

.pricing-section .tab-btns li.active-btn,
.pricing-section .tab-btns li:hover{

}

.pricing-section .tab-btns li h6{
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 9px;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.pricing-section .tab-btns li h2{
  display: block;
  font-size: 48px;
  line-height: 50px;
  color: #03103d;
  font-weight: 600;
  transition: all 500ms ease;
}

.pricing-section .tab-btns li.active-btn h6,
.pricing-section .tab-btns li:hover h6,
.pricing-section .tab-btns li.active-btn h2,
.pricing-section .tab-btns li:hover h2{
  color: #ffffff;
}

.pricing-section .tabs-content .inner{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 65px 50px 70px 70px;
  border-radius: 10px;
  box-shadow: 0 0px 20px rgb(0 0 0 / 15%);
}

.pricing-section .tabs-content .inner .text h3{
  font-size: 30px;
  line-height: 38px;
  color: #03103d;
  margin-bottom: 41px;
}

.pricing-section .tabs-content .inner .text .list li{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 37px;
}

.pricing-section .tabs-content .inner .text .list li:last-child{
  margin-bottom: 0px;
}

.pricing-section .tabs-content .inner .text .list li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0px;
  top: -1px;
  font-weight: 400;
}

.pricing-section .tabs-content .inner .text p{
  font-size: 16px;
  margin-bottom: 30px;
  padding-top: 8px;
}

.pricing-section .tabs-content .inner .btn-box{
  position: relative;
  display: block;
  margin-top: 18px;
}

.pricing-section .tabs-box .tab{
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.pricing-section .tabs-box .tab.active-tab{
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.pricing-section .tabs-content .inner .bar{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #dddddd;
  width: 2px;
  height: 160px;
  margin-left: -10px;
}

.pricing-section .tabs-content .inner .bar:before{
  position: absolute;
  content: '';
  background-color: #dddddd;
  width: 2px;
  height: 90px;
  top: 35px;
  right: -9px;
}

.pricing-section .tabs-content .inner .bar:after{
  position: absolute;
  content: '';
  background-color: #dddddd;
  width: 2px;
  height: 90px;
  top: 35px;
  left: -9px;
}

.news-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** clients-style-three **/

.clients-style-three{
  position: relative;
}

.clients-style-three .inner-container{
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: -78px;
  z-index: 1;
}

.clients-style-three .clients-logo-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
  height: 150px;
  line-height: 150px;
  text-align: center;
  background: #f5f5f5;
  border-right: 2px solid #dddddd;
}

.clients-style-three .clients-logo-list li:last-child{
  border-right: 0px;
}

.clients-style-three .clients-logo-list li img{
  position: relative;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: all 500ms ease;
}

.clients-style-three .clients-logo-list li img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}


/** footer-style-three **/

.footer-style-three .footer-top-two{
  position: relative;
  padding: 200px 0px 100px 0px;
  width: 100%;
  border: none;
}

.footer-style-three .footer-top-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 699px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.footer-style-three .footer-top-two .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 699px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.footer-style-three .footer-top-two .logo-widget .text{
  margin-bottom: 20px;
}

.footer-style-three .social-links li a:hover{
  color: #03103d;
}

.footer-style-three .footer-top-two .links-widget .links-list li{
  width: 100%;
}

.footer-style-three .footer-top-two .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.ml-40{
  margin-left: 40px;
}

.footer-style-three .footer-top-two .contact-widget .info-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.footer-style-three .footer-top-two .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-three .footer-top-two .contact-widget .info-list li h4{
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0px;
}

.footer-style-three .footer-top-two .contact-widget .info-list li p{
  font-size: 16px;
  color: #ffffff;
}

.footer-style-three .footer-top-two .contact-widget .info-list li p a{
  color: #ffffff;
}

.footer-style-three .footer-top-two .contact-widget .info-list li p a:hover{

}

.footer-style-three .footer-bottom{
  background: #03103d;
}

.footer-style-three .footer-bottom a:hover{

}

.footer-style-three .scroll-top.style-one{
  background-color: #ffffff;
}




/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/


/** header-style-four **/

.header-style-four .inner-container{
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 50px;
  padding-left: 300px;
  margin-top: 12px;
}

.header-style-four .inner-container .logo-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.header-top-three .info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  padding-left: 20px;
  margin-right: 25px;
}

.header-top-three .info li:last-child{
  margin: 0px !important;
}

.header-top-three .info li i{
  position: absolute;
  left: 0px;
  top: 7px;
}


.header-top-three .info li a{
  display: inline-block;
  color: #222;
}


.header-top-three .info li a:hover{

}

.header-top-three .link,
.header-top-three .social-links{
  position: relative;
  display: inline-block;
  float: left;
}

.header-top-three .link{
  margin-right: 50px;
}

.header-top-three .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  padding-left: 28px;
}

.header-top-three .link a i{
  position: absolute;
  left: 0px;
  top: 8px;
}

.header-top-three .link a:hover{

}

.header-top-three .social-links li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-right: 20px;
}

.header-top-three .social-links li:last-child{
  margin: 0px !important;
}

.header-top-three .social-links li a{
  display: inline-block;
  color: #222;
}

.header-top-three .social-links li a:hover{

}

.header-top-three{
  padding: 1px 0px 2px 0px;
  border-bottom: 1px solid #dddddd;
}

.header-style-four .main-menu,
.header-style-four .search-box{
  position: relative;
  float: left;
}

.header-style-four .inner-container .main-menu .navigation > li > a{
  color: #222;
}

.header-style-four .search-box{
  padding-left: 40px;
  margin-left: 30px;
  margin-top: 11px;
}

.header-style-four .search-box:before{
  position: absolute;
  content: '';
  background-color: #7a7a7a;
  width: 2px;
  height: 15px;
  left: 0px;
  top: 8px;
}

.header-style-four .inner-container .main-menu .navigation > li{
  margin: 0px 18px;
  padding: 11px 0px 4px 0px;
}

.header-style-four .search-box .form-group{
  position: relative;
  margin: 0px;
}

.header-style-four .search-box .form-group input[type="search"]{
  position: relative;
  display: block;
  width: 130px;
  height: 30px;
  font-size: 16px;
  color: #222;
  padding-right: 25px;
  background: transparent;
}

.header-style-four .search-box .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  cursor: pointer;
  transition: all 500ms ease;
}

.header-style-four .inner-container .main-menu .navigation > li.current > a, 
.header-style-four .inner-container .main-menu .navigation > li:hover > a{

}

.header-style-four .inner-container .logo-box .logo{
  position: relative;
  padding: 13px 0px 16px 24px;
}

.header-style-four .main-menu .navigation > li > ul > li > a:hover, 
.header-style-four .main-menu .navigation > li > .megamenu li > a:hover{

}


/** banner-style-four **/

.banner-style-four{
  position: relative;
  padding: 323px 0px 210px 0px;
}

.banner-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 1290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.banner-style-four .content-box{
  position: relative;
  display: block;
}

.banner-style-four .content-box h3{
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #222;
  font-weight: 600;
  margin-bottom: 13px;
}

.banner-style-four .content-box h2{
  display: block;
  font-size: 84px;
  line-height: 90px;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-style-four .content-box p{
  font-size: 16px;
  margin-bottom: 44px;
}

.banner-style-four .anim-icon .icon-1{
  top: 145px;
  right: 145px;
  width: 195px;
  height: 205px;
}

.banner-style-four .anim-icon .icon-2{
  top: 50%;
  right: 50px;
  width: 140px;
  height: 140px;
}

.banner-style-four .anim-icon .icon-3{
  bottom: 50px;
  right: 160px;
  width: 147px;
  height: 154px;
}


/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .inner-container{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  padding: 82px 30px 74px 30px;
  z-index: 1;
}

.feature-block-one .inner-box:after{
  position: absolute;
  content: '';
  background: #cccccc;
  width: 1px;
  height: calc(100% - 180px);
  right: -15px;
  top: 90px;
}

.feature-block:last-child .feature-block-one .inner-box:after{
  display: none;
}

.feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  background-color: #e3e3e3;
  width: calc(100% - 40px);
  height: 25px;
  left: 20px;
  bottom: -25px;
  border-radius: 0px 0px 10px 10px;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  min-height: 155px;
  margin-bottom: 16px;
}

.feature-block-one .inner-box .icon-box img{
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box img{
  transform: scale(0.9);
}

.feature-block-one .inner-box h3{
  margin-bottom: 20px;
}

.feature-block-one .inner-box p{
  font-size: 16px;
  margin-bottom: 31px;
}

.feature-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #222;
  font-weight: 600;
}

.feature-block-one .inner-box .link a:hover{

}


/** service-style-four **/

.service-style-four{
  position: relative;
  padding: 139px 0px 120px 0px;
}

.service-style-four:before{
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% - 718px);
  left: 0px;
  right: 0px;
  top: 718px;
}

.service-style-four .image-block{
  position: relative;
  display: block;
  margin: 0px 16px;
  padding-right: 260px;
  padding-bottom: 87px;
  margin-bottom: 80px;
}

.service-style-four .image-block img{
  width: 100%;
}

.service-style-four .image-block .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 30px;
}

.service-style-four .sec-title{
  margin-bottom: 30px;
}

.news-block-four .inner-box{
  position: relative;
  display: block;
  padding: 39px 15px 50px 15px;
  border: 1px solid #644eff;
  background-color: rgba(255,255,255,0.1);
  border-radius: 2px;
  box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}

.news-block-four .inner-box .image-box{
  position: relative;
  min-height: 188px;
  margin-bottom: 36px;
}

.news-block-four .inner-box .image-box img{
  transition: all 500ms ease;
}

.news-block-four .inner-box:hover .image-box img{
  transform: scale(0.9);
}

.news-block-four .inner-box h3{
  display: block;
  font-size: 22px;
  margin-bottom: 18px;
}

.news-block-four .inner-box h3 a{
  display: inline-block;
  color: #ffffff;
}

.news-block-four .inner-box p{
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 35px;
}

.news-block-four .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 7px 25px;
  box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
  border-radius: 30px;
}

.news-block-four .inner-box .btn-box a:hover{
  background-color: #ffffff;
}

.service-style-four .anim-icon .icon-1 {
  left: 80px;
  bottom: 620px;
  width: 195px;
  height: 205px;
}

.service-style-four .anim-icon .icon-2 {
  left: 180px;
  bottom: 330px;
  width: 140px;
  height: 140px;
}

.service-style-four .anim-icon .icon-3 {
  left: 70px;
  bottom: 0px;
  width: 147px;
  height: 154px;
}

.service-style-four .anim-icon .icon-4{
  left: 250px;
  bottom: 915px;
  width: 97px;
  height: 97px;
}


/** about-style-four **/

.about-style-four{
  position: relative;
  padding: 113px 0px 93px 0px;
}

.content_block_8 .content-box{
  position: relative;
  display: block;
}

.content_block_8 .content-box .sec-title{
  margin-bottom: 36px;
}

.content_block_8 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.content_block_8 .content-box .text p{
  font-size: 16px;
  margin-bottom: 43px;
}

.list-style-two li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  padding-left: 37px;
  margin-bottom: 18px;
}

.list-style-two li:last-child{
  margin-bottom: 0px;
}

.list-style-two li:before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0px;
  top: 8px;
}

.list-style-two li:after{
  position: absolute;
  content: '';
  width: 6px;
  height: 12px;
  left: 2px;
  top: 10px;
  border-radius: 50% 0px 0px 50%;
}

.image_block_4 .image-box{
  position: relative;
  display: block;
  margin-left: 40px;
  padding-left: 160px;
  padding-top: 90px;
  margin-top: 8px;
}

.image_block_4 .image-box .image{
  border-radius: 20px;
}

.image_block_4 .image-box img{
  position: relative;
  width: 100%;
  border-radius: 20px;
}

.image_block_4 .image-box .image-2{
  position: absolute;
  top: 0px;
  right: -195px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.image_block_4 .image-box .image-3{
  position: absolute;
  left: 0px;
  bottom: 25px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.image_block_4 .image-box .image-1{
  border-radius: 30px;
}

.image_block_4 .image-box .image-1 img{
  border-radius: 30px;
}

.image_block_4 .image-box .bg-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 644px;
  height: 644px;
  background-repeat: no-repeat;
}

.about-style-four .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 470px;
  height: 1842px;
  background-repeat: no-repeat;
}


/** chooseus-style-three **/

.chooseus-style-three{
  position: relative;
  padding-bottom: 94px;
}

.chooseus-block-two .inner-box{
  position: relative;
  display: block;
  padding: 0px 25px;
}

.chooseus-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background-color: #fbfbfb;
  border-top-right-radius: 15px;
  margin-bottom: 45px;
  box-shadow: -5px 0px 30px rgb(0 0 0 / 20%);
}

.chooseus-block-two .inner-box h3{
  position: relative;
  color: #2d004a;
  padding-bottom: 15px;
  margin-bottom: 13px;
}

.chooseus-block-two .inner-box h3:before{
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 45px;
  height: 2px;
}

.chooseus-block-two .inner-box p{
  font-size: 16px;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  padding: 112px 0px 165px 0px;
}

.testimonial-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1417px;
  height: 925px;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-style-three .thumb-box{
  position: relative;
  display: block;
  padding: 15px 100px 140px 0px;
}

.testimonial-style-three .thumb-box .testimonial-thumb{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
}

.testimonial-style-three .thumb-box .testimonial-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-three .thumb-box .testimonial-thumb .shape{
  position: absolute;
  bottom: -20px;
  right: -10px;
  width: 230px;
  height: 230px;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-style-three .thumb-box .dotted{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-style-three .thumb-box .dotted-1{
  top: 0px;
  right: 55px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.testimonial-style-three .thumb-box .dotted-2{
  right: 70px;
  bottom: 0px;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.testimonial-style-three .thumb-box .dotted-3{
  left: 30px;
  bottom: 45px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.testimonial-style-three .testimonial-content{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 64px 60px 65px 80px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  margin-top: 22px;
}

.testimonial-style-three .testimonial-content:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 45px;
  right: 45px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  z-index: -1;
}

.testimonial-style-three .testimonial-content .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.testimonial-style-three .testimonial-content .text p{
  font-size: 24px;
  line-height: 48px;
}

.testimonial-style-three .testimonial-content .author-info h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 12px;
}

.testimonial-style-three .testimonial-content .author-info .designation{
  position: relative;
  display: block;
  font-size: 18px;
}

.testimonial-style-three .testimonial-content .author-info{
  position: relative;
  display: block;
}

.testimonial-style-three .testimonial-content .author-info .rating{
  position: absolute;
  right: 15px;
  bottom: 3px;
}

.testimonial-style-three .testimonial-content .author-info .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 24px;
  margin-right: 1px;
}

.testimonial-style-three .testimonial-content .author-info .rating li:last-child{
  margin: 0px !important;
}

.testimonial-style-three .owl-nav{
  position: absolute;
  top: -150px;
  right: -60px;
}

.testimonial-style-three .owl-nav .owl-prev,
.testimonial-style-three .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #d7d7d7;
  font-weight: 400;
  transition: all 500ms ease;
}

.testimonial-style-three .owl-nav .owl-prev{
  margin-right: 10px;
}

.testimonial-style-three .owl-nav .owl-prev:hover,
.testimonial-style-three .owl-nav .owl-next:hover{

}

.testimonial-style-three .testimonial-content .inner-box{
  position: relative;
}

.testimonial-style-three .testimonial-content .inner-box .icon-box{
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 180px;
  line-height: 150px;
  color: #f2f2f2;
}

.testimonial-style-three .sec-title{
  margin-bottom: 17px;
}


/** newsletter-section **/

.newsletter-section{
  position: relative;
  padding: 113px 0px;
}

.content_block_9 .content-box{
  position: relative;
  display: block;
}

.content_block_9 .content-box .select-box .single-checkbox{
  position: relative;
  display: block;
}

.content_block_9 .content-box .single-checkbox label {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}

.content_block_9 .content-box .single-checkbox input[type="radio"] {
  display:none;
}

.content_block_9 .content-box .single-checkbox input[type="radio"] + label span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 300ms ease;
}

.content_block_9 .content-box .single-checkbox label span:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.content_block_9 .content-box .single-checkbox input[type="radio"]:checked + label span:before {
  opacity: 1;
  transform: scale(1,1);
}

.content_block_9 .content-box .newsletter-form .form-group{
  position: relative;
  margin-bottom: 35px;
}

.content_block_9 .content-box .newsletter-form .form-group:last-child{
  margin-bottom: 0px;
}

.content_block_9 .content-box .newsletter-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #ffffff;
  padding: 10px 30px;
  font-size: 20px;
  color: #555;
  transition: all 500ms ease;
}

.content_block_9 .content-box .newsletter-form .form-group input:focus{

}

.content_block_9 .content-box .newsletter-form .form-group button.theme-btn.btn-nine{
  border-radius: 10px;
  padding: 17.5px 49px;
}

.content_block_9 .content-box .other-links li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  margin-right: 38px;
}

.content_block_9 .content-box .other-links li:last-child{
  margin: 0px !important;
}

.content_block_9 .content-box .other-links li a{
  display: inline-block;
  color: #ffffff;
}

.content_block_9 .content-box .other-links li a:hover{

}

.content_block_9 .content-box .form-inner{
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.content_block_9 .content-box .other-links li:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 1px;
  height: 18px;
  top: 7px;
  right: -22px;
}

.content_block_9 .content-box .other-links li:last-child:before{
  display: none;
}

.content_block_9 .content-box .sec-title{
  margin-bottom: 33px;
}

.newsletter-section .image-box{
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -285px;
  margin-top: 40px;
}

.newsletter-section .image-box img{
  width: 100%;
}

.newsletter-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}


/** skills-style-two **/

.skills-style-two{
  position: relative;
  padding-top: 100px;
}

.skills-style-two .progress-box .bar-inner{
  top: 0px;
}

.skills-style-two .progress-box .bar{
  background-color: #dddddd;
}

.skills-style-two .progress-box h4{
  margin-bottom: 7px;
}

.skills-style-two .progress-box .count-text{
  top: -3px;
}

.skills-style-two .progress-box{
  margin-bottom: 62px;
}

.skills-style-two .progress-box .icon-box{
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image_block_5 .image-box{
  position: relative;
  display: block;
  margin-right: -254px;
  padding: 90px 0px 70px 113px;
}

.image_block_5 .image-box img{
  width: 100%;
}

.image_block_5 .image-box .image-2{
  position: absolute;
  left: 104px;
  top: 0px;
}

.image_block_5 .image-box .image-3{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.image_block_5 .image-box .image-4{
  position: absolute;
  right: -80px;
  bottom: -50px;
}

.image_block_5 .image-box .image-5{
  position: absolute;
  top: 25px;
  right: -90px;
  z-index: -1;
}

.image_block_5 .image-box .bg-shape{
  position: absolute;
  left: 0px;
  top: -30px;
  width: 846px;
  height: 857px;
  background-repeat: no-repeat;
  z-index: -1;
}

.skills-style-two .anim-icon .icon-1 {
  left: 120px;
  top: 40%;
  width: 140px;
  height: 140px;
}

.skills-style-two .anim-icon .icon-2 {
  left: 180px;
  bottom: 170px;
  width: 97px;
  height: 97px;
}

.skills-style-two .anim-icon .icon-3{
  left: 120px;
  bottom: 0px;
  width: 85px;
  height: 85px;
}


/** news-style-three **/

.news-style-three{
  position: relative;
  padding: 210px 0px 120px 0px;
}

.news-block-one .inner-box .lower-content .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #002a7d;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content .link-box{
  position: absolute;
  top: 0px;
  right: 50px;
  top: -25px;
  z-index: 1;
}

.news-block-one .inner-box .lower-content .link-box a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

.news-style-three .news-block-one .inner-box .lower-content h3 a:hover{

}

.news-style-three .news-block-one .inner-box .image-box:before{

}

.news-style-three .news-block-one .inner-box .lower-content .category a:hover{

}

.news-style-three .news-block-one .inner-box{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.news-style-three .news-block-one .inner-box .lower-content{
  padding-left: 30px;
}


/** contact-section **/

.contact-section{
  position: relative;
  padding: 30px 0px;
}

.contact-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 321px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

.contact-section .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 294px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}

.content_block_10 .content-box{
  position: relative;
  display: block;
}

.content_block_10 .content-box .default-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.content_block_10 .content-box .default-form .form-group:last-child{
  margin-bottom: 0px;
}

.content_block_10 .content-box .default-form .form-group input[type='text'],
.content_block_10 .content-box .default-form .form-group input[type='email'],
.content_block_10 .content-box .default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  font-size: 16px;
  color: #555;
  padding: 15px 50px 15px 30px;
  transition: all 500ms ease;
}

.content_block_10 .content-box .default-form .form-group textarea{
  resize: none;
  height: 200px;
}

.content_block_10 .content-box .default-form .form-group input:focus,
.content_block_10 .content-box .default-form .form-group textarea:focus{

}

.content_block_10 .content-box .default-form .form-group i{
  position: absolute;
  top: 22px;
  right: 30px;
  font-size: 16px;
  color: #555;
  z-index: 1;
}

.content_block_10 .content-box .default-form .form-group button{
  display: block;
  width: 100%;
}

.contact-section .image-box{
  position: relative;
  display: block;
  margin-left: 30px;
  margin-right: -89px;
}

.contact-section .image-box img{
  width: 100%;
}


/** footer-style-four **/

.footer-style-four .footer-top-two .links-widget .links-list li a{
  padding-left: 21px;
}

.footer-style-four .footer-top-two .links-widget .links-list li a:before{

}

.footer-style-four .footer-top-two .links-widget .links-list li a:hover{

}

.footer-top-two .service-widget .links-list li{
  width: 100%;
}

.footer-style-four .contact-widget .info-list li{
  position: relative;
  display: block;
  padding-left: 32px;
  margin-bottom: 12px;
}

.footer-style-four .contact-widget .info-list li p{
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.footer-style-four .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-four .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.footer-style-four .contact-widget .info-list li a{
  display: inline-block;
  color: #ffffff;
}

.footer-style-four .contact-widget .info-list li a:hover{

}

.footer-style-four .footer-top-two .logo-widget{
  margin-top: -17px;
}

.footer-style-four .footer-top-two{
  padding: 95px 0px 58px 0px;
}

.footer-style-four .footer-bottom{

}

.footer-style-four .footer-bottom a:hover{

}

.footer-style-four .footer-bottom .right-column ul{
  position: relative;
  float: left;
}

.footer-style-four .footer-bottom .right-column .footer-nav{
  position: relative;
  margin-right: 50px;
}

.footer-style-four .footer-bottom .social-links li a:hover{
  color: #ffffff;
}

.footer-style-four{
  position: relative;
  overflow: hidden;
}

.footer-style-four .anim-icon .icon-1{
  left: 120px;
  top: 70px;
  width: 140px;
  height: 140px;
  -webkit-animation: animateBubble 20s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.footer-style-four .anim-icon .icon-2{
  left: 180px;
  top: 260px;
  width: 97px;
  height: 97px;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.footer-style-four .anim-icon .icon-3{
  left: 120px;
  top: 350px;
  width: 85px;
  height: 85px;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}



/*** 

====================================================================
                        Home-Page-Five
====================================================================

***/


/** header-style-five **/

.header-style-five .header-lower .logo-box{
  position: relative;
  padding: 24px 0px 15px 0px;
}

.header-style-five .header-lower .main-menu .navigation > li{
  padding: 38px 0px 22px 0px;
}

.header-style-five .header-lower .main-menu .navigation > li > a{
  color: #03103d;
  font-weight: 500;
}

.header-style-five .header-lower{
  position: relative;
  display: block;
}

.header-style-five .header-lower .nav-right-content{
  position: absolute;
  display: flex;
  align-items: center;
  top: 0px;
  right: 0px;
  padding: 25px 25px 5px 0px;
}

.header-style-five .header-lower .nav-right-content .support-box{
  position: relative;
  margin-right: 30px;
  padding-left: 35px;
}

.header-style-five .header-lower .nav-right-content .support-box i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  color: #222;
}

.header-style-five .header-lower .nav-right-content .support-box a{
  display: inline-block;
  font-size: 18px;
  color: #222;
  font-weight: 600;
}

.header-style-five .header-lower .nav-right-content .search-box-btn{
  background: #ffffff;
  color: #222;
}

.header-style-five .header-lower .nav-right-content .search-box-btn:hover{
  color: #ffffff;
}

.header-style-five .header-lower .nav-right-content .support-box a:hover{

}

.header-style-five .main-menu .navigation > li > ul > li > a:hover, 
.header-style-five .main-menu .navigation > li > .megamenu li > a:hover{

}


/** banner-style-five **/

.banner-style-five{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 140px 0px 60px 0px;
}

.banner-style-five .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-five .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 417px;
  height: 158px;
  background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-3{
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 548px;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.banner-style-five .cloud-box .cloud{
  position: absolute;
  left: 0px;
  width: 100%;
  background-repeat: no-repeat;
}

.banner-style-five .cloud-box .cloud-1{
  top: 120px;
  height: 182px;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.banner-style-five .cloud-box .cloud-2{
  top: 120px;
  height: 150px;
  left: 50%;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

.banner-style-five .cloud-box .cloud-3{
  top: 320px;
  height: 150px;
  left: 90%;
  animation: slide 70s linear infinite;
  -webkit-animation: slide 70s linear infinite;
}

.banner-style-five .content-box{
  position: relative;
  display: block;
}

.banner-style-five .content-box h2{
  display: block;
  font-size: 72px;
  line-height: 86px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 24px;
}

.banner-style-five .content-box p{
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 43px;
}

.banner-style-five .content-box .video-btn{
  position: relative;
  display: block;
  padding: 13px 0px 11px 85px;
  min-height: 60px;
}

.banner-style-five .content-box .video-btn a{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.banner-style-five .content-box .video-btn a:before,
.banner-style-five .content-box .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.banner-style-five .content-box .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.banner-style-five .content-box .video-btn p{
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin: 0px;
}

.banner-style-five .image-box{
  position: relative;
  display: block;
  margin-left: 120px;
}

.banner-style-five .image-box img{
  width: 100%;
}

.banner-style-five .anim-icon .icon-1{
  left: 350px;
  top: 160px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.banner-style-five .anim-icon .icon-2{
  left: 95px;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.banner-style-five .anim-icon .icon-3{
  left: 160px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.banner-style-five .anim-icon .icon-4{
  left: 160px;
  bottom: 190px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.banner-style-five .anim-icon .icon-5{
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 1s infinite linear;
  animation: zoom-fade 1s infinite linear;
}

.banner-style-five .anim-icon .icon-6{
  left: 52%;
  top: 52%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.banner-style-five .anim-icon .icon-7{
  right: 330px;
  top: 355px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.banner-style-five .anim-icon .icon-8{
  right: 310px;
  top: 410px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.banner-style-five .anim-icon .icon-9{
  position: absolute;
  left: 80px;
  bottom: 310px;
  width: 80px;
  height: 45px;
}

.banner-style-five .anim-icon .icon-10{
  position: absolute;
  left: 40%;
  bottom: 160px;
  width: 113px;
  height: 113px;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 53px 30px 51px 30px;
  border-radius: 10px;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover{
  margin-top: -60px;
  padding-bottom: 111px;
}

.feature-block-two .inner-box:before{
  position: absolute;
  content: '';
  background-color: #f7f7f7;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover:before{
  height: 100%;
}

.feature-block-two .inner-box:after{
  position: absolute;
  content: '';
  background-color: #f7f7f7;
  width: 2px;
  height: 365px;
  top: 18px;
  right: -15px;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover:after{
  top: 50px;
}

.feature-block:last-child .feature-block-two .inner-box:after{
  display: none;
}

.feature-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 34px;
  box-shadow: 0 0px 50px rgb(0 0 0 / 10%);
}

.feature-block-two .inner-box .icon-box img{
  width: 100%;
  border-radius: 50%;
}

.feature-block-two .inner-box h3{
  display: block;
  margin-bottom: 20px;
}

.feature-block-two .inner-box .text p{
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .text p{
  opacity: 1;
}

.feature-block-two .inner-box .text{
  position: relative;
}

.feature-style-two .sec-title{
  margin-bottom: 80px;
}


/** about-style-five **/

.about-style-five{
  position: relative;
  padding: 120px 0px;
}

.about-style-five .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.about-style-five .image-box{
  position: relative;
  display: block;
  margin-left: -212px;
  margin-right: 30px;
}

.about-style-five .image-box img{
  width: 100%;
}

.content_block_11 .content-box{
  position: relative;
  display: block;
}

.content_block_11 .content-box .sec-title{
  margin-bottom: 18px;
}

.content_block_11 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.content_block_11 .content-box .inner-box{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.content_block_11 .content-box .inner-box .single-item{
  position: relative;
  display: block;
}

.content_block_11 .content-box .inner-box .single-item .icon-box{
  position: relative;
  min-height: 67px;
  margin-bottom: 33px;
}

.content_block_11 .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  color: #222;
  padding-bottom: 15px;
  margin-bottom: 13px;
}

.content_block_11 .content-box .inner-box .single-item h3:before{
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.content_block_11 .content-box .inner-box .single-item p{
  font-size: 16px;
}


/** service-style-five **/

.service-style-five{
  position: relative;
  padding: 113px 0px 150px 0px;
}

.service-block-five{
  margin-bottom: 20px;
}

.service-block-five .inner-box{
  position: relative;
  display: block;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 43px 20px 39px 20px;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-five .inner-box:hover{
  padding-bottom: 59px;
}

.service-block-five .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 10px;
  transition: all 500ms ease;
}

.service-block-five .inner-box:hover:before{
  height: 100%;
  top: 0px;
}

.service-block-five .inner-box .image-box{
  position: relative;
  display: inline-block;
  margin-bottom: 58px;
  transition: all 500ms ease;
}

.service-block-five .inner-box:hover .image-box{
  margin-bottom: 38px;
}

.service-block-five .inner-box h3{
  font-weight: 500;
  margin-bottom: 18px;
}

.service-block-five .inner-box h3 a:hover{
  color: #ffffff !important;
}

.service-block-five .inner-box p{
  position: relative;
  transition: all 500ms ease;
}

.service-block-five .inner-box:hover p{
  color: #ffffff;
}

.service-block-five .inner-box .btn-box{
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 500ms ease;
}

.service-block-five .inner-box:hover .btn-box{
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.service-block-five .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #222;
  border-radius: 30px;
  padding: 5px 25px;
  text-align: center;
}

.service-block-five .inner-box .btn-box a:hover{

}

.service-style-five .dots-style-one .owl-dots{
  position: relative;
  display: block;
  margin-top: 50px;
}

.service-style-five .dots-style-one .owl-dots .owl-dot.active span, 
.service-style-five .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.service-style-five .dots-style-one .owl-dots .owl-dot span, 
.service-style-five .dots-style-one .owl-dots .owl-dot span{
  background-color: #a1a1a1;
}



/** works-style-three **/

.works-style-three{
  position: relative;
  padding: 113px 0px 120px 0px;
  z-index: 1;
}

.works-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.works-block-two .inner-box .count-box .count-text:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
}

.works-block-two .inner-box .icon-box{
  transition: all 500ms ease;
}

.works-block-two .inner-box:hover .icon-box{
  transform: rotateY(180deg);
}


/** newsletter-style-two **/

.newsletter-style-two{
  position: relative;
  padding: 153px 0px 120px 0px;
}

.newsletter-style-two .sec-title{
  margin-right: 30px;
  margin-bottom: 0px;
}

.newsletter-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_block_12 .content-box .single-checkbox{
  position: relative;
  display: block;
  margin-top: 30px;
}

.content_block_12 .content-box .single-checkbox label {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #555;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}

.content_block_12 .content-box .single-checkbox input[type="radio"] {
  display:none;
}

.content_block_12 .content-box .single-checkbox input[type="radio"] + label span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 50%;
  cursor: pointer;
  transition: all 300ms ease;
}

.content_block_12 .content-box .single-checkbox label span:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 2px;
  top: 2px;
  background-color: #cecece;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.content_block_12 .content-box .single-checkbox input[type="radio"]:checked + label span:before {
  opacity: 1;
  transform: scale(1,1);
}

.content_block_12 .content-box .other-links li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #555;
  font-weight: 500;
  margin-right: 35px;
}

.content_block_12 .content-box .other-links li:last-child{
  margin: 0px !important;
}

.content_block_12 .content-box .other-links li a{
  display: inline-block;
  color: #555;
}

.content_block_12 .content-box .other-links li i{
  margin-right: 10px;
}

.content_block_12 .content-box .other-links li a:hover{

}

.content_block_12 .content-box .other-links li:before{
  position: absolute;
  content: '';
  background-color: #555;
  width: 1px;
  height: 15px;
  top: 6px;
  right: -18px;
}

.content_block_12 .content-box .other-links li:last-child:before{
  display: none;
}

.content_block_12 .content-box .other-links{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.content_block_12 .content-box .newsletter-form .form-group{
  position: relative;
  margin: 0px;
}

.content_block_12 .content-box .newsletter-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 40px;
  font-size: 16px;
  color: #555;
  padding: 15px 200px 15px 30px;
  transition: all 500ms ease;
}

.content_block_12 .content-box .newsletter-form .form-group button{
  position: absolute;
  top: 10px;
  right: 10px;
}

.content_block_12 .content-box .newsletter-form .form-group input:focus{

}


/** project-style-four **/

.project-style-four{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.project-style-four .outer-container{
  position: relative;
  padding: 0px 75px;
}

.project-block-four .inner-box{
  position: relative;
  display: block;
}

.project-block-four .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-four .inner-box .image-box:before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  opacity: 0;
  content: "";
  z-index: 1;
  transform: scale(1.0) rotateX(45deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.project-block-four .inner-box:hover .image-box:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.project-block-four .inner-box .image-box img{
  width: 100%;
}

.project-block-four .inner-box .image-box .icon-box{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 64px;
  height: 64px;
  line-height: 60px;
  text-align: center;
  background-color: #ececec;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.project-block-four .inner-box .image-box .icon-box img{
  display: inline-block;
  width: auto;
}

.project-block-four .inner-box .text{
  position: relative;
  display: inline-block;
  margin-left: 20px;
  top: -29px;
  background-color: #ffffff;
  border-radius: 30px 10px 10px 30px;
  text-align: center;
  padding: 15px 30px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
  z-index: 1;
}

.project-block-four .inner-box .text h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.project-block-four .inner-box .text h5 a{
  display: inline-block;
  color: #222;
}

.project-block-four .inner-box .text h5 a:hover{

}

.project-block-four{
  margin-bottom: 42px;
}

.project-style-four .other-links{
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 30px;
  max-width: 770px;
  margin: 0 auto;
  padding: 20px 200px 17px 40px;
}

.project-style-four .other-links h5{
  font-size: 18px;
  font-weight: 600;
}

.project-style-four .other-links .theme-btn{
  position: absolute;
  top: -1px;
  right: -1px;
}

.project-style-four .dots-style-one .owl-dots{
  position: absolute;
  top: -140px;
  right: -5px;
  left: 0px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

.project-style-four .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-four .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.project-style-four .dots-style-one .owl-dots .owl-dot span, 
.project-style-four .dots-style-one .owl-dots .owl-dot span{
  background-color: #a1a1a1;
}


/** team-style-two **/

.team-style-two{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.team-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.team-block-two .inner-box{
  position: relative;
  display: block;
}

.team-block-two .inner-box:before{
  position: absolute;
  content: '';
  width: 5px;
  height: calc(100% - 10px);
  right: 0px;
  top: 0px;
}

.team-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 35px 25px;
  margin-right: 20px;
  background-color: #dde7ff;
  border-top-left-radius: 50px;
  transition: all 500ms ease;
}

.team-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box:before{
  height: 100%;
}

.team-block-two .inner-box:hover .image-box .image{
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}

.team-block-two .inner-box:hover .image-box{
  border-top-left-radius: 0px;
  border-bottom-right-radius: 50px;
}

.team-block-two .inner-box .image-box .image{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-block-two .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}

.team-block-two .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.team-block-two .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0,0);
  bottom: 20px;
  width: 40px;
  height: 40px;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box .social-links{
  transform: translateX(-50%) scale(1,1);
}

.team-block-two .inner-box .image-box .social-links li a{
  position: absolute;
  display: inline-block;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.team-block-two .inner-box .image-box .social-links li:first-child a{
  top: -54px;
  left: -90px;
}

.team-block-two .inner-box .image-box .social-links li:nth-child(2) a{
  top: -17px;
  left: -52px;
}

.team-block-two .inner-box .image-box .social-links li:nth-child(4) a{
  top: -17px;
  right: -52px;
}

.team-block-two .inner-box .image-box .social-links li:last-child a{
  top: -54px;
  right: -90px;
}

.team-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 22px;
}

.team-block-two .inner-box .lower-content h3{
  margin-bottom: 2px;
}

.team-block-two .inner-box .lower-content .designation{
  position: relative;
  display: flex;
  align-items: center;
}

.team-block-two .inner-box .lower-content .designation p{
  position: relative;
  font-size: 16px;
  display: block;
  margin-right: 10px;
}

.team-block-two .inner-box .lower-content .designation .bar{
  position: relative;
  display: block;
  flex: 1;
  height: 5px;
  width: 100%;
  top: 3px;
}

.team-style-two .more-btn{
  position: relative;
  display: block;
  margin-top: 70px;
}

.team-style-two .more-btn .theme-btn{
  padding: 12.5px 31px;
}


/** award-section **/

.award-section{
  position: relative;
  padding: 170px 0px 120px 0px;
}

.award-section .sec-title{
  margin-bottom: 70px;
}

.award-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.award-block-one .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 20px;
  margin-left: 25px;
  padding: 162px 30px 19px 90px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
}

.award-block-one .inner-box .icon-box{
  position: absolute;
  left: -25px;
  top: -35px;
  width: 158px;
  height: 158px;
  line-height: 158px;
  text-align: center;
  border-radius: 50%;
  background-color: #fde8ef;
  border: 9px solid #ffffff;
  box-shadow: 0 0px 30px rgb(0 0 0 / 20%);
}

.award-block-one .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  color: #ffffff;
  box-shadow: 0 0px 0px 17px #fbd4e0;
}

.award-block:nth-child(2) .award-block-one .inner-box .icon-box{
  background-color: #eaeaf4;
}

.award-block:nth-child(2) .award-block-one .inner-box .icon-box .icon{
  box-shadow: 0 0px 0px 17px #d7d7ea;
}

.award-block:last-child .award-block-one .inner-box .icon-box{
  background-color: #fff1e5;
}

.award-block:last-child .award-block-one .inner-box .icon-box .icon{
  box-shadow: 0 0px 0px 17px #ffe4ce;
}

.award-block-one .inner-box h3{
  display: block;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.award-block-one .inner-box p{
  font-size: 16px;
}

.award-block-one .inner-box .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 20px;
}

.award-block-one .inner-box .shape .shape-2{
  position: absolute;
  top: 25px;
  right: 20px;
  width: 50px;
  height: 28px;
  background-repeat: no-repeat;
}

.award-block-one .inner-box .shape .shape-3{
  position: absolute;
  top: 75px;
  right: 40px;
  width: 92px;
  height: 91px;
  background-repeat: no-repeat;
}

.award-section .image-layer .image-1{
  position: absolute;
  left: 75px;
  bottom: 35px;
}

.award-section .image-layer .image-2{
  position: absolute;
  right: 100px;
  bottom: 190px;
}


/** footer-style-five **/

.footer-style-five{
  position: relative;
}

.footer-style-five .footer-top-two{
  position: relative;
  padding: 105px 0px 87px 0px;
  border-bottom: none;
}

.footer-style-five .footer-top-two .logo-widget .footer-logo{
  margin-bottom: 0px;
}

.footer-style-five .footer-top-two .logo-widget{
  margin-top: 0px;
}

.footer-style-five .footer-top-two .logo-widget .widget-title{
  margin-bottom: 17px;
}

.footer-style-five .footer-top-two .logo-widget .text{
  margin-bottom: 6px;
}

.footer-style-five .footer-top-two .links-widget .links-list li a:before{

}

.footer-style-five .footer-top-two .links-widget .links-list li a:hover{
  
}

.footer-style-five .contact-widget .info-list li{
  position: relative;
  display: block;
  padding-left: 32px;
  margin-bottom: 12px;
}

.footer-style-five .contact-widget .info-list li p{
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.footer-style-five .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-five .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.footer-style-five .contact-widget .info-list li a{
  display: inline-block;
  color: #ffffff;
}

.footer-style-five .contact-widget .info-list li a:hover{

}

.footer-style-five .contact-widget .info-list{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-style-five .contact-widget .social-links h3{
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 15px;
}

.footer-style-five .social-links li a:hover{
  
}

.footer-style-five .footer-bottom{
  padding: 38px 0px 14px 0px;
  background: transparent;
}

.footer-style-five .pattern-layer{
  position: absolute;
  width: 100%;
  height: 135px;
  left: 0px;
  bottom: -25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center
}

.footer-style-five .footer-bottom a:hover{

}

.footer-style-five .scroll-top.style-one{
  top: 0px;
}

.footer-style-five .scroll-top.style-one:hover{

}



/*** 

====================================================================
                        Home-Page-Six
====================================================================

***/

/** header-style-six **/

.header-style-six .nav-right-content{
  position: relative;
  float: left;
  margin-left: 15px;
  padding: 26px 0px;
}

.header-style-six .nav-right-content .search-box-outer,
.header-style-six .nav-right-content .btn-box{
  position: relative;
  display: inline-block;
  float: left;
}

.header-style-six .nav-right-content .search-box-outer{
  margin-right: 15px;
}

.header-style-six .search-box-btn{
  background: transparent !important;
  font-size: 18px;
}

.header-style-six .main-menu .navigation > li > ul > li > a:hover, 
.header-style-six .main-menu .navigation > li > .megamenu li > a:hover{
  
}

.header-style-six .header-lower .logo-box{
  padding: 30px 0px 31px 0px;
}

.header-style-six .header-lower .main-menu .navigation > li{
  padding: 41px 0px;
}

.header-style-six .header-lower{
  position: relative;
}

.header-style-six .header-lower:before{
  position: absolute;
  content: '';
  width: 45%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-bottom-right-radius: 30px;
}

.header-style-six .header-lower:after{
  position: absolute;
  content: '';
  width: 235px;
  height: 100%;
  right: 0px;
  top: 0px;
  border-bottom-left-radius: 30px;
  z-index: -1;
}

.header-style-six .nav-right-content .btn-box .theme-btn{
  padding: 13px 39px;
}

.header-style-six .header-lower .main-menu .navigation > li > a:before{
  font-weight: 400;
}



/** banner-style-six **/

.banner-style-six{
  position: relative;
  padding-top: 178px;
}

.banner-style-six .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 968px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner-style-six .content-box{
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 50px;
}

.banner-style-six .content-box h2{
  font-size: 60px;
  line-height: 84px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 19px;
}

.banner-style-six .content-box p{
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 38px;
}

.banner-style-six .content-box .theme-btn{
  padding: 17.5px 44px;
  font-size: 18px;
  font-weight: 700;
}

.banner-style-six .image-box{
  position: relative;
  display: block;
  padding: 0px 120px 275px 145px;
}

.banner-style-six .image-box img{
  width: 100%;
}

.banner-style-six .image-box .image-2{
  position: absolute;
  right: 225px;
  bottom: 158px;
}

.banner-style-six .image-box .image-3{
  position: absolute;
  right: -140px;
  bottom: -20px;
}

.banner-style-six .image-box .image-4{
  position: absolute;
  bottom: 210px;
  right: 60px;
}

.banner-style-six .image-box .image-5{
  position: absolute;
  left: -45px;
  bottom: 0px;
  z-index: 1;
}

.banner-style-six .image-box .image-6{
  position: absolute;
  left: 65px;
  bottom: 285px;
}

.banner-style-six .image-box .image-7{
  position: absolute;
  left: -270px;
  bottom: 273px;
}

.banner-style-six .image-box .image-8{
  position: absolute;
  left: -128px;
  bottom: 288px;
}

.banner-style-six .image-box .image-9{
  position: absolute;
  left: -74px;
  bottom: 537px;
}

.banner-style-six .image-box .image-10{
  position: absolute;
  right: -15px;
  bottom: -4px;
}

.banner-style-six .image-box .image-11{
  position: absolute;
  top: 180px;
  right: 0px;
}


/** service-style-six **/

.service-style-six{
  position: relative;
  padding: 130px 0px 133px 0px;
}

.service-style-six .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.service-style-six .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.service-style-six .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.service-block-six .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 30px rgb(0 0 0 / 15%);
  margin-bottom: 30px;
  padding: 43px 220px 45px 50px;
}

.service-block-six .inner-box:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.service-block-six .inner-box:hover:before{
  width: 100%;
}

.service-block-six .inner-box .icon-box{
  position: absolute;
  top: 50px;
  right: 42px;
  width: 164px;
  height: 142px;
  line-height: 142px;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
  z-index: 1;
}

.service-block-six .inner-box .icon-box .icon-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 164px;
  height: 142px;
  background-repeat: no-repeat;
  z-index: -1;
}

.service-block-six .inner-box h3{
  margin-bottom: 15px;
}

.service-block-six .inner-box:hover h3 a,
.service-block-six .inner-box:hover p,
.service-block-six .inner-box:hover .link a{
  color: #ffffff;
}

.service-block-six .inner-box p{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 14px;
  transition: all 500ms ease;
}

.service-block-six .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.service-block-six .inner-box .shape{
  position: absolute;
  left: -320px;
  top: 0px;
  width: 320px;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 600ms ease;
}

.service-block-six .inner-box:hover .shape{
  opacity: 1;
  left: 0px;
}

.service-style-six .dots-style-one .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 22px;
}

.service-style-six .dots-style-one .owl-dots .owl-dot span{
  background-color: #a1a1a1;
}

.service-style-six .dots-style-one .owl-dots .owl-dot.active span, 
.service-style-six .dots-style-one .owl-dots .owl-dot span:hover {
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}


/** about-style-six **/

.about-style-six{
  position: relative;
  padding-bottom: 100px;
}

.about-style-six .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 718px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.about-style-six .image-box{
  position: relative;
  display: block;
  margin-right: 19px;
}

.about-style-six .image-box img{
  width: 100%;
}

.content_block_13 .content-box{
  position: relative;
  display: block;
}

.about-style-six .content_block_13 .content-box{
  margin-left: 31px;
}

.content_block_13 .content-box .sec-title{
  margin-bottom: 23px;
}

.content_block_13 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.content_block_13 .content-box .inner-box{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.content_block_13 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 30px;
}

.content_block_13 .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_13 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 50px;
  line-height: 50px;
  color: #653b93;
}

.content_block_13 .content-box .inner-box .single-item h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}

.content_block_13 .content-box .btn-box .theme-btn{
  padding: 12.5px 37px;
}


/** works-style-four **/

.works-style-four{
  position: relative;
  padding: 113px 0px 80px 0px;
}

.works-block-three .inner-box{
  position: relative;
  display: block;
  padding: 0px 30px;
}

.works-block-three .inner-box .icon-box{
  position: relative;
  width: 164px;
  height: 142px;
  line-height: 150px;
  text-align: center;
  font-size: 65px;
  color: #ffffff;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 22px;
}

.works-block-three .inner-box .icon-box .icon-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 164px;
  height: 142px;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 500ms ease;
}

.works-block-three .inner-box:hover .icon-box .icon-shape{
  transform: rotateY(180deg);
}

.works-block-three .inner-box .count{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
}

.works-block-three .inner-box h3{
  color: #3a1354;
  margin-bottom: 10px;
}

.works-block-three .inner-box p{
  line-height: 24px;
}

.works-block-three .inner-box .arrow{
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 197px;
  height: 142px;
  background-repeat: no-repeat;
}


/** benefits-section **/

.benefits-section{
  position: relative;
  padding-bottom: 120px;
}

.content_block_14 .content-box{
  position: relative;
  display: block;
}

.benefits-section .content_block_14 .content-box{
  margin-right: 50px;
  margin-top: 91px;
}

.content_block_14 .content-box .inner-box{
  position: relative;
  display: block;
}

.content_block_14 .content-box .inner-box .single-item{
  position: relative;
  padding-left: 90px;
  margin-bottom: 40px;
  min-height: 102px;
}

.content_block_14 .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_14 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 65px;
  line-height: 65px;
  transition: all 500ms ease;
}

.content_block_14 .content-box .inner-box .single-item:hover .icon-box{
  transform: rotateY(180deg);
}

.content_block_14 .content-box .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}

.content_block_14 .content-box .inner-box .single-item h4 a{
  display: inline-block;
  color: #222;
}

.content_block_14 .content-box .inner-box .single-item h4 a:hover{
  color: #281e6c;
}

.content_block_14 .content-box .inner-box .single-item p{
  font-size: 16px;
}

.benefits-section .image-box{
  position: relative;
  display: block;
  margin-left: -63px;
}

.benefits-section .image-box .image img{
  position: relative;
  float: left;
  max-width: none;
}


/** video-section **/

.video-section{
  position: relative;
}

.video-section .bg-layer{
  position: absolute;
  top: 0px;
  left: -100px;
  width: 60%;
  height: 720px;
  border: 10px solid #ffffff;
  border-radius: 0px 50px 50px 0px;
  border-left: none;
  box-shadow: 0 0px 60px rgb(0 0 0 / 30%);
  transform: translateY(0px) skew(-12deg);
}

.video-section .video-content{
  position: relative;
  padding: 205px 0px 205px 100px;
  height: 720px;
}

.video-section .video-content .image{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.1;
  margin-left: -105px;
}

.video-section .video-content .bg-shape-1{
  position: absolute;
  left: -85px;
  top: 10px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
}

.video-section .video-content .bg-shape-2{
  position: absolute;
  left: 0px;
  top: 100px;
  width: 510px;
  height: 510px;
  border-radius: 50%;
}

.video-section .video-content .video-btn{
  position: relative;
  display: inline-block;
  width: 310px;
  height: 310px;
  line-height: 310px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  padding: 10px 0px;
  z-index: 1;
}

.video-section .video-content .video-btn:before{
  position: absolute;
  content: '';
  width: 270px;
  height: 270px;
  border-radius: 50%;
  left: 20px;
  top: 20px;
  z-index: -1;
}

.video-section .video-content .video-btn a{
  position: relative;
  display: inline-block;
  width: 210px;
  height: 210px;
  line-height: 210px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 50px;
  z-index: 1;
}

.video-section .video-content .video-btn:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .image-box{
  position: relative;
  margin-top: -58px;
  z-index: -1;
  padding-left: 90px;
  text-align: right;
  margin-right: -115px;
}


/** pricing-style-two **/

.pricing-style-two{
  position: relative;
  padding: 113px 0px 100px 0px;
}

.pricing-style-two .sec-title{
  margin-bottom: 65px;
}

.pricing-style-two .sec-title p{
  padding-top: 23px;
}

.pricing-block-one{
  max-width: 353px;
  margin: 0 auto;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  padding: 85px 0px 30px 0px;
  min-height: 538px;
  z-index: 1;
}

.pricing-block-one .pricing-table .bg-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 353px;
  height: 538px;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  display: block;
  padding-bottom: 45px;
  margin-bottom: 57px;
}

.pricing-block-one .pricing-table .table-header h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.pricing-block-one .pricing-table .table-header p{
  font-size: 16px;
  max-width: 180px;
  margin: 0 auto;
}

.pricing-block-one .pricing-table .table-header:before{
  position: absolute;
  content: '';
  width: 105px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
}


.pricing-block-one .pricing-table .table-header:after{
  position: absolute;
  content: '';
  width: 55px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.pricing-block-one .pricing-table .pricing-box h2{
  position: relative;
  display: inline-block;
  font-size: 72px;
  line-height: 70px;
  font-weight: 700;
  color: #222;
  padding-left: 22px;
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .pricing-box span{
  position: absolute;
  left: 0px;
  top: -16px;
  font-size: 30px;
  font-weight: 600;
}

.pricing-block-one .pricing-table .pricing-box p{
  font-size: 16px;
  line-height: 26px;
}

.pricing-block-one .pricing-table .links-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.pricing-block-one .pricing-table .links-box a{
  position: relative;
  display: inline-block;
  width: 165px;
  height: 80px;
  line-height: 0px;
  left: 25px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}

.pricing-block-one .pricing-table .overlay-content{
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  height: 100%;
  padding: 86px 85px 50px 85px;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .overlay-content{
  opacity: 1;
  top: 0px;
}

.pricing-block-one .pricing-table .overlay-content .list li{
  position: relative;
  display: block;
  font-size: 18px;
  padding: 14.5px 0px;
  border-bottom: 1px solid #e3e3e3;
}

.pricing-block-one .pricing-table .overlay-content .list li:last-chld{
  border-bottom: none;
}

.pricing-block-one .pricing-table .light-shape{
  position: absolute;
  right: 34px;
  bottom: 85px;
  width: 79px;
  height: 264px;
  background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-content{
  opacity: 1;
  z-index: 1;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .table-content{
  opacity: 0;
}

.pricing-block-one .pricing-table .bg-shape-2{
  position: absolute;
  left: -3px;
  top: -9px;
  width: 369px;
  height: 526px;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .bg-shape-2{
  opacity: 0;
}

.pricing-block-one .pricing-table .bg-shape-3{
  position: absolute;
  left: -3px;
  top: -9px;
  width: 369px;
  height: 526px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .bg-shape-3{
  opacity: 1;
}

.pricing-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 718px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}


/** testimonial-style-four **/

.testimonial-style-four{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.testimonial-style-four .testimonial-content .client-thumb-outer{
  position:relative;
  max-width:1170px;
  margin:0 auto;
  overflow:hidden;
  padding-bottom: 15px;
}

.testimonial-style-four .testimonial-content .client-thumb-outer .client-thumbs-carousel{
  position: relative;
  max-width: 164px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.testimonial-style-four .testimonial-content .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
  overflow:visible;
}

.testimonial-style-four .testimonial-content .client-thumb-outer .client-thumbs-carousel .thumb-item{
  position:relative;
  width:164px;
  border-radius:50%;
  margin: 0 auto;
}

.testimonial-style-four .testimonial-content .client-thumb-outer .client-thumbs-carousel .thumb-item:before{
  position: absolute;
  left: 0px;
  top: 13px;
  content: '';
  background-color: #e5e5e5;
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.testimonial-style-four .client-thumbs-carousel .owl-dots,
.testimonial-style-four .client-thumbs-carousel .owl-nav{
  display: none;
}

.testimonial-style-four .testimonial-block{
  position: relative;
  display: block;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px 10px 10px;
}

.testimonial-style-four .testimonial-block .inner-box{
  position: relative;
  display: block;
  padding-top: 26px;
}

.testimonial-style-four .testimonial-block .inner-box .text{
  position: relative;
  display: block;
  border-radius: 15px;
  padding: 25px 50px 30px 50px;
}

.testimonial-style-four .testimonial-block .inner-box .text:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
}

.testimonial-style-four .testimonial-block .inner-box .author{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.testimonial-style-four .testimonial-block .inner-box .author h3{
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 2px;
}

.testimonial-style-four .testimonial-block .inner-box .author .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-style-four .testimonial-block .inner-box .text .icon-box{
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 22px;
}

.testimonial-style-four .testimonial-block .inner-box .text p{
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 17px;
}

.testimonial-style-four .testimonial-block .inner-box .text .rating li{
  position: relative;
  display: inline-block;
  font-size: 18px;
}

.testimonial-style-four .testimonial-block .inner-box .text:after{
  position: absolute;
  content: '';
  background-color: #e5e5e5;
  width: calc(100% + 20px);
  height: calc(100% - 75px);
  left: -10px;
  bottom: -10px;
  border-radius: 15px;
  z-index: -1;
}

.testimonial-style-four .client-testimonial-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border: 2px solid #222;
  border-radius: 8px;
  color: #222;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-four .client-testimonial-carousel .owl-nav{
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
}

.testimonial-style-four .client-testimonial-carousel .owl-nav button.owl-prev{
  left: 100px;
}

.testimonial-style-four .client-testimonial-carousel .owl-nav button.owl-next{
  right: 100px;
}

.testimonial-style-four .client-testimonial-carousel .owl-nav button:hover{

}


/** clients-style-four **/

.clients-style-four{
  position: relative;
  padding-bottom: 120px;
}

.clients-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1110px;
  height: 1137px;
  background-repeat: no-repeat;
  z-index: -1;
}

.clients-style-four .clients-logo-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}


.clients-style-four .clients-logo-box img{
  position: relative;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: all 500ms ease;
}

.clients-style-four .clients-logo-box img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}


/** channels-section **/

.channels-section{
  position: relative;
}

.channels-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 457px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.channel-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 56px 25px 60px 25px;
  box-shadow: 0 0px 20px rgb(0 0 0 / 15%);
}

.channel-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  min-height: 104px;
  margin-bottom: 39px;
  transition: all 500ms ease;
}

.channel-block-one .inner-box:hover .icon-box{
  transform: translateY(-10px);
}

.channel-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #002a7d;
  padding-bottom: 18px;
  margin-bottom: 25px;
}

.channel-block-one .inner-box h3:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.channel-block-one .inner-box h3 a{
  display: inline-block;
  color: #002a7d;
}

.channel-block-one .inner-box p{
  font-size: 16px;
  font-weight: 500;
}


/** news-style-four **/

.news-style-four{
  position: relative;
  padding: 113px 0px 90px 0px;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-two .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.news-block-two .inner-box:hover .image-box::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.news-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.news-block-two .inner-box .image-box a{
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  font-size: 0px;
  color: #ffffff;
  z-index: 2;
}

.news-block-two .inner-box .lower-content{
  position: relative;
  margin: 0px 20px;
}

.news-block-two .inner-box .lower-content .inner{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 26px 20px 30px 20px;
  margin-top: -20px;
  z-index: 2;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .lower-content .inner{
  box-shadow: 0 0px 30px rgb(0 0 0 / 15%);
}

.news-block-two .inner-box .lower-content .inner .post-date{
  position: absolute;
  left: 0px;
  top: -30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0px 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px 5px 0px 0px;
}

.news-block-two .inner-box .lower-content .inner .post-info{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.news-block-two .inner-box .lower-content .inner .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  padding-left: 30px;
  margin-right: 13px;
}

.news-block-two .inner-box .lower-content .inner .post-info li:last-child{
  margin: 0px !important;
}

.news-block-two .inner-box .lower-content .inner .post-info li a{
  display: inline-block;
  color: #555;
}

.news-block-two .inner-box .lower-content .inner .post-info li a:hover{

}

.news-block-two .inner-box .lower-content .inner .post-info li i{
  position: absolute;
  left: 0px;
  top: 6px;
}

.news-block-two .inner-box .lower-content .inner h3{
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 25px;
}

.news-block-two .inner-box .lower-content .inner .btn-box a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  background-color: #eeeeee;
  padding: 17px 15px;
  z-index: 1;
}

.news-block-two .inner-box .lower-content .inner .btn-box a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.news-block-two .inner-box .lower-content .inner .btn-box a:hover:before{
  width: 100%;
}

.news-block-two .inner-box .lower-content .inner .btn-box a:hover{
  color: #222;
}

.news-style-four .owl-nav{
  position: absolute;
  top: -80px;
  right: 0px;
}

.news-style-four .owl-nav button{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.news-style-four .owl-nav button:hover{

}

.news-style-four .owl-nav button.owl-prev{
  margin-right: 10px;
}

.news-style-four .sec-title{
  margin-bottom: 30px;
}


/** footer-style-six **/

.footer-style-six{
  position: relative;
}

.footer-style-six .about-widget .text{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.footer-style-six .about-widget .text h3{
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 19px;
}

.footer-style-six .about-widget .text p{
  font-size: 16px;
  color: #ffffff;
}

.footer-style-six .about-widget .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  background-color: #ffffff;
  text-align: center;
  padding: 7px 28px;
  border-radius: 30px;
}

.footer-style-six .about-widget .btn-box a:hover{
  color: #ffffff;
}

.footer-style-six .footer-top-two .links-widget .links-list li a{
  padding-left: 20px;
}

.footer-style-six .footer-top-two .links-widget .links-list li a:before{

}

.footer-style-six .footer-top-two .links-widget .links-list li a:hover{

}

.footer-style-six .footer-top-two .contact-widget .info-list li{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.footer-style-six .footer-top-two .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-six .footer-top-two .contact-widget .info-list li h4{
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 4px;
}

.footer-style-six .footer-top-two .contact-widget .info-list li p{
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
}

.footer-style-six .footer-top-two .contact-widget .info-list li p a{
  display: inline-block;
  color: #ffffff;
}

.footer-style-six .footer-top-two .contact-widget .info-list li p a:hover{

}

.footer-style-six .footer-top-two .links-widget .links-list li{
  margin-bottom: 12px;
}

.footer-style-six .footer-top-two .subscribe-widget .text{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.footer-style-six .footer-top-two .subscribe-widget .text p{
  font-size: 16px;
  color: #ffffff;
}

.footer-style-six .footer-top-two .subscribe-widget .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.footer-style-six .footer-top-two .subscribe-widget .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 30px;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid transparent;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.footer-style-six .footer-top-two .subscribe-widget .subscribe-form .form-group input:focus{

}

.footer-style-six .footer-top-two .subscribe-widget .subscribe-form .form-group .theme-btn{
  padding: 12.5px 39px;
}

.footer-style-six .footer-top-two{
  padding: 100px 0px 60px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.footer-style-six .footer-bottom{
  background: transparent;
  padding: 27px 0px;
}

.footer-style-six .footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-style-six .footer-bottom a:hover{

}

.footer-style-six .social-links li a:hover{
  color: #fff;
}

.footer-style-six .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



/*** 

====================================================================
                        Home-Page-Seven
====================================================================

***/


/** header-style-seven **/

.header-style-seven .header-lower{
  position: relative;
  display: block;
  padding: 0px 70px;
}

.header-style-seven .header-lower .outer-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-style-seven .header-lower .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.header-style-seven .header-lower .social-links li:last-child{
  margin: 0px !important;
}

.header-style-seven .header-lower .social-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #c0c1c3;
  border-radius: 50%;
  text-align: center;
}

.header-style-seven .header-lower .social-links li a:hover{

}

.header-style-seven .header-lower .social-links{
  position: relative;
  margin-top: 35px;
}

.header-style-seven .header-lower .search-box{
  position: relative;
  float: left;
  width: 115px;
  margin-right: 25px;
}

.header-style-seven .header-lower .search-box .search-form .form-group{
  position: relative;
  display: block;
  margin: 0px;
}

.header-style-seven .header-lower .search-box .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  padding-right: 30px;
}

.header-style-seven .header-lower .search-box .search-form .form-group button{
  position: absolute;
  top: 7px;
  right: 0px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 500ms ease;
}

.header-style-seven .header-lower .search-box .search-form .form-group input:focus + button,
.header-style-seven .header-lower .search-box .search-form .form-group button:hover{

}

.header-style-seven .header-lower .nav-right-content{
  position: relative;
  float: left;
  padding-left: 30px;
  margin-left: 50px;
  margin-top: 57px;
}

.header-style-seven .header-lower .nav-right-content:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 1px;
  height: 15px;
  left: 0px;
  top: 12px;
}

.header-style-seven .header-lower .nav-right-content .btn-box{
  position: relative;
  float: left;
}

.header-style-seven .header-lower .nav-right-content .btn-box .theme-btn{
  padding: 7.5px 22px;
  font-weight: 400;
}

.header-style-seven .header-lower .main-menu .navigation > li{
  padding: 62px 0px 20px 0px;
}

.header-style-seven .header-lower .main-menu .navigation > li > a:before{
  font-weight: 400;
}

.header-style-seven .header-lower .logo-box{
  padding-top: 21px;
}

.header-style-seven .main-menu .navigation > li > ul > li > a:hover, 
.header-style-seven .main-menu .navigation > li > .megamenu li > a:hover{

}


/** banner-style-seven **/

.banner-style-seven{
  position: relative;
  padding: 220px 0px 160px 0px;
}

.banner-style-seven .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 70px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner-style-seven .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}

.banner-style-seven .content-box{
  position: relative;
  display: block;
}

.banner-style-seven .content-box h2{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 86px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 33px;
}

.banner-style-seven .content-box p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 43px;
}

.banner-style-seven .content-box .btn-box a i{
  margin-right: 10px;
}

.banner-style-seven .content-box .btn-box a.theme-btn{
  padding: 12.5px 23px 12.5px 8px;
  font-weight: 400;
}

.banner-style-seven .content-box .btn-box a.theme-btn:before{
  background-color: #ffffff;
}

.banner-style-seven .content-box .btn-box a.theme-btn:hover{
  color: #222;
}

.banner-style-seven .content-box .btn-box a.banner-btn{
  background-color: #ffffff !important;
  color: #222;
  border-radius: 30px;
}

.banner-style-seven .content-box .btn-box a.banner-btn:before{

}

.banner-style-seven .content-box .btn-box a.banner-btn:hover{
  color: #ffffff;
}

.banner-style-seven .content-box .btn-box a.btn-eleven{
  margin-right: 5px;
}

.banner-style-seven .content-box .btn-box a.banner-btn i{
  font-size: 18px;
}

.banner-style-seven .image-box{
  position: relative;
  display: block;
  padding: 0px 128px 0px 170px;
}

.banner-style-seven .image-box img{
  width: 100%;
}

.banner-style-seven .image-box .image-1{
  position: relative;
  z-index: 1;
}

.banner-style-seven .image-box .image-2{
  position: absolute;
  top: 45px;
  right: -210px;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
  padding: 120px 0px;
}

.feature-block-three .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 110px 30px 43px 30px;
  z-index: 1;
}

.feature-block-three .inner-box:before{
  position: absolute;
  content: '';
  background-color: #f7f7f7;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover:before{
  top: 0%;
  height: 100%;
}

.feature-block-three .inner-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 61px;
}

.feature-block-three .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 133px;
  height: 133px;
  line-height: 133px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.feature-block:nth-child(2) .feature-block-three .inner-box .icon-box .icon{

}

.feature-block:last-child .feature-block-three .inner-box .icon-box .icon{
  
}

.feature-block-three .inner-box .icon-box .shape .shape-1{
  position: absolute;
  left: -32px;
  bottom: -14px;
  width: 190px;
  height: 148px;
}

.feature-block-three .inner-box .icon-box .shape .shape-2{
  position: absolute;
  left: -5px;
  bottom: 5px;
  width: 182px;
  height: 191px;
}

.feature-block-three .inner-box .icon-box .dot-box .dot{
  position: absolute;
  border-radius: 50%;
}

.feature-block-three .inner-box .icon-box .dot-box .dot-1{
  width: 14px;
  height: 14px;
  left: -18px;
  top: 21px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.feature-block-three .inner-box .icon-box .dot-box .dot-2{
  width: 14px;
  height: 14px;
  right: -26px;
  top: 57px;
  background-color: #222;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.feature-block-three .inner-box .icon-box .dot-box .dot-3{
  width: 9px;
  height: 9px;
  left: 34px;
  bottom: -16px;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 72s infinite linear;
}

.feature-block-three .inner-box h3{
  margin-bottom: 12px;
  font-weight: 700;
}

.feature-block-three .inner-box p{
  font-size: 16px;
}


/** about-style-seven **/

.about-style-seven{
  position: relative;
  padding: 113px 0px 100px 0px;
}

.about-style-seven .pattern-layer{
  position: absolute;
  top: 113px;
  right: 0px;
  width: 932px;
  height: 1164px;
  background-repeat: no-repeat;
}

.content_block_15 .content-box{
  position: relative;
  display: block;
}

.content_block_15 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_15 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.content_block_15 .content-box .text p{
  font-size: 16px;
  margin-bottom: 54px;
}

.content_block_15 .content-box .text .list li{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  padding-left: 38px;
  margin-bottom: 18px;
}

.content_block_15 .content-box .text .list li:last-child{
  margin-bottom: 0px;
}

.content_block_15 .content-box .text .list li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  left: 0px;
  top: -1px;
  font-size: 18px;
  font-weight: 700;
}

.content_block_15 .content-box .btn-box .phone{
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #222;
}

.content_block_15 .content-box .btn-box .phone:hover{
  
}

.content_block_15 .content-box .btn-box .theme-btn{
  padding: 12.5px 37px;
  margin-right: 20px;
}

.content_block_15 .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.about-style-seven .image-box{
  position: relative;
  display: block;
  margin-top: 45px;
}

.about-style-seven .image-box img{
  width: 100%;
}


/** service-style-seven **/

.service-style-seven{
  position: relative;
  padding: 94px 0px 120px 0px;
}

.service-style-seven .upper-box{
  position: relative;
  display: block;
  padding-bottom: 67px;
}

.service-style-seven .upper-box .text p{
  margin-bottom: 30px;
  font-size: 16px;
}

.service-style-seven .upper-box .text p:last-child{
  margin-bottom: 0px;
}

.service-block-seven .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0px 20px rgb(0 0 0 / 15%);
  padding: 0px 20px 30px 20px;
  text-align: center;
  z-index: 1;
}

.service-block-seven .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 10px;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-seven .inner-box:hover:before{
  transform: scale(1,1);
}

.service-block-seven .inner-box .icon-box{
  position: relative;
  display: inline-block;
  margin-top: -66px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.service-block-seven .inner-box:hover .icon-box{
  transform: scale(0.95);
}

.service-block-seven .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 113px;
  height: 117px;
  line-height: 125px;
  text-align: center;
  font-size: 50px;
  z-index: 1;
}

.service-block-seven .inner-box .icon-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 113px;
  height: 117px;
}

.service-block-seven .inner-box .text h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.service-block-seven .inner-box .text h4 a{
  display: inline-block;
  color: #222;
}

.service-block-seven .inner-box .text h4 a:hover{
  text-decoration: underline;
}

.service-block-seven .inner-box .text p{
  font-size: 16px;
}

.service-block-seven .inner-box:hover .text h4 a,
.service-block-seven .inner-box:hover .text p{
  color: #ffffff;
}


/** app-screenshots-section **/

.app-screenshots-section{
  position: relative;
  padding: 148px 0px 150px 0px;
  max-height: 950px;
}

.app-screenshots-section .outer-container{
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 80px;
}

.app-screenshots-section .carousel-outer{
  position: relative;
}

.app-screenshots-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.app-screenshots-section .sec-title {
  margin-bottom: 70px;
}

.app-screenshots-section .carousel-outer .screen-mobile-image {
  position: absolute;
  left: 50%;
  top: -28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 362px;
  height: 649px;
  z-index: 2;
  border-radius: 50px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.20);
  background-repeat: no-repeat;
}

.app-screenshots-section .slide img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 20px;
  width: 100%;
  max-width: 310px;
}

.app-screenshots-section .slide{
  position: relative;
  border-radius: 30px;
  margin-top: 10px;
  transition: all 500ms ease;
}

.app-screenshots-section .center .slide img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  max-width: 350px;
  border-radius: 40px;
}

.app-screenshots-section .center .slide{
  margin-top: 0px;
  border-radius: 40px;
}

.app-screenshots-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 43px;
}

.app-screenshots-section .dots-style-one .owl-dots .owl-dot.active span, 
.app-screenshots-section .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.app-screenshots-section .dots-style-one .owl-dots .owl-dot span{
  background-color: #a1a1a1;
}


/** faq-style-two **/

.faq-style-two{
  position: relative;
}

.faq-style-two .image-box{
  position: relative;
  display: block;
  margin-right: 25px;
  margin-left: -110px;
}

.faq-style-two .image-box img{
  width: 100%;
}

.faq-style-two .image-box .shape .shape-1{
  position: absolute;
  left: -6px;
  top: 74px;
  width: 47px;
  height: 48px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.faq-style-two .image-box .shape .shape-2{
  position: absolute;
  left: -14px;
  bottom: 56px;
  width: 65px;
  height: 57px;
  background-repeat: no-repeat;
}

.faq-style-two .image-box .shape .shape-3{
  position: absolute;
  top: 44px;
  right: 70px;
  width: 50px;
  height: 46px;
  background-repeat: no-repeat;
}

.faq-style-two .image-box .shape .shape-4{
  position: absolute;
  top: 50%;
  right: 35px;
  width: 25px;
  height: 25px;
  background-color: #0b134b;
}

.content_block_16 .content-box{
  position: relative;
  display: block;
}

.content_block_16 .content-box .accordion-box .block.active-block{
  border-radius: 10px;
}

.content_block_16 .content-box .accordion-box .block{
  padding: 0px;
}

.content_block_16 .content-box .accordion-box .block .acc-btn{
  background: transparent;
  padding: 19px 80px 20px 30px;
  border-radius: 0px;
}

.content_block_16 .content-box .accordion-box .block .acc-btn h6{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.content_block_16 .content-box .accordion-box .block .acc-btn.active{

}

.content_block_16 .content-box .accordion-box .block .acc-btn .icon-outer{
  top: 4px;
  right: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.content_block_16 .content-box .accordion-box .block .acc-btn.active .icon-outer{
  background: transparent;
  right: 17px;
}

.content_block_16 .content-box .accordion-box .block .acc-content p{
  font-weight: 500;
}

.content_block_16 .content-box .accordion-box .block .acc-content {
  padding: 16px 30px 13px 30px;
}

.content_block_16 .content-box .sec-title{
  margin-bottom: 34px;
}


/** solutions-style-two **/

.solutions-style-two{
  position: relative;
  background-color: #070023;
}

.solutions-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_block_17 .content-box{
  position: relative;
  display: block;
  margin-right: 50px;
}

.content_block_17 .content-box .text p{
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}

.content_block_17 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_17 .content-box .text .theme-btn{
  padding: 12.5px 37px;
  margin-top: 19px;
}


/** testimonial-style-five **/

.testimonial-style-five{
  position: relative;
  padding: 113px 0px 150px 0px;
}

.testimonial-style-five .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-five .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-five .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-style-five .testimonial-block{
  position: relative;
  display: block;
  margin: 0px 25px;
  margin-bottom: 60px;
}

.testimonial-style-five .testimonial-block .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 48px 50px 30px 50px;
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
}

.testimonial-style-five .testimonial-block .inner-box .light-icon{
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 130px;
  line-height: 130px;
  color: #f2f2f2;
}

.testimonial-style-five .testimonial-block .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.testimonial-style-five .testimonial-block .inner-box .text p{
  font-size: 16px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 110px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .author-thumb{
  position: absolute;
  left: -90px;
  top: -20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.testimonial-style-five .testimonial-block .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
  max-width: 160px;
  max-height: 160px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .author-thumb .shape{
  position: absolute;
  left: 35px;
  top: 35px;
  width: 139px;
  height: 138px;
  background-repeat: no-repeat;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .author-thumb:before{
  position: absolute;
  content: '';
  border: 10px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.testimonial-style-five .testimonial-block .inner-box .author-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .rating{
  position: absolute;
  top: 0px;
  right: -15px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
}

.testimonial-style-five .dots-style-one .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 61px;
}

.testimonial-style-five .dots-style-one .owl-dots .owl-dot span{
  background-color: #a1a1a1;
}

.testimonial-style-five .dots-style-one .owl-dots .owl-dot.active span, 
.testimonial-style-five .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}


/** contact-style-two **/

.contact-style-two{
  position: relative;
}

.contact-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-style-two .default-form .form-group{
  position: relative;
  margin-bottom: 25px;
}

.contact-style-two .default-form .form-group:last-child{
  margin-bottom: 0px;
}

.contact-style-two .default-form .form-group input[type='text'],
.contact-style-two .default-form .form-group input[type='email'],
.contact-style-two .default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  font-size: 16px;
  color: #555555;
  text-align: left;
  background-color: #ffffff;
  transition: all 500ms ease;
  padding: 15px 60px 15px 30px;
}

.contact-style-two .default-form .form-group i{
  position: absolute;
  top: 22px;
  right: 45px;
  font-size: 16px;
  color: #555;
  z-index: 1;
}

.contact-style-two .default-form .form-group textarea{
  resize: none;
  height: 145px;
}

.contact-style-two .default-form .form-group input:focus,
.contact-style-two .default-form .form-group textarea:focus{

}

.contact-style-two .default-form .form-group .theme-btn{
  padding: 17.5px 60px;
  margin-top: 15px;
}


/** subscribe-section **/

.subscribe-section{
  position: relative;
}

.subscribe-section .inner-box{
  position: relative;
  display: block;
  padding: 67px 100px 61px 100px;
  border-radius: 20px;
  margin-bottom: -98px;
  z-index: 1;
}

.subscribe-section .inner-box .text{
  position: relative;
  display: block;
  padding-left: 115px;
}

.subscribe-section .inner-box .text .icon-box{
  position: absolute;
  left: 0px;
  top: -28px;
}

.subscribe-section .inner-box .text h2{
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 600;
}

.subscribe-section .inner-box .subscribe-form .form-group{
  position: relative;
  display: block;
  margin: 0px;
}

.subscribe-section .inner-box .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  font-size: 16px;
  color: #555;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 15px 50px 15px 30px;
  transition: all 500ms ease;
}

.subscribe-section .inner-box .subscribe-form .form-group button{
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.subscribe-section .inner-box .subscribe-form .form-group input:focus + button,
.subscribe-section .inner-box .subscribe-form .form-group button:hover{

}

.subscribe-section .inner-box .subscribe-form .form-group input:focus{

}


/** footer-style-seven **/

.footer-style-seven .footer-top-two{
  padding: 193px 0px 100px 0px;
}

.footer-style-seven .footer-top-two .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 495px;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-style-seven .footer-bottom{
  background-color: #030a3c;
}

.footer-top-two .post-widget .post{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 18px;
  min-height: 81px;
}

.footer-top-two .post-widget .post:last-child{
  margin-bottom: 0px;
}

.footer-top-two .post-widget .post .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 73px;
  height: 73px;
  overflow: hidden;
}

.footer-top-two .post-widget .post .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.footer-top-two .post-widget .post:hover .image-box img{
  opacity: 0.5;
}

.footer-top-two .post-widget .post h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 2px;
}

.footer-top-two .post-widget .post h4 a{
  display: inline-block;
  color: #fff;
}

.footer-top-two .post-widget .post h4 a:hover{

}

.footer-top-two .post-widget .post .category{
  position: relative;
  display: block;
  padding-left: 27px;
}

.footer-top-two .post-widget .post .category i{
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 14px;
  color: #ffffff;
}

.footer-top-two .post-widget .post .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.footer-top-two .post-widget .post .category a:hover{

}

.footer-style-seven .footer-top-two .links-widget .links-list li a:before{

}

.footer-style-seven .scroll-top.style-one{
  background-color: #ffffff;
}

.footer-style-seven .footer-bottom a:hover{

}



/*** 

====================================================================
                        Home-Page-Eight
====================================================================

***/

/** header-style-eight **/

.header-style-eight .header-top .phone-box p{
  color: #222;
}

.header-style-eight .header-top .phone-box p a{
  color: #222;
}

.header-style-eight .header-top .social-links li a{
  border-color: #c6c6c6;
  color: #555;
}

.header-style-eight .header-top .social-links li a:hover{
  color: #ffffff;
}

.header-style-eight .header-top .phone-box{
  margin-right: 0px;
}

.header-style-eight .header-top .social-links{
  margin-right: 30px;
}

.header-style-eight .header-top .phone-box p a:hover{

}

.header-style-eight .header-lower .logo-box{
  position: relative;
  padding: 5px 0px 0px 0px;
}

.header-style-eight .header-lower .menu-area{
  position: relative;
  background-color: #3a5ba3;
  border-radius: 35px;
  padding-right: 280px;
  padding-left: 37px;
}

.header-style-eight .header-lower .nav-right-content{
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
}

.header-style-eight .header-lower .nav-right-content .theme-btn{
  border-radius: 30px;
  font-size: 18px;
  padding: 12.5px 34px;
}

.header-style-eight .search-box-btn{
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 32px;
  font-size: 16px;
  background: transparent !important;
}

.header-style-eight .search-box-btn:hover{

}

.header-style-eight .header-lower .main-menu .navigation > li{
  padding: 15px 0px;
}

.header-style-eight .header-top{
  padding: 9px 0px 14px 0px;
}

.header-style-eight .header-top .text p{
  color: #222;
}



/** banner-style-eight **/

.banner-style-eight{
  position: relative;
  padding: 200px 0px 190px 0px;
}

.banner-style-eight .content-box{
  position: relative;
  display: block;
}

.banner-style-eight .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  margin-bottom: 34px;
}

.banner-style-eight .content-box p{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 41px;
}

.banner-style-eight .content-box .theme-btn{
  padding: 17.5px 52px;
  font-size: 18px;
  color: #222;
}

.banner-style-eight .content-box .theme-btn:hover{
  color: #ffffff;
}

.banner-style-eight .image-box{
  position: relative;
  display: block;
  margin-left: 40px;
  margin-right: -171px;
}

.banner-style-eight .image-box img{
  width: 100%;
}

.banner-style-eight .pattern-layer .pattern-1{
  position: absolute;
  top: 100px;
  right: 0px;
  width: 869px;
  height: 746px;
  background-repeat: no-repeat;
}

.banner-style-eight .pattern-layer .pattern-2{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 182px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner-style-eight .anim-icon .icon-1{
  left: 170px;
  top: 285px;
  width: 43px;
  height: 37px;
}

.banner-style-eight .anim-icon .icon-2{
  left: 60px;
  bottom: 420px;
  width: 87px;
  height: 87px;
}

.banner-style-eight .anim-icon .icon-3{
  left: 220px;
  bottom: 265px;
  width: 38px;
  height: 37px;
}

.banner-style-eight .anim-icon .icon-4{
  top: 215px;
  left: 30%;
  width: 55px;
  height: 51px;
}

.banner-style-eight .anim-icon .icon-5{
  left: 40%;
  bottom: 300px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}

.banner-style-eight .anim-icon .icon-6{
  bottom: 300px;
  left: 62%;
  width: 70px;
  height: 67px;
}


/** service-style-eight **/

.service-style-eight{
  position: relative;
  padding-bottom: 120px;
}

.service-style-eight .sec-title{
  margin-bottom: 110px;
}

.service-block-eight .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 0px 30px rgb(0 0 0 / 7%);
  border-radius: 20px;
  padding: 0px 30px 37px 30px;
  z-index: 1;
}

.service-block-eight .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  border-radius: 20px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-eight .inner-box:hover:before{
  height: 100%;
  top: 0px;
  opacity: 1;
}

.service-block-eight .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 160px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -50px;
  top: -20px;
  margin-bottom: 21px;
}

.service-block-eight .inner-box .icon-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 160px;
  height: 140px;
  line-height: 160px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
}

.service-block-eight .inner-box:hover .icon-box .shape{
  transform: rotateY(-180deg);
}

.service-block-eight .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
}

.service-block-eight .inner-box h3{
  position: relative;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 17px;
}

.service-block-eight .inner-box h3:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.service-block-eight .inner-box .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 170px;
  height: 117px;
  border-top-right-radius: 20px;
  background-repeat: no-repeat;
  z-index: -1;
}

.service-block-eight .inner-box .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 170px;
  height: 120px;
  border-bottom-left-radius: 20px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** funfact-style-two **/

.funfact-style-two{
  position: relative;
}

.funfact-style-two .inner-container{
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 53px 15px;
}

.funfact-style-two .inner-container .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-block-three .inner-box{
  position: relative;
  display: block;
}

.counter-block-three .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 4px;
}

.counter-block-three .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
}


/** about-style-eight **/

.about-style-eight{
  position: relative;
  padding: 120px 0px;
}

.about-style-eight .image-box{
  position: relative;
  display: block;
  margin-right: 30px;
  margin-left: -195px;
}

.about-style-eight .image-box img{
  width: 100%;
}

.content_block_18 .content-box{
  position: relative;
  display: block;
}

.content_block_18 .content-box .sec-title{
  margin-bottom: 43px;
}

.content_block_18 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.content_block_18 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 93px;
  margin-bottom: 36px;
}

.content_block_18 .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_18 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 60px;
  line-height: 60px;
  color: #dbdbdb;
  font-weight: 400;
  transition: all 500ms ease;
}

.content_block_18 .content-box .inner-box .single-item:hover .icon-box{

}

.content_block_18 .content-box .inner-box .single-item h3{
  color: #002a7d;
  margin-bottom: 16px;
}


/** benefits-style-two **/

.benefits-style-two{
  position: relative;
  padding: 113px 0px 60px 0px;
}

.benefits-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.benefits-block-one{
  position: relative;
  display: block;
  padding-left: 34px;
  padding-bottom: 37px;
  max-width: 245px;
  margin: 0 auto;
}

.benefits-block-one .arrow-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.benefits-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 23px 30px 28px 30px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
}

.benefits-block-one .inner-box .icon-box{
  position: absolute;
  top: 16px;
  right: 17px;
}

.benefits-block-one .inner-box span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.benefits-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #555555;
  font-weight: 600;
  margin-bottom: 10px;
}

.benefits-block-one .inner-box p{
  font-size: 14px;
  line-height: 24px;
}

.benefits-block:nth-child(2) .benefits-block-one .inner-box span{

}

.benefits-block:nth-child(3) .benefits-block-one .inner-box span{
  
}

.benefits-block:last-child .benefits-block-one .inner-box span{
  
}


/** purpose-section **/

.purpose-section{
  position: relative;
  display: block;
  padding-top: 172px;
}

.purpose-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 51px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}

.purpose-section .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 630px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.purpose-section .single-item{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 44px 30px 29px 30px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
}

.purpose-section .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 37px;
}

.purpose-section .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 130px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  margin-bottom: 41px;
}

.purpose-section .single-item .icon-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 130px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
}

.purpose-section .single-item:hover .icon-box .shape{
  transform: rotateY(180deg);
}

.purpose-section .single-item .icon-box .icon{
  position: relative;
  z-index: 1;
}

.purpose-section .single-item p{
  font-size: 16px;
  margin-bottom: 13px;
}

.purpose-section .single-item .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.purpose-section .image-box{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
}

.purpose-section .image-box img{
  width: 100%;
  border-radius: 15px;
}

.purpose-section .single-item .link a:hover{

}

.purpose-section .image-box:hover img{
  transform: scale(1.05);
}


/** pricing-style-three **/

.pricing-style-three{
  position: relative;
  padding: 113px 0px 230px 0px;
}

.pricing-block-two .pricing-table{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 52px 30px 0px 30px;
  border-radius: 20px;
  box-shadow: inset 0px 0px 30px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}

.pricing-block-two .pricing-table:hover,
.pricing-block-two.active .pricing-table{
  box-shadow: none;
}

.pricing-block-two .pricing-table:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}

.pricing-block-two .pricing-table:hover:before,
.pricing-block-two.active .pricing-table:before{
  opacity: 1;
}

.pricing-block-two .pricing-table .table-header{
  position: relative;
  display: block;
  margin-bottom: 61px;
}

.pricing-block-two .pricing-table .table-header span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 15px;
  border-radius: 25px;
  margin-bottom: 32px;
}

.pricing-block-two.active .pricing-table .table-header span{

}

.pricing-block-two .pricing-table .table-header h3{
  line-height: 36px;
  margin-bottom: 16px;
}

.pricing-block-two .pricing-table .table-header p{
  font-size: 16px;
}

.pricing-block-two .pricing-table .table-content{
  position: relative;
  display: block;
  margin-bottom: 58px;
}

.pricing-block-two .pricing-table .table-content h2{
  position: relative;
  display: inline-block;
  font-size: 72px;
  line-height: 80px;
  font-weight: 600;
  padding-left: 22px;
  margin-bottom: 28px;
}

.pricing-block-two .pricing-table .table-content h2 span{
  position: absolute;
  left: 0px;
  bottom: -13px;
  font-size: 36px;
}

.pricing-block-two .pricing-table .table-content ul li{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.pricing-block-two .pricing-table .table-content ul li:last-child{
  margin-bottom: 0px;
}

.pricing-block-two .pricing-table .table-footer a.theme-btn:before,
.pricing-block-two.active .pricing-table .table-footer a.theme-btn{
  background-color: #222 !important;
}

.pricing-block-two .pricing-table .table-footer a.theme-btn{
  margin-bottom: -28px;
  color: #222;
  padding: 17.5px 39px;
}

.pricing-block-two .pricing-table .table-footer a.theme-btn:hover,
.pricing-block-two.active .pricing-table .table-footer a.theme-btn{
  color: #ffffff;
}

.pricing-block-two .pricing-table .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border-radius: 20px 20px 0px 0px;
}

.pricing-block-two .pricing-table .shape .shape-2{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 112px;
  height: 206px;
  background-repeat: no-repeat;
}


/** testimonial-style-six **/

.testimonial-style-six{
  position: relative;
}

.testimonial-style-six .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-six .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-six .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-style-six .testimonial-content .inner{
  position: relative;
  display: block;
  padding-left: 200px;
  margin-bottom: 15px;
  min-height: 187px;
}

.testimonial-style-six .testimonial-content .inner .author-thumb{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.testimonial-style-six .testimonial-content .inner .author-thumb img{
  width: 100%;
  border-radius: 50%;
  max-width: 160px;
  max-height: 160px;
}

.testimonial-style-six .testimonial-content .inner .author-thumb .shape{
  position: absolute;
  left: 35px;
  top: 35px;
  width: 139px;
  height: 138px;
  background-repeat: no-repeat;
}

.testimonial-style-six .testimonial-content .inner .author-thumb:before{
  position: absolute;
  content: '';
  border: 10px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.testimonial-style-six .testimonial-content .inner .light-icon{
  position: absolute;
  bottom: -25px;
  right: 30px;
  font-size: 130px;
  line-height: 130px;
  color: #f2f2f2;
}

.testimonial-style-six .testimonial-content .inner .rating{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.testimonial-style-six .testimonial-content .inner .rating li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  float: left;
}

.testimonial-style-six .testimonial-content .inner p{
  font-size: 18px;
  line-height: 36px;
}

.testimonial-style-six .testimonial-content{
  position: relative;
  display: block;
}

.testimonial-style-six .content-box{
  position: relative;
  display: block;
  margin-top: 36px;
}

.testimonial-style-six .testimonial-content .author-info h3{
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial-style-six .testimonial-content .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-style-six .owl-nav{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.testimonial-style-six .owl-nav button{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  transition: all 500ms ease;
}

.testimonial-style-six .owl-nav button.owl-prev{
  margin-right: 10px;
}

.testimonial-style-six .owl-nav button:hover{

}

.testimonial-style-six .sec-title{
  margin-bottom: 35px;
}

.testimonial-style-six .image-box{
  position: relative;
  z-index: 1;
  padding-left: 50px;
}

.testimonial-style-six .image-box img{
  width: 100%;
}

.testimonial-style-six .pattern-layer{
  position: absolute;
  top: -230px;
  right: 0px;
  width: 949px;
  height: 945px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** news-style-five **/

.news-style-five{
  position: relative;
  padding: 193px 0px 120px 0px;
}

.news-style-five .news-block-two .inner-box .lower-content .inner{
  border-radius: 0px 0px 30px 30px;
}

.news-style-five .news-block-two .inner-box .lower-content .inner .btn-box a{
  border-radius: 30px;
  overflow: hidden;
}


/** contact-style-three **/

.contact-style-three{
  position: relative;
}

.contact-style-three .inner-container{
  position: relative;
  display: block;
  background-color: #fff9f4;
  border-radius: 25px;
  padding: 78px 60px 57px 60px;
  margin-bottom: -175px;
  z-index: 1;
}

.contact-style-three .image-box{
  position: relative;
  display: block;
  margin-right: 114px;
}

.contact-style-three .image-box img{
  width: 100%;
}

.content_block_19 .content-box{
  position: relative;
  display: block;
}

.content_block_19 .content-box .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.content_block_19 .content-box .form-group input[type='text'],
.content_block_19 .content-box .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  font-size: 14px;
  color: #555;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.content_block_19 .content-box .form-group input:focus,
.content_block_19 .content-box .form-group textarea:focus{

}

.content_block_19 .content-box .form-group textarea{
  resize: none;
  height: 120px;
  border-radius: 15px;
}

.content_block_19 .content-box .sec-title{
  margin-bottom: 36px;
}

.content_block_19 .content-box .form-group.message-btn{
  padding-top: 20px;
  margin-bottom: 20px;
}

.content_block_19 .content-box .form-group .theme-btn{
  padding: 12.5px 43px;
  font-size: 14px;
  font-weight: 400;
}


.footer-style-eight .footer-top-two{
  padding-top: 270px;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/


/** light-header **/

.main-header.light-header .header-top .text p{
  color: #ffffff;
}

.main-header.light-header .header-top .social-links li a{
  color: #ffffff;
}

.main-header.light-header .header-top .phone-box p{
  color: #ffffff;
}

.main-header.light-header .header-top .phone-box p a{
  color: #ffffff;
}

.main-header.light-header .header-top .phone-box p a:hover{

}

.main-header.light-header .header-lower .nav-right-content .theme-btn{
  background-color: #ffffff !important;
  color: #000259;
}

.main-header.light-header .header-lower .nav-right-content .theme-btn:hover{
  color: #ffffff;
}


/** page-title **/

.page-title{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 240px 0px 135px 0px;
}

.page-title .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.page-title .content-box h1{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 28px;
}

.page-title .content-box .bread-crumb{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 27px;
  text-align: center;
}

.page-title .content-box .bread-crumb li a{
  color: #ffffff;
}

.page-title .content-box .bread-crumb li a:hover{
  
}

.page-title .content-box .bread-crumb li:first-child{
  background-color: #000386;
}


/** about-style-nine **/

.about-style-nine{
  position: relative;
  padding: 90px 0px 120px 0px;
}

.about-style-nine .image-box{
  position: relative;
  display: block;
  margin-right: 25px;
}

.about-style-nine .image-box img{
  max-width: none;
  float: right;
}

.content_block_20 .content-box{
  position: relative;
  display: block;
}

.content_block_20 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.content_block_20 .content-box .text p{
  margin-bottom: 30px;
}

.content_block_20 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.content_block_20 .content-box .video-inner{
  position: relative;
  display: block;
  padding: 9px 0px 11px 100px;
}

.content_block_20 .content-box .video-inner a{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  border-radius: 50%;
}

.content_block_20 .content-box .video-inner h5{
  font-size: 18px;
  line-height: 30px;
  color: #555;
  font-weight: 700;
}

.content_block_20 .content-box .video-inner a:after, 
.content_block_20 .content-box .video-inner a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(2, 68, 145, 0.5);
  box-shadow: 0 0 0 0 rgba(2, 68, 145, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content_block_20 .content-box .video-inner a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.content_block_20 .content-box .sec-title{
  margin-bottom: 24px;
}

.chooseus-style-three.about-page{
  padding-top: 113px;
}

.skills-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: -480px;
  width: 945px;
  height: 1263px;
  background-repeat: no-repeat;
  z-index: -1;
}

.skills-section.about-page{
  padding: 0px 0px 220px 0px;
}


/** contact-info-two **/

.contact-info-two{
  position: relative;
  padding-bottom: 120px;
}

.content_block_21 .content-box{
  position: relative;
  display: block;
}

.content_block_21 .content-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #222;
  font-weight: 500;
  margin-bottom: 44px;
}

.content_block_21 .content-box .single-item{
  position: relative;
  padding: 0px 0px 32px 80px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
}

.content_block_21 .content-box .single-item:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}

.content_block_21 .content-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 48px;
  line-height: 50px;
}

.content_block_21 .content-box .single-item h3{
  font-weight: 500;
  color: #000878;
  margin-bottom: 2px;
}

.content_block_21 .content-box .single-item span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.content_block_21 .content-box .single-item p{
  font-size: 16px;
}

.content_block_21 .content-box .single-item p a{
  display: inline-block;
  color: #555;
}

.content_block_21 .content-box .single-item p a:hover{

}

.contact-info-two .map-inner{
  position: relative;
  display: block;
}

.contact-info-two .map-inner #contact-google-map{
  position: relative;
  width: 100%;
  height: 560px;
}


/** error-page-section **/

.error-page-section{
  position: relative;
  padding: 200px 0px;
}

.error-page-section .inner-box{
  position: relative;
  display: block;
}

.error-page-section .inner-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 114px;
}

.error-page-section .inner-box .image-box img{
  width: 100%;
}

.error-page-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  font-weight: 500;
  margin-bottom: 67px;
}

.error-page-section .inner-box .theme-btn{
  font-size: 18px;
  font-weight: 500;
}



/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-section.service-page .service-block-one .inner-box{
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  margin-bottom: 60px;
  background-color: #ffffff;
}

.service-block-one .inner-box .text{
  max-width: 230px;
}

.service-block-one .inner-box .image-box{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.works-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 987px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.testimonial-style-three.service-page .pattern-layer{
  bottom: inherit;
  top: 0px;
  height: 1208px;
}


/** service-details **/

.service-details{
  position: relative;
  padding: 120px 0px;
}

.service-sidebar{
  position: relative;
  display: block;
}

.service-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
}

.service-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  color: #555;
  padding: 25px 30px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 8%);
  z-index: 1;
}

.service-sidebar .category-widget .category-list li a i{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a.current:before,
.service-sidebar .category-widget .category-list li a:hover:before{
  width: 100%;
}

.service-sidebar .category-widget .category-list li a.current,
.service-sidebar .category-widget .category-list li a:hover{
  color: #ffffff;
}

.service-sidebar .category-widget .category-list li a.current i,
.service-sidebar .category-widget .category-list li a:hover i{

}

.service-sidebar .category-widget{
  margin-bottom: 100px;
}

.service-sidebar .download-widget .download-list li{
  position: relative;
  display: block;
}

.service-sidebar .download-widget .download-list li a{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 21px 80px 23px 80px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 8%);
}

.service-sidebar .download-widget .download-list li a img{
  position: absolute;
  left: 18px;
  top: 20px;
}

.service-sidebar .download-widget .download-list li a h5{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 600;
  margin-bottom: 0px;
}

.service-sidebar .download-widget .download-list li a span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}

.service-sidebar .download-widget .download-list li a i{
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: #999999;
  transition: all 500ms ease;
}

.service-sidebar .download-widget .download-list li a:hover i{
  
}

.service-sidebar .download-widget{
  margin-bottom: 100px;
}

.service-sidebar .award-widget .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 36px 50px 30px 50px;
  box-shadow: inset 0 0px 30px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.service-sidebar .award-widget .inner-box .shape{
  position: absolute;
  left: 0px;
  bottom: 55px;
  width: 100%;
  height: 276px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-sidebar .award-widget .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #222;
  font-weight: 600;
  margin-bottom: 23px;
}

.service-sidebar .award-widget .inner-box .trophy-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.service-sidebar .award-widget .inner-box .trophy-box .curved-circle{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.service-sidebar .award-widget .inner-box .trophy-box .trophy{
  position: relative;
  margin-top: 35px;
}

.service-sidebar .award-widget .inner-box p{
  font-size: 16px;
}

.service-details-content{
  position: relative;
  display: block;
}

.service-details-content .content-one .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
  margin-bottom: 26px;
}

.service-details-content .content-one .image-box img{
  width: 100%;
  border-radius: 20px;
}

.service-details-content .content-one .text h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 29px;
}

.service-details-content .content-one{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.service-details-content .text p{
  font-size: 16px;
  margin-bottom: 30px;
}

.service-details-content .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content .text h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #222;
  font-weight: 600;
  margin-bottom: 30px;
}

.service-details-content .text p span{
  font-weight: 700;
}

.service-details-content .content-two .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
}

.service-details-content .content-two .image-box img{
  width: 100%;
  border-radius: 10px;
}

.service-details-content .content-two{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.service-details-content .content-three{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.service-details-content .content-three .text{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.service-details-content .content-three .text .list-style-one li{
  float: left;
  width: 50%;
  margin-bottom: 18px;
}

.service-details-content .content-three .text .list-style-one li:before,
.service-details-content .content-three .text .list-style-one li:after{
  border-color: #555555;
}

.service-details-content .content-three .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.service-details-content .content-three .image-box img{
  width: 100%;
}

.service-details-content .content-three p{
  margin-bottom: 34px;
}
 
.service-details-content .content-four .single-item{
  position: relative;
  display: block;
  background-color: #f9f2ff;
  padding: 27px 15px 28px 15px;
  border-radius: 10px;
  margin: 30px 0px;
  transition: all 500ms ease;
}

.service-details-content .content-four .single-item:hover{
  background-color: #ffffff;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.service-details-content .content-four .single-item .icon-box{
  position: relative;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 16px;
  transition: all 500ms ease;
}

.service-details-content .content-four .single-item:hover .icon-box{

}

.service-details-content .content-four .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
}

.service-details-content .content-four .text h3{
  margin-bottom: 19px;
}

.service-details-content .dots-style-one .owl-dots .owl-dot.active span, 
.service-details-content .dots-style-one .owl-dots .owl-dot span:hover{
  width: 30px;
  background-color: #1e023a;
  border-radius: 5px;
}


/** contact-style-four **/

.contact-style-four{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.contact-style-four .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: -70px;
  width: 100%;
  height: 1005px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.contact-style-four .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 247px;
  height: 691px;
  background-repeat: no-repeat;
}

.content_block_10 .content-box .sec-title{
  margin-bottom: 18px;
}

.contact-style-four .content_block_10 .content-box .default-form .form-group{
  margin-bottom: 20px;
}

.contact-style-four .content_block_10 .content-box .default-form .form-group:last-child{
  margin-bottom: 0px;
}

.contact-style-four .image-box{
  position: relative;
  display: block;
  margin-left: 50px;
  margin-right: -100px;
}

.contact-style-four .image-box img{
  width: 100%;
}



/*** 

====================================================================
                        Project-Page
====================================================================

***/

.sortable-masonry .filters{
  position: relative;
  display: block;
  margin-bottom: 94px;
}

.sortable-masonry .filters .filter-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #222;
  cursor: pointer;
  margin: 0px 20px;
  transition: all 500ms ease;
}

.sortable-masonry .filters .filter-btns li.active,
.sortable-masonry .filters .filter-btns li:hover{

}

.project-block-one .inner-box .image-box .icon{
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 0px 30px rgb(0 0 0 / 10%);
}

.project-block-one .inner-box .image-box .icon img{
  width: auto;
}

.sortable-masonry .project-block-one .inner-box{
  margin-bottom: 72px;
}

.project-section .pagination-wrapper{
  position: relative;
  display: block;
  padding-top: 50px;
  border-top: 1px solid #a4a4a4;
}

.project-style-three.project-page-2{
  padding: 120px 0px;
  background: #ffffff;
}

.project-style-three.project-page-2 .project-block-three .inner-box{
  margin-bottom: 80px;
}

.project-style-three.project-page-2 .pagination-wrapper{
  position: relative;
  padding-top: 35px;
}


.page-title .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 17px;
}

.page-title .content-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 11px;
}

.page-title .content-box p{
  font-size: 18px;
  font-weight: 600;
}


/** project-details **/

.project-details{
  position: relative;
  padding: 120px 0px 50px 0px;
}

.project-sidebar{
  position: relative;
  display: block;
}

.project-sidebar .project-info{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 33px 45px 23px 45px;
  border-radius: 10px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.project-sidebar .project-info .single-item{
  position: relative;
  display: block;
  padding-bottom: 27px;
  margin-bottom: 31px;
  padding-left: 46px;
  border-bottom: 2px solid #e1e1e1;
}

.project-sidebar .project-info .single-item:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.project-sidebar .project-info .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 18px;
  line-height: 20px;
}

.project-sidebar .project-info .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.project-sidebar .project-info .single-item p a{
  color: #555;
}

.project-sidebar .project-info .single-item p a:hover{

}

.project-details-content{
  position: relative;
  display: block;
}

.project-details-content h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 28px;
}

.project-details-content p{
  font-size: 16px;
}

.project-details-content .content-one .text{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.project-details-content .content-one .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
}

.project-details-content .content-one .image-box img{
  width: 100%;
  border-radius: 10px;
}

.project-details-content .content-one{
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.project-details-content .two-column .single-item h3{
  font-size: 24px;
  line-height: 30px;
  color: #3a1354;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.project-details-content .two-column .single-item span{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 19px;
  margin-bottom: 18px;
}

.project-details-content .two-column .single-item span:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.project-details-content .two-column{
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.project-details-content .content-two .inner-box{
  position: relative;
  display: block;
  padding-right: 285px;
  margin-bottom: 40px;
}

.project-details-content .content-two .inner-box .image-box{
  position: absolute;
  top: -4px;
  right: 0px;
}

.project-details-content .content-two .inner-box .image-box img{
  width: 100%;
}

.project-details-content h3{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 27px;
}

.project-details-content .content-two .text p{
  margin-bottom: 30px;
}

.project-details-content .content-two .text p:last-child{
  margin-bottom: 0px;
}

.project-details .related-project{
  position: relative;
  display: block;
  padding-top: 91px;
  margin-top: 93px;
  border-top: 2px solid #959595;
}

.project-details .related-project .dots-style-one .owl-dots{
  position: absolute;
  top: -90px;
  right: 0px;
}

.project-details .related-project .dots-style-one .owl-dots .owl-dot.active span, 
.project-details .related-project .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.project-details .related-project .dots-style-one .owl-dots .owl-dot span{
  background: #a1a1a1;
}

.project-details .related-project .sec-title{
  margin-bottom: 40px;
}



/*** 

====================================================================
                        Blog-Page
====================================================================

***/


.blog-grid{
  position: relative;
  padding: 120px 0px;
}

.blog-grid .news-block-two .inner-box{
  margin-bottom: 60px;
}

.blog-grid .pagination-wrapper{
  position: relative;
  display: block;
  padding-top: 40px;
}


.sidebar-page-container{
  position: relative;
  padding: 120px 0px;
}

.sidebar-page-container .news-block-two .inner-box{
  text-align: left;
}

.blog-classic-content .news-block-two .inner-box .lower-content .inner {
  box-shadow: 0 0px 30px rgb(0 0 0 / 15%);
  padding: 36px 20px 0px 40px;
}

.news-block-two .inner-box .lower-content .inner h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 17px;
}

.news-block-two .inner-box .lower-content .inner h2 a{
  display: inline-block;
  color: #222;
}

.news-block-two .inner-box .lower-content .inner h2 a:hover{

}

.news-block-two .inner-box .lower-content .inner p{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 26px;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .inner .btn-box a{
  display: inline-block;
  margin-bottom: -15px;
  bottom: -14px;
  padding: 17px 90px;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .inner .post-info{
  margin-bottom: 5px;
}

.blog-classic-content .news-block-two .inner-box{
  margin-bottom: 90px;
}

.sidebar-page-container .pagination-wrapper{
  position: relative;
  display: block;
  padding-top: 20px;
}

.blog-classic-content{
  position: relative;
  display: block;
}

.blog-sidebar{
  position: relative;
  display: block;
}

.blog-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.blog-sidebar .widget-title h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin: 0px;
}

.blog-sidebar .search-widget{
  position: relative;
  display: block;
  margin-bottom: 61px;
}

.blog-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  font-size: 16px;
  color: #555;
  font-weight: 500;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group button{
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus{

}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.blog-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  padding-left: 50px;
}

.blog-sidebar .category-widget .category-list li a span{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.blog-sidebar .category-widget .category-list li a:hover{

}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
  left: 0px;
  top: 8px;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
  left: 4px;
  top: 12px;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before,
.blog-sidebar .category-widget .category-list li a:hover:after{

}

.blog-sidebar .category-widget .widget-title{
  margin-bottom: 26px;
}

.blog-sidebar .category-widget{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding: 0px 0px 0px 100px;
  margin-bottom: 30px;
  min-height: 80px;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.5;
}

.blog-sidebar .post-widget .post h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 2px;
}

.blog-sidebar .post-widget .post h4 a{
  display: inline-block;
  color: #222;
}

.blog-sidebar .post-widget .post h4 a:hover{

}

.blog-sidebar .post-widget .post .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  font-weight: 500;
}

.blog-sidebar .post-widget .post .category a i{
  margin-right: 10px;
}

.blog-sidebar .post-widget .widget-title{
  margin-bottom: 34px;
}

.blog-sidebar .post-widget{
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.blog-sidebar .project-widget .project-list{
  position: relative;
  display: block;
  margin: 0px -10px;
}

.blog-sidebar .project-widget .project-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 110px;
  height: 100px;
  overflow: hidden;
  margin: 10px 10px;
}

.blog-sidebar .project-widget .project-list li .image{
  position: relative;
  overflow: hidden;
}

.blog-sidebar .project-widget .project-list li .image img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .project-widget .project-list li .image:hover img{
  opacity: 0.5;
}

.blog-sidebar .project-widget .widget-title{
  margin-bottom: 21px;
}

.blog-sidebar .project-widget{
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.blog-sidebar .tags-widget .tags-list{
  position: relative;
  display: block;
  margin: 0px -10px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 10px 10px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #555;
  padding: 4px 19px;
  text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #ffffff;
}

.blog-sidebar .tags-widget .widget-title{
  margin-bottom: 27px;
}

.blog-details-content{
  position: relative;
  display: block;
}

.blog-details-content .inner-box .lower-content{
  position: relative;
  display: block;
  background-color: #ffffff;
  margin: -40px 20px 0px 20px;
  padding: 36px 30px 30px 35px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 15%);
}

.blog-details-content .inner-box .lower-content .post-date{
  position: absolute;
  left: 0px;
  top: -30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0px 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px 5px 0px 0px;
}

.blog-details-content .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.blog-details-content .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-right: 13px;
}

.blog-details-content .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.blog-details-content .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: #555;
}

.blog-details-content .inner-box .lower-content .post-info li a:hover{

}

.blog-details-content .inner-box .lower-content .post-info li i{
  margin-right: 10px;
}

.blog-details-content .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 50px;
  color: #222;
  font-weight: 600;
  margin-bottom: 17px;
}

.blog-details-content .inner-box .lower-content p{
  font-size: 16px;
  margin-bottom: 30px;
}

.blog-details-content .inner-box .lower-content p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .inner-box .lower-content .text h3{
  margin-bottom: 20px;
}

.blog-details-content .inner-box .lower-content blockquote{
  position: relative;
  display: block;
  padding: 46px 50px 31px 55px;
  border-radius: 10px;
  margin: 0px 0px 27px 0px;
}

.blog-details-content .inner-box .lower-content blockquote .icon-box{
  position: absolute;
  left: 30px;
  top: 15px;
  font-size: 72px;
  line-height: 80px;
  color: rgba(255,255,255,0.06);
}

.blog-details-content .inner-box .lower-content blockquote h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-details-content .inner-box .lower-content blockquote .designation{
  position: relative;
  display: block;
  text-align: right;
  font-size: 14px;
}

.blog-details-content .inner-box .content-one{
  position: relative;
  display: block;
  min-height: 450px;
  margin-top: 26px;
  margin-bottom: 35px;
}

.blog-details-content .inner-box .content-one h3{
  margin-bottom: 60px;
}

.blog-details-content .inner-box .content-one .inner{
  position: relative;
  display: block;
  padding-left: 90px;
}

.blog-details-content .inner-box .content-one .inner .single-item:first-child{
  padding-left: 50px;
}

.blog-details-content .inner-box .content-one .inner .single-item h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 3px;
}

.blog-details-content .inner-box .content-one .inner .single-item{
  position: relative;
  display: block;
  margin-bottom: 65px;
  z-index: 1;
}

.blog-details-content .inner-box .content-one .inner .single-item:last-child{
  margin-bottom: 0px;
}

.blog-details-content .inner-box .content-one .inner .single-item span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.blog-details-content .inner-box .content-one .image-box{
  position: absolute;
  right: 45px;
  bottom: 0px;
}

.blog-details-content .lower-text h3{
  margin-bottom: 20px;
}

.blog-details-content .post-share-option{
  position: relative;
  display: block;
  padding: 20px 20px;
  margin-bottom: 40px;
}

.blog-details-content .post-share-option h5{
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.blog-details-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #222;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  text-align: center;
}

.blog-details-content .post-share-option .social-links li a:hover{
  color: #ffffff;
}

.blog-details-content .author-box .author-thumb{
  position: absolute;
  left: 45px;
  top: 35px;
  width: 166px;
  height: 165px;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  z-index: 1;
}

.blog-details-content .author-box.author-thumb img{
  width: 100%;
  border-radius: 50%;
  max-width: 160px;
  max-height: 160px;
}

.blog-details-content .author-box .author-thumb .shape{
  position: absolute;
  left: 40px;
  top: 40px;
  width: 139px;
  height: 138px;
  background-repeat: no-repeat;
  z-index: -1;
}

.blog-details-content .author-box .author-thumb:before{
  position: absolute;
  content: '';
  border: 10px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  padding: 35px 40px 35px 45px;
  background-color: #ffffff;
  box-shadow: inset 0 0px 30px rgb(0 0 0 / 15%);
  border-radius: 20px;
  margin-bottom: 72px;
}

.blog-details-content .author-box .inner{
  position: relative;
  display: block;
  padding: 21px 0px 21px 210px;
  min-height: 178px;
}

.blog-details-content .author-box .inner h3{
  font-weight: 700;
  margin-bottom: 1px;
}

.blog-details-content .author-box .inner .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 23px;
}

.blog-details-content .author-box .inner p{
  font-size: 16px;
}

.group-title{
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.group-title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #222;
  font-weight: 500;
}

.blog-details-content .comment{
  position: relative;
  display: block;
  padding-left: 150px;
  margin-bottom: 64px;
  min-height: 96px;
}

.blog-details-content .comment.replay-comment{
  margin-left: 125px;
}

.blog-details-content .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: -11px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.blog-details-content .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment .comment-info h3 span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 35px;
  font-weight: 400;
  color: #555;
}

.blog-details-content .comment .comment-info{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.blog-details-content .comment p{
  font-size: 14px;
  line-height: 24px;
}

.blog-details-content .comment .reply-btn{
  position: absolute;
  display: inline-block;
  top: 2px;
  right: 0px;
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
}

.blog-details-content .comment .reply-btn:hover{
  text-decoration: underline;
}

.blog-details-content .comment-box{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 23px;
}

.blog-details-content .comments-form-area .group-title h2{
  margin-bottom: 22px;
}

.blog-details-content .comments-form-area .group-title p{
  font-size: 16px;
}

.blog-details-content .comments-form-area .comment-form .form-group{
  position: relative;
  margin-bottom: 25px;
}

.blog-details-content .comments-form-area .comment-form .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .comment-form .form-group input[type='text'],
.blog-details-content .comments-form-area .comment-form .form-group input[type='email'],
.blog-details-content .comments-form-area .comment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  color: #555;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .comment-form .form-group textarea{
  height: 200px;
  resize: none;
}

.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content .comments-form-area .comment-form .form-group textarea:focus{

}

.submit-review .custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
}

.blog-details-content .comments-form-area .comment-form .custom-control.material-checkbox .material-control-input {
  display: none;
}

.blog-details-content .comments-form-area .comment-form .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.blog-details-content .comments-form-area .comment-form .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 12px;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.blog-details-content .comments-form-area .comment-form .custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  font-weight: 400;
}

.blog-details-content .comments-form-area .comment-form .custom-control{
  position: relative;
  margin: 0px;
  padding-left: 45px;
}

.blog-details-content .comments-form-area .comment-form .form-group .theme-btn{
  border-radius: 10px;
  padding: 12.5px 30px;
  margin-top: 5px;
}


.team-page-section{
  position: relative;
  padding: 113px 0px 60px 0px;
}

.team-page-section .team-block-two .inner-box{
  margin-bottom: 60px;
}

.pricing-style-three.pricing-page{
  padding: 0px 0px 150px 0px;
}

.team-block-two{
  max-width: 270px;
  margin: 0 auto;
}


/*** 

====================================================================
                        Faq-Page
====================================================================

***/


.accordion-box-two .block{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  border: 1px solid transparent;
  transition: all 500ms ease;
}

.accordion-box-two .block:last-child{
  margin-bottom: 0px;
}

.accordion-box-two .block.active-block{
  border-color: #dddddd;
  box-shadow: none;
}

.accordion-box-two .block .acc-btn .icon-outer{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 24px;
  line-height: 30px;
  color: #999;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.accordion-box-two .block .acc-btn .icon-outer:before{
  position: absolute;
  content: '+';
  top: 14px;
  right: 23px;
  opacity: 1;
  transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn.active .icon-outer:before{
  opacity: 0;
}

.accordion-box-two .block .acc-btn .icon-outer:after{
  position: absolute;
  content: '-';
  top: 14px;
  right: 23px;
  opacity: 0;
  transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn.active .icon-outer:after{
  opacity: 1;
}

.accordion-box-two .block .acc-btn{
  position: relative;
  display: block;
  padding: 15px 55px 15px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn.active{
  padding-top: 24px;
}

.accordion-box-two .block .acc-btn h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn.active h5{

}

.accordion-box-two .block .acc-content{
  position:relative;
  display:none;
  padding: 7px 30px 32px 30px;
}

.accordion-box-two .block .acc-content.current{
  display:block;  
}

.accordion-box-two .block .acc-content p{
  font-size: 16px;
}

.faq-page-section{
  position: relative;
}

.faq-page-section .content-box-one{
  position: relative;
  display: block;
  padding: 93px 0px 80px 0px;
  border-bottom: 1px solid #959595;
}

.faq-page-section .content-box-two{
  padding: 93px 0px 100px 0px;
}

.faq-page-section .sec-title{
  margin-bottom: 40px;
}