 

/************ 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.banner_text p em
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;
  text-align: center;
}

.sec-title h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sec-title h3,
.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-right: 35px;
  -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: #C47401;
  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;
  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.menu-item-has-children:hover > ul,
.main-menu .navigation > li.menu-item-has-children: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.menu-item-has-children:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.menu-item-has-children .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.menu-item-has-children .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

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




.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:block;
  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;
  background: #f5f5f5;
  padding-top: 35px;
}

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




.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;
}
h3 a:hover{color:#00baff !important;}
.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;
  max-width: 500px;
}

.content_block_2 .content-box .text p{
  line-height: 36px;
  font-weight: 500;
}

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

.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: #05113b;
  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;    min-height: 160px;
}

.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%;
  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: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: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: block;
  width: 240px;
  height: 240px;
  line-height: 260px;
  text-align: center;
  border-radius: 50%;
  font-size: 85px;
  z-index: 1;
  margin: 0px auto;
}

.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: 50px 0;
}

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

.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 45px 0px 45px;
  border-radius: 50px;
  background-color: #03103d;
  margin-top: 40px;
}

.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: 50px 0;
}

.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: 'FontAwesome';
  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; min-height: 65px;
}

.service-block-three .inner-box h3 a{
  display: inline-block;
  color: #222;
  font-size: 22px;
}

.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: 50px;
}

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

.funfact-section .inner-container{
  position: relative;
  display: block;
  padding: 50px;
  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 **/

.page-id-21 .chooseus-style-two{
  position: relative;
  padding: 113px 0px 60px 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: #0d1b57;
  border-radius: 20px;
  padding: 39px 30px 42px 190px;
  margin-bottom: 30px;
  z-index: 999;
  min-height: 230px;
}

.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;
  text-transform: uppercase;
}

.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 .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: 50px 0;
  background-color: #f5f5f5;
}

.project-block-three .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 60px;
  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: #C47401;
}

.project-block-three .inner-box .lower-content h3 a:hover{

}

.project-block-three .inner-box .lower-content p{
  font-size: 16px;
  margin-bottom: 7px;
	min-height: 120px;
}

.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: 50px 0;
}

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

.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: 50px 0px 70px 0px;
  background-color: #ecf0ff;
}

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

.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: #fff;
  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;display: flex; padding-left: 180px;align-items: center; margin-top: 50px;
}
.faq-section .video-btn h3 {position: relative;display: block;font-size: 36px;line-height: 48px;color: #fff;font-weight: 600;text-align: left;}

.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:50px 0;
}

.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: #131e44;
  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: 85px 50px 50px 70px;
  border-radius: 10px;
  box-shadow: 0 0px 20px rgb(0 0 0 / 15%);
}

.pricing-section .tabs-content .inner .text h3{
  font-size: 28px;
  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: 'FontAwesome';
  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: -80px;
  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{ margin:50px 0 0;
  position: relative;
  padding:100px 0px 40px 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{ min-height: inherit !important;
  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: #000;
}

.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:70px 0px 40px;
}

.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 0px 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:35px 50px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  margin-top: 22px;
}



.testimonial-style-three .testimonial-content .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.testimonial-style-three .testimonial-content .text p{
  font-size: 20px;
  line-height: 40px;
}

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




/* template-color */

.handle-preloader{
	background: -webkit-linear-gradient(-90deg, #03103d, #03103d 100%);
}

.preloader-close{
	color: #03103d;
}

.header-top .phone-box p a:hover{
  color: #ff007e;
}

.header-top .social-links li a:hover{
  background: #ff007e;
  border-color: #ff007e;
}

.header-top .search-box .form-group input:focus + button,
.header-top .search-box .form-group button:hover{
  color: #ff007e;
}

.theme-btn.btn-one{
	color: #ff007e;
}

.theme-btn:before{
	background: #070a83;
}

.theme-btn:hover{
  background: #070a83 !important;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
	color: #ff007e;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  color: #ff007e;
}

.sticky-header{
	background-color: #070a83;
}

.theme-btn.btn-two{
	background: #ff007e;
}

.theme-btn.btn-three{
	background: #070a83;
}

.theme-btn.btn-three:after{
	background: #911ccb;
}

.theme-btn.btn-three:before{
	background: #911ccb;
}

.banner-section .content-box h3{
	color: #070a83;
}

.sec-title h5{
	color: #05113b;
}

.service-block-one .inner-box .icon-box{
	color: #ff007e;
}

.service-block-one .inner-box:before{
	background: -webkit-linear-gradient(-90deg, #a000ee, #073d83 100%);
}

.image_block_1 .image-box .video-btn a{
	border: 23px solid #fe7721;
	color: #073d83;
}

.content_block_1 .content-box .tab-btns li i{
	color: #3a1354;
}

.content_block_1 .content-box .tab-btns li.active-btn,
.content_block_1 .content-box .tab-btns li:hover{
  color: #073d83;
}

.content_block_1 .content-box .tab-btns li span:before{
	background: #fe7721;
}

.list-style-one li:before{
	border: 2px solid #ff007e;
}

.list-style-one li:after{
	border: 2px solid #ff007e;
}

.working-block-one .inner-box .icon-box{
	color: #ff007e;
}


.solutions-section{
	background: -webkit-linear-gradient(-90deg, #3f005e, #1d0031 100%);
}

.solutions-block-one .inner-box .link a{
	background: #ff007e;
}

.solutions-block-one .inner-box:before{
	background: #ff007e;
}

.solutions-block-one .inner-box:hover .icon-box{
	color: #ff007e;
}

.dots-style-one .owl-dots .owl-dot span{
	background: #073d83;
}

.dots-style-one .owl-dots .owl-dot.active span, 
.dots-style-one .owl-dots .owl-dot span:hover{
	background: #ff007e;
}

.theme-btn.btn-four{
	border: 1px solid #ff007e;
}

.theme-btn.btn-four:before{
	background: #ff007e;
}

.project-block-one .inner-box .overlay-content{
	background: -webkit-linear-gradient(-90deg, #a000ee, #073d83 100%);
}

.project-block-one .inner-box .overlay-content .link a{
	background: #ff007e;
}

.progress-box .bar-inner{
	background: -webkit-linear-gradient(0deg, #073d83, #006fff 100%);
}

.progress-box .bar-inner:before{
	background: -webkit-linear-gradient(0deg, #073d83, #006fff 100%);
}

.progress-box .icon-box{
	color: #ff007e;
}

.counter-block-one .inner-box .icon-box{
	color: #ff007e;
}

.clients-section{
	background: -webkit-linear-gradient(-90deg, #1e023a, #300061 100%);
}

.clients-section .dots-style-one .owl-dots .owl-dot.active span, 
.clients-section .dots-style-one .owl-dots .owl-dot span:hover{
	background: #ff007e;
	border-color: #ff007e;
}

.content_block_3 .content-box .author-info h3{
	color: #073d83;
}

.content_block_3 .content-box .author-info .designation{
	color: #ff007e;
}

.content_block_3 .content-box .author-info .rating-box li{
	color: #ffa800;
}

.testimonial-section .bx-controls.bx-has-controls-direction a.bx-prev:hover, 
.testimonial-section .bx-controls.bx-has-controls-direction a.bx-next:hover{
  color: #ff007e;
}

.news-block-one .inner-box .image-box:before{
	background: rgba(0,186,255,0.8);
}

.news-block-one .inner-box .image-box .post-date{
	background: #ff007e;
}

.news-block-one .inner-box:hover .image-box .post-date{
	color: #ff007e;
}

.news-block-one .inner-box .lower-content .link a{
	color: #ff007e;
}

.footer-top{
  background-image: -webkit-linear-gradient(-90deg, #300061, #1e023a 100%);
}

.footer-top a:hover{
  color: #ff007e;
}

.footer-top .about-widget .social-links li a:hover{
  background-color: #ff007e;
  border-color: #ff007e;
}

.footer-top .links-widget .links-list li a:before{
	background-color: #ff007e;
}

.footer-top .footer-subscriber .subscribe-form .form-group input:focus{
  border-color: #ff007e !important;
}

.scroll-top.style-one{
	background: #073d83;
}

.scroll-top.style-one:hover{
	    background: #00baff;
    color: #fff !important;
}

.footer-bottom a:hover{
	color: #ff007e;
}

.header-top-two .top-inner .support-box p a:hover{
  color: #94d0d3;
}

.header-top-two .top-inner .social-links li a:hover{
	background: #94d0d3;
	border-color: #94d0d3;
}

.theme-btn.btn-five:before{
  background-color: #94d0d3;
}

.header-style-two .main-menu .navigation > li > ul > li > a:hover, 
.header-style-two .main-menu .navigation > li > .megamenu li > a:hover{
   color: #94d0d3;
}

.banner-style-two .content-box .subscribe-form .form-group button:hover{
  color: #94d0d3;
}

.sec-title.style-two h5{
	color: #05113b;
}

.service-block-two .inner-box .icon-box{
	color: #1e6af9;
}

.service-block-two .link a{
	background-color: #1e6af9;
}

.service-block-two .link a:hover{
	background-color: #ff007e;
}

.service-block-two .inner-box:before{
	background-color: #04265e;
}

.service-block-two:hover .inner-box{
	background-color: #04265e;
}

.project-block-two .inner-box .image-box .link:hover{
	background-color: #ff007e;
}

.project-block-two .inner-box .text h5 a:hover{
  color: #ff007e;
}

.project-style-two .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-two .dots-style-one .owl-dots .owl-dot span:hover{
	background-color: #94d0d3;
}

.works-block-two .inner-box .count-box{
	   border-top: 2px solid #d4e373;
}

.works-block-two .inner-box .count-box .count-text{
	background-color: #27b101;
}





.works-block:nth-child(2) .works-block-two .inner-box .count-box{
  border-top: 2px solid #43c0ec;
}

.works-block:last-child .works-block-two .inner-box .count-box{
  border-top: 2px solid #c71dfe;
}

.works-block:nth-child(2) .works-block-two .inner-box .count-box .count-text{
	background-color: #014bc1;
}

.works-block:last-child .works-block-two .inner-box .count-box .count-text{
  background: #44107b;
}

.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{
	background: #43c0ec;
}

.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{
  background: #c71dfe;
}

.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{
  border-color: #43c0ec;
}

.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{
	border-color: #c71dfe;
}

.works-block-two .inner-box .icon-box{
	color: #26b001;
}

.works-block:nth-child(2) .works-block-two .inner-box .icon-box{
	color: #0173c9;
}

.works-block:last-child .works-block-two .inner-box .icon-box{
  	color: #500895;
}

.content_block_5 .content-box .inner-box .single-item:first-child h3{
	color: #2eb305;
}

.content_block_5 .content-box .inner-box .single-item:last-child h3{
	color: #014bc1;
}

.content_block_5 .content-box .inner-box .single-item:first-child h3:before{
	background-color: #2eb305;
}

.content_block_5 .content-box .inner-box .single-item:last-child h3:before{
	background-color: #014bc1;
}

.testimonial-style-two .testimonial-content .rating-box li{
	color: #fcf040;
}

.testimonial-style-two .owl-nav .owl-prev:hover,
.testimonial-style-two .owl-nav .owl-next:hover{
	color: #ff007e;
}

.news-block-one .inner-box .lower-content .category a:hover{
  color: #00baff;
}

.news-style-two .news-block-one .inner-box .lower-content .link a{
	color: #002a7d;
}

.news-style-two .news-block-one .inner-box .lower-content .link a:hover{
	color: #00baff;
}

.contact-info-section .single-info .icon-box{
	background: -webkit-linear-gradient(0deg, #009ca6, #0053a9 50%);
}

.contact-info-section .single-info p a:hover{
  color: #ff007e;
}

.footer-top-two{
	border-bottom: 2px solid #1fb4b0;
}

.footer-top-two .logo-widget .subscribe-form .form-group button{
	background: -webkit-linear-gradient(0deg, #00aaa5, #006f7e 50%) !important;
}

.footer-top-two .links-widget .links-list li a:hover{
  color: #00aaa5;
}

.footer-top-two .links-widget .links-list li a:before{
	background-color: #00aaa5;
}

.footer-top-two .gallery-widget .image-list .image{
	background: -webkit-linear-gradient(0deg, #00aaa5, #006f7e 50%);
}

.footer-style-two .footer-bottom a:hover{
  color: #00aaa5;
}

.main-header .search-box-btn{
	background-color: #0087ff;
}

.main-header .search-box-btn:hover{
  background-color: #0255c1;
}

.header-style-three .main-menu .navigation > li > ul > li > a:hover, 
.header-style-three .main-menu .navigation > li > .megamenu li > a:hover{
  color: #0087ff;
}

.theme-btn.btn-seven{
  background-color: #0087ff !important;
}

.theme-btn.btn-eight{
	background: -webkit-linear-gradient(0deg, #000, #000 100%) !important;
}

.content_block_6 .content-box .list-item li:before{
	color: #05113b;
}

.service-block-three .inner-box .icon-box{
    background: -webkit-linear-gradient(0deg, #ca00d3, #022aff 100%);
}

.service-block-three .inner-box:before{
	background: -webkit-linear-gradient(-90deg, #03113d, #0086ff 100%);
}

.banner-style-three .social-links li a:hover{
	background: #0087ff;
	border-color: #0087ff;
}

.chooseus-style-two{
	background: -webkit-linear-gradient(0deg, #00082c, #00082c 100%);
}

.project-block-three .inner-box .image-box .link:hover{
   background-color: #ff007e;
}

.project-block-three .inner-box .lower-content h3 a:hover{
  color: #0429fe;
}

.project-style-three .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-three .dots-style-one .owl-dots .owl-dot span:hover{
  background-color: #94d0d3;
}

.team-block-one .inner-box .image-box:after{
	background: -webkit-linear-gradient(-90deg, #03103e, #0086fe 100%);
}

.team-block-one .inner-box .lower-content .overlay-content p a:hover{
  color: #002aff;
}

.team-block-one .inner-box .lower-content .overlay-content .social-links li a:hover{
  color: #002aff;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
  color: #002aff;
}

.accordion-box .block .acc-btn.active{
  background: -webkit-linear-gradient(0deg, #02225b, #02225b 100%);
}

.accordion-box .block .acc-btn .icon-outer{
	background-color: #011785;
}

.faq-section .video-btn a{
	background: -webkit-linear-gradient(-90deg, #0087ff, #03103d 100%);
}

.pricing-section .tab-btns li h6{
	color: #131e44;
}

.pricing-section .tab-btns li.active-btn,
.pricing-section .tab-btns li:hover{
	background-color: #131e44;
}

.pricing-section .tabs-content .inner .text .list li:before{
	color: #131e44;
}

.footer-style-three .footer-top-two{
	background: -webkit-linear-gradient(-90deg, #03103d, #042864 100%);
}

.footer-style-three .social-links li a:hover{
	background-color: #00baff;
	border-color: #00baff;
}

.footer-style-three .footer-top-two .links-widget .links-list li a:before{
	background-color: #00baff;
}

.footer-style-three .footer-top-two .links-widget .links-list li a:hover{
	color: #00baff;
}

.footer-style-three .footer-top-two .contact-widget .info-list li h4{
	color: #00baff;
}

.footer-style-three .footer-top-two .contact-widget .info-list li p a:hover{
  color: #00baff;
}

.footer-style-three .footer-bottom a:hover{
  color: #00baff;
}

.footer-style-three .scroll-top.style-one{
	color: #00baff;
}

.header-top-three .info li i{
	color: #262b96;
}

.header-top-three .info li a:hover{
  color: #262b96;
}

.header-top-three .link a i{
	color: #262b96;
}

.header-top-three .link a:hover{
  color: #262b96;
}

.header-top-three .social-links li a:hover{
  color: #262b96;
}

.header-style-four .search-box .form-group button{
	color: #d300c8;
}

.header-style-four .inner-container .main-menu .navigation > li.current > a, 
.header-style-four .inner-container .main-menu .navigation > li:hover > a{
  color: #d300c8;
}

.header-style-four .main-menu .navigation > li > ul > li > a:hover, 
.header-style-four .main-menu .navigation > li > .megamenu li > a:hover{
  color: #d300c8;
}

.theme-btn.btn-nine{
	background: -webkit-linear-gradient(0deg, #6600ff, #d400c8 100%) !important;
}

.banner-style-four .content-box h2{
	color: #001e7f;
}

.feature-block-one .inner-box .link a:hover{
  color: #d300c8;
}

.service-style-four:before{
	background: -webkit-linear-gradient(45deg, #6600ff, #000a83 100%);
}

.news-block-four .inner-box .btn-box a{
	background-color: #681bef;
}

.news-block-four .inner-box .btn-box a:hover{
	color: #631ce8;
}

.list-style-two li:before{
	border: 2px solid #00c6ff;
}

.list-style-two li:after{
	background-color: #00c6ff;
}

.chooseus-block-two .inner-box h3:before{
	background-color: #9c00ff;
}

.testimonial-style-three .thumb-box .dotted-1{
	background-color: #9c00ff;
}

.testimonial-style-three .thumb-box .dotted-2{
	background-color: #00baff;
}

.testimonial-style-three .thumb-box .dotted-3{
	background-color: #2d004a;
}

.testimonial-style-three .testimonial-content .author-info h3{
	color: #073d83;
}



.testimonial-style-three .testimonial-content .author-info .rating li{
	color: #ffa800;
}

.testimonial-style-three .owl-nav .owl-prev:hover,
.testimonial-style-three .owl-nav .owl-next:hover{
	color: #2d004a;
}

.newsletter-section{
	background: -webkit-linear-gradient(0deg, #000983, #6600ff 100%);
}

.content_block_9 .content-box .newsletter-form .form-group input:focus{
  border-color: #ff007e !important;
}

.content_block_9 .content-box .other-links li a:hover{
  color: #fffc00;
}

.skills-style-two .progress-box .icon-box{
	background: -webkit-linear-gradient(-90deg, #2d004a, #9a00fb 100%);
}

.content_block_2 .content-box .sec-title{
	margin-bottom: 30px;
}

.news-block-one .inner-box .lower-content .link-box a{
	background: -webkit-linear-gradient(0deg, #9c00ff, #fe007f 100%);
}

.news-style-three .news-block-one .inner-box .lower-content h3 a:hover{
  color: #9c00ff !important;
}

.news-style-three .news-block-one .inner-box .image-box:before{
  background-color: rgba(156,0,255,0.8);
}

.news-style-three .news-block-one .inner-box .lower-content .category a:hover{
  color: #9c00ff;
}

.contact-section{
	background-color: #190f8b;
}

.content_block_10 .content-box .default-form .form-group input:focus,
.content_block_10 .content-box .default-form .form-group textarea:focus{
  border-color: #ff007e !important;
}

.footer-style-four{
	background-color: #06004b;
}

.scroll-top.style-two{
	background-color: #06004b;
	color: #00baff;
}

.footer-style-four .footer-top-two .links-widget .links-list li a:before{
  background-color: #00aeff;
}

.footer-style-four .footer-top-two .links-widget .links-list li a:hover{
  color: #00aeff;
}

.footer-style-four .contact-widget .info-list li a:hover{
  color: #00aeff;
}

.footer-style-four .footer-top-two{
	border-bottom: 1px solid #00aeff;
}

.footer-style-four .footer-bottom{
  background-color: #06004b;
}

.footer-style-four .footer-bottom a:hover{
  color: #00aeff;
}

.footer-style-four .footer-bottom .social-links li a:hover{
  background-color: #00aeff;
  border-color: #00aeff;
}

.header-style-five .header-lower .nav-right-content .search-box-btn:hover{
	background-color: #ff9607;
}

.header-style-five .header-lower .nav-right-content .support-box a:hover{
  color: #ff9607;
}

.header-style-five .main-menu .navigation > li > ul > li > a:hover, 
.header-style-five .main-menu .navigation > li > .megamenu li > a:hover{
  color: #ff9607;
}

.banner-style-five .content-box .video-btn a{
	background: -webkit-linear-gradient(0deg, #03103d, #0086fd 100%);
}

.banner-style-five .anim-icon .icon-1{
	background: -webkit-linear-gradient(90deg, #3d55ff, #5ca6ff 100%);
}

.banner-style-five .anim-icon .icon-2{
	background: -webkit-linear-gradient(90deg, #ff8048, #ff3c76 100%);
}

.banner-style-five .anim-icon .icon-3{
	background: -webkit-linear-gradient(90deg, #ff8048, #ff3c76 100%);
}

.banner-style-five .anim-icon .icon-4{
	background: -webkit-linear-gradient(90deg, #3d55ff, #5ca6ff 100%);
}

.banner-style-five .anim-icon .icon-5{
	background: -webkit-linear-gradient(90deg, #ff920b, #feb628 100%);
}

.banner-style-five .anim-icon .icon-6{
	background: -webkit-linear-gradient(90deg, #ff920b, #feb628 100%);
}

.banner-style-five .anim-icon .icon-7{
	background: -webkit-linear-gradient(90deg, #3d57ff, #5ca7ff 100%);
}

.banner-style-five .anim-icon .icon-8{
	background: -webkit-linear-gradient(90deg, #3d57ff, #5ca7ff 100%);
}

.theme-btn.btn-ten{
	background: -webkit-linear-gradient(0deg, #ff6525, #ff9601 100%) !important;
}

.content_block_11 .content-box .inner-box .single-item h3:before{
	background-color: #0083f8;
}

.service-block-five .inner-box:before{
	background: -webkit-linear-gradient(-90deg, #ff6525, #ff9601 100%);
}

.service-block-five .inner-box .btn-box a:hover{
  background-color: #0087ff;
}

.service-style-five .dots-style-one .owl-dots .owl-dot.active span, 
.service-style-five .dots-style-one .owl-dots .owl-dot span:hover{
	background-color: #0087ff;
}

.works-block-two .inner-box .count-box .count-text:before{
	background-color: #27b101;
}

.works-block:nth-child(2) .works-block-two .inner-box .count-box .count-text:before{
	background-color: #014bc1;
}

.works-block:last-child .works-block-two .inner-box .count-box .count-text:before{
	background-color: #44107b;
}

.content_block_12 .content-box .other-links li a:hover{
  color: #6600ff;
}

.content_block_12 .content-box .newsletter-form .form-group input:focus{
  border-color: #6600ff !important;
}

.project-block-four .inner-box .image-box:before{
	background: -webkit-linear-gradient(-90deg, rgba(255,101,37,0.8), rgba(255,150,1,0.8) 100%);
}

.project-block-four .inner-box .text h5 a:hover{
  color: #0087ff;
}

.project-style-four .other-links h5{
	color: #0087ff;
}

.project-style-four .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-four .dots-style-one .owl-dots .owl-dot span:hover{
	background-color: #0087ff;
}

.team-block-two .inner-box .image-box .social-links li a{
	color: #0039ff;
}

.team-block-two .inner-box .image-box .social-links li:first-child a{
  color: #0096ff;
}

.team-block-two .inner-box .image-box .social-links li:nth-child(2) a{
  color: #ff0101;
}

.team-block-two .inner-box .image-box .social-links li:nth-child(4) a{
  color: #ea4c89;
}

.team-block-two .inner-box .image-box .social-links li:last-child a{
  color: #ea4c4c;
}

.team-block-two .inner-box .image-box:before{
	background: -webkit-linear-gradient(-90deg, #fe763b, #ff9706 100%);
}

.team-block-two .inner-box .lower-content .designation .bar{
	background-color: #4800ff;
}

.team-block-two .inner-box:before{
	background: -webkit-linear-gradient(-90deg, #fff, #4800ff 100%);
}

.award-block-one .inner-box .icon-box .icon{
	background-color: #e82260;
}

.award-block:nth-child(2) .award-block-one .inner-box .icon-box .icon{
	background-color: #2e3192;
}

.award-block:last-child .award-block-one .inner-box .icon-box .icon{
	background-color: #ff9c13;
}

.award-block-one .inner-box h3{
	color: #e7285d;
}

.award-block:nth-child(2) .award-block-one .inner-box h3{
	color: #2e3192;
}

.award-block:last-child .award-block-one .inner-box h3{
	color: #ff9a12;
}

.footer-style-five .footer-top-two{
	background-color: #0c0d43;
}

.footer-style-five .footer-top-two .links-widget .links-list li a:before{
  background-color: #ff9706;
}

.footer-style-five .footer-top-two .links-widget .links-list li a:hover{
	color: #ff9706;
}

.footer-style-five .contact-widget .info-list li a:hover{
	color: #ff9706;
}

.footer-style-five .social-links li a:hover{
	background-color: #004eff;
	border-color: #004eff;
}

.footer-style-five{
	background-color: #655dff;
}

.footer-style-five .footer-bottom a:hover{
  color: #ff9706;
}

.footer-style-five .scroll-top.style-one:hover{
  background-color: #ff9706;
}

.header-style-six .search-box-btn:hover{
	color: #ff9706;
}

.header-style-six .main-menu .navigation > li > ul > li > a:hover, 
.header-style-six .main-menu .navigation > li > .megamenu li > a:hover{
  color: #ff9706;
}

.header-style-six .header-lower:before{
	background-color: #640d83;
}

.header-style-six .header-lower:after{
	background-color: #640d83;
}

.service-block-six .inner-box .link a{
	color: #653a93;
}

.service-block-six .inner-box:before{
	background: -webkit-linear-gradient(0deg, #ff6525, #ff9601 100%);
}

.service-style-six .dots-style-one .owl-dots .owl-dot.active span, 
.service-style-six .dots-style-one .owl-dots .owl-dot span:hover{
	background-color: #0087ff;
}

.works-block-three .inner-box .count{
	background-color: #f99746;
}

.content_block_14 .content-box .inner-box .single-item .icon-box{
	color: #fe753c;
}

.video-section .bg-layer{
	background-color: #4a0f6f;
}

.video-section .video-content .bg-shape-1{
	background: -webkit-linear-gradient(0deg, #640d83, #380559 100%);
}

.video-section .video-content .bg-shape-2{
	background: -webkit-linear-gradient(0deg, #380559, #640d83 100%);
}

.video-section .video-content .video-btn:before{
	background: -webkit-linear-gradient(0deg, #ffcd06, #ff6100 100%);
}

.video-section .video-content .video-btn a{
	color: #4a0f6f;
}

.pricing-block-one .pricing-table .table-header h3{
	color: #e24100;
}

.pricing-block-one .pricing-table .table-header:before{
	background-color: #221b7b;
}

.pricing-block-one .pricing-table .table-header:after{
	background-color: #221b7b;
}

.pricing-block-one .pricing-table .pricing-box span{
	color: #e24100;
}

.pricing-block-one .pricing-table .table-footer:before{
	background-color: #221b7b;
}

.testimonial-style-four .testimonial-block .inner-box .text{
	background: -webkit-linear-gradient(-90deg, #640d83, #360953 100%);
}

.testimonial-style-four .testimonial-block .inner-box .author h3{
	color: #073d83;
}

.testimonial-style-four .testimonial-block .inner-box .author .designation{
	color: #ff007e;
}

.testimonial-style-four .testimonial-block .inner-box .text .rating li{
	color: #ffa800;
}

.testimonial-style-four .testimonial-block .inner-box .text:before{
	background-color: #640d83;
}

.testimonial-style-four .client-testimonial-carousel .owl-nav button:hover{
  color: #ff9706;
  border-color: #ff9706;
}

.channel-block-one .inner-box h3:before{
	background-color: #ff9706;
}

.news-block-two .inner-box .image-box{
	background: #070a83;
}

.news-block-two .inner-box .lower-content .inner .post-date{
	background-color: #e24100;
}

.news-block-two .inner-box .lower-content .inner .post-info li a:hover{
	color: #ff9706;
}

.news-block-two .inner-box .lower-content .inner .post-info li i{
	color: #ff9706;
}

.news-block-two .inner-box .lower-content .inner .btn-box a{
	color: #002a7d;
}

.news-block-two .inner-box .lower-content .inner .btn-box a:before{
	background: -webkit-linear-gradient(0deg, #ff9706, #ffc600 100%);
}

.news-style-four .owl-nav button{
	border: 1px solid #002a7d;
	color: #002a7d;
}

.news-style-four .owl-nav button:hover{
  border: 1px solid #ff9706;
  color: #ff9706;
}

.footer-style-six{
	background: -webkit-linear-gradient(-90deg, #6a0e8b, #4a0f6f 100%);
}

.footer-style-six .about-widget .btn-box a:hover{
  background-color: #ff9706;
}

.footer-style-six .footer-top-two .links-widget .links-list li a:before{
	background-color: #ff9706;
}

.footer-style-six .footer-top-two .links-widget .links-list li a:hover{
  color: #fcff00;
}

.footer-style-six .footer-top-two .contact-widget .info-list li p a:hover{
  color: #fcff00;
}

.footer-style-six .footer-top-two .subscribe-widget .subscribe-form .form-group input:focus{
  border-color: #ff9706 !important;
}

.footer-style-six .footer-bottom a:hover{
  color: #ff9706;
}

.footer-style-six .social-links li a:hover{
	border-color: #ff9706;
	background-color: #ff9706;
}

.header-style-seven .header-lower .social-links li a:hover{
    border-color: #ff9706;
	background-color: #ff9706;
}

.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{
  color: #ff9706;
}

.theme-btn.btn-eleven{
	background-color: #ff8400 !important;
}

.header-style-seven .main-menu .navigation > li > ul > li > a:hover, 
.header-style-seven .main-menu .navigation > li > .megamenu li > a:hover{
  color: #ff9706;
}

.banner-style-seven .content-box .btn-box a.banner-btn:before{
  background-color: #ff8400 !important;
}

.feature-block-three .inner-box .icon-box .icon{
	background-color: #6a0e8b;
}

.feature-block-three .inner-box .icon-box .dot-box .dot-1{
	background-color: #ff9706;
}

.feature-block-three .inner-box .icon-box .dot-box .dot-3{
	background-color: #6a0e8b;
}

.feature-block:nth-child(2) .feature-block-three .inner-box .icon-box .icon{
	background-color: #ff9706;
}

.feature-block:last-child .feature-block-three .inner-box .icon-box .icon{
  background-color: #001568;
}

.content_block_15 .content-box .text .list li:before{
	color: #ff9706;
}

.content_block_15 .content-box .btn-box .phone:hover{
  color: #ff9706;
}

.service-block-seven .inner-box .icon-box .icon{
	color: #004199;
}

.service-block-seven .inner-box:before{
  background: #004199;
}

.app-screenshots-section .dots-style-one .owl-dots .owl-dot.active span, 
.app-screenshots-section .dots-style-one .owl-dots .owl-dot span:hover{
	background-color: #0087ff;
}

.content_block_16 .content-box .accordion-box .block .acc-btn.active{
  background-color: #ff9706;
}

.content_block_16 .content-box .accordion-box .block .acc-btn .icon-outer{
	background-color: #002a7d;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .designation{
	color: #ff007e;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .rating li{
	color: #ffa800;
}

.testimonial-style-five .testimonial-block .inner-box .author-box h3{
	color: #073d83;
}

.testimonial-style-five .dots-style-one .owl-dots .owl-dot.active span, 
.testimonial-style-five .dots-style-one .owl-dots .owl-dot span:hover{
	background-color: #0087ff;
}

.contact-style-two .default-form .form-group input:focus,
.contact-style-two .default-form .form-group textarea:focus{
  border-color: #0068ff !important;
}

.subscribe-section .inner-box{
	background-color: #197de0;
}

.subscribe-section .inner-box .subscribe-form .form-group button{
	background-color: #ff9706;
}

.subscribe-section .inner-box .subscribe-form .form-group input:focus + button,
.subscribe-section .inner-box .subscribe-form .form-group button:hover{
  background-color: #197de0;
}

.subscribe-section .inner-box .subscribe-form .form-group input:focus{
  border-color: #ff9706 !important;
}

.footer-style-seven .footer-top-two{
	border-color: #0068ff;
	background: -webkit-linear-gradient(0deg, #030a3c, #003a81 100%);
}

.footer-top-two .post-widget .post .image-box{
	background: #ff007e;
}

.footer-top-two .post-widget .post h4 a:hover{
  color: #00aaa5;
}

.footer-top-two .post-widget .post .category a:hover{
  color: #00aaa5;
}

.footer-style-seven .footer-top-two .links-widget .links-list li a:before{
  background-color: #0068ff;
}

.footer-style-seven .scroll-top.style-one{
	color: #0068ff;
}

.footer-style-seven .footer-bottom a:hover{
  color: #00aaa5;
}

.header-style-eight .header-top .social-links li a:hover{
	background-color: #00c9ef;
	border-color: #00c9ef;
}

.header-style-eight .header-top .phone-box p a:hover{
  color: #00c9ef;
}

.header-style-eight .header-lower .nav-right-content .theme-btn{
	background-color: #00c9ef !important;
}

.header-style-eight .search-box-btn:hover{
  color: #00c9ef;
}

.banner-style-eight .content-box h2{
	color: #3a5ba3;
}

.banner-style-eight .anim-icon .icon-5{
	border: 8px solid #9e7bf3;
}

.service-block-eight .inner-box h3:before{
	background-color: #ff9706;
}

.service-block-eight .inner-box:before{
	border: 2px solid #002a7d;
}

.funfact-style-two .inner-container{
	background-color: #aa3900;
}

.content_block_18 .content-box .inner-box .single-item:hover .icon-box{
	color: #037d04;
}

.benefits-block-one .inner-box span{
	color: #0068ff;
}

.benefits-block:nth-child(2) .benefits-block-one .inner-box span{
	color: #79c00e;
}

.benefits-block:nth-child(3) .benefits-block-one .inner-box span{
   color: #f19303;
}

.benefits-block:last-child .benefits-block-one .inner-box span{
  color: #f1441a;
}

.purpose-section .single-item h5{
	color: #a03106;
}

.purpose-section .single-item .link a{
	color: #0068ff;
}

.purpose-section .single-item .link a:hover{
  color: #ff007e;
}

.pricing-block-two .pricing-table .table-header span{
	background-color: #0068ff;
}

.pricing-block-two .pricing-table .table-content h2{
	color: #0068ff;
}

.pricing-block-two.active .pricing-table .table-header span{
	background-color: #be2900;
}

.testimonial-style-six .testimonial-content .inner .rating li{
	color: #ffa800;
}

.testimonial-style-six .testimonial-content .author-info h3{
	color: #073d83;
}

.testimonial-style-six .testimonial-content .author-info .designation{
	color: #ff007e;
}

.testimonial-style-six .owl-nav button{
	color: #0068ff;
}

.testimonial-style-six .owl-nav button:hover{
  color: #ff007e;
}

.footer-style-eight{
	background: -webkit-linear-gradient(0deg, #6f0a01, #d67c0b 100%);
}

.content_block_19 .content-box .form-group input:focus,
.content_block_19 .content-box .form-group textarea:focus{
  border-color: #ff9706 !important;
}

.page-title{
	background-color: #000259;
}

.main-header.light-header .header-top .phone-box p a:hover{
  color: #00c9ef;
}

.page-title .content-box .bread-crumb{
	background-color: #000278;
}

.page-title .content-box .bread-crumb li a:hover{
	color: #ff007e;
}

.content_block_20 .content-box .video-inner a{
	background: -webkit-linear-gradient(0deg, #03113e, #0087fe 100%);
}

.content_block_21 .content-box .single-item .icon-box{
	color: #ff009c;
}

.content_block_21 .content-box .single-item p a:hover{
  color: #ff009c;
}

.error-page-section .inner-box .theme-btn{
	background-color: #ff009c !important;
}

.sticky-header .main-menu .navigation > li.current > a, 
.sticky-header .main-menu .navigation > li:hover > a{
	color: #ff009c;
}

.service-sidebar .category-widget .category-list li a:before{
	background: -webkit-linear-gradient(-90deg, #0004c4, #000274 100%);
}

.service-sidebar .category-widget .category-list li a.current i,
.service-sidebar .category-widget .category-list li a:hover i{
	background-color: #ff009c;
}

.service-sidebar .download-widget .download-list li a:hover i{
  color: #000279;
}

.service-sidebar .award-widget .inner-box .trophy-box .curved-circle{
	color: #ff007e;
}

.service-details-content .content-one .text h2{
	color: #000279;
}

.service-details-content .text p span{
	color: #000279;
}

.service-details-content .content-three .image-box{
	background-color: #470091;
}

.service-details-content .content-four .single-item .icon-box{
	color: #ab56ff;
}

.service-details-content .content-four .single-item:hover .icon-box{
	color: #ff007e;
}

.sortable-masonry .filters .filter-btns li.active,
.sortable-masonry .filters .filter-btns li:hover{
	color: #ff007e;
}

.pagination li a:hover,
.pagination li a.current{
	background: -webkit-linear-gradient(-90deg, #ffcc00, #ff7500 100%);
}

.pagination li:first-child a,
.pagination li:first-child a:hover{
	background: #ff007e;
}

.pagination li:last-child a,
.pagination li:last-child a:hover{
	background: #00037b;
}

.page-title .content-box p{
	color: #ff007e;
}

.project-sidebar .project-info .single-item .icon-box{
	color: #ff7400;
}

.project-sidebar .project-info .single-item p a:hover{
  color: #ff007e;
}

.project-details-content .two-column .single-item span:before{
	background-color: #ff8400;
}

.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{
	background-color: #0087ff;
}

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

.blog-sidebar .search-widget .search-form .form-group button{
	background-color: #ff009c;
}

.blog-sidebar .search-widget .search-form .form-group input:focus{
  border-color: #ff009c !important;
}

.blog-sidebar .category-widget .category-list li a:hover{
  color: #ff007e;
}

.blog-sidebar .category-widget .category-list li a:hover:before,
.blog-sidebar .category-widget .category-list li a:hover:after{
  border-color: #ff007e;
}

.blog-sidebar .post-widget .post .post-thumb{
	background-color: #ff007e;
}

.blog-sidebar .post-widget .post h4 a:hover{
  color: #ff007e;
}

.blog-sidebar .post-widget .post .category a i{
	color: #ff007e;
}

.blog-sidebar .project-widget .project-list li .image{
	background-color: #ff007e;
}

.blog-sidebar .tags-widget .tags-list li a{
	border: 1px solid #ff8400;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
	background-color: #ff8400;
}

.blog-details-content .inner-box .lower-content .post-info li a:hover{
	color: #ff007e;
}

.blog-details-content .inner-box .lower-content .post-info li i{
	color: #ff9706;
}

.blog-details-content .inner-box .lower-content .post-date{
	background-color: #e24100;
}

.blog-details-content .inner-box .lower-content .text h3{
	color: #e24100;
}

.blog-details-content .inner-box .lower-content blockquote{
	background-color: #00027b;
}

.blog-details-content .inner-box .lower-content blockquote .designation{
	color: #00baff;
}

.blog-details-content .inner-box .content-one h3{
	color: #0600ff;
}

.blog-details-content .inner-box .content-one .inner .single-item h5{
	color: #4e1b94;
}

.blog-details-content .post-share-option h5{
	color: #ff007e;
}

.blog-details-content .post-share-option .social-links li a:hover{
	background-color: #00c9ef;
	border-color: #00c9ef;
}

.blog-details-content .author-box .inner h3{
	color: #1200ff;
}

.blog-details-content .author-box .inner .designation{
	color: #ff8400;
}

.blog-details-content .comment .reply-btn{
	color: #ff007e;
}

.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content .comments-form-area .comment-form .form-group textarea:focus{
  border-color: #ff007e !important;
}

.blog-details-content .comments-form-area .comment-form .custom-control.material-checkbox .material-control-indicator{
	border: 1px solid #ff8400;
}

.blog-details-content .comments-form-area .comment-form .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator{
	border: 2px solid #ff8400;
}

.blog-details-content .comments-form-area .comment-form .form-group .theme-btn{
	background-color: #ff009c !important;
}

.accordion-box-two .block .acc-btn.active h5{
  color: #000278;
}

.bg-color-2{
	background: -webkit-linear-gradient(45deg, #6600ff, #000a83 100%);
}


.project-block-three .inner-box .lower-content .icon-box img {width: auto;}

.service-block-three .inner-box:hover .icon-box img {filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(82deg) brightness(104%) contrast(104%);}

.fixed {position: fixed;top:0; left:0;width: 100%;  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;background: #03103d;  }

.fixed .logo-box {max-width: 170px;}
.fixed  .menu-area {margin-top: 20px !important;background:transparent !important;}


.main-slider .slick-slide { height: 800px;}

.banner_text {max-width: 1200px;margin: 0 auto;}
.banner_text h2 {font-size: 60px;line-height: 72px;color: #fff;font-weight: 600;margin-bottom: 27px;text-transform:capitalize;}
.banner_text p {margin-bottom: 50px;}
.theme_btn a{font-weight: 500;padding: 13px 40px;background:#000;position: relative;display: inline-block;overflow: hidden;vertical-align: middle;z-index: 0;transition: linear 0.3s;color:#fff;border-radius:30px;font-size: 15px;}
.theme_btn a:before {content:"";width: 0;height: 100%;background: #070a83;position: absolute;top: 0;left: 0;z-index: -1;transition: linear 0.3s;opacity: 0;visibility: hidden;}
.theme_btn a:hover:before { visibility: visible; opacity: 1; width: 100%; transition: linear 0.3s; } 
.theme_btn a:hover { color: #fff; }

.theme_btn1 a {padding: 17px 53px;background: #c0c0c0;display: inline-block;margin-left: 40px;}
.banner_text .theme_btn {display: inline-block;}

.main-slider .slick-active .banner_text h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 1.3s;}
.main-slider .slick-active .banner_text  p{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInRight; animation-delay: 1.3s;}
.main-slider .slick-active .banner_text .theme_btn {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 1.3s;}

.main-menu .navigation  li  a:hover {color: #00baff;}
li.menu-item-has-children.active a {color: #00baff;border-bottom: 1px solid #00baff;}

/*
.content-box h5 {font-size: 18px; line-height: 28px; font-weight: 500; text-transform: uppercase; margin-bottom: 15px;}
.content-box h2 {font-size: 36px; line-height: 48px; font-weight: 600;}
.content-box p {font-size: 18px; margin-bottom: 30px;}
.content-box .theme-btn.btn-eight a.wp-block-button__link {background: none;  padding: 0;}


.counter-block-two .wp-block-getwid-counter__wrapper {position: relative;max-width: 212px;}
.counter-block-two p.wp-block-getwid-counter__prefix {position: absolute;right: 110px;top: 0;font-size: 60px;line-height: 60px;color: #03103d;font-weight: 500;}
.counter-block-two span.wp-block-getwid-counter__number {font-size: 60px;line-height: 60px;color: #03103d;font-weight: 500;padding: 0px 20px;}
.counter-block-two p.wp-block-getwid-counter__suffix {position: absolute;right: 3px;top: 0;font-size: 20px;color: #999;font-weight: 500;line-height: 30px;padding: 0;}*/

.counter-block-two .inner-box .count-outer span.wp-block-getwid-counter__number{margin-right:15px;font-size:60px;line-height:60px;color:#03103d;font-weight:500;display:block;}
.counter-block-two .inner-box .count-outer p.wp-block-getwid-counter__prefix{position:absolute;font-size:60px;line-height:60px;color:#03103d;font-weight:500;left:35px;padding-bottom:0;}
.counter-block-two .inner-box .count-outer p.wp-block-getwid-counter__suffix{font-size:20px;line-height:30px;color:#999999;font-weight:500;padding:0;margin-left:30px;}
.counter-block-two .inner-box .count-outer .wp-block-getwid-counter__wrapper{display:flex;align-items:center;}
.counter-block-two .inner-box .expert_scientists p.wp-block-getwid-counter__suffix{margin-left:0;}
.counter-block-two .inner-box .happy_customer p.wp-block-getwid-counter__suffix{margin-left:50px;}


.chooseus-block-one .inner-box figure {position: absolute;left: 40px;top: 40px;width: 110px;height: 110px;line-height: 90px;text-align: center;border-top-right-radius: 10px;background-color: #ffffff;margin-bottom: 0;display: block;}
.chooseus-block-one .inner-box img {max-width: 68px;}
.chooseus-block-one .inner-box figure:after {content: "";position: absolute;background: url(assets/images/icons-shape-1.png);left: 10px;top: 10px;width: 110px;height: 110px;background-repeat: no-repeat;z-index: -1;}

.sec-title p {font-size: 16px; color: #fff; margin-bottom: 46px;}

.works-block-two .inner-box .icon-box figure {position: absolute; left: 0px; top: -20px; width: 240px; height: 240px; background-repeat: no-repeat; z-index: -1; right: 0;}


.works-block-two .inner-box .icon1:before {content: "\f106"; font-family: flaticon !important;position: absolute;left: 0;right: 0;top: 0px;}
.works-block-two .inner-box .icon2:before {content: "\f108"; font-family: flaticon !important;}
.works-block-two .inner-box .icon3:before {content: "\f105"; font-family: flaticon !important;}

.works-style-twos .style-two {text-align: center;}
.works-style-twos .works-block-two .inner-box .text {text-align: center;min-height: 160px;}

.skills-sec {padding: 40px 0px;}
.skills-sec .sec-title {display: block; text-align: center; margin-bottom: 0;}
.skills-sec .main-brain {padding: 0 40px;}
.skills-sec .sec-title figure.wp-block-image.size-full.is-style-default {margin: 0;}

.progress-box span.wp-block-getwid-progress-bar__percent {box-shadow: 3px 3px 0px 0px #dddddd;position: absolute;width: 41px;height: 41px;line-height: 41px;text-align: center;bottom: 0;left: 0;font-size: 16px;color: #3a1354;}
.progress-box .wp-block-getwid-progress-bar__bar.has-background {position: relative; left: 60px; width: 80%; bottom: 15px;}
.progress-box  .wp-block-getwid-progress-bar__progress.has-text-color {position: absolute;top: 0px;height: 5px;}
.progress-box .icon-box figure {margin: 0;position: absolute;right: 0;top: 50px;}
.progress-box p {font-size: 20px;line-height: 28px;font-weight: 700;margin-bottom: 50px;}

.skills-sec .main-brain .wp-block-columns {margin-bottom: 0;}
.skills-sec .main-brain .brain-img figure {margin: 0;}
.skills-sec .main-brain .brain-img figure img {/* width: 100%; */}

.page-id-21 .funfact-section {padding-bottom: 0;}

.carrer-pg .sec-title {text-align: center;}
.carrer-pg .career-txt h3 {font-size: 27px; font-weight: 700; margin-bottom: 25px;}
.carrer-pg .career-txt p {font-size: 23px; font-weight: 500; color: #05113b; line-height: 160%; margin-bottom: 25px;}
.carrer-pg .career-txt a.wp-block-button__link,.carrer-pg .sec-career .career-txt a,.career_details .career_inner_content .theme_btn a {background: #00082c; padding: 17.5px 40px;}
.career_details .career_inner_content .theme_btn a { display: inline-block; border-radius: 0; margin-top: 30px; }

.inner_page_product_post .project-block-three {width: 30%;margin-right: 30px;text-align: center;}
.product_page .sec-title.style-two {text-align: center;}
.career-txt .theme_btn a {border-radius: 0; padding: 0;}
.carrer-pg .wp-block-columns {display: flex;align-items: center !important;margin-bottom: 0;}
.carrer-pg .row1 {display: flex; flex-direction: row-reverse;}

.inner1 {background: #F5F5F5;padding: 50px 0;}
.page-id-171 .inner-page {padding: 0;}
.inner_page_product_post .project-block-three {width: 30%;margin-right: 30px;text-align: center;}
.product_page .sec-title.style-two {text-align: center;}


.pricing-section .tab-btns .tab-btn {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 .tab-btn 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 .tab-btn h2{display: block;font-size: 48px;line-height: 50px;color: #131e44;font-weight: 600;transition: all 500ms ease;}
.pricing-section .tab-btns .tab-btn:hover h6,.pricing-section .tab-btns .tab-btn:hover h2{color: #ffffff;}
.pricing-section .tab-btns .tab-btn:hover{background-color: #131e44;}

.page-id-171 .pricing-section .tabs-content .inner .text .theme_btn {margin-top: 20px;}
.page-id-171 .pricing-section .tabs-content .inner{padding: 85px 50px 70px 70px;}
.page-id-171 .pricing-section {padding: 50px 0 0;}
.services_page .theme_btn {justify-content: center; margin-top: 50px;}

.ion-box figure {position: relative;}
.ion-box figure:before {position: absolute;content: "";background: url("assets/images/shape-4.png");width: 100%;height: 102px;top: 0;left: 0;height: 140px;z-index:-1;    background-repeat: no-repeat;transform: transition: all 500ms ease;}
.ion-box figure:after {position: absolute;content: "";background: url("assets/images/shape-5.png");width: 100%;height: 102px;top: 0;left: 0;height: 140px;z-index:-1;    background-repeat: no-repeat;transform: scale(0,0); transition: all 500ms ease;}
.ion-box {text-align: center;max-width: 195px;height: 140px;}
.ion-box .wp-block-group__inner-container {height: 100%;}
.ion-box img {padding-top: 30px;}
.working-block-one:hover .ion-box figure:after {transform: scale(1,1); transition: all 500ms ease;}

.working-block-one:hover .ion-box figure img{filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(82deg) brightness(104%) contrast(104%);}

.smallnumber {position: absolute;top: 0;right: 0;width: 43px;height: 34px;background: #073d83;border-radius: 50%;}
.smallnumber h5 {font-size: 16px;color: #fff;font-weight: 600;text-align: center;line-height: 2;}

.working-block-one .inner-box:before {content: "";position: absolute;background: url(assets/images/left-to-right.png);background-repeat: no-repeat;top: 0;right: 0;}


.mailpoet_paragraph.email_input input {background: #fff;color: #000;padding: 20px !important;border-radius: 10px;}
#mailpoet_form_1 form.mailpoet_form {padding: 0 !important;max-width: 500px !important;}
.mailpoet_paragraph.email_btn input {max-width: 200px;background: #001160;padding: 20px !important;border-radius: 10px;font-size: 20px;}

.offers {margin-top: 20px;}
.offers ul li {display: inline-block;padding-right: 60px;position: relative;}
.offers ul li:before {position: absolute;content: "";width: 2px;height: 100%;background: #fff;top: 0;right: 22px;}
.offers ul li.last:before {width: 0;}

.alltesti .text p {font-size: 24px;line-height: 48px;}
.alltesti .author-info .designation{color:#2d004a;}
.alltesti .text {margin-bottom: 50px;}
.author-info h3 {display: block;font-size: 30px;line-height: 38px;font-weight: 600;margin-bottom: 12px;}
.author-info span {display: block;font-size: 17px;position: relative;}
ul.rating {position: absolute;right: 15px;bottom: 3px;}
ul.rating li {position: relative;display: inline-block;float: left;font-size: 24px;margin-right: 1px;color: #ffa800;}
.alltesti .owl-nav {position: absolute;top: -100px;right: 10px;}
.alltesti .owl-nav .owl-prev {margin-right: 10px;}
.alltesti .owl-nav .owl-prev, .alltesti .owl-nav .owl-next {position: relative;display: inline-block;font-size: 40px;line-height: 40px;color: #d7d7d7;font-weight: 400;transition: all 500ms ease;}
.alltesti {position: relative;}
.testimonials .wp-block-columns {align-items: center !important;}
.testimonials{padding:50px 0;}

.product_details header.entry-header {display: none;}
.product_details {padding: 50px 0;}
.product_details .product_inner h3 {font-size: 30px;margin: 30px 0;text-transform: capitalize;}
.product_details .product_inner p {text-align: justify;margin-bottom: 20px;}
.product_details .product_inner p:last-child {margin-bottom: 0;}


.schedule-pop {position: fixed; width: 100%; height: 100%; background: #000000e0; top: 0px; left: 0; right: 0; z-index: 999; display: none;}
.schedule-pop .popup_body {display: flex; align-items: center; justify-content: center; align-content: center; height: 100%;}
.schedule-pop .popup_body .pop-form {max-width: 800px;background: #fff;position: relative;padding: 30px 30px 40px;border-radius: 5px;}
.schedule-pop .pop-form a.cls-pop {color: #fff; position: absolute; right: -70px; top: -50px; padding: 24px; font-size: 24px;}
.schedule-pop .pop-form  .form-control {width: 100%; margin: 0 0 10px; padding: 10px 10px;}
.schedule-pop .pop-form textarea.form-control {height: 120px;}
.schedule-pop .popup_body .pop-form .tour-dtl {margin-bottom: 15px;}
.career-txt a.career-popup {padding: 17.5px 40px; display: inline-block; color: #fff;}
.career-inner-sec .row {display: flex; align-items: center;}
.career-inner-sec .row:nth-child(even) {flex-direction: row-reverse;}
.carrer-pg {padding: 30px 0;}
.schedule-pop .pop-form .wpcf7-file.form-control {margin: 10px 0 10px;padding: 0px 0px;font-size: 14px;line-height: 190%;border: antiquewhite;}
.schedule-pop .pop-form  .form-group {margin-bottom: 0;}
.schedule-pop .popup_body .pop-form .btn-primary {background: #000;border-radius: 0;padding: 10.5px 20px;font-size: 15px;display: inline-block;margin-top: 5px;border: solid 1px #000;}
.schedule-pop .pop-form .codedropz-upload-inner h3 {font-size: 20px;}

.header-style-three .header-lower .main-menu .navigation li.current-menu-item a {color: #00baff;}
.content-box {padding: 40px 0 0;}
.brain-img {margin: -140px 0 0;}
.service-group {padding: 30px 0;}
.page-id-21 .about-style-three .wp-block-columns {gap: 0;}
.page-id-21 .clients-style-three .inner-container {margin-bottom: -120px;}
.page-id-21 .clients-style-three.centred {bottom: 60px;}


.serice__image {margin-top: 0;position: relative;top: 50px;text-align: center;}
.serice__image img {max-width: 240px;margin: 0 auto;}
.works-block-two .inner-box .count-box >.wp-block-group__inner-container:before {content: "";position: absolute;width: 30px;height: 30px;border-radius: 50%;top: -13px;background: #000;left: 0;}

.works-block-two .inner-box .count-box >.wp-block-group__inner-container:after {content: "";position: absolute;width: 30px;height: 30px;border-radius: 50%;top: -13px;background: #000;right: -10px;}
.count-box.counted:before {content: "";position: absolute;width: 24px;height: 24px;border: 2px solid #fff;left: 3px;top: -10px;z-index: 1;border-radius: 50%;line-height: 25px;}
.count-box.counted:after {content: "";position: absolute;width: 24px;height: 24px;border: 2px solid #fff;right: -7px;top: -10px;z-index: 1;border-radius: 50%;line-height: 25px;}


.work-one .inner-box .count-box >.wp-block-group__inner-container:before{background:#c6ec43}
.work-one .inner-box .count-box >.wp-block-group__inner-container:after{background:#c6ec43}

.work-two .inner-box .count-box >.wp-block-group__inner-container:before{background:#43c0ec}
.work-two .inner-box .count-box >.wp-block-group__inner-container:after{background:#43c0ec}

.work-three .inner-box .count-box >.wp-block-group__inner-container:before{background:#c71dfe}
.work-three .inner-box .count-box >.wp-block-group__inner-container:after{background:#c71dfe}

.works-block-two .inner-box:hover .serice__image {transform: rotateY(180deg);transition: all 500ms ease;}
.works-block-two .inner-box .serice__image {transition: all 500ms ease;}
.hide {display: none !important;}

.it_services_detail_page .wp-block-columns {margin-bottom: 0;align-items: center !important;}
.it_services_detail_page figure {margin-bottom: 0;}
.single-service header.entry-header.alignwide {display: none;}
.it_services_detail_page {padding: 50px 0 20px 0;}
.it_services_detail_page p {text-align: justify;}

.postid-327 .it_services_detail_page img {margin-bottom: 30px;width: 100%;height: 350px;object-fit: cover;}
.it_services_detail_page ul li {list-style: disc;margin-left: 18px;margin-bottom: 10px;}
.it_services_detail_page ul {margin-top: 15px;}
.career_page .theme-btn.btn-eight {padding: 0;}


.career_page {padding: 50px 0;}
.sec-career .row{align-items: center; }
.sec-career .row:nth-child(odd) { flex-direction: row-reverse; }

.career-txt p {min-height: 210px;text-align: justify;}

.page-id-21 .chooseus-style-two:before {content: ""; position: absolute; right: 0; top: 0; width: 50%; height: 70%; background: url(assets/images/shape-18.png); background-size: cover; background-repeat: no-repeat;}


.product_details .product_inner figure img {width: 100%;min-height: 350px;max-height: 350px;object-fit: cover;}
.product_details .product_inner {width: 100%;max-width: 800px;margin: auto;}
.product_details .product_inner h4 {font-weight: 600;margin-bottom: 10px;text-transform: capitalize;}
.project-style-three .sec-title.dark h2:before { left: 0; right: 0; margin: 0 auto; }

.single-career header.entry-header {display: none;}
.career_inner_banner {display: none;}

.career_content .wp-block-cover {min-height: 100%;padding: 400px 0 100px 0;text-align: center;}
.career_content .wp-block-cover h2 {font-size: 55px;font-weight: 500;margin-bottom: 20px;text-transform: uppercase;}
.career_content .wp-block-cover p {text-transform: uppercase;}

.careerr_inner {padding: 50px 0;}
.careerr_inner h3 {margin-bottom: 20px;}
.careerr_inner h4 {margin-bottom: 20px;}
.careerr_inner p {line-height: 200%;}

.careerr_inner .wp-block-columns {align-items: center !important;}
.text ul li {position: relative; color: #000; padding-left: 37px; font-size: 16px;}
.text ul li:before {content: "\f058"; font-family: 'Font Awesome 5 Pro'; position: absolute; top: 0; left: 0; font-size: 16px; font-weight: 400; color: #131e44;}
.page-id-350 .inner {padding: 35px 35px 55px !important;}

.shop-max .text h4 {color: #03103d !important; display: inline-block; font-weight: 700;text-transform: uppercase;}
.shop-max .text h3 {display: inline-grid; margin-bottom: 10px !important; font-size: 48px !important;}
.shop-max .text h3 strong {font-size: 16px; font-weight: 700;text-transform: uppercase;}
.shop_page .pricing-section .content-column.shop-max .theme_btn {position: absolute;top: 97%;left: 0;right: 0;justify-content: center;} 
.inner-btns { position: absolute; right: 40px;bottom:50px; } 
.inner-btns a { padding: 0; background: transparent; color: #000; font-weight: 600; } 
.inner-btns a:hover { color: #000000bf; }


.shop_page .sec-title.dark { text-align: left; } 
.shop_page .sec-title.dark p { color: #000; } .shop_page .section1 { padding-bottom: 50px; } 
.shop_page .section1 .wp-block-columns { align-items: center !important; }
.pricing-section h2 { font-size: 36px; text-align: center; margin-bottom: 50px; font-weight: 600; text-transform: capitalize; }
.shop-bg h2 {color: #fff !important;}
.shop-bg .pricing-section {padding: 0;}
.shop-bg  .wp-block-cover {padding: 60px 0;}
.shop-pg {padding: 136px 0 110px;}
.shop-pg .content-box {padding: 0;}


.page-id-350 .pricing-section .tabs-content .inner .bar {left: 49%;height: 65%;}
.page-id-350 .pricing-section .tabs-content .inner .bar::before,.page-id-350 .pricing-section .tabs-content .inner .bar::after {height: 59%;top: 80px;}

.tabs-content {position: relative;}
.more_features_btn {position: absolute;bottom: 100px;right: 30px;}
.more_features_btn a {background: transparent;color: #000;font-size: 15px;font-weight: 700;}

.why_choose_flawsbug_tech .content-box {margin-bottom: 70px;}
.why_choose_flawsbug_tech {background: #f5f5f5;text-align: center;}
.btn-box a {padding: 7.5px 25px;font-size: 14px;color: #fff;font-size: 15px;font-weight: 600;}
.why_choose_flawsbug_tech .project-block-three .inner-box .lower-content h3 {margin-top: 40px;text-transform: capitalize;min-height: 64px;}
.why_choose_flawsbug_tech .project-block-three .inner-box .lower-content p {min-height: 160px;max-height: 160px;}


.footer_social_icons ul { display: flex; justify-content: space-between;text-align: center; } 
.footer_social_icons ul li a{ border: 1px solid #fff; width: 40px; height: 40px; border-radius: 50%;line-height: 40px;display:block;color:#fff;}
.footer_social_icons ul li a:hover { background: #0087ff; border-color: #0087ff; }

.wp-block-group.main-slider .slick-dots{z-index:15;}
.wp-block-group.main-slider .slick-dots li button:before {color: #fff;width: 10px;height: 10px;background: #073d83;opacity: 1;font-size: 0;transition: all 0.3s ease 0s;border-radius:5px;}
.wp-block-group.main-slider .slick-dots li.slick-active button:before {height: 30px;border-radius:5px;background: #94d0d3;transition: all 0.3s ease 0s;top: -10px;}
.wp-block-group.main-slider .slick-dots li {margin-right: 20px;}
.chooseus-style-two{position:relative;padding:50px 0;}

.product__details h3{margin:40px 0;}
.product__details ul li{width:30%;margin-right:20px;}
.product__details ul{display:flex;flex-wrap:wrap;}
.it_services_detail_page .product__details img { width: 100%;max-height: 600px;object-fit: cover;min-height: 600px; }

.page-template-home .service-style-three .service-block:nth-child(even) { margin-top: 40px; margin-bottom: -40px; }

.single-product header.entry-header { display: none; }

.page-template-home .service-block-three .inner-box p { max-height: 150px; overflow: hidden; }

.sec-title.dark h1,
.sec-title.dark h2, .sec-title.dark h3 {margin-bottom: 30px;position: relative;padding-bottom: 30px;color: #C47401;} 
.sec-title.dark h1:before,
.sec-title.dark h2:before, 
.sec-title.dark h3:before { content: ""; position: absolute; bottom: 0; left: 0; background: url(assets/images/divider-1.png); background-repeat: no-repeat; background-size: contain; width: 45px; height: 14px;}
.sec-title.light h2 {color: #C47401;position:relative;margin: 0 !important;padding-bottom: 40px;} 
.sec-title.light h2:before {content: "";position: absolute;bottom: 0;left: 0;background: url(assets/images/divider-2.png);background-repeat: no-repeat;background-size: contain;width: 45px;height: 14px;z-index: 20;}

.service-style-three h1 { color: #C47401; font-weight: 600; }

.about-style-three .content-column .content-box {max-width: 570px;}

.home-faq-pg .wp-block-getwid-accordion__header-wrapper{position:relative;display:block;border-radius:30px;overflow:hidden;background-color:#ffffff;padding:10px;transition:all 500ms ease;margin-bottom:30px;border:0!important;}
.home-faq-pg .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active .wp-block-getwid-accordion__header{background:#02225b;border-radius:30px;}
.home-faq-pg .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active {margin-bottom:0px}
.home-faq-pg .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active+.wp-block-getwid-accordion__content-wrapper { margin-bottom: 30px; }
.home-faq-pg .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active .wp-block-getwid-accordion__header a{color:#fff;}
.home-faq-pg .wp-block-getwid-accordion__content-wrapper{background:#fff;border-radius:30px;border-top-left-radius:0;border-top-right-radius:0;}
.home-faq-pg .ui-accordion-header-active .wp-block-getwid-accordion__content-wrapper{margin-bottom:30px}
.home-faq-pg .wp-block-getwid-accordion__content-wrapper p{color:#000;}
.home-faq-pg .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active{border-bottom-left-radius:0;border-bottom-right-radius:0;}
.home-faq-pg .wp-block-getwid-accordion__header-wrapper .wp-block-getwid-accordion__header{position:relative;display:block;font-size:18px;line-height:28px;font-weight:600;color:#222;margin:0;transition:all 500ms ease;text-transform:capitalize;}

.video-btn i.fas.fa-play { width: 80px; height: 80px; font-size: 40px; border: 1px solid #fff; border-radius: 50%; padding: 10px; display: flex; align-items: center; justify-content: center; color: #0070da; background: #fff;margin: 0 auto; }

.pricing-section .sec-title.dark h2:before,.news-style-two .sec-title.dark h2:before { right: 0; margin: 0 auto; }
.pricing-section .theme_btn a { margin-top: 30px; }
.all_products{padding-bottom:50px;}
.newsletter_sec{padding-top:50px;}
.newsletter_sec .sec-title.light{text-align:left;margin-bottom:0;}
.newsletter_sec .sec-title.light h2:before,.all_products .sec-title.dark h2:before{width:0;}
.mailpoet_paragraph fieldset label{font-size:18px;margin:0;}
.mailpoet_paragraph fieldset label input{margin-right:10px;}

.testimonial-style-three .sec-title.dark h2:before { width: 0; } 
.testimonial-style-three .sec-title.dark { text-align: left; }

.carrer-pg .sec-title.dark h2:before { display: none; }

.service-style-three .sec-title.dark,.about-style-three .sec-title.dark ,.chooseus-style-two .sec-title.light { text-align: left; } 
.faq-section .sec-title.light h2:before ,.team-section .sec-title.dark h2:before { right: 0; margin: 0 auto; }
.page.page-id-549 .inner-page { padding: 0; }
.who_we_are_page .content-box .text .wp-block-group__inner-container p { margin-bottom: 30px; }

figure { margin: 0 !important; } 
.wp-block-columns { margin: 0; } 
.who_we_are_page .about-style-three { padding-bottom: 0; } 
.who_we_are_page .funfact-section .inner-container { border: 0; padding: 20px 0; } 
.who_we_are_page .funfact-section { padding: 0; }

.shop_page .project-style-three .sec-title.dark { text-align: center; }

.what_we_do_page .works-style-two .sec-title.dark h2:before { right: 0; margin: 0 auto; }
.page-id-572 .inner-page { padding: 0; }
.firts_form_field ul { display: flex; justify-content: space-between;    text-align: center; } 
.products_form input,.products_form select { width: 100%; background-color: #fff; border: none; -webkit-box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important; box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important; height: 55px; padding: 10px; margin-bottom: 20px; }
.firts_form_field ul {display: flex;text-align: center;gap: 20px;} 
.firts_form_field ul li{padding: 10px 30px;background: #000;color: #fff;display: block;margin-top: 10px;width: 100%;transition: linear 0.3s;}
.firts_form_field ul li small { display: block;    cursor: pointer; } 
.firts_form_field ul li:hover { background: #070a83; transition: linear 0.3s; }

.products_form input.wpcf7-submit.submitbtn { margin: 0; background: #000; color: #fff; font-weight: 600; text-transform: uppercase;transition: linear 0.3s;} 
.products_form  span.wpcf7-spinner { position: absolute; left: 0; right: 0; margin: 0 auto; top: 120%; }

.products_form {display: none;}
.firts_form_field { padding: 0 20px; margin-bottom: 50px;}
.products_form { margin: 40px 0 50px 0; } 
.firts_form_field h3 { margin-bottom: 20px; }
.products_form input.wpcf7-submit.submitbtn:hover { transition: linear 0.3s; background: #070a83; }



.search-pg .single-blog{padding:0;}
.search-pg .single-blog h4{font-size:20px;margin:0 0 13px;}
.search-pg .single-blog p{margin:0;font-size:14px;line-height:180%;}


body.search-no-results .inner-banner h3{display:none;}
body.search-no-results .inner-banner h3.no-results{display:block;}
h3.no-results,.search-no-results .inner-banner ul.breadcumb li.results,.inner-banner ul.breadcumb li.no-results{display:none;}
.search-no-results .inner-banner ul.breadcumb li.no-results{display:inline-block;}

.search-result-count.default-max-width{display:none;}
.search-pg .single-blog figure{background:#cbcbcb;position:relative;height:400px;width:100%;}
.search-pg .single-blog figure:before{content:"No Image Found";color:#766262;position:absolute;display:block;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:22px;}
.search-pg .single-blog figure img{position:relative;z-index:9;opacity:1!important;    transform: scale(1.5);}
.search-pg .single-blog figure figcaption{z-index:9;}
.search-pg, .archive-pg {padding: 50px 0 30px 0;}


section.no-results.not-found .page-content{text-align:center;width:100%;margin:0 0 30px;}
section.no-results.not-found .page-content p{color:#000;font-size:24px;max-width:750px;line-height:150%;font-weight:500;}
.search-pg .row{width:100%;display:flex;justify-content:center;}
section.no-results.not-found .page-content .search-form{margin:30px 0 0;}
section.no-results.not-found .page-content .search-form label{display:none;}
section.no-results.not-found .page-content .search-form #search-form-1{border:solid 1px #000;width:100%;padding:10px;color:#000;font-size:15px;height:70px;}
section.no-results.not-found .page-content .search-form .search-submit{width:100%;text-align:center;background:#2b2c2e;margin:8px 0 0;padding:5px 0;color:#fff;border:solid 1px #2b2c2e;}
section.no-results.not-found .page-content .search-form .search-submit:hover{background:transparent;color:#2b2c2e;}

.searchFrm { display: none; z-index: 100; width: 100%; margin: 0; text-align: center; position: fixed; top: 0; left: 0; background: rgb(0 0 0/0.75); padding: 25px 0; }
.searchFrm .clseBtn { position: absolute; top: 37px; right: 10px; color: #fff; font-size: 30px; width: 35px; height: 35px; }
.searchFrm .clseBtn:after,
.searchFrm .clseBtn:before { content:""; position:absolute; width:1px; height:35px; background:#fff; left:15px; top:0; }
.searchFrm .clseBtn:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.searchFrm .clseBtn:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.searchFrm form { width: 100%; max-width: 700px; border: 1px solid #fff; background: #fff; display: inline-block; position: relative; }
.searchFrm .search-submit { position: absolute; top: 0; right: 0; width: 50px; height: 100%; background: #000; }
.searchFrm .search-submit span.screen-reader-text:before { content: "\f002"; font: normal 17px/1 FontAwesome; color: #fff; }
.searchFrm label>span.screen-reader-text { display: none; }
.searchFrm label { width: 100%; display: block; margin: 0; height: 100%; }
.searchFrm label .search-field { height: auto; padding: 15px 45px 15px 20px; width: 100%; font-weight: 400; }
.searchFrm .search-submit .screen-reader-text { position: relative !important; width: auto; font-size: 0; clip-path: none; }


.search_section { display: inline-block; margin-left: 20px; } 
.search_section .srchBtn { background: #00baff; color: #fff; width: 60px; height: 60px; text-align: center; line-height: 60px; border-radius: 50%; }

.firts_form_field ul li{padding: 50px 30px;background: #f8f8f8;color: #000;display: block;margin-top: 10px;width: 100%;transition: linear 0.3s;font-size: 28px;font-weight: 800;border: dashed 2px #000;}
.firts_form_field ul li small {display: block;cursor: pointer;color: #000;font-size: 24px;font-weight: 500;display: block;margin: 20px 0 0 0;} 
.firts_form_field ul li.active,
.firts_form_field ul li:hover {background: #070a83;transition: linear 0.3s;color: #fff;border-color: #070a83;cursor: pointer;}
.firts_form_field ul li.active small,
.firts_form_field ul li:hover small{color: #fff;}

.products_form{background:#fff;padding:40px 20px;box-shadow:0 0 10px 2px #00000012;margin:0 20px 60px;}
.products_form *{box-shadow:0 0 6px 0 #0000!important;}
.products_form input,.products_form select{box-shadow:none!important;border:solid 1px #000;}
.shop-max .text-column { position: relative; }
.about-style-three .theme_btn a { margin-top: 50px; }
.faq-section .content-box { padding-top: 0; } 

.pricing-section .wp-block-columns { align-items: center !important; }

.schedule-pop .popup_body input { border: solid 1px #000; width: 100%; background-color: #fff; height: 55px; padding: 10px; margin-bottom: 20px; }
.schedule-pop .popup_body .career_btn {margin: 20px auto 0 auto;display: flex;} 
.schedule-pop .popup_body .career_btn input { background: #000; color: #fff; margin-bottom: 0; }
.header-style-three .header-lower figure.logo {max-width: 260px;}
li.phone_options ul li { display: inline-block !important; margin-right: 20px; }

.single-team header.entry-header h1.entry-title{display:none;}
.single-team .container.team_details{max-width:1200px;}
.team_details h3{margin:0 0 30px;}
.team_details{text-align:justify;padding:50px 0;}
.single-team .container.team_details>article{display:flex;width:100%;align-items:center;}
.single-team header.entry-header{width:30%}
.single-team .container.team_details .entry-content{width:70%;}

ul.breadcumb li.last span br {display: none;}
.inner-banner h3 br { display: none; }

.team-section .two-item-carousel { max-width: 600px; margin: 0 auto; }
.deliver_box img { max-width: 200px; }
.deliver .wp-block-columns { align-items: center !important;margin: 40px 0;}

ul.footer_social_links { display: flex;margin-top:55px; } 
ul.footer_social_links li a{ width: 40px; height: 40px; margin-right: 15px; border: 1px solid #fff;line-height: 40px;text-align: center;color: #fff; display: block;    transition: linear 0.3s;}
ul.footer_social_links li a:hover { background: #fff; color: #032058; transition: linear 0.3s; }
.shop-max .text-column ul { min-height: 600px; }

.deliver_box { position: relative; } 
.deliver_box:before {content: ""; position: absolute; background: url(assets/images/rightarrow.png); background-repeat: no-repeat; background-size: contain; right: -36px; top: 90px; z-index: 30; width: 30px; height: 30px;}
.deliver .wp-block-columns .wp-block-column:last-child .deliver_box:before { display: none; }
.career_details{padding:50px 0;}
.career_details h3{margin:15px 0;}
.career_details h2{font-weight:700;margin-bottom:50px;color: #c47401;}
.career_details ul li{list-style:disc;margin-left:20px;}
.career_details p strong{color: #c47401;display:inline-block;margin:10px 0;}

.schedule-pop .pop-form  input.wpcf7-form-control.wpcf7-file { border: solid 1px #000; padding: 10px 10px; border-radius: 0; height: 55px; }

.all_products { padding-top: 50px; } 
.page page-id-508 .inner-page { padding-top: 0; } 
.page-id-508 .inner-page { padding: 0 0; }
.page-id-508  .footer-style-three .footer-top-two { margin-top: 0; }
.fixed .logo img {max-width: 190px;}

.postid-863 .firts_form_field { display: none; }
.productlist-template-default header.entry-header { display: none; }

.shop_page {background: #f5f5f5;}
.shop-head{text-align:center;}
.shop-head h4{font-size:35px;font-weight:700;color: #C47401;}
.shop-head p{font-size:16px;margin:10px 0 50px;}
.shop_page .woocommerce ul.products li.product .price{background:transparent;padding:0;color:#5d5d5d;}
.shop_page .woocommerce ul.products li.product h2{background:transparent;color:#5d5d5d;font-size:18px!important;}
.shop_page .woocommerce ul.products li.product:hover a img{transform:scale(1)!important;}
.shop_page .woocommerce ul.products li.product:hover{box-shadow:none;}
.shop_page .woocommerce ul.products li.product{text-align:left;}
.shop_page .woocommerce ul.products li.product a.added_to_cart,.woocommerce ul.products li.product a.button{border-radius:20px;padding:12px 22px;letter-spacing:0;text-transform:capitalize;font-size:14px;margin-top:10px;}
.woocommerce .woocommerce-result-count{font-size:16px;}
.woocommerce .woocommerce-ordering select{border-radius:20px;padding:0 8px;}
.woocommerce nav.woocommerce-pagination ul li{border:none!important;margin:0 3px;}
.woocommerce nav.woocommerce-pagination ul .page-numbers{background:#fff!important;color:#5d5d5d!important;border-radius:50%!important;font-size:26px;width:50px;height:50px;border:none!important;}
.woocommerce nav.woocommerce-pagination ul .page-numbers.current,.woocommerce nav.woocommerce-pagination ul .page-numbers:hover{background:#5d5d5d!important;color:#fff!important;}
.woocommerce nav.woocommerce-pagination ul{border:none;}

.inner-banner.shop-innerbanner ul.breadcumb li.ar-list{display:none;}
.shop-innerbanner ul.breadcumb li a,.shop-innerbanner ul.breadcumb li span{padding:10px 0;display:block;color:#fff;}
.inner-banner.shop-innerbanner ul.breadcumb li{width:50%;float:left;}
.inner-banner.shop-innerbanner ul.breadcumb li.first{border-right:solid 1px #fff;}
.inner-banner.shop-innerbanner ul.breadcumb li.ar-list{display:none;}
.shop-innerbanner ul.breadcumb li a,.shop-innerbanner ul.breadcumb li span{padding: 8px 0;display:block;color:#fff;}
ul.breadcumb{background:#000386; display:inline-block; margin:15px auto 0; padding: 7px 30px;border-radius: 20px;        min-width: 210px;}
.inner-banner.shop-innerbanner ul.breadcumb li{width:50%;float:left;}
.inner-banner.shop-innerbanner ul.breadcumb li.first{border-right:solid 1px #fff;}

.team-section .two-item-carousel{max-width:100%;}
.team-block-one{padding:20px 25px 0;}
.team-block-one .inner-box .lower-content{margin:0;}
.team-block-one .inner-box .lower-content .text .designation{background:#cccccc21;display:inline-block;padding:6px 25px;border-radius:5px;font-size:13px;line-height:100%;letter-spacing:1px;}
.team-block-one .inner-box .lower-content .text p{font-size:17px;line-height:160%;margin:19px 0 20px;}
.team-block-one .inner-box .lower-content .text .theme_btn a{padding:6px 40px;}
.team-block-one .inner-box .lower-content .text{padding:50px 30px;}

.woocommerce div.product p.price,.woocommerce div.product span.price{color:#000;font-weight:600;font-size:36px;line-height:150%;}
.woocommerce-product-details__short-description p{font-size:16px;}
.woocommerce-product-details__short-description p strong{margin:8px 0 0;display:block;}
.woocommerce div.product form.cart .variations select{border:solid 1px #000;color:#000;}
.woocommerce div.product form.cart button.minus,.woocommerce div.product form.cart button.plus{font-size:25px;padding:0;background:#808080;border:solid 1px #808080;color:#fff;}
.woocommerce div.product form.cart div.quantity{text-align:center;}
.woocommerce div.product form.cart button.minus{border-radius:5px 0 0 5px;border-right:0;}
.woocommerce div.product form.cart button.plus{border-radius:0 5px 5px 0;border-left:0;}
.woocommerce .quantity .qty{border:solid 1px #808080;}
.single_variation_wrap{margin:20px 0 0;}
.woocommerce div.product form.cart button.minus, .woocommerce div.product form.cart button.plus {max-width: 30px;}
.single-product .entry-summary .single_add_to_cart_button.button.alt {background: #000386;border: solid 1px #000386;}
.flex-viewport{border:solid 1px #000;}
.flex-viewport figure.woocommerce-product-gallery__wrapper img{max-height:520px;}
.woocommerce div.product div.images .flex-control-thumbs li{border-right:solid 1px #000;border-bottom:solid 1px #000;border-top:0;}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(1){border-left:solid 1px #000;}
.page-id-572 .sec-title.dark h2 {font-size: 25px; line-height: 140%; margin-bottom: 0px;}
.page-id-572 .deliver p {font-size: 17px; line-height: 150%;}
.page-id-572 .deliver h2 {font-size: 40px;margin-bottom: 20px;font-weight: 500;color: #C47401;}
.page-id-572 .deliver h3 {font-size: 30px;margin-bottom: 20px;color: #C47401;}
.page-id-572 .deliver hr {margin: 30px auto 40px;}
.page-id-572 .works-block-two .inner-box .text h3 {font-size: 18px; line-height: 130%;}
.page-id-572 .works-block-two .inner-box .text p {font-size: 14px; line-height: 150%;}
.page-id-572 .is-layout-constrained p {font-size: 16px; line-height: 150%;}
.page-id-572 .is-layout-constrained h4 {margin-bottom: 14px;text-align: left;font-size: 23px;font-weight: 500;color: #C47401;}
.page-id-572 .wp-container-41 p {font-size: 16px; text-align: center; line-height: 150%;}
.page-id-572 .wp-container-41 {margin-top: 50px;}
.page-id-572 .works-style-two {padding: 80px 0px 80px 0px;}

.inner-banner h1 {  }

.service-style-three .sec-title p strong { display: block; font-size: 18px; line-height: 28px; font-weight: 500; text-transform: uppercase; margin-bottom: -30px; color: #05113b; }
.banner_text h1,
.banner_text p em { color: #C47401; font-size: 60px; line-height: 72px; font-weight: 600; margin-bottom: 27px; text-transform: capitalize; font-style: normal; } 
.banner_text p a { color: #fff; text-decoration: underline; }

@media (min-width: 0px) and (max-width: 767px){
.mobileheader.sticky.fixed .menu-btn a i { color: #fff; }
.mobileheader.sticky.fixed { padding: 5px; }
header.main-header.header-style-three { display: none; }
header.main-header.header-style-three{display:none;}
.mobileheader .branding-logo img{max-width:110px;}
.mobileheader{padding:15px;}
.main-slider .wp-block-getwid-media-text-slider-slide__content{padding:0;}
.banner_text h2{font-size:22px;line-height:130%}
.banner_text{text-align:center;}
p{font-size:14px;line-height:150%}
.banner_text p{margin-bottom:20px;}
.main-slider .slick-slide{height:400px;}
.content_block_6 .content-box{margin:0;padding-top:0;}
.service-style-three{text-align:center;padding-bottom:0;overflow:hidden;}
.service-style-three .sec-title.dark,.about-style-three .sec-title.dark,.chooseus-style-two .sec-title.light{text-align:center;margin-bottom:20px;}
.sec-title h2{font-size:20px;margin-bottom:5px;}
.sec-title h5{margin-bottom:5px;}
.sec-title.dark h2{padding-bottom:15px;margin-bottom:15px;}
.sec-title.dark h2:before{right:0;text-align:center;margin:0 auto;}
.theme_btn{justify-content:center;}
.content_block_6 .content-box .list-item li{font-size:14px;text-align:left;}
.inner-content.mr-100{margin:0;}
.service-block-three .inner-box h3{font-size:20px;}
.page-template-home .service-style-three .service-block:nth-child(even){margin:0;overflow:hidden;}
.about-style-three .image-box{margin:0;padding:0 15px;}
.content-box{padding:0 15px;text-align:center;}
.about-style-three .theme_btn a{margin-top:20px;}
.about-style-three{padding:0;}
.funfact-section .inner-container{padding:20px 50px;}
.chooseus-style-two{text-align:center;}
.sec-title.light h2{line-height:160%}
.sec-title.light h2:before{right:0;margin:0 auto;}
.chooseus-block-one .inner-box{padding:0;}
.chooseus-block-one .inner-box figure{width:80px;height:80px;position:relative;top:0;left:0;right:0;margin:0 auto 30px!important;text-align:center;line-height:60px;}
.chooseus-block-one .inner-box img{max-width:50p;max-width:40px;}
.chooseus-block-one .inner-box figure:after{width:80px;height:80px;}
.chooseus-block-one .inner-box h3:before{right:0;margin:0 auto;}
.chooseus-block-one .inner-box{padding:30px 15px;margin-bottom:10px;}
.chooseus-style-two .wp-block-columns{display:block;}
.project-style-three .dots-style-one .owl-dots{margin:0;}
.team-section .owl-nav{display:none;}
.newsletter_sec{text-align:center;}
.newsletter_sec .wp-block-columns{display:block;}
.newsletter_sec .sec-title.light{text-align:center;}
.sec-title.dark h2{line-height:160%}
.testimonial-style-three{padding:50px 0 0;text-align:center;}
.testimonial-style-three .sec-title.dark{text-align:center;}
.testimonial-style-three .thumb-box{display:none;}
.alltesti .owl-nav .owl-prev,.alltesti .owl-nav .owl-next{display:none;padding:15px 0!important;}
.testimonial-style-three .testimonial-content{padding:30px 15px 0 15px;}
.testimonial-style-three .testimonial-content .text p{font-size:16px;line-height:160%}
.testimonial-style-three .testimonial-content .author-info .rating{display:none;}
.testimonial-style-three .testimonial-content .text{margin-bottom:20px;}
.testimonial-style-three .testimonial-content .author-info h3{font-size:18px;}
.alltesti .wp-block-columns{display:block;}
.footer-style-three .footer-top-two{margin:0;padding:40px 0;}
.footer-top-two .logo-widget .footer-logo img{max-width:190px;}
.footer-top-two .logo-widget .footer-logo{text-align:center;}
.footer-top-two .logo-widget .text p{text-align:center;font-size:14px;margin-top:10px;}
.footer-widget.links-widget.ml-40{margin:20px 0;}
ul.footer_social_links{margin-top:30px;}
.footer-style-three .footer-top-two .contact-widget .info-list li:last-child{margin-bottom:20px;}
.bottom-inner{display:flex;flex-direction:column-reverse;justify-content:center;text-align:center;padding:20px 0 0;}
.footer-style-three .footer-top-two .pattern-layer .pattern-1 { width: 100%; }




.inner-banner{padding:50px 0;}
.inner-banner h3{font-size:25px;}
.who_we_are_page .about-style-three{padding-top:20px;}
.inner-banner ul.breadcumb a,.inner-banner ul.breadcumb span{font-size:14px;}
.team-block-one .inner-box .image-box a{display:block;}
.team-block-one .inner-box .lower-content .text h3{font-size:18px;line-height:120%}
.team-block-one .inner-box .lower-content .text .designation{font-size:14px;}


.deliver_box:before{right:0;margin:0 auto;left:0;top:190px;transform:rotate(90deg)}
.deliver .wp-block-columns{margin:0;}
.works-block-two .inner-box .count-box .count-text{top:-20px;padding-top:4px;}
.sec-title{margin-bottom:20px;}
.works-style-two{padding:50px 0;}
.works-style-two .wp-block-spacer{height:40px!important;}

.product_page{text-align:center;}
.service-block-three .inner-box{padding:40px 20px;}
.mailpoet_paragraph.email_btn input{max-width:100%;}

.handle-preloader .animation-preloader .txt-loading .letters-loading{font-size:20px;letter-spacing:5px;}
.handle-preloader .animation-preloader .spinner{width:4em;height:4em;margin:0 auto;}

.row.inner_page_product_post{display:block;}
.inner_page_product_post .project-block-three{width:100%;padding:0 15px;}
.pricing-section .tabs-content .inner{padding:50px 15px;text-align:center;}
.pricing-section .tabs-content .inner .bar{display:none;}
.pricing-section .tabs-content .inner .text .list li:last-child{padding-left:15px;}


.carrer-pg .wp-block-columns{display:none;}
.carrer-pg .career-txt h3{font-size:18px;margin-bottom:0;}
.carrer-pg .career-txt p{font-size:14px;margin:15px;}
.theme_btn{margin:0 auto;}
.career-txt{text-align:center;margin-bottom:15px;}
.career-txt p{min-height:100%}
.carrer-pg{padding:0;}

.schedule-pop .popup_body .pop-form{max-width:90%}
.schedule-pop .pop-form a.cls-pop{right:0;top:0;padding:10px;}
.schedule-pop .pop-form a.cls-pop i{color:#000;}
.schedule-pop .popup_body .pop-form .tour-dtl h2{font-size:18px;}
.schedule-pop .popup_body input{height:40px;margin-bottom:10px;}
.schedule-pop .popup_body .career_btn input{line-height:20px;}


.career_details h2{margin-bottom:20px;font-size:25px;}
.career_details{text-align:center;}
.career_details h3{font-size:18px;}
.career_details ul li{font-size:14px;}

.product_details .product_inner{padding:0 15px;text-align:center;}
.product_details .product_inner h3{font-size:25px;line-height:100%}
.product_details .product_inner p{margin-bottom:10px;}
.product_details .product_inner h4{font-size:18px;}
.product_details .product_inner figure img{max-width:100%;min-height:100%;max-height:100%;}

.it_services_detail_page .product__details img{max-height:100%;min-height:100%}
.product__details h3{margin:10px 0;font-size:18px;}
.product__details ul li{width:100%;margin:0 0 5px 20px;}
.firts_form_field ul{display:block;}
.firts_form_field h3{font-size:18px;}
.firts_form_field ul li{font-size:16px;line-height:120%;padding:20px 10px;}
.firts_form_field ul li small{font-size:14px;}
	
	
.pricing-section h2{font-size:18px;margin-bottom:30px;}
.shop-max .text h4{font-size:14px;}
.pricing-section .tabs-content .inner .text h3{font-size:16px!important;line-height:22px;}
.shop-max .text h3{display:block;}
.pricing-section .tabs-content .inner .text .list li{text-align:left;}
.pricing-section .tabs-content .inner .text .list li:last-child{padding-left:37px;}
.inner-btns{bottom:120px;right:10px;}
.inner-btns a{font-size:14px;}
.mobilemenu { position: fixed; } 
.mobilemenu .main-menu { float: none; }
.products_form{margin:0;padding:40px 0;}


.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {width: 100%;margin-bottom: 10px;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {padding: 10px 10px;display: flex;flex-direction: column-reverse;text-align: center;}
.woocommerce-message::before {left: 4px;top: 10px;}


.woocommerce div.product form.cart {max-width: 100%;justify-content: center;margin-top: 10px;}
.single-product .entry-summary .single_add_to_cart_button.button {width: 100%;margin: 0;float: none !important;max-width: 100%;margin-top: 20px;margin-bottom: 20px;}
.woocommerce div.product form.cart button.minus, .woocommerce div.product form.cart button.plus {max-width: 100%;width: 100%;}
.woocommerce .quantity .qty {max-width: 100%;width: 100%;}
.woocommerce div.product form.cart div.quantity {max-width: 100%;width: 100%;}
.woocommerce div.product div.summary {display: flex;flex-direction: column;}
.woocommerce-product-details__short-description {order: 1;}
.product_details {text-align: center;}
.woocommerce-variation-add-to-cart { display: block !important; }



.woocommerce div.product .woocommerce-tabs ul.tabs {display: flex;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-size: 14px;padding: 0 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {padding: 0 15px;}
.woocommerce div.product .woocommerce-tabs .panel h2 {margin-bottom: 20px;}
section.related.products h2 {margin-bottom: 30px;}

.coupon {display: flex;flex-direction: column;width: 100%;}
.woocommerce-cart table.cart td.actions .coupon .input-text {max-width: 100%;width: 100%;}
.woocommerce-page table.cart td.actions .coupon .button {width: 100%;margin-top: 10px;}

.woocommerce .checkout #order_review, .woocommerce .checkout #customer_details {width: 100%;}

form.checkout.woocommerce-checkout {text-align: center;}

.woocommerce-billing-fields h3 {font-size: 18px;margin-bottom: 20px;}
.woocommerce-additional-fields h3 {font-size: 18px;margin-bottom: 10px;}

}
@media (min-width: 768px) and (max-width: 1023px){
	
	.header-style-three .header-lower figure.logo{max-width:120px;}
.header-style-three .header-lower .menu-area{padding:0;margin:0;}
.main-header .outer-box{display:flex;align-items:center;justify-content:space-between;padding:20px 0 0;}
.header-style-three .header-lower .logo-box{margin:0;width:15%}
.header-style-three .header-lower .menu-area{width:85%;margin-left:40px;}
.header-style-three .header-lower .main-menu .navigation > li{margin-right:25px;}
.main-menu .navbar-collapse{padding:0 30px;}
.main-slider .slick-slide{height:600px;}
.banner_text h2{font-size:35px;line-height:130%}
.fixed .main-header .outer-box{padding:0!important;}
.service-style-three .mr-100{margin-right:0;}
.main-header.fixed .outer-box{padding:0!important;}
.about-style-three .image-box{margin:0;}
.about-style-three{padding:0 15px;}
.sec-title.dark h2{font-size:30px;}
.about-style-three .content-column .content-box{max-width:100%}
#mailpoet_form_1 form.mailpoet_form{max-width:70%!important;}
.mailpoet_paragraph.email_btn input{max-width:30%!important;position:absolute;right:0;top:0;}
.is-layout-flow.wp-block-group.thumb-box{display:none;}
.who_we_are_page { padding-top: 50px; }
	
	
.inner-banner{padding:130px 0 20px;}
.deliver_box:before{left:0;right:0;top:180px;margin:0 auto;transform:rotate(90deg)}
.works-style-two{padding:50px 0 0;}
.sec-title{margin-bottom:30px;}
.deliver .wp-block-columns{margin:0;}
.what_we_do_page .wp-block-spacer{height:50px!important;}
.footer-widget.links-widget.ml-40{margin:0;}

.product__details ul li{width:44%}
.firts_form_field ul li{padding:30px 20px;font-size:18px;}
.firts_form_field ul li small{font-size:15px;}
	
	
.inner_page_product_post .project-block-three{width:46%;display:inline-block;margin:0 15px;}
.row.inner_page_product_post{display:block;}
.pricing-section .tabs-content .inner{padding:50px 30px;}
.tabs-content .wp-block-column.text-column{width:100%;display:inline-block;max-width:47%}
.product_details { padding: 50px 15px; }

.carrer-pg .career-txt h3{font-size:18px;margin-bottom:10px;}
.carrer-pg .career-txt p{font-size:16px;line-height:150%;min-height:100%}
.carrer-pg .sec-career .career-txt a{padding:10px 30px;}
}
@media (min-width: 1024px) and (max-width: 1159px){
	.firts_form_field ul li { padding: 20px 10px; font-size: 22px; }
	
}



@media (min-width: 1200px) and (max-width: 1500px){
	.progress-box .icon-box figure {right: -30px;}
}



.brand-sec ul {display: flex; gap: 10px; margin: 50px 0 0 0;justify-content: space-between;}
.brand-sec ul li img {height: 180px;object-fit: contain; padding: 25px;background: rgb(204 204 204 / 15%);border-radius: 10px;box-shadow: 0 0 6px 1px rgb(0 0 0 / 20%);}
.brand-sec {padding: 70px 0;background: #cccccc12; display: none;}
.footer-style-three .footer-top-two { margin: 0;}

.page-id-572 .brand-sec {
    display: block;
}
.sec-title.light h2 {
    color: #C47401 !important;
}
.banner_text h2 {
    color: #C47401;
}

.chooseus-block-one .inner-box h3 {
    color: #C47401;
}

.shop_page .add_to_cart_button {display: none !important;}
.shop_page .woocommerce ul.products li.product {margin-bottom: 30px;}