/* Css For OnTech */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Fact Counter
7. Main Footer
8. About Section
9. Error Section
10. Contact Section
11. Google Map
**********************************************/
@import url('css2.css');
@import url('css21.css');
/*** 
====================================================================
  Reset
====================================================================
 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
/*** 
====================================================================
  Global Settings
====================================================================
 ***/
.s-pt-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.s-pt-100 .section-title{
    padding-bottom: 20px;
    margin-bottom:20px;
}
body {
  font-size:16px;
  color:#616161;
  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;
}

.container-fluid-pd{
    padding:0 0px 0 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: #616161;
  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;
}

.text-center {
    text-align: center !important;
}

.centred {
  text-align: center;
}
.clients-style-five{
    padding-bottom: 50px;
    padding-top: 50px;
}
.client-bg{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
}

.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;
}

.img-width{
    width:1179px;
    height:500px;
}

.section-title {
    padding: 0 15px;
}
.section-explore {
    padding-top: 30px !important;
}
.section-title span,
.content-title span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 15px;
    position: relative
}

/*.section-title span:after,
.content-title span:after {
    position: absolute;
    bottom: 0;
    content: "";
    background: #151515;
    width: 28px;
    height: 2px
}*/

.section-title span img,
.content-title span img {
    position: relative;
    top: -1px
}

.section-title span img:first-child,
.content-title span img:first-child {
    margin-right: 5px
}

.section-title span img:last-child,
.content-title span img:last-child {
    margin-left: 5px
}
.section-title h2 {
    padding-bottom:30px;
}
.section-title h2,
.content-title h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 14px;
    color:#222222;
}
.section-title h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #03228f;
}

.section-title p,
.content-title p {
    margin: 10px auto 0
}

.section-title.style1 span,
.content-title.style1 span {
    color: #03228f;
    font-weight: 500;
    position: relative
}

.section-title.style1 span:after,
.content-title.style1 span:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-title.style2 span,
.content-title.style2 span {
    color: #03228f;
    font-weight: 500;
    position: relative
}

.section-title.style2 span:after,
.content-title.style2 span:after {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.section-title.style3 span,
.content-title.style3 span {
    color: #01d5eb
}

.section-title.style3 span img,
.content-title.style3 span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.section-title.style3 span:after,
.content-title.style3 span:after {
    left: 0;
    background-color: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.section-title.style4 span:after,
.content-title.style4 span:after {
    left: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-title.style5 span,
.content-title.style5 span {
    color: #01d5eb;
    font-weight: 600;
    position: relative
}

.section-title.style5 span:after,
.content-title.style5 span:after {
    left: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-title.style6 span,
.content-title.style6 span {
    color: #01d5eb;
    font-weight: 600;
    position: relative
}

.section-title.style6 span img,
.content-title.style6 span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.section-title.style6 span:after,
.content-title.style6 span:after {
    left: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-title .divider {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 20px;
  background-repeat: no-repeat;
}
/** button **/

.btn {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    border-radius: 30px;
    padding: 15px 35px;
    text-align: center;
    border: 0px !important;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.btn:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s
}

.btn:hover:after {
    visibility: visible;
    opacity: 1
}

.btn i {
    position: relative;
    height: auto;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s
}

.btn.style1 {
    background: -webkit-linear-gradient(
0deg, #03228f, #01d5eb 100%) !important;
    color: #fff;
    margin-bottom: 10px;
}

.btn.style1:after {
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: 0;
    background:#01d5eb;
    border-radius: 30px
}

.btn.style1 i {
    font-size: 18px;
    margin-left: 7px;
    position: relative;
    top: 0px
}
.btn.style3 i {
    font-size: 18px;
    margin-left: 7px;
    position: relative;
    top: 0px
}

.btn.style1 i.las {
    font-size: 16px;
    top: 0
}

.btn.style1:hover:after {
    height: calc(100% + 4px)
}

.mr-25 {
    margin-top: 25px;
}

.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: 20px 20px 20px 20px;
  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 .symble {
  font-size: 20px;
  margin-left: 30px;
}

.theme-btn i {
  font-size: 14px;
  margin-left: 15px;
}

.theme-btn.btn-five {
  border-radius: 0px;
  border-top-left-radius: 10px;
  background-color: #03228f;
}

.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-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: 'Jost', 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: 100px 0px 100px 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;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-top.style-two img {
  width: 15px;
}

.scroll-top.open {
  bottom: 25px;
}
.our_specialties_section .sec-title {
  margin-bottom: 0px;
}
/*** 
====================================================================
                        Home-Page-One
====================================================================
***/

/** main-header **/
.main-header {
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header {
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header {
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/
.header-top {
  position: relative;
  background: transparent;
  width: 100%;
  padding: 21px 0px 10px 0px;
}

.header-top .phone-box,
.header-top .social-links,
.header-top .search-box{
  position: relative;
  float: left;
  display: inline-block;
}

.header-top .phone-box p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.header-top .phone-box p a {
  color: #fff;
}

.header-top .phone-box p i {
  margin-right: 10px;
}

.header-top .phone-box p a:hover {

}

.header-top .phone-box {
  margin-right: 35px;
}

.header-top .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.header-top .social-links li:last-child {
  margin: 0px !important;
}

.header-top .social-links li a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #c2bfc3;
  text-align: center;
  border-radius: 50%;
}

.header-top .social-links li a:hover {

}

.header-top .search-box {
  margin-left: 25px;
}

.header-top .search-box .form-group {
  position: relative;
  margin: 0px;
}

.header-top .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 150px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  padding-right: 25px;
  background: transparent;
}

.header-top .search-box .form-group input::-webkit-input-placeholder {
  color:#fff;
}

.header-top .search-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.header-top .search-box .form-group input:focus + button,
.header-top .search-box .form-group button:hover {

}

.header-top .top-inner {
  position: relative;
  display: block;
}

.main-header.style-one .header-top .logo-box {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  display: inline-block;
  padding: 19px 25px 18px 30px;
  border: 1px solid #cccccc;
  z-index: 1;
  border-radius: 50px 50px 50px 0px;
}

.main-header.style-one .header-top .logo-box .logo {
  position: relative;
  max-width: 153px;
}

.main-header.style-one .header-top .logo-box .logo img {
  width: 100%;
}

.main-header.style-one .header-lower .menu-area {
  position: relative;
  background: rgba(48,0,97,0.5);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 0px 10px 10px 10px;
  padding-left: 30px;
  padding-right: 180px;
}

.main-header.style-one .menu-area .btn-box {
  position: absolute;
  top: -1px;
  right: -1px;
}

.main-header.style-one .menu-area .btn-box .theme-btn {
  padding: 12.5px 30px;
}

.sticky-logo{
  position: relative;
  display: inline-block;
  padding: 15px 0px;
}

.sticky-header .main-menu .navigation > li {
  padding: 26px 0px !important;
}

/** main-menu **/
.main-menu{
  float: left;
}

.main-menu .navbar-collapse {
  padding:0px;
  display:block !important;
}

.main-menu .navigation {
  margin:0px;
}

.main-menu .navigation > li {
  position:inherit;
  float:left;
  z-index:2;
  padding:9px 0px;
  margin: 0px 10px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  font-weight:400;
  opacity:1;
  color: #fff;
  padding-right: 13px;
  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.dropdown img {
  width: 12px;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right {
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li {
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:7px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul {
  position:absolute;
  right:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li {
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
  background-color: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}


/** 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: 50px;
}

.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: #0dcbe1;
  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 rgb(255 255 255 / 32%);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgb(255 255 255 / 32%);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgb(255 255 255 / 32%);
}

.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;
}

.bg-white{
background-color: #fff;
}

.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;
}

.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;
}

/** mall-section **/
.mall-banner{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 160px 0px 60px 0px;
  z-index: 2;
  background: url(../images/mall-bg.jpg) #2e7bf5 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

/** banner-section **/
.banner-one{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 160px 0px 60px 0px;
  z-index: 2;
}
.banner-two{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0px;
  z-index: 2;
}
.banner-one .pattern-layer,
.banner-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
}
.banner-one .sec-title {
  margin-bottom: 69px;
}
.banner-one .sec-title h2,
.banner-two .sec-title h2  {color: #ffffff;}
.banner-one .sec-title p,
.banner-two .sec-title p {color: #f1f1f1;}
.banner-one .sec-title .sec-text,
.banner-two .sec-title .sec-text{
    font-size: 36px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
}

.banner-top {
  padding: 190px 0px 100px;
  position: relative;
  z-index: 2;
}
/** diancan-section **/
.diancan-content{
  margin: 120px 0 0 60px;}
.diancan-content h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 14px;}
.diancan-content .c1{color:#dc2100;}
.diancan-content .c2{color:#0096ff;}
.diancan-content .c3{color:#1ea54e;}
.diancan-content .c4{color:#cc00ff;}
.diancan-content .c5{color:#fc5604;}
.diancan-content .p{}

/** shop-section **/
.shop-one {
  position: relative;
  display: block;
  padding:100px 0px;
  background-color:#ffffff;
}
.shop-two {
  position: relative;
  display: block;
  padding:100px 0px;
  background-color:#fafafa;
}
.shop-content{
  margin: 50px 0 0 50px;}
.shop-content h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 14px;}
.shop-content .c1{color:#79be00;}
.shop-content .c2{color:#ff9600;}
.shop-content .c3{color:#ff7979;}
.shop-content .c4{color:#3091ce;}
.shop-content .c5{color:#846cf4;}
.shop-content .p{}

.banner-two h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
}

.image_block_1 .image-box {
  position: relative;
  display: block;
  margin-right: -32px;
}

.image_block_1 .image-box .image img {
  width: 100%;
}

.image_block_1 .image-box .video-btn {
  position: absolute;
  right: 50px;
  bottom: 80px;
}

.image_block_1 .image-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 110px;
  font-size: 36px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.image_block_1 .image-box .video-btn a:after, 
.image_block_1 .image-box .video-btn a:before {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(254, 119, 33, 0.9);
  box-shadow: 0 0 0 0 rgba(254, 119, 33, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_1 .image-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.tabs-box .tab {
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display:block;  
}

.tabs-box .tab {
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform:scale(1) translateY(0px);
}

.content_block_1 .content-box {
  position: relative;
  display: block;
}

.ml-70 {
  margin-left: 70px;
}

.content_block_1 .content-box .tab-btn-box {
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.content_block_1 .content-box .tab-btns {
  position: relative;
  display: inline-block;
  width: 310px;
  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: 30px;
  margin-bottom: 10px;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li:before{
  position: absolute;
  content: "\f058";
  left: 0px;
  top: 0px;
  color: #01d5eb;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
}

.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;
}


h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h3 a {
  display: inline-block;
  color: #222;
}

h3 a:hover{

}

.home-1 h3 a {
  color: #3a1354;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots{
  display: none !important;
}


/** skills-section **/

.skills-section{
  position: relative;
  padding: 112px 0px 113px 0px;
}

.skills-section .sec-title{
  margin-bottom: 31px;
}

.skills-section .skills-inner{
  position: relative;
  display: block;
  padding-bottom: 120px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 70px;
}

.skills-section .image-box{
  position: relative;
  display: block;
  padding-right: 100px;
  margin-top: 11px;
}

.skills-section .image-box .image img{
  width: 100%;
}

.content_block_2 .content-box{
  position: relative;
  display: block;
}

.content_block_2 .content-box .text{
  position: relative;
  margin-bottom: 50px;
}

.content_block_2 .content-box .text p{
  line-height: 36px;
}

.progress-box{
  position: relative;
  display: block;
  margin-bottom: 56px;
  padding-right: 50px;
  padding-bottom: 12px;
}

.progress-box .bar-box{
  position: relative;
  padding-left: 53px;
}

.progress-box:last-child{
  margin-bottom: 0px !important;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background:#ede9e7;
  border-radius:0px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:0px;
  width:0px;
  height:5px;
  top: -9px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .bar-inner:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: -3px;
  right: 0px;
}

.progress-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 44px;
}

.progress-box .count-text{
  position: absolute;
  left: -3px;
  top: -27px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 16px;
  color: #3a1354;
  box-shadow: 3px 3px 0px 0px #dddddd;
}

.progress-box .icon-box{
  position: absolute;
  right: 0px;
  bottom: 7px;
  font-size: 30px;
  line-height: 30px;
}

.counter-block-one{
  position: relative;
  padding-left: 60px;
}

.counter-block-one .inner-box{
  position: relative;
  padding-left: 100px;
}

.counter-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 70px;
  line-height: 70px;
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  color: #3a1354;
  font-weight: 600;
  margin-bottom: 6px;
}

.counter-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #616161;
  font-weight: 600;
}

.skills-section .anim-icon .icon-1{
  top: 120px;
  right: 60px;
  width: 301px;
  height: 301px;
}


/** 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: 4px;
}

.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;
}

.footer-logo-center{
    margin: 80px;
    text-align: center;
}

.footer-logo-upper{
    margin: 6px;
    text-align: center;
    padding-bottom: 29px;
}

.footer-bg-img {
    background-image: url(../images/footer-img-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.footer-bg-img2 {
    background-image: url(../images/footer-img-bg2.png) !important;
}

.footer-bg-img2-siz {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-bg-color {
    background-color: #000000 !important;
}

.main-header-style-six {
    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;
}


/** 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: 15px 0px;
}

.header-style-six .header-lower .main-menu .navigation > li{
  padding: 25px 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;
}

/* header-style-two **/

.header-top-two{
  position: relative;
  width: 100%;
}

.header-top-two .top-inner{
  position: relative;
  padding: 10px 80px 10px 50px;
  background-color: #091c42;
}

.header-top-two .top-inner .bg-layer{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 5000px;
  height: 100%;
  background-color: #03228f;
}

.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 #fff;
}

.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: 16px;
  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: 10px 38px;
}

.header-style-two .header-lower .main-menu{
  margin-right: 45px;
}

.header-style-two .header-lower .main-menu .navigation > li{
  padding: 20px 0px 20px 0px;
}

.header-style-two .header-lower .btn-box{
  position: relative;
  margin: 23px 0px;
  margin-right: 45px;
}

.header-style-two .header-lower .btn-box .theme-btn{
  padding: 17.5px 39px;
}




/** project-style-two **/

.project-style-two{
  position: relative;
  padding: 100px 0px 100px 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:hover .image-box .link{
  transform: scale(1,1);
}

.project-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(-90deg, rgb(245 201 76 / 62%), rgb(1 213 235 / 62%) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  transform: scale(0,0);
  clip-path: polygon(0% 0%, 176% 0%, 100% 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;
  margin-left: 20px;
  width: 90%;
  text-align: center;
  padding: 17px 20px 17px 20px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
}
.project-block-two .inner-box .text:hover{
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 90%;
  text-align: center;
  padding: 17px 20px 17px 20px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0px 30px rgb(1 213 235 / 15%);
}


.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-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);
}


/** gallery-section **/

.gallery-image{
    padding:10px;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
  background-color: #091d43;
}

.footer-top-two{
  position: relative;
  padding: 120px 0px 100px 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: 14px;
  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-lists li{
  position: relative;
  display: block;
  width: 50%;
  margin-bottom: 6px;
}

.footer-top-two .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 27px;
}

.footer-top-two .links-widget .links-lists li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 27px;
}

.footer-top-two .links-widget .links-lists 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 .links-widget .links-lists 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 -7px;
}

.footer-top-two .gallery-widget .image-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 6px 15px 7px;
}

.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;
}

.footer-style-two .contact-widget .social-links h3 {
    color: #ffffff;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 100px 0px 100px 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: 40px;
  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;
}

.mr-100{
  margin-right: 100px;
}

.ml-100{
  margin-left: 100px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ebebeb;
}

.about-style-three .image-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.about-style-three .image-box .image img{
  position: relative;
  max-width: none;
  float: right;
}

.content_block_7 .content-box{
  position: relative;
  display: block;
}

.content_block_7 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_7 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.content_block_7 .content-box .text p{
  margin-bottom: 30px;
}

.content_block_7 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.content_block_7 .content-box .btn-box .theme-btn{
  font-weight: 500;
  padding: 17.5px 43px;
}


/** funfact-section **/

.funfact-section{
  position: relative;
  display: block;
  padding: 100px 0 100px 0px;
}

.funfact-section .inner-container{
  position: relative;
  display: block;
  padding-top: 58px;
}

.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: #fff;
  font-weight: 500;
}

.counter-block-two .inner-box h4{
  font-size: 20px;
  line-height: 30px;
  color: #999999;
  font-weight: 500;
}


/** project-style-three **/

.project-style-three{
  position: relative;
  padding: 113px 0px 142px 0px;
  background-color: #f5f5f5;
}

.project-block-three .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.project-block-three .inner-box{
  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: -webkit-linear-gradient(-90deg, rgb(1 213 235 / 72%), rgb(3 34 143 / 82%) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  transform: scale(0,0);
  clip-path: polygon(0% 0%, 176% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.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;
  text-align:center;
}

.project-block-three .inner-box .lower-content .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 50%;
  text-align: center;
  margin-top: -15px;
  top: -17px;
  margin-bottom: 6px;
  z-index: 1;
}

.project-block-three .inner-box .lower-content .icon-box img{
  display: inline-block;
}

.project-block-three .inner-box .lower-content h3{
  font-size: 22px;
  margin-bottom: 10px;
}

.project-block-three .inner-box .lower-content h3 a {
  display: inline-block;
  color: #222;
}

.project-block-three .inner-box .lower-content h3 a:hover{

}

.project-block-three .inner-box .lower-content p{
  font-size: 16px;
  margin-bottom: 7px;
}

.project-block-three .inner-box .lower-content .btn-box{
  position: relative;
  display: inline-block;
  bottom: -15px;
}

.project-block-three .inner-box .lower-content .btn-box .theme-btn{
  padding: 7.5px 25px;
  font-size: 14px;
}

.project-style-three .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-three .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.project-style-three .dots-style-one .owl-dots{
  position: relative;
  display: block;
  margin-top: 37px;
}


/** faq-section **/

.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 .accordion-box{
  position: relative;
  display: block;
  margin-bottom: 100px;
}



/** about-style-five **/

.about-style-five{
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.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 {
  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-four **/

.service-style-four {
  position: relative;
  padding: 100px 0px 100px 0px;
}

.service-style-four .outer-container {
  position: relative;
  padding: 0px 75px;
}

.service-block-four .inner-box {
  position: relative;
  display: block;
}

.service-block-four .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.service-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 2.0ms linear;
    -o-transition: all 2.0ms linear;
    transition: all 2.0ms linear;
}

.service-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;    
}

.service-block-four .inner-box .image-box img {
  width: 100%;
}

.service-block-four .inner-box .text{
    position: relative;
    display: inline-block;
    margin-left: 17px;
    top: -29px;
    background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    padding: 15px 30px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
    z-index: 1;
    width: 90%;
}

.service-block-four .inner-box .text h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.service-block-four .inner-box .text h5 a {
  display: inline-block;
  color: #222;
}

.service-block-four .inner-box .text h5 a:hover {

}

.service-block-four{
  margin-bottom: 42px;
}

.service-style-four .other-links {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 30px;
  max-width: 770px;
  margin: 0 auto;
  padding: 20px 200px 17px 40px;
}

.service-style-four .other-links h5 {
  font-size: 18px;
  font-weight: 600;
}

.service-style-four .other-links .theme-btn {
  position: absolute;
  top: -1px;
  right: -1px;
}

.service-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;
}

.service-style-four .dots-style-one .owl-dots .owl-dot.active span, 
.service-style-four .dots-style-one .owl-dots .owl-dot span:hover {
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.service-style-four .dots-style-one .owl-dots .owl-dot span, 
.service-style-four .dots-style-one .owl-dots .owl-dot span {
  background-color: #03228f;
}


/** 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 .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 35px 25px;
  margin-right: 20px;
  transition: all 500ms ease;
}

.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-radius: 10%;
}

.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 .lower-content .social-links {
  position: absolute;
  left: 45%;
  bottom: -62px;
  width: 40px;
  height: 40px;
}

.team-block-two .inner-box:hover .lower-content .social-links {
}

.team-block-two .inner-box .lower-content .social-links li a {
  position: absolute;
  display: inline-block;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: -webkit-linear-gradient(0deg, #03228f, #01d5eb 100%) !important;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.team-block-two .inner-box .lower-content .social-links li:first-child a {
  top: -0px;
  left: -60px;
}

.team-block-two .inner-box .lower-content .social-links li:nth-child(2) a {
  top: -0px;
  left: -12px;
}

.team-block-two .inner-box .lower-content .social-links li:nth-child(4) a {
  top: 0px;
  right: -52px;
}

.team-block-two .inner-box .lower-content .social-links li:last-child a {
  top: -1px;
  right: -40px;
}

.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;
  text-align:center;
}

.team-block-two .inner-box .lower-content .designation {
  position: relative;
  align-items: center;
  text-align:center;
}



.team-block-two .inner-box .lower-content .designation p {
  position: relative;
  font-size: 16px;
  display: block;
  margin-right: 10px;
}



.team-style-two .more-btn {
  position: relative;
  display: block;
  margin-top: 70px;
}

.team-style-two .more-btn .theme-btn {
  padding: 12.5px 31px;
}

/** footer-style-five **/

.footer-style-five{
  position: relative;
}

.footer-style-five .footer-top-two {
  position: relative;
  padding: 100px 0px 80px 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-top-two{
	background-color: #01d5eb;
}
.footer-style-five .footer-bottom{
  padding: 38px 0px 14px 0px;
  background: #03228f;
}

.fo-copy{
    background-color: #03228f !important; 
}
.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: -20px;
}

.footer-style-five .scroll-top.style-one:hover{

}
.footer-section-obj1 {
    position: absolute;
    bottom: 30px;
    width: 520px;
    left: -135px;
    opacity: 0.12;
    z-index: 0;
    animation: float-obj-y infinite 3s;
}
/** footer-style-six **/

.footer-style-six{
  position: relative;
}

.footer-style-six .footer-top-two {
  position: relative;
  padding: 150px 0px 80px 0px;
  border-bottom: none;
}

.footer-style-six .footer-top-two .logo-widget .footer-logo {
  margin-bottom: 0px;
}

.footer-style-six .footer-top-two .logo-widget {
  margin-top: 0px;
}

.footer-style-six .footer-top-two .logo-widget .widget-title {
  margin-bottom: 17px;
}

.footer-style-six .footer-top-two .logo-widget .text {
  margin-bottom: 6px;
}

.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 .contact-widget .info-list li {
  position: relative;
  display: block;
  padding-left: 32px;
  margin-bottom: 12px;
}

.footer-style-six .contact-widget .info-list li p {
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.footer-style-six .contact-widget .info-list li:last-child {
  margin-bottom: 0px;
}

.footer-style-six .contact-widget .info-list li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.footer-style-six .contact-widget .info-list li a {
  display: inline-block;
  color: #ffffff;
}

.footer-style-six .contact-widget .info-list li a:hover{

}

.footer-style-six .contact-widget .info-list{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-style-six .contact-widget .social-links h3{
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 15px;
}

.footer-style-six .social-links li a:hover{
  
}

.footer-style-six .footer-bottom{
  padding: 38px 0px 14px 0px;
  background: #03228f;
}

.footer-style-six .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-six .footer-bottom a:hover{

}

.footer-style-six .scroll-top.style-one{
  top: -20px;
}

.footer-style-six .scroll-top.style-one:hover{

}


/** 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;
}

.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-section **/

.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;
}

/** solutions-style-two **/

.solution-title{
    font-size: 48px!important;
    font-weight: 800!important;
    margin-bottom: 25px!important;
}
.solution-sub-title{
    font-size: 25px!important;
    font-weight: 600!important;
    margin-bottom: 25px!important;
}

.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;
  text-align: center;

}

.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: 100px 0px 100px 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: 155px 45px 225px 75px/15px 125px 15px 155px;
  padding: 48px 50px 30px 50px;
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
}

.testimonial-style-five .testimonial-block .inner-box:hover{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 155px 45px 225px 75px/15px 125px 15px 155px;
  padding: 48px 50px 30px 50px;
  box-shadow: 0px 10px 40px 0px rgb(1 213 235 / 28%);
  transition: .42s ease;
  transition-delay: .1s;
}

.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: 20px;
  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: #03228f;
}

.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: 45px;
}

.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 #03228f;
  border-radius: 30px;
  font-size: 16px;
  color: #616161;
  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: 0px;
  margin-bottom: 0px;
  margin-top: 75px;
  z-index: 1;
}

.subscribe-section .inner-box .text{
  position: relative;
  display: block;
  padding-left: 30px;
}

.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{

}


/** banner-style-eight **/

.banner-style-eight{
  position: relative;
  padding: 100px 0px 100px 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: #fff;
}

.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;
}



/** 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: #616161;
  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{
  
}


/** page-title **/

.page-title{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 160px 0px 60px 0px;
}

.page-title .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
}

.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: #03228f;
}


.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: 100px 0px 100px 0px;
}


/** contact-info-two **/

.mb-30{
margin-bottom: 30px;
}


.contact-block_border{
    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%);
}

.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: 40px;
  line-height: 46px;
  color: #222;
  font-weight: 600;
}

.content_block_21 .content-box .single-item{
  position: relative;
  padding: 30px 20px 32px 100px;
  margin-bottom: 35px;
}

.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: 30px;
  top: 30px;
  font-size: 48px;
  line-height: 50px;
}

.content_block_21 .content-box .single-item h3{
  font-weight: 500;
  color: #03228f;
  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;
  color:#01d5eb;
}

.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: 100px 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;
}



/*** 

====================================================================
                        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;
}


.team-page-section{
  position: relative;
  padding: 100px 0px 100px 0px;
}
.team-page-section{
  background-image: url(../images/start-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.team-page-section .team-block-two .inner-box{
  margin-bottom: 60px;
}

.team-block-two{
  max-width: 270px;
  margin: 0 auto;
}



.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: 100px 0px 100px 0px;
  border-bottom: 1px solid #959595;
}

.faq-page-section .content-box-two{
  padding: 100px 0px 100px 0px;
}

.faq-page-section .sec-title{
  margin-bottom: 40px;
}


/*pricing section */


.pricing-style-two {
    position: relative;
    padding: 100px 0px 100px 0px;
}
.centred {
    text-align: center;
}

.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;
}


/*** 


====================================================================
                        Home-Page-Three
====================================================================

***/

/*Slider Style Three*/

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.p-0 {
    padding: 0!important;
    margin-top:0px;
}

.swiper-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.swiper-container {
    z-index: 1;
}

.swiper-container {
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.white-move .swiper-slide {
    cursor: url(../images/icon-move-light.png), move;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.m-0 {
    margin: 0!important;
}

.h-700px {
    height: 700px;
}

.bg-deep-pink {
    background-color: #01d5eb;
}

.align-items-center {
    align-items: center!important;
}

.d-flex {
    display: flex!important;
}


.w-100 {
    width: 100%;
}

.padding-twelve-all {
    padding: 12%;
}

.w-100 {
    width: 100%!important;
}

.font-weight-600 {
    font-weight: 600;
}

.letter-spacing-minus-3 {
    letter-spacing: -3px;
}

.text-white-2, .btn.text-white-2 {
    color: #FFF;
}

.title-large {
    font-size: 100px;
    line-height: 95px;
}

.alt-font {
    font-family: Jost, sans-serif !important;
    font-weight: 500;
}

.w-65 {
    width: 65%;
}

.margin-30px-top {
    margin-top: 30px;
}

.text-middle-line {
    white-space: nowrap;
}

.font-weight-300 {
    font-weight: 300;
}

.text-large {
    font-size: 18px;
    line-height: 26px;
}

.d-block {
    display: block!important;
    color: #5a5a5a
}

.text-middle-line:before {
    border-bottom: 1px solid;
    content: "";
    width: 100%;
    top: 53%;
    opacity: 0.35;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction, .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 35px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-pagination-square .swiper-pagination-bullet {
    height: 4px;
    width: 30px;
    border-radius: 0;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    height: 9px;
    width: 9px;
    outline: none;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

/* Slider Btn */

.slider-btn {
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.slider-btn.style1 {
    width: 35px;
    height: 35px;
    background: #f6f6f6;
    -webkit-transition: .3s;
    transition: .3s
}

.slider-btn.style1 i {
    line-height: .6;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #545454
}

.slider-btn.style1:hover {
    background: #01d5eb;
}

.slider-btn.style1:hover i {
    color: #fff
}

.slider-btn.style2 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f6f6f6;
    -webkit-transition: .3s;
    transition: .3s
}

.slider-btn.style2 i {
    line-height: .6;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000
}

.slider-btn.style2:hover {
    background: #01d5eb
}

.slider-btn.style2:hover i {
    color: #fff
}

/* Slider Btn */

/* Slider Style Three */



/* About Style Three */


.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
    
}

.ptb-bg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mb-15 {
    margin-bottom: 15px !important;
}



.about-bg-4 {
    background-image: url(https://jytheme.com/ontech/assets/images/about/about-4.jpg);
    height: 300px
}

.about-bg-5 {
    background-image: url(https://jytheme.com/ontech/assets/images/about/about-5.jpg);
    height: 300px
}

.about-wrap.style1 .about-img-wrap {
    position: relative
}

.about-wrap.style1 .about-img-wrap .abouut-shape-1 {
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: -1;
    max-width: 120px
}

.about-wrap.style1 .about-img-wrap .abouut-shape-2 {
    position: absolute;
    top: 50%;
    left: -120px;
    z-index: -1;
    max-width: 140px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.about-wrap.style1 .about-img-wrap .abouut-shape-3 {
    position: absolute;
    bottom: -170px;
    left: 50%;
    z-index: -1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.about-wrap.style1 .about-content p {
    margin: 0 0 30px;
    color: #616161;
}

/* About Style Three */

/* content style */

.content_block_15 .content-box{
  position: relative;
  display: block;
}

.content_block_15 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_15 .content-box .sec-title h2{
  color: #fff !important;
}

.content_block_15 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.content_block_15 .content-box .text p{
  font-size: 18px;
  margin-bottom: 54px;
  color: #fff !important;
}

.content_block_15 .content-box .text .list li{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  padding-left: 28px;
  margin-bottom: 18px;
  margin-right: 10px;
  background: white;
  padding: 0 35px;
  border-radius: 5px;
  line-height: 47px;
  
}


.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;
  padding-left: 11px;
}

.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;
}

.content_block_15 .list-flex {
    display: flex;
    flex-wrap: wrap;
}

.content-bg-img {
    background-image: url(../images/footer-img-bg2.png) !important;
}

.content-bg-img-siz {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* content style */

/*Service Style Three */

.sb-200{
    text-align: center;
    padding: 90px 0px 60px 0px;
}
.mb-40 {
    margin-bottom: 40px !important;
}

.bg-wild-sand {
    background-color: #000000;
}
.pb-75 {
    padding-bottom: 75px;
}
.pt-100 {
    padding-top: 100px;

}

.service-wrap {
    position: relative
}

.service-wrap .container {
    position: relative
}

.service-card-wrap .service-card {
    width: calc(25% - 17px)
}

.service-card {
    background-color: #ebebeb;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
    border-radius: 5px
}

.service-card:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s;
    transition: .4s
}

.service-card .service-info .service-title {
    font-size: 24px;
    margin: 0 0 10px
}

.service-card .service-info .service-title a {
    -webkit-transition: .4s;
    transition: .4s
}

.service-card .service-info p {
    margin: 0;
    -webkit-transition: .4s;
    transition: .4s;
    color:#616161;
}

.service-card:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%
}

.service-card:hover .service-info .service-title a {
    color: #fff
}

.service-card:hover .service-info p {
    color: #fff
}
.service-info .btn.style1{
    padding: 5px 6px 3px 10px;
    top: 30px;
    font-size: 13px;
    
}
.service-card.style1 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    text-align: center;
    position: relative;
    padding: 105px 20px 25px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style1:before {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, .8);
    width: 170px;
    height: 170px;
    border-radius: 50%;
    content: ""
}

.service-card.style1 .service-img {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 170px;
    height: 170px;
    background: rgba(221, 221, 221, .2);
    border-radius: 50%;
    padding: 15px;
    display: block;
    margin: 0 auto;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style1:hover .service-img {
    background-color: #fff
}

.service-card.style1:hover .service-info .service-title a {
    color: #fff
}

.service-card.style1:hover .service-info p {
    color: #fff
}

.service-card.style2 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    text-align: center;
    position: relative;
    padding: 118px 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style2 .service-img {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style2 .service-img img {
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style2 .service-img .service-card-shape-1 {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.service-card.style2 .service-img .service-card-shape-2 {
    position: absolute;
    top: 23%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.service-card.style2:hover .service-img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-card.style2:hover .service-img .service-card-shape-1,
.service-card.style2:hover .service-img .service-card-shape-2 {
    -webkit-filter: brightness(1) invert(.6);
    filter: brightness(1) invert(.6);
    opacity: .22
}

.service-desc h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 15px
}

.service-desc h2 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 15px
}

.service-desc h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 15px;
    color:#222222;
}

.service-desc p {
    margin: 0 0 25px;
    color: #616161;
}

.service-desc p:last-child {
    margin-bottom: 0
}

.service-desc .service-img {
    margin: 0 0 25px;
    border-radius: 10px
}

.service-desc .service-img img {
    border-radius: 10px
}

.service-desc .about-quote p {
    margin: 0 0 20px
}

.service-overview-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    margin: 0 0 25px
}

.service-overview-wrap .service-overview-item {
    position: relative;
    padding-left: 38px;
    padding-right: 10px
}



.service-overview-wrap .service-overview-item h4 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 8px;
    color:#222222;
}

.service-overview-wrap .service-overview-item p {
    margin: 0
}

.service-quote {
    position: relative;
    background-color: #f6f6f6;
    padding: 25px
}

.service-quote i {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #01d5eb;
    font-size: 30px
}

.service-quote>p {
    padding-left: 40px;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 10px
}

.service-quote .client_name {
    padding-left: 40px
}

.service-quote .client_name p {
    font-weight: 600;
    margin: 0 0 2px;
    font-size: 16px;
    color: #000
}

.service-quote .client_name span {
    color: #01d5eb;
    display: block;
    line-height: 1;
    font-size: 14px
}


.service-cardimage1:after {
    background-image:
    linear-gradient(to bottom, rgba(104 104 104 / 52%), rgba(0 0 0 / 73%)),
    url('../images/data-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.service-cardimage2:after {
    background-image:
    linear-gradient(to bottom, rgba(104 104 104 / 52%), rgba(0 0 0 / 73%)),
    url('../images/webdesign-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.service-cardimage3:after {
    background-image:
    linear-gradient(to bottom, rgba(104 104 104 / 52%), rgba(0 0 0 / 73%)),
    url('../images/quality-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.service-cardimage4:after {
    background-image:
    linear-gradient(to bottom, rgba(104 104 104 / 52%), rgba(0 0 0 / 73%)),
    url('../images/content.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.service-cardimage5:after {
    background-image:
    linear-gradient(to bottom, rgba(104 104 104 / 52%), rgba(0 0 0 / 73%)),
    url('../images/product.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.service-cardimage6:after {
    background-image:
    linear-gradient(to bottom, rgba(104 104 104 / 52%), rgba(0 0 0 / 73%)),
    url('../images/support.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 46px;
  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;
}


/* Services Style Three */
.stb-1{
    background-color:#e9eefe;;
}

/* Shop Style Three */

.section-space-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.product-item {
    -webkit-box-shadow: 0px 5px 2px -1px rgb(255 233 233);
    box-shadow: 0px 5px 2px -1px rgb(1 213 235 / 69%);
    background-color: #b5b5b5;
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-end-start-radius: 4px;
}

.text-white {
    opacity: 1;
}

.text-white * {
    color: #fff;
}


.product-banner-content {
   position: absolute;
    top: 80px;
    left: 30px;
}

.product-banner-img {
    height: 100%;
}
.product-banner-img .img-full {
    height: 100%;
}
.product-banner {
    -webkit-box-shadow: 0px 5px 2px -1px #ffe9e9;
    box-shadow: 0px 5px 2px -1px #01d5eb94;
    position: relative;
    height: 100%;
}
.img-hover-effect:after {
    background: rgba(255, 255, 255, 0.41);
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
    pointer-events: none;
    z-index: 1;
}

.img-zoom-effect:hover img {
    transform: scale(1.06) rotate(1deg);
}

.img-zoom-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.img-hover-effect {
    position: relative;
}

.img-hover-effect:before {
    background: rgba(255, 255, 255, 0.41);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    pointer-events: none;
    z-index: 1;
}

.img-zoom-effect img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}




.img-full {
    width: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.section-title .title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.product-content {
    position: absolute;
    bottom: 35px;
    left: 30px;
    
}
.product-content .product-name {
    display: block;
    color: #fff;
    font-weight: 500;
}

.pb-1 {
    padding-bottom: 0.3125rem !important;
}


.product-banner-content .category {
    text-transform: uppercase;
    font-size: 18px;
}

.txtclr {
    color: #fff;
}

.new-price {
    color: #222222;
}

.sale-text {
    color: #01d5eb;
}

.product-banner-content .offer {
    text-transform: uppercase;
    font-size: 36px;
}



.product-banner-content .short-desc {
    line-height: 26px;
}

.pt-55 {
    padding-top: 55px;
}

.btn-link.with-underline {
    text-decoration: underline;
}
.ptop{
        padding-top:0px;
    }
.bg-black{
    background-color:#f9f9f9;
}

.pt-7 {
    padding-top: 2.1875rem !important;
}

/* Shop Style Three */


/* Trainer Style Three */ 


.team-3{
    padding-top: 100px;
    padding-bottom:100px;
    background-color: #141516;
}
.team-title-3 {
    color: #fff !important;
    font-size: 22px;
}

.team-3 .fig {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.team-3 .figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: rgba(1, 212, 235, 0.76);
    transition: all 500ms ease;
}
.team-3 figure:hover .figcaption {
    height: 100%;
    transition: all 500ms ease;
}
.team-3 .figcaption .social {
    opacity: 0;
    visibility: hidden;
}
.team-3 figure:hover .figcaption .social {
    opacity: 1;
    visibility: visible;
}
.team-3 .social {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
}
.team-3 .social a {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    font-size: 24px;
}
.team-3 .social a:hover {
    color: #000;
    transition: all 500ms ease;
}
.team-3 .name-3 {
    background: #000;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
}
.team-3 .name-3 h5, span{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.team-3 .fig:before,
.team-3 .fig:after {
    border-top: 1px solid #fff;
    content: "";
    position: absolute;
    left: 15px;
    right: 100%;
    top: 15px;
    z-index: 1;
}
.team-3 figure:hover .fig:before,
.team-3 figure:hover .fig:after {
    right: 15px;
    transition: all 500ms ease;
    transition-delay: 0.5s;
}
.team-3 .fig:after {
    right: 15px;
    left: 100%;
    bottom: 15px;
    top: inherit;
    z-index: 1;
}
.team-3 figure:hover .fig:after {
    left: 15px;
}
.team-3 .figcaption:before,
.team-3 .figcaption:after {
    border-left: 1px solid #fff;
    content: "";
    position: absolute;
    right: 15px;
    bottom: 100%;
    top: 15px;
    z-index: 1;
}
.team-3 figure:hover .figcaption:before,
.team-3 figure:hover .figcaption:after {
    bottom: 15px;
    transition: all 500ms ease;
    transition-delay: 0.5s;
}
.team-3 .figcaption:after {
    left: 15px;
    top: 100%;
    bottom: 15px;
    right: inherit;
    z-index: 1;
}
.team-3 figure:hover .figcaption:after {
    top: 15px;
}

/*Trainer Style Three */



/* Team detail Style Three */

.main-team-detail-in {
    padding-top: 100px;
    padding-bottom: 35px;
    background-color: #ffffff;
}
.main-team-detail-in .team-border-two {
    border-color: #03228f;
}
.team-border-two {
    border: solid 10px #ebebeb;
}
.team-img-box {
    padding: 15px;
    border-radius: 100%;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.team-img {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}
.team-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    border-radius: 100%;
}

.trainer-detail-info-box {
    background-color: #01d5eb;
    border-radius: 10px;
    padding: 40px 50px;
    margin-top: 50px;
}
.trainer-detail-info-text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trainer-detail-info-text span:first-child {
    display: block;
    color: #151515;
}
.trainer-detail-info-text span {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}
.trainer-detail-info-text span:last-child {
    margin-top: 8px;
}


.trainer-detail-info-text span:last-child {
    margin-top: 8px;
}
.trainer-detail-info-text span {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}


.trainer-detail-info-text-box.two {
    margin-top: 40px;
}
.trainer-detail-info-text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trainer-detail-info-text ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    margin-top: 8px;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.trainer-detail-info-text ul li {
    margin-right: 15px;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
.team-detail-content {
    padding-left: 30px;
}
.team-detail-content .h2-title {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 10px;
    color:#222222;
}
.team-detail-content span {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #03228f !important;
}
.team-detail-content p {
    margin-top: 20px;
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: normal;
}
.team-detail-content .line {
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
}

.team-detail-icon{
    color: #fff;
}
.personal-skills {
    margin-top: 45px;
    margin-bottom: 50px;
}
.personal-skills .h3-title {
    margin-bottom: 0;
    font-family: 'Jost', sans-serif;
    color: #222222;
    font-weight: 600;
    font-size: 22px;
}
.personal-skills .line {
    width: 80px;
    height: 1px;
    background-color: #03228f;
}

/*Team detail Style Three*/


/* Benifits Style Three */

.mb-20 {
    margin-bottom: 20px !important;
}

.sbg-100 {
    background-color: #ffffff !important;
}
.pt-100 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
}

.feature-card {
    margin: 0 0 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

.feature-card.style1 .feature-img {
    overflow: hidden;
    text-align: center;
}

.feature-card.style1 .feature-img img {
    -webkit-transition: .8s;
    transition: .8s;
}
.image-bodr {
    border-radius: 4%;
}

.feature-card.style1 .feature-info1 {
    padding: 20px 25px 25px;
    position: relative;
    overflow: hidden;
}

.featured-txt {
    font-size: 22px;
    padding: 12px 0 0 0;
    font-weight: normal;
    text-align: center;
}

.s-title {
    color: #222222 !important;
}

.feature-card:hover .feature-img img {
    -webkit-transform: scale(1.15) rotate(5deg);
    transform: scale(1.15) rotate(5deg);
}

/* Benifits Style Three */


/* Testimonals Style Three */

.testimonial-item.style1 .client-rating-wrap  {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial-wrap {
    position: relative
}

.testimonial-slider-thumbs,
.testimonial-slider-two {
    overflow: hidden
}

.testimonial-slider-one {
    padding: 70px 7px 0
}

.testimonial-item.style1 {
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 90px 25px 20px;
    margin-bottom: 25px;
    border-radius: 155px 45px 225px 55px/15px 125px 15px 155px;
}

.testimonial-item.style1 .client-img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    position: absolute;
    top: -70px
}

.testimonial-item.style1 .client-img img {
    border-radius: 50%;
    border: 10px solid #ddd
}

.testimonial-item.style1 .client-info h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 5px;
    color:#222222;
}

.testimonial-item.style1 .client-info span {
    color: #01d5eb;
    font-size: 14px
}

.testimonial-item.style1 .client-quote {
    margin: 15px 0 13px
}

.testimonial-item.style1 .client-quote p {
    margin: 0;
    color:#616161;
}

.testimonial-item.style1 .client-rating-wrap .quote-icon i {
    color: #151515;
    font-size: 32px;
    display: block;
    line-height: .9
}

.testimonial-item.style2 .quote-icon {
    text-align: center;
    margin: 0 0 20px
}

.testimonial-item.style2 .quote-icon i {
    color: #01d5eb;
    font-size: 30px
}

.testimonial-item.style2 .client-quote {
    max-width: 80%;
    margin: 0 auto 25px;
    text-align: center
}

.testimonial-item.style2 .client-quote p {
    margin: 0;
    color:#616161;
}

.tesstimonial-thumb-one {
    text-align: center;
    padding: 16px 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.tesstimonial-thumb-one .client-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #cbcbcb;
    margin: 0 auto 10px;
    display: block
}

.tesstimonial-thumb-one .client-img img {
    border-radius: 50%
}

.tesstimonial-thumb-one .client-info h6 {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 5px;
    color:#222222;
}

.tesstimonial-thumb-one .client-info span {
    font-size: 12px;
    display: block;
    color: #01d5eb;
    line-height: 1
}

.gallery-thumbs {
    margin: 0 50px
}

.swiper-slide-active .tesstimonial-thumb-one {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.ratings li {
    display: inline-block
}

.ratings li i {
    color: #03228f;
    line-height: .9;
    display: block
}

.testimonial-two-next,
.testimonial-two-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.testimonial-two-next i:before,
.testimonial-two-prev i:before {
    font-weight: 700 !important
}

.testimonial-two-prev {
    left: 0
}

.testimonial-two-next {
    right: 0
}

.testimonial-one-pagination,
.feature-pagination {
    text-align: center;
    position: relative;
    bottom: -6px !important
}

.testimonial-one-pagination .swiper-pagination-bullet,
.feature-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #aba8b0;
    border-radius: 0;
    margin: 0 !important;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-one-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.feature-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #03228f;
    height: 5px;
    position: relative;
    top: 1px;
    -webkit-transition: .4s;
    transition: .4s
}

/*testimonals Style Three */

/*Blog Style Three */

.blog-wrrap .blog-img {
    position: relative;
}


.blog-wrrap .blog-img .publish-date {
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    padding: 18px;
    position: absolute;
    left: 30px;
    bottom: 30px
}

.blog-wrrap .blog-img .publish-date span {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.blog-wrrap .blog-img .publish-date p {
    padding-top: 10px;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin-bottom: 3px
}

.inner-blog .blog-details-area .blog-publisher-meta-title .publish-date {
    border: 1px solid #dbdbdb;
    display: inline-block;
    text-align: center;
    padding: 12px 18px
}

.inner-blog .blog-details-area .blog-publisher-meta-title .publish-date span {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: var(--text-light-dark-color1)
}

.inner-blog .blog-details-area .blog-publisher-meta-title .publish-date p {
    padding-top: 10px;
    font-weight: 600;
    font-size: 26px;
    color: var(--text-light-dark-color1);
    margin-bottom: 3px
}

.blog-wrrap .blog-content {
    padding-top: 20px;
}

.blog-wrrap .blog-content .blog-meta {
    margin-bottom: 10px;
}

.blog-wrrap .blog-content h3 a {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: #222222;
    transition: .35s;
}

.blog-wrrap .blog-content .blog-meta .name {
    color: #01d5eb;
}
.lnkcolor {
    color: #616161;
}
.lnkcolor a {
    color: #01d5eb;
}

.blog-wrrap .blog-content .blog-meta p {
    margin-bottom: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #222222;
}
.mb-20 {
    margin-bottom: 20px !important;
}

/* Blog Style Three */

/* App Section Style Three */

.secpad {
    padding-bottom: 0;
}

.app-bg-1 {
    background-image: url(https://jytheme.com/ontech/assets/images/app/myplate-background-1.jpg)
}

.app-wrap {
    position: relative
}

.app-wrap .app-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8
}

.app-wrap .app-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .8
}

.app-wrap .app-img-3 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8
}

.app-wrap .container {
    position: relative
}

.app-wrap .app-img {
    position: relative
}

.app-wrap .app-img .app-top-img {
    position: absolute;
    top: -100px;
    right: -55px;
    z-index: 0;
    width: calc(100% + 60px)
}

.app-wrap .app-img img {
    position: relative;
    z-index: 1
}

.app-wrap.style2 .app-img {
    padding-right: 50px
}

.app-wrap.style2 .app-img .app-img-shape-1 {
    position: absolute;
    top: 50px;
    left: 0
}

.app-wrap.style2 .app-img .app-img-shape-2 {
    position: absolute;
    bottom: 0;
    right: -50px
}

.app-wrap.style2 .app-shape-1,
.app-wrap.style2 .app-shape-2 {
    opacity: .07
}

.img-siz {
    height: 333px;
    width: 53%;
}

/* App Section Style Three */

/* Instagram Style */

.insta-100 {
    padding-top: 80px;
    background-color: #f9f9f9;
}
 .instagram-grid{
   list-style-type: none;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
}
 .ops{
     opacity:0;
 }

/* Instagram Style */

/* Slider Style One*/

.banner-top-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 50px 0;
}
.location p {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
}
.location p i {
    height: 45px;
    width: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 45px;
    margin-right: 20px;
    font-size: 18px;
    text-align: center;
}
::before {
    box-sizing: border-box;
}
.align-self-center {
align-self: center!important;
}
.banner-top-info .social-link {
    float: right;
}
.m-b0 {
    margin-bottom: 0;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}
ul li {
    padding: 0;
}
.banner-top-info .social-link li a {
    color: #fff;
    padding: 0 10px;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dlab-post-media {
    position: relative;
    overflow: hidden;
}
.banner-slide .slider-bx img, .banner-slide .slider-bx video {
    height: 100vh;
    object-fit: cover;
}

.overlay-black-light:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay-black-light:after {
    opacity: 0.3;
    background: #000;
}
.banner-slide .slider-info {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-20%,-50%);
}

.text-white {
    color: #fff!important;
}

.banner-slide .slider-info h6 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 28px;
}
.banner-slide .slider-info h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 500;
    margin-bottom: 34px;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.banner-slide .owl-nav {
    position: absolute;
    right: 55px;
    top: 60%;
    transform: translatey(-60%);
}

.banner-slide .owl-nav .owl-next, .banner-slide .owl-nav .owl-prev {
    background-color: transparent;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 5px 10px;
    border: 0;
    height: 25px;
    width: auto;
    color: #fff;
}
.owl-nav .owl-next{
    border-radius: 50px;
    line-height: 34px;
    text-align: center;
    
}
.owl-next{
    cursor: pointer;
}
.banner-slide .owl-dots {
    position: absolute;
    right: 55px;
    top: 40%;
    transform: translatey(-40%);
}
.banner-slide .owl-dots .owl-dot.active span {
    background-color: #fff;
}
.banner-slide .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: block;
    margin: 10px;
}

/* Slider Style One */

/* About Style One */

.about-img-box {
  position: relative;
  z-index: 0;
}

.about-img-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #03228f;
  border-radius: 10px;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.about-wrap.style2 .about-content p {
    margin-bottom: 25px;
    color: #616161;
    font-size: 16px;
}

.fitness {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}

@keyframes hero-bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}

/* About Style One */

/* Shop Style */

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #141516;
}
p:last-child {
    margin-bottom: 0;
}

.learts-mb-30 {
    margin-bottom: 30px;
}
.btn-hover-primary:not(:disabled):not(.disabled).active {
    border-color: #f8796c;
    background-color: #f8796c;
    color: #fff;
}
.btn-light {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #333;
}
.btn-md {
    font-size: 14px;
    padding: 10px 30px;
}
.btn {
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    text-transform: capitalize;
}
.products .product {
    margin-bottom: 50px;
}
.product {
    position: relative;
}
.product-thumb {
    position: relative;
    z-index: 2;
    margin: 0;
}
.product-thumb .image {
    position: relative;
    display: block;
    overflow: hidden;
}
.product-thumb .image img {
    z-index: 3;
    width: 100%;
}
.product-thumb .add-to-wishlist {
    position: absolute;
    z-index: 7;
    top: 15px;
    right: 15px;
    visibility: hidden;
    width: 48px;
    height: 48px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    color: #f8796c;
}
.hintT-left::before {
    top: 50%;
    right: calc(100% - 4px);
    transform: translateY(-50%);
}

.product-thumb .add-to-wishlist i {
    font-size: 24px;
    line-height: 48px;
}
.hintT-left::after {
    top: 50%;
    right: calc(100% - 16px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #333;
}
.product-info:not(:first-child) {
    margin-top: 28px;
}
.product-info {
    position: relative;
    z-index: 3;
    text-align: center;
}
.product-info .title {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.product-info .title a {
    color: #222222;
}
.product-info .price {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #616161;
}
.product-info .product-buttons {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    margin-right: -15px;
    margin-bottom: 40px;
    margin-left: -15px;
}
.product-info .product-buttons .product-button {
    width: 48px;
    height: 48px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.hintT-top::before {
    bottom: calc(100% - 4px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-info .product-buttons .product-button i {
    font-size: 16px;
    line-height: 48px;
}
.hintT-top::after {
    bottom: calc(100% - 16px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: #333;
}
.product-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -12px;
}
.product-badges span.outofstock {
    background-color: #333;
}
.product-badges span {
    font-weight: 400;
    line-height: 48px;
    z-index: 5;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: lowercase;
    color: #fff;
    border-radius: 50%;
}
.product-badges span.hot {
    background-color: #01d5eb;
}
.product-thumb .image img.image-hover {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
}
.product:hover .product-thumb .image img.image-hover {
    z-index: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.product:hover .product-thumb .add-to-wishlist {
    z-index: 2;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.product:hover .product-thumb .product-options {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.product:hover .product-info .title,
.product:hover .product-info .price {
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}
.product:hover .product-info .product-buttons {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.product:hover .product2-info .title,
.product:hover .product2-info .price {
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}
.product:hover .product2-buttons {
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

/* Shop Style */

/* Pricing tab Two */

.pricing-section-2{
	position: relative;
	padding: 100px 0;
	background-color:#141516;
}

.pricing-section-2 .icon-circle-1{
	left: -445px;
	bottom: 30px;
	opacity: .19;
}

.pricing-section-2 .icon-circle-2{
	right: -155px;
	top: 250px;
	opacity: .07;
}

.pricing-section-2 .icon-circle-3{
	bottom: 155px;
	right: -175px;
	opacity: .70;
}

.pricing-section-2 .icon-circle-4{
	top: 215px;
	left: 50%;
	margin-left: -60px;
	opacity: .45;
}


.pricing-block-2 .price{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1em;
	color: #141516;
	font-weight: 400;
	margin-bottom: 33px;
}

.pricing-block-2 .inner-box{
	position: relative;
	background-color:#fff;
	border-radius: 10px;
	padding: 55px 0 60px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.pricing-block-2 .features li i{
    font-size: 16px;
    margin-right: 10px;
}
.pricing-block-2 .title{
    margin-bottom:15px;
}
.pricing-block-2 .inner-box:before{
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
	width: 1px;
	background:#d7d7d7 padding-box content-box;
	content: "";
	padding: 60px 0;
	z-index: 1;
}

.pricing-block-2 .image{
	position: relative;
	margin-bottom: 24px;
}

.pricing-block-2 .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.pricing-block-2 .features{
	position: relative;
	margin-bottom: 35px;
}

.pricing-block-2 .features li{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #707070;
	font-weight: 400;
	margin-bottom: 10px;
}


.pricing-block-2 .btn-box{
	position: relative;
}

.pricing-block-2 .btn-box a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	background-color: #000;
	line-height: 20px;
	color: #ffffff;
	font-weight: 500;
	border: 1px solid #d7d7d7;
	padding: 14px 30px;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-block-2.active .btn-box a,
.pricing-block-2 .btn-box a:hover{
	background-color:#01d5eb;
	border-color:#01d5eb;
	color: #ffffff;
}


.pricing-section-2.style-four{
	background-color:#ebebeb;
}

.pricing-section-2.style-four .row{
	box-shadow: none;
	background-color:transparent;
}

.pricing-section-2.style-four .float-text{
	color: #141516;
	opacity: 0.03;
}

.pricing-section-2.style-four .pricing-block-2 .inner-box{
	box-shadow: 0 30px 67px rgba(37,37,37,.09);
}

.pricing-section-2.style-four .pricing-block-2 .inner-box:before{
	display: none;
}

.pricing-section-2.style-four .pricing-block-2.active .inner-box,
.pricing-section-2.style-four .pricing-block-2 .inner-box:hover{
	background:-webkit-linear-gradient(274deg, #01d5eb, #151515 100%) !important;
}

.pricing-section-2.style-four .pricing-block-2 .inner-box:before{
	display: none;
}

.pricing-section-2.style-four .pricing-block-2 .features li,
.pricing-section-2.style-four .pricing-block-2 .title,
.pricing-section-2.style-four .pricing-block-2 .price{
	color: #141516;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-section-2.style-four .pricing-block-2.active .inner-box .features li,
.pricing-section-2.style-four .pricing-block-2.active .inner-box .title,
.pricing-section-2.style-four .pricing-block-2.active .inner-box .price,
.pricing-section-2.style-four .pricing-block-2 .inner-box:hover .features li,
.pricing-section-2.style-four .pricing-block-2 .inner-box:hover .title,
.pricing-section-2.style-four .pricing-block-2 .inner-box:hover .price{
	color: #ffffff;
}

.pricing-section-2.style-four .pricing-block-2 .inner-box:hover .btn-box a {
    background-color: #03228f;
    border-color: #03228f;
    color: #ffffff;
}

/* Pricing Two*/



/* Blog Style Two */

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-65 {
    margin-bottom: 65px!important;
}

.mt-25{
    margin-top:25px;
}

.magnetic-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-area .section-title1 {
    margin: 0 auto
}

.news-area .single-news {
    position: relative;
    z-index: 1
}
.news-area .single-news:hover .overlay svg {
    opacity: 1;
    transform: scale(1);
}
.news-area .single-news .overlay svg:hover {
    stroke: #fff;
}

.news-area .single-news::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    z-index: 1
}

.news-area .single-news .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.news-area .single-news .overlay svg {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    transform: scale(.2);
    transform-origin: left bottom;
    transition: .5s;
    color: #fff;
}


.news-area .single-news .overlay svg:hover {
    color: #01d5eb;
}

:not(svg) {
    transform-origin: 0px 0px;
}

.news-area .single-news .news-content {
    padding: 0 30px;
    position: absolute;
    bottom: 30px
}

.news-area .single-news .news-content h4 {
    margin-bottom: 10px
}

.news-area .single-news .news-content h4 a {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    transition: .35s
}

.news-area .single-news .news-content h4 a:hover {
    color: #01d5eb;
}

.news-area .single-news .news-content span {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

/* Blog Style Two */


/*** 

====================================================================
                        Home-Page-Five
====================================================================

***/

/* Slider Style Five */

.bg-cod-grey {
    background-color: #bec3d5;
}

.hero-bg-1 {
    background-image: url(https://jytheme.com/ontech/assets/img/hero/hero-bg-1.jpg);
    background-image: url(https://jytheme.com/ontech/assets/img/hero/hero-bg-1.jpg)
}

.hero-top-img-1 {
    background-image: url(https://jytheme.com/ontech/assets/img/hero/hero-img-4.jpg)
}

.hero-top-img-2 {
    background-image: url(https://jytheme.com/ontech/assets/img/hero/hero-img-3.jpg)
}

.hero-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.hero-wrap .hero-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.hero-wrap .hero-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.hero-wrap .hero-shape-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

.hero-wrap .btn i {
    margin-right: 5px
}

.hero-wrap.style1 {
    position: relative;
    padding: 100px 0 50px
}

.hero-wrap.style1 .container-fluid {
    position: relative
}

.hero-wrap.style1 .hero-content h1 {
    color: #fff;
    margin: 0 0 34px;
    font-size: 60px;
    font-weight: 500;
    line-height: 72px
}

.hero-wrap.style1 .hero-content p {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    max-width: 75%;
}

.hero-wrap.style1 .hero-content .btn i {
    font-size: 23px;
    position: relative;
    top: 1px
}

.hero-wrap.style1 .hero-img-wrap img {
    margin-bottom: -50px
}


/* Slider Style Five */


/* Aboout Style Five */

.about_five-wrap .contact-item-wrap {
    margin: 25px 0 0
}

.about_five-wrap .contact-item-wrap .contact-item {
    position: relative;
    margin: 0 0 20px
}

.about_five-wrap .contact-item-wrap .contact-item:last-child {
    margin-bottom: 0
}

.about_five-wrap .contact-item-wrap .contact-item span {
    position: absolute;
    top: -4px;
    left: 0;
    width: 33px;
    height: 33px;
    border: 1px solid #eeeff2;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s
}

.about_five-wrap .contact-item-wrap .contact-item span i {
    color: #03228f;
    font-size: 18px;
    line-height: 33px;
    -webkit-transition: .4s;
    transition: .4s
}

.about_five-wrap .contact-item-wrap .contact-item:hover span {
    background-color: #01d5eb;
    border-color: transparent
}

.about_five-wrap .contact-item-wrap .contact-item:hover span i {
    color: #fff
}

.about_five-wrap .contact-item-wrap .contact-item p,
.about_five-wrap .contact-item-wrap .contact-item a {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    margin: 0;
    padding-left: 45px
}

.about_five-wrap .contact-item-wrap .contact-item a:hover {
    color: #01d5eb
}

.about_five-wrap .deilvery-address {
    position: relative;
    width: 100%;
    margin: 42px 0 0
}

.about_five-wrap .deilvery-address input {
    width: 100%;
    background-color: #f3f3f3;
    height: 54px;
    padding: 10px 70px 10px 15px;
    border: none;
    border-radius: 5px
}

.about_five-wrap .deilvery-address button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    padding: 5px 20px;
    background: #01d5eb;
    text-align: center;
    border-radius: 0 5px 5px 0
}

.about_five-wrap .deilvery-address button i {
    color: #fff;
    line-height: 52px;
    font-size: 25px
}

.about_five-img-wrap {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0
}

.about_five-img-wrap .del-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about_five-img-wrap .del-content h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-left: 60px;
    margin: 0 0 20px
}

.about_five-img-wrap .del-content h2 i {
    position: absolute;
    top: -5px;
    left: 0;
    color: #01d5eb;
    font-size: 50px;
    line-height: .8
}

.about_five-img-wrap .del-content p {
    margin: 0;
    color: #fff
}

.about_five-img-wrap .del-content p span {
    color: #01d5eb;
    font-weight: 600
}

/* About Style Five */


/* Blog Five */

.blog-card.style1 .blog-img .blog-social span,
.blog-card.style1 .blog-info .blog-metainfo{
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-card.style1 .blog-img .blog-social span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-card.style1 .blog-info .blog-metainfo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.blog-card.style1 .blog-info .blog-metainfo,
.post-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-card.style1 .blog-img .blog-social span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-card.style1 {
    margin-bottom: 25px;
    position: relative;
    transition: all .25s cubic-bezier(.02,.01,.47,1);
}

.blog-card.style1 .blog-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
    
}

.border-radius-10{
    border-radius: 10px!important;
    
}

.blog-card.style1 .blog-img img {
  width:100%;
}

.blog-img-height img{
    border-radius:10px;
}

.blog-img-height {
    height: 420px;
   
}

.blog-card.style1 .blog-metainfo-top-left {
    margin: 0px 0 15px;
}

.blog-card.style1 .blog-img .blog-social {
    overflow: hidden
}

.blog-card.style1 .blog-img .blog-social span {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-card.style1 .blog-img .blog-social span i {
    color: #01d5eb;
    font-size: 13px;
    line-height: .8;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-card.style1 .blog-img .blog-social .social-profile {
    position: absolute;
    top: 50px;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-card.style1 .blog-img .blog-social .social-profile li {
    display: block;
    margin: 10px 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

.blog-card.style1 .blog-img .blog-social .social-profile li:nth-child(1) {
    -webkit-transition: .3s;
    transition: .3s
}

.blog-card.style1 .blog-img .blog-social .social-profile li:nth-child(2) {
    -webkit-transition: .5s;
    transition: .5s
}

.blog-card.style1 .blog-img .blog-social .social-profile li:nth-child(3) {
    -webkit-transition: .7s;
    transition: .7s
}

.blog-card.style1 .blog-img .blog-social .social-profile li:nth-child(4) {
    -webkit-transition: .9s;
    transition: .9s
}

.blog-card.style1 .blog-img .blog-social .social-profile li:nth-child(5) {
    -webkit-transition: 1.1s;
    transition: 1.1s
}

.blog-card.style1 .blog-img .blog-social:hover span {
    background-color: #01d5eb
}

.blog-card.style1 .blog-img .blog-social:hover span i {
    color: #fff
}

.blog-card.style1 .blog-img .blog-social:hover .social-profile {
    z-index: 1;
    opacity: 1;
    visibility: visible
}

.blog-card.style1 .blog-img .blog-social:hover .social-profile li {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.blog-card.style1 .blog-info {
    padding: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .06);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    border-radius: 0 0 10px 10px;
    
}

.blog-card.style1 .blog-info-main {
    padding: 25px;
    transition: .3s;
    position: absolute;
    border-radius: 0 0 10px 10px;
    top:250px;
    
}

.blog-card.style1 .blog-info-overlay {
    position: absolute;
    padding: 25px;
    transition: .3s;
    bottom: 0px;
    top: 793px;
    transition-duration: 0.2s;
}


.blog-hover-up:hover{
    transform:translateY(-5px);
    box-shadow:var(--box-shadow-hover),0 0 0 transparent;
    -webkit-transition: .3s;
    transition: .3s
    
}



.blog-card.style1 .blog-info:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-card.style1 .blog-info .blog-title {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 15px
}
.blog-title-left a {
    color:#fff;
}

.blog-card.style1 .blog-info p {
    margin: 0
}

.blog-card.style1 .blog-info .blog-metainfo-top {
    margin: 0px 0 15px;
}

.blog-metainfo-top-left a {
    color:#fff !important;
}

.blog-metainfo-left a {
    color:#fff;
    padding-right: 10px;
}

.blog-top-font{
    color: #03228f;
    font-size: 18px;
    font-weight: 700;
}

.blog-card.style1 .blog-metainfo-left .blog-date i, .blog-card.style1 .blog-metainfo-left .blog-author i, .blog-card.style1  .blog-metainfo-left .blog-view i {
   
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.blog-card.style1 .blog-info .blog-metainfo {
    margin: 15px 0 0
}

.blog-card.style1 .blog-info .blog-metainfo .blog-date {
    width: 36%
}

.blog-card.style1 .blog-info .blog-metainfo .blog-author {
    width: 30%;
}

.blog-card.style1 .blog-info .blog-metainfo .blog-view {
    width: 29%;
}

.blog-card.style1 .blog-info .blog-metainfo .blog-date,
.blog-card.style1 .blog-info .blog-metainfo .blog-author,
.blog-card.style1 .blog-info .blog-metainfo .blog-view{
    font-size: 14px;
    color: #545454
}

.blog-card.style1 .blog-info .blog-metainfo .blog-date i,
.blog-card.style1 .blog-info .blog-metainfo .blog-author i,
.blog-card.style1 .blog-info .blog-metainfo .blog-view i{
    color: #03228f;
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 8px
}

.blog-card.style1:hover .blog-img img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.blog-card.style1:hover .blog-info-overlay {
    bottom:15px;
    transition-duration:0.2s;
}



.blog-card.style1:hover .blog-info {
    -webkit-box-shadow: 0 5px 45px 10px rgba(0, 0, 0, .06);
    box-shadow: 0 5px 45px 10px rgba(0, 0, 0, .06)
}

.blog-card.style1:hover .blog-info:after {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.blog-card.style1:hover .blog-img {
    -webkit-box-shadow: 0 5px 45px 10px rgba(0, 0, 0, .06);
    box-shadow: 0 5px 45px 10px rgba(0, 0, 0, .06)
}

.blog-card.style1:hover .blog-img:after {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.blog-card.style1::before{
    content:"";
    position:absolute;
    top:10px;
    right:10px;
    bottom:0;
    left:10px;
    border-radius:10px;box-shadow:#f0f8ff,0 0 0 transparent;
    transition:all .25s cubic-bezier(.02,.01,.47,1);
    z-index:-1;
}

.blog-card.style1:hover .blog-info .blog-title a {
    color: #222222;
}

/* Blog Five */

/* Galley Two */


.gallery-wrap .gallery-item {
    margin: 0 0 25px;
    position: relative
}

.gallery-wrap .gallery-item:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-wrap .gallery-item:hover:after {
    visibility: hidden;
    opacity: 0
}

.gallery-wrap .gallery-item .gallery-img img {
    width: 100%
}

/* Gallery Two */


/* Page Title */

.op-9 {
    opacity: .9;
}

.bg-black {
    background-color: #f9f9f9;
}

.br-1 {
    background-image: url(https://jytheme.com/ontech/assets/images/br-bg-1.jpg)
}

.breadcrumb-wrap {
    position: relative;
    height: 100%;
    padding: 235px 0 100px;
    overflow: hidden
}

.breadcrumb-wrap .br-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 140px
}

.breadcrumb-wrap .br-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 150px
}

.breadcrumb-wrap .breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center
}

.breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 40px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 15px
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 20px;
    font-family: 'Jost', sans-serif;
    position: relative;
    color: #fff
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    transition: .3s;
    -webkit-transition: .3s;
    position: relative
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:after {
    position: absolute;
    top: 1px;
    right: -28px;
    content: "\f10f";
    font-family: flaticon;
    border-radius: 0;
    font-size: 14px
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
    display: none
}

/* Page title */


/* Banner Style */

.contact-wrap.style3 {
    position: relative;
}
.contact-wrap {
    position: relative;
}

.contact-bg-2 {
    background-image: url(../images/contact-bg-2.jpg);
}

.pos-rel {
    position: relative;
    z-index: 1;
}

.contact-wrap.style3 .contact-num {
    font-size: 40px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #01d5eb;
    margin: 0 0 38px;
    line-height: 50px;
}

.contact-wrap .contact-btn {
    text-align: center;
}
.contact-wrap .contact-btn .btn:first-child {
    margin-right: 10px;
}

.contact-wrap.style3:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    
}

.btn.style3 {
    border: 1px solid #fff;
    color: #fff;
}

/* Banner Style */


/* Services Detail One */

.service-desc h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 15px
}

.service-desc h2 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 15px
}


.service-desc p:last-child {
    margin-bottom: 0
}

.service-desc .service-img {
    margin: 0 0 25px;
    border-radius: 10px
}

.service-desc .service-img img {
    border-radius: 10px
}

.service-desc .about-quote p {
    margin: 0 0 20px
}

.service-overview-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    margin: 0 0 25px
}

.service-overview-wrap .service-overview-item {
    position: relative;
    padding-left: 38px;
    padding-right: 10px
}

.service-overview-wrap .service-overview-item i {
    position: absolute;
    top: -2px;
    left: 0;
    color: #03228f;
    font-size: 26px
}

.service-overview-wrap .service-overview-item i:before {
    font-weight: 600 !important
}

.service-overview-wrap .service-overview-item p {
    margin: 0
}

.service-quote {
    position: relative;
    background-color: #f6f6f6;
    padding: 25px
}

.service-quote i {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #01d5eb;
    font-size: 30px
}

.service-quote>p {
    padding-left: 40px;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 10px
}

.service-quote .client_name {
    padding-left: 40px
}

.service-quote .client_name p {
    font-weight: 600;
    margin: 0 0 2px;
    font-size: 16px;
    color: #000
}

.service-quote .client_name span {
    color: #01d5eb;
    display: block;
    line-height: 1;
    font-size: 14px
}

.site-branding-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    line-height: 100px;
}
.site-branding-main img {
    z-index: 1;
    max-height: 44px;
    position: relative;
}

.bg-img-sidebar {
    background-image: url(../images/booknow.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget {
    display: inline-block;
    margin-bottom: 60px;
    width: 100%;
}

.widget-banner-inner h3 {
    font-size: 22px;
    color: #fff;
    line-height: 35px;
}

.widget-banner-inner h3 span {
    color: #01d5eb;
}

.layer-content {
    position: relative;
    z-index: 1;
}
.widget.widget-banner .layer-content ul {
    padding-bottom: 24px;
}
.widget ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.ttm-list.ttm-list-style-icon li i {
    left: auto;
    top: 3px;
    font-size: 16px;
    color: #01d5eb;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 10px;
}

.ttm-list-li-content {
    color: #fff;
}

.widget a {
    text-decoration: none;
    color: #d3d3d3;
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
    text-transform: uppercase;
}

.ttm-btn-color {
    background-color: #01d5eb;
    font-size: 13px;
    padding: 15px 30px;
    font-weight: 800;
}

.ttm-btn-color:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    z-index: -1;
}
/* Services Detail One */


/* Sidebar Widget */ 

.sidebar .sidebar-widget {
    border: 1px solid #eeeff2;
    padding: 20px;
    margin: 0 0 30px;
    border-radius: 5px
}

.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    position: relative;
    color: #222222;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 75px;
    height: 2px;
    content: "";
    background: #03228f;
}


.sidebar .sidebar-widget.box {
    padding: 22px 25px
}

.checkbox-item {
    margin-bottom: 15px
}

.checkbox-item:last-child {
    margin: 0
}

.checkbox-item span {
    color: #aba8b0
}

.category-box ul li {
    position: relative;
    margin-bottom: 15px
}

.category-box ul li:last-child {
    margin-bottom: 0
}

.category-box ul li a {
    display: block;
    padding: 0 10px 0 18px;
    border-radius: 5px;
    color: #222222;
    -webkit-transition: .4s;
    transition: .4s
}


.category-box ul li a:hover,
.category-box ul li a.active {
    color: #03228f
}

.category-box ul li a:hover i,
.category-box ul li a.active i {
    color: #03228f
}


.search-box {
    position: relative
}

.search-box .form-group {
    position: relative
}

.search-box .form-group input {
    width: 100%;
    height: 54px;
    background: #f6f6f6;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border-radius: 5px;
    border: none
}

.search-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background: 0 0
}

.search-box .form-group button i {
    color: #545454;
    top: 4px;
    left: 1px;
    font-size: 20px;
    position: relative
}

.checkbox-item {
    margin-bottom: 15px
}

.checkbox-item:last-child {
    margin: 0
}

.checkbox-item span {
    color: #aba8b0
}

.category-box ul li {
    position: relative;
    margin-bottom: 15px
}

.category-box ul li:last-child {
    margin-bottom: 0
}


.category-box ul li a i {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 13px;
    color: #222222;
    -webkit-transition: .4s;
    transition: .4s
}



.contact-widget .contact-widget-form .form-group {
    margin: 0 0 20px
}

.contact-widget .contact-widget-form .form-group label {
    display: block;
    margin: 0 0 5px
}

.contact-widget .contact-widget-form .form-group input,
.contact-widget .contact-widget-form .form-group textarea {
    width: 100%;
    background-color: #f6f6f6;
    padding: 10px 15px;
    border: none
}

.contact-widget .contact-widget-form .form-group input {
    height: 54px
}

.contact-widget .contact-widget-form .form-group textarea {
    height: 100px;
    resize: none
}


.content-feature-list {
    margin: 0 0 28px;
    color: #616161;
}

.content-feature-list li {
    position: relative;
    padding-left: 28px;
    margin: 0 0 10px
}

.content-feature-list li:last-child {
    margin-bottom: 0
}

.content-feature-list li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #01d5eb;
    font-size: 18px;
    line-height: .8
}

.post-meta-option {
    margin: 0 0 20px
}

.comment-box-wrap {
    border: 1px solid #eeeff2;
    padding: 25px 25px 0;
    border-radius: 5px
}

.comment-box-title {
    font-size: 24px;
    line-height: 1;
    color:#222222;
}

.comment-box-title span {
    font-weight: 600
}

.comment-item {
    padding: 25px 0 20px;
    background: 0 0;
    border-bottom: 1px solid #eee
}

.comment-item.reply {
    margin-left: 40px
}

.comment-item:last-child {
    margin: 0;
    border-bottom: none
}

.comment-item .comment-author-img {
    width: 90px;
    height: 90px;
    border-radius: 50%
}

.comment-item .comment-author-img img {
    border-radius: 50%
}

.comment-item .comment-author-wrap {
    width: calc(100% - 110px);
    margin-left: 20px
}

.comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 0 10px;
    font-size: 16px;
    color:#222222;
}

.comment-item .comment-author-wrap .comment-author-name .comment-date {
    font-size: 13px;
    margin: 0;
    display: block;
    color: #01d5eb;
}

.comment-item .comment-author-wrap .comment-author-name .comment-date i {
    position: relative;
    top: 2px;
    color: #01d5eb;
    margin-right: 4px
}

.comment-item .comment-author-wrap .comment-text {
    margin: 5px 0 0
}

.comment-item .comment-author-wrap .comment-text p {
    margin: 0;
    font-size: 15px;
    color:#616161;
}

.mt-30 {
    margin-top: 30px !important;
}

.reply-btn {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #222222;
    color: #222222;
    border-radius: 50px;
    line-height: 1;
    margin-top: 5px;
    font-size: 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.reply-btn:hover {
    background-color: #01d5eb;
    color: #fff;
    border-color: transparent
}

.comment-item.review-box .comment-author-wrap .comment-author-name .comment-date i {
    top: 0;
    margin-right: 5px
}

.comment-form-title h4 {
    margin-bottom: 20px;
    color: #d3d3d3;
    line-height: 1
}

#cmt-form {
    padding: 25px;
    border-radius: 7px;
    border: 1px solid #eee
}

#cmt-form .checkbox label {
    color: #616161;
    padding-left: 20px
}

.comment-form .form-group {
    margin: 0 0 20px;
    position: relative
}

.comment-form .form-group i {
    position: absolute;
    top: 17px;
    right: 17px;
    color: #999
}

.comment-form .form-group label {
    font-weight: 500;
    display: block;
    margin: 0 0 5px
}

.comment-form .form-group input,
.comment-form .form-group textarea {
    width: 100%;
    background-color: #f6f6f6;
    border: none;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
    color: #000
}

.comment-form .form-group input:focus,
.comment-form .form-group textarea:focus {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.comment-form .form-group input {
    height: 54px
}

.comment-form .form-group textarea {
    height: 129px;
    resize: none
}

.checkbox {
    display: block
}

.checkbox.style2 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkbox.style2 label {
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    color: #fff;
}

.checkbox.style2 label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #01d5eb;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 7px
}

.checkbox.style2 input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    border-radius: 50%;
    background: #01d5eb
}

.form_group {
    position: relative
}

.form_group label {
    padding-left: 20px
}

.form_group input {
    position: absolute;
    top: 5px;
    left: 0
}

.post-comment-wrap {
    border: 1px solid #eeeff2;
    padding: 25px;
    margin: 0 0 25px
}

.post-comment-wrap .comment-title {
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #aba8b0
}

.post-comment-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px
}

.post-comment-wrap .comment-item:last-child {
    margin: 0
}

.post-comment-wrap .comment-item .comment-author_img {
    width: 75px
}

.post-comment-wrap .comment-item .comment-author_text {
    width: calc(100% - 95px);
    margin-left: 20px
}

.post-comment-wrap .comment-item .comment-author_text p {
    font-size: 14px;
    line-height: 24px;
    opacity: .7;
    margin: 0
}

.comment-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment-author_info {
    margin: 0 0 8px
}

.comment-author_info h6,
.comment-author_info p {
    display: inline-block
}

.comment-author_info h6 {
    line-height: 21px;
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.comment-author_info span {
    margin-left: 10px;
    line-height: 1.4
}

.comment-author_info span i {
    position: relative;
    top: -1px;
    left: 1px
}

.comment-author_info p {
    margin-left: 25px !important;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    opacity: .7
}
.tag-list ul {
    margin-top: -12px
}

.tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0 0
}

.tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 14px;
    color: #222222;
    border-radius: 3px;
    border: 1px solid #01d5eb;
    -webkit-transition: .3s;
    transition: .3s
}

.tag-list ul li a:hover {
    color: #fff;
    background: #01d5eb;
    border-color: transparent
}

.tag-list.style2 li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.tag-list.style2 li a:hover {
    background: 0 0
}

.tag-list.style3 li a {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    padding: 10px 12px;
    border: none
}

.index-blog-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px
}

.index-blog-item .index-blog-img {
  width: 90px;
  border-radius: 6px
}

.index-blog-item .index-blog-img img {
  border-radius: 6px
}

.index-blog-item .index-blog-info {
  width: calc(100% - 105px);
  margin-left: 15px
}

.index-blog-item .index-blog-info h6 {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  font-family:"Microsoft YaHei";
}

.index-blog-item .index-blog-info h6 a {
  color: #222222;
}

.index-blog-item .index-blog-info span {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 0 8px;
  color:#888;
}

.index-blog-item .index-blog-info span i {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 16px;
  color: #03228f
}

.index-blog-item:hover .index-blog-info h6 a {
  color: #03228f
}

.pp-post-item {
    margin: 0 0 20px
}

.pp-post-item .pp-post-img {
    width: 90px;
    border-radius: 6px
}

.pp-post-item .pp-post-img img {
    border-radius: 6px
}

.pp-post-item .pp-post-info {
    width: calc(100% - 105px);
    margin-left: 15px
}

.pp-post-item .pp-post-info h6 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.pp-post-item .pp-post-info h6 a {
    color: #222222;
}

.pp-post-item .pp-post-info span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: block;
    position: relative;
    margin: 0 0 8px;
    color:#222222;
}

.pp-post-item .pp-post-info span i {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px;
    color: #03228f
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #03228f
}

.pp-post-item:last-child {
    margin: 0
}

.pp-post-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-navigation{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-navigation .next-post span, .post-navigation .prev-post span {
    display: block;
    font-size: 16px;
    line-height: 1;
    color:#222222;
}

.post-navigation .next-post {
    text-align: right;
    padding-right: 24px;
}
.post-navigation .prev-post {
    text-align: left;
    padding-left: 24px;
}

.post-navigation .prev-post i {
    left: 0;
}
.post-navigation .next-post, .post-navigation .prev-post {
    width: 50%;
    display: block;
    font-size: 12px;
    position: relative;
    color: #616161;
    font-weight: 600;
}
.post-navigation .prev-post {
    text-align: left;
    padding-left: 24px;
}

.post-navigation .next-post i {
    right: 0;
}
.post-navigation .next-post i, .post-navigation .prev-post i {
    font-size: 10px;
    position: absolute;
    top: 60%;
    font-size: 16px;
    color: #222222;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-navigation {
    margin: 0 0 25px;
}

.page-navigation {
    margin: 25px 0 0
}

.page-navigation .page-nav {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-navigation .page-nav li {
    margin: 0 5px
}

.page-navigation .page-nav li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 39px;
    font-weight: 600;
    opacity: 1;
    color: #545454;
    border: 1px solid #eeeff2;
    border-radius: 5px;
    background: 0 0
}

.page-navigation .page-nav li a i {
    font-size: 16px;
    line-height: 40px;
    color: #000
}

.page-navigation .page-nav li a.active,
.page-navigation .page-nav li a:hover {
    border-color: transparent;
    background: #01d5eb;
    color: #fff;
    opacity: 1
}

.page-navigation .page-nav li a.active i,
.page-navigation .page-nav li a:hover i {
    color: #fff
}

.page-navigation .btn {
    font-size: 14px;
    border: 1px solid #eeeff2;
    padding: 12px 18px;
    line-height: 1;
    font-style: normal;
    color: #545454
}

.page-navigation .btn.prev i {
    margin-right: 4px
}

.page-navigation .btn:hover {
    background-color: #01d5eb;
    color: #fff;
    border-color: transparent
}



.post-tag span,
.post-share span {
    margin-right: 10px;
    font-weight: 600;
    color: #222222;
}

.post-tag span i {
    color: #01d5eb
}

.post-tag li {
    display: inline-block
}

.post-tag li a {
    color: #616161;
    font-size: 15px
}

.post-tag li a:hover {
    color: #01d5eb
}

.post-tag {
    margin: 0 0 15px
}

.post-tag ul {
    display: inline-block
}

.post-share {
    display: inline-block
}

.post-share ul {
    display: inline-block
}

.social-profile li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.post-author{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-author {
    padding: 25px;
    margin: 38px 0 25px;
    background-color: #4a4a4a;
    position: relative
}

.post-author:before {
    position: absolute;
    top: -10px;
    left: 150px;
    content: "";
    background-color: #4a4a4a;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.post-author .post-author-img {
    width: 170px;
    height: 170px;
    border-radius: 50%
}

.post-author .post-author-img img {
    border-radius: 50%
}

.post-author .post-author-info {
    width: calc(100% - 190px);
    margin-left: 20px
}

.post-author .post-author-info h4 {
    font-size: 20px;
    color:#fff;
    margin-bottom: 10px;
}

.post-author .post-author-info p {
    margin: 0 0 15px;
    color:#d3d3d3;
}
.post-img {
    border-radius: 10px;
    position: relative;
    margin: 0 0 25px;
}



article {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeff2;
}

article h2, article h3, article h4, article h5, article h6 {
    margin-bottom: 20px;
    line-height: 1.3;
    color: #222222;
}

.wp-block-quote {
    position: relative;
    padding: 35px 35px 38px;
    background-color: #f5f5f5;
    text-align: left;
    margin: 30px 0;
    border-left: 2px solid #222222;
}

.wp-block-quote p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
    font-family: 'Jost', sans-serif;
}
article p {
    margin-bottom: 15px;
    color:#616161;
}

.wp-block-quote i {
    position: absolute;
    bottom: 0;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    color: #01d5eb;
    font-size: 40px;
    opacity: .5;
}

.social-profile.style4 li a {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-profile.style4 li a, .social-profile.style3 li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-profile.style4 li a i {
    font-size: 14px;
    line-height: .7;
    color: #01d5eb;
}
.social-profile li a i {
    -webkit-transition: .3s;
    transition: .3s;
}

.social-profile.style3 li a {
    width: 30px;
    height: 30px;
    background: #eeeff2;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-profile.style3 li a i {
    font-size: 14px;
    line-height: .7;
    color: #01d5eb;
}

.link.style1 {
    color: #01d5eb;
}
/* Sidebar Widget */ 

/* Blog Inner Start */

.entry-header {
    text-align: center;
}

.post-category {
    color: #a1a1a1;
    font-size: 14px;
    letter-spacing: 0.18px;
    line-height: 2;
    text-transform: uppercase;
}

.blog-single .entry-header {
    text-align: center;
    margin-bottom: 15px;
}

.entry-header .post-meta {
    margin-bottom: 15px;
    font-weight:bold;
}

.entry-header .post-meta > span {
    color: #717171;
    font-size: 13px;
    font-weight: 600;
    animation-duration: 0.5s;
}

.entry-header .post-meta > span > a {
    color: #717171;
    text-transform: uppercase;
    text-decoration: none;
}

.entry-header .post-meta > span::after {
    content: ",";
}

.entry-header .post-meta > span {
    color: #717171;
    font-size: 13px;
    font-weight: 600;
    animation-duration: 0.5s;
}

.entry-header .post-meta > span:last-child::after {
    content: "";
}


.type-post .entry-header > span {
    color: #a1a1a1;
    font-size: 14px;
    letter-spacing: 0.18px;
    line-height: 2;
    text-transform: uppercase;
}

.widget {
    display: inline-block;
    margin-bottom: 60px;
    width: 100%;
}

.widget-title {
    color: #222222;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.66;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.widget-title-align {
    text-align: left; 
}

.widget-title::before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 30px;
}

.widget-title-align::before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0px 58px;
    position: absolute;
    right: 0;
    width: 30px;
}

.widget_aboutme .about-info p {
    line-height: 24px;
    letter-spacing: 0.225px;
    color: #616161;
    font-family: 'Jost', sans-serif;
    margin-top: 30px;
    margin-bottom: 13px;
}

.widget_aboutme .about-info {
    text-align: center;
}

.widget > ul:first-of-type {
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.widget_social > ul {
    background-color: #f7f7f7;
    padding: 18px 0 12px;
    margin-bottom: 0;
    text-align: center;
}

.widget_social > ul > li {
    display: inline-block;
    width: auto;
    margin: 0 10px;
}

.widget ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.widget_newsletter .newsletter-box {
    background-color: #f7f7f7;
    padding: 37px 30px;
    text-align: center;
}

.widget_newsletter .newsletter-box > i {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 28px;
    line-height: 2.3;
    height: 57px;
    width: 57px;
    margin-bottom: 25px;
}

.widget_newsletter .newsletter-box > h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.45px;
    line-height: 1.66;
    margin-bottom: 7px;
}

.widget_newsletter .newsletter-box > p {
    color: #717171;
    letter-spacing: 0.225px;
    line-height: 1.73;
}

.widget_newsletter .newsletter-box > form {
    display: inline-block;
    width: 100%;
}

.widget_newsletter .newsletter-box > form .form-control {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #717171;
    outline: none;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    text-align: center;
}

.widget_newsletter .newsletter-box > form input[type="submit"] {
    background-color: #464646;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    letter-spacing: -0.35px;
    display: inline-block;
    padding: 9px 10px;
    margin-top: 7px;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.post-img-wid {
    width: 100%;
}

.related-post {
    display: inline-block;
    padding-top: 67px;
    width: 100%;
}

.related-post > h3 {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.875;
    margin-bottom: 23px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
}

.related-post > h3::before {
    background-color: #ebebeb;
    bottom: 0;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    right: 0;
    width: 30px;
    margin: 0 auto;
}

.related-post .related-post-block {
    direction: ltr;
}

.related-post .related-post-box {
    text-align: center;
}

.related-post .related-post-box > span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.15px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 7px;
}

.related-post .related-post-box > span > a {
    color: #a1a1a1;
    text-decoration: none;
}

.related-post .related-post-box > h3 {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.35px;
}

.related-post .related-post-box > h3 > a {
    color: #151515;
    text-decoration: none;
}

.widget_tranding_post .trnd-post-box > .post-cover {
    margin-bottom: 15px;
}

.widget_tranding_post .trnd-post-box {
    display: inline-block;
    width: 100%;
}

.widget a {
    text-decoration: none;
    color: #222222;
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
    text-transform: uppercase;
}

.widget_tranding_post .trnd-post-box > span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18px;
    line-height: 2px;
}

.widget_tranding_post .trnd-post-box > h3 {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 1.38;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: capitalize;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.widget_tranding_post .carousel-indicators {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}


.widget_tranding_post .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex: 0 0 auto;
    border: 1px solid #000;
    cursor: pointer;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.widget_tranding_post .carousel-indicators li.active {
    background-color: #000;
}

.imgwid {
    width:100%;
}

/* Blog Inner Style */


/*Slider Six Style */

.block-six {
    padding: 150px 0;
    position: relative;
}
.p-0 {
    padding: 0!important;
}
.overlay_slider_six {
    width: 100%;
    position: relative;
    z-index: 2;
}
.overlay_slider_six:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, transparent, black);
}
.overlay_slider_six img {
    width: 100%;
}
.overlay_slider_six_text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.fade-in-bottom {
    -webkit-animation: fade-in-bottom .6s cubic-bezier(.39,.575,.565,1.000) both;
    animation: fade-in-bottom .6s cubic-bezier(.39,.575,.565,1.000) both;
}
.overlay_slider_six_text_inside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
}
.overlay_slider_six_text_inside h2 {
    color: #FFF;
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    margin-bottom: 34px;
}

.overlay_slider_six_text_inside h2 i {
    font-style: normal;
    padding: 0 10px;
    background: #01d5eb;
}
.overlay_slider_six_text_inside p {
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    padding-right: 20px;
    margin-bottom: 50px;
    font-weight: 300;
}
.slider_six_theme-btn {
    border: 0;
    background: #01d5eb;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    column-gap: 10px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    padding: 5px 30px;
    overflow: hidden;
}

.slider_six_theme-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: #000;
    opacity: 0.1;
    transition: all 0.2s linear;
}
.slider_six_theme-btn:hover:before {
    top: 50%;
}
.slider_six_theme-btn:hover {
    color: #FFF;
}
/* Slider Six Style */

/* Services Four Style */


.main-services4-area {
    position: relative;
    display: block;
    padding-top:100px;
    padding-bottom:100px;
}

.single-services4-style4{
    position: relative;
    display: block;
    max-width: 370px;
    min-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
}
.single-services4-style4 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-services4-style4 .img-holder .inner {
    position: relative;
    display: block;
}
.single-services4-style4 .img-holder .inner:before{
    position: absolute;
	top: -37px;
	left: -37px;
	bottom: -37px;
	right: -37px;
    content: '';
	border: 37px solid #ffffff;
	opacity: 1;
	transition: all 300ms ease 100ms;
	z-index: 1;
}
.single-services4-style4:hover .img-holder .inner:before{
	left: 3px;
	top: 3px;
	bottom: 3px;
	right: 3px;
    transition: all 300ms ease 100ms;
}
.single-services4-style4 .img-holder:before,
.single-services4-style4 .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all 900ms ease 300ms;
    border-radius: 0px;
    z-index: 1;
}
.single-services4-style4 .img-holder:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 3px solid #27282c;
    border-bottom: 3px solid #27282c;
}
.single-services4-style4:hover .img-holder:before {
    transform: scale(1, 1);
}
.single-services4-style4 .img-holder:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 3px solid #27282c;
    border-right: 3px solid #27282c;
}
.single-services4-style4:hover .img-holder:after{
    transform: scale(1, 1);    
}
.single-services4-style4 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-services4-style4:hover .img-holder img {
    transform:scale(1.2) rotate(0deg);	 
}

.single-services4-style4 .overlay-box{
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    height: 280px;
    background: rgba(40, 41, 46, 0.90);
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);	
    transition: all 700ms ease 300ms;
}
.single-services4-style4:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);	
    transition: all 700ms ease 500ms;
}
.single-services4-style4 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-services4-style4 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-services4-style4 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-services4-style4 .overlay-box .box .link a:hover span:before{
    color: #e9212e;    
}

.single-services4-style4 .img-holder .overlay-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 3px;
    height: 117px;
    background: #ffffff;
    z-index: 11;
    text-align: center;
    transition: all 700ms ease 300ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-32px);
}
.single-services4-style4:hover .img-holder .overlay-content {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.single-services4-style4 .img-holder .overlay-content .title{
    position: relative;
    display: block;
    padding-top: 33px;
}
.single-services4-style4 .img-holder .overlay-content .title span{
    color: #7c7e84;
}
.single-services4-style4 .img-holder .overlay-content .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-services4-style4 .img-holder .overlay-content .title h3 a {
    color: #27282c;
    transition: all 500ms ease;
    font-family: 'Jost', sans-serif;
}
.single-services4-style4 .img-holder .overlay-content .title h3 a:hover{
    color: #e9212e;       
}


/* Services Four Style */


/*  Why Choose Us Style */


.our_specialties_section{
    padding: 100px 0 100px;
    position: relative;
    background-color:#ebebeb;
}
.our_specialties_heading_content{
    text-align: center;
}
.our_specialties_heading_content h5{
    text-transform: uppercase;
    color: #03228f;
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.our_specialties_heading_content h2{
    margin-bottom: 18px;
    color: #242424;
}
.our_specialties_heading_content p {
    margin-bottom: 35px;
    padding: 0 95px;
    color: #616161;
}
.s1{
    padding-top: 0px;
    padding-right: 25px;
}
.s2{
    padding-right: 70px;
}
.s3{
    padding-right: 75px;
}
.s4{
    padding-right: 25px;
}
.specialties_content_wrapper{
    position: relative;
}
.specialties_content {
    text-align: right;
    margin-bottom: 46px;
    position: relative;
}
.specialties_content .specialties_name {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 6px;
}
.specialties_content .specialties_paragraph {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #616161;
    margin-bottom: 0;
}
.specialties_left_line {
    position: absolute;
    top: 10px;
    right: -50px;
}
.specialties_left_line img {
    height: 390px;
}
.specialties_content::after {
    content: "\f058";
    height: 76px;
    width: 76px;
    background-color: #03228f;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    font-size: 42px;
    line-height: 64px;
    color: #ffffff;
    font-family: 'Font Awesome 5 Pro';
}
.s1::after {
    top: 0px;
    right: -78px;
}
.s2::after {
    top: 0px;
    right: -30px;
}
.s3::after {
    top: 0;
    right: -30px;
}
.s4::after {
    top: 0;
    right: -78px;
}
.specialties_content2{
    text-align: left;
}
.specialties_content2::after {
    content: "\f058";
    height: 76px;
    width: 76px;
    background-color: #03228f;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    font-size: 42px;
    line-height: 64px;
    color: #ffffff;
    font-family: 'Font Awesome 5 Pro';
}
.s5{
    padding-top: 0px;
    padding-left: 24px;
}
.s6{
    padding-left: 74px;
}
.s7{
    padding-left: 74px;
}
.s8{
    padding-left: 24px;
}
.s5::after {
    top: 0px;
    left: -78px;
}
.s6::after {
    top: 0px;
    left: -30px;
}
.s7::after {
    top: 0;
    left: -30px;
}
.s8::after {
    top: 0;
    left: -78px;
}
.specialties_right_line {
    position: absolute;
    top: 10px;
    left: -50px;
}
.specialties_right_line img {
    height: 390px;
}
.our_specialties_section .specialties_image{
    text-align: center;
    animation: float_img 6s ease-in-out infinite;
}
.our_specialties_section .our_specialties_right_shape{
    position: absolute;
    top: 150px;
    right: 0;
}


/* Why Choose Us Style */

/* Funfact Style */

.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 {
    background-color: #aa3900;
}

.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;
}

.funfact-style-three{
  position: relative;
}

.funfact-style-three .inner-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 105px 15px;
}

.funfact-style-three .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 .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;
}

/* Funfact Style */

/* Pricing Five Style */

.pricing-section {
    position: relative;
    padding: 100px 0 100px;
}

.pricing-section .row {
    margin: 0 -25px;
}

.pricing-block {
    position: relative;
    padding: 0 25px;
    margin-bottom: 50px;
}

.pricing-block .inner-box {
    position: relative;
    background: #081245;
    background: -o-linear-gradient(0deg, #03228f, #01d5eb 100%);
    background: linear-gradient(0deg, #03228f, #01d5eb 100%);
    max-width: 370px;
    margin: 0 auto;
    padding: 50px 55px 50px;
    -webkit-box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
    box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-box:before {
    position: absolute;
    right: -29%;
    bottom: -20px;
    height: 200%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
}

.pricing-block .inner-box:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pricing-block .title {
    position: relative;
    font-size: 16px;
    line-height: 36px;
    color: #03228f;
    font-weight: 700;
    display: block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.pricing-block h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.pricing-block .price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 72px;
    color: #222222;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Jost', sans-serif;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.pricing-block .price sup {
    font-size: 24px;
    color: #1cd2e9;
    font-weight: 400;
    top: -20px;
    font-family: 'Jost', sans-serif;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .price sub {
    font-size: 16px;
    color: #01d5eb;
    font-weight: 400;
    margin-left: 5px;
    top: 15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .features {
    position: relative;
    padding: 30px 0 25px;
    z-index: 2;
}

.pricing-block .features li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #616161;
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .theme-btn1 {
    position: relative;
    z-index: 2;
}

.pricing-block.tagged .inner-box:after {
    opacity: 0;
}

.pricing-block .inner-box:hover .features li:before,
.pricing-block .inner-box:hover .features li,
.pricing-block .inner-box:hover .price sup,
.pricing-block .inner-box:hover .price,
.pricing-block .inner-box:hover h3,
.pricing-block.tagged .features li:before,
.pricing-block.tagged .features li,
.pricing-block.tagged .price sup,
.pricing-block.tagged .price,
.pricing-block.tagged h3 {
    color: #ffffff;
}

.pricing-block.tagged .price sub {
    color: #ffffff;
}

.pricing-block .inner-box:hover:after {
    opacity: 0;
}

.btn-style-five {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    background: #001376;
    overflow: hidden;
    min-width: 180px;
}
.btn-style-five:before {
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 200%;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-six {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    background: #001376;
    overflow: hidden;
    min-width: 180px;
    background: #ffc600;
    background: -o-linear-gradient(45deg, #ffc600 1%, #ff6c00 100%);
    background: linear-gradient(154deg, #03228f 1%, #01d0e8 100%);
}
.btn-style-five:before {
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 200%;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-five:hover:before {
    top: 150%;
}

.btn-style-six:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffc600;
    background: -o-linear-gradient(135deg, #ffc600 1%, #ff6c00 100%);
    background: linear-gradient(154deg, #03228f 1%, #01d0e8 100%);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.theme-btn1 {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



/* Pricing Five Style */


/* Team Four Style */

.team-v4-area {
    position: relative;
    background-color: #ebebeb;
    
}

.team-v4-area .shape svg path {
    fill: url(#paint0_linear-02)
}

.team-v4-area .shape .shappe-1 {
    position: absolute;
    top: 10%;
    right: 20%;
    animation: trangle 1s linear infinite
}

.team-v4-area .shape .shappe-2 {
    position: absolute;
    top: 50%;
    left: 5%
}

.team-v4-area .shape .shappe-3 {
    position: absolute;
    bottom: 40%;
    right: 5%;
    animation: trangle 1.5s linear infinite
}

.team-v4-wrapper {
    max-width: 1130px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0px
}

.single-team-v4 {
    position: relative;
    overflow: hidden;
    max-width: 377px
}

.single-team-v4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(53.28deg, #03228f 4.8%, #01d5eb 86.91%);
    mix-blend-mode: normal;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    z-index: 9
}

.single-team-v4 .speaeker-img img {
    transition: all 1s ease-in;
    width: 100%
}

.single-team-v4 .speaeker-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 99
}

.single-team-v4 .speaeker-content .social ul li {
    display: inline-block
}

.single-team-v4 .speaeker-content .social ul li:nth-child(1) {
    transform: translateX(-20px);
    transition-delay: .5s !important;
    opacity: 0;
    transition: all .3s ease-in-out
}

.single-team-v4 .speaeker-content .social ul li:nth-child(2) {
    transform: translateX(-20px);
    transition-delay: .4s !important;
    opacity: 0;
    transition: all .3s ease-in-out
}

.single-team-v4 .speaeker-content .social ul li:nth-child(3) {
    transform: translateX(-30px);
    transition-delay: .3s !important;
    opacity: 0;
    transition: all .3s ease-in-out
}

.single-team-v4 .speaeker-content .social ul li a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-right: 20px;
    transition: all .3s ease-in-out
}

.single-team-v4 .speaeker-content .social ul li a i {
    color: #fff;
    transition: all .3s ease-in-out
}

.single-team-v4 .speaeker-content .social ul li:hover a {
    background-color: #fff;
}

.single-team-v4 .speaeker-content .social ul li:hover a i {
    color: unset;
    background: linear-gradient(53.28deg, #223FDC 4.8%, #FF175C 86.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-team-v4 .speaeker-content .title {
    margin-top: 20px;
}

.single-team-v4 .speaeker-content .title a {
    display: block;
    font-size: 24px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    transform: translateY(20px);
    transition-delay: .4s !important;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.single-team-v4 .speaeker-content .title span {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    font-weight: 400;
    margin-top: 5px;
    transform: translateY(20px);
    transition-delay: .5s !important;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.single-team-v4 .shape {
    opacity: 0;
    visibility: hidden;
}

.single-team-v4 .shape img,
.single-team-v4 .shape svg {
    max-width: 100%;
    max-height: 100%;
}

.single-team-v4 .shape .shape-1 {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    transform: translateY(-50px);
    transition-delay: 1 !important;
    opacity: 0;
    transition: all .5s ease-in-out;
    height: 50%;
}

.single-team-v4 .shape .shape-2 {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    transform: translateY(50px);
    transition-delay: 2 !important;
    opacity: 0;
    transition: all 1s ease-in-out;
    height: 100%;
}

.single-team-v4:hover::before {
    opacity: 0.5;
    visibility: visible;
}

.single-team-v4:hover .speaeker-img img {
    transform: scale(1.05) rotate(0deg);
}

.single-team-v4:hover .speaeker-content {
    opacity: 1;
    visibility: visible;
}

.single-team-v4:hover .speaeker-content .social ul li:nth-child(1),
.single-team-v4:hover .speaeker-content .social ul li:nth-child(2),
.single-team-v4:hover .speaeker-content .social ul li:nth-child(3) {
    transform: translateX(0px);
    opacity: 1;
}

.single-team-v4:hover .speaeker-content .title a,
.single-team-v4:hover .speaeker-content .title span {
    transform: translateY(0px);
    opacity: 1;
}

.single-team-v4:hover .shape {
    opacity: 1;
    visibility: visible;
}

.single-team-v4:hover .shape .shape-1,
.single-team-v4:hover .shape .shape-2 {
    opacity: 1;
    transform: translateY(0px);
}


/* Team Four Style */
.sms-top-bg {
  padding: 190px 0px 100px;
  position: relative;
  z-index: 2;
}
.sms-top-bg .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sms-item-content{
  position: relative;
  display: block;
}
.sms-item-content ul {
  margin: 0;
  padding: 25px 0px;
  margin-bottom: 20px;
  list-style: none;
}
.sms-item-content ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 42px;
  color: #616161;
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sms-item-content ul li:last-child{
  margin-bottom: 0px;
}

.sms-item-content ul li:before{
  position: absolute;
  content: "\f058";
  left: 0px;
  top: 0px;
  color: #01d5eb;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
}

.sms-list-style-one{
  position: relative;
  display: block;
}

.sms-list-style-one li{
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
}

.sms-list-style-one li:last-child{
  margin-bottom: 0px;
}

.sms-list-style-one li:before{
  position: absolute;
  content: "\f058";
  left: 0px;
  top: 0px;
  color: #01d5eb;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
}


.pricing-pribel-plas17 .item__pricing p span {
  font-weight: 300;
  color: #888;
}
.hero_seven .hero_content {
  color: #fff;
  padding-top: 100px;
}
/* Slider Seven Style */

.hero_seven {
    background: linear-gradient(287.78deg, #0157ae 3.17%, #19cfe6 100%);
    padding-bottom: 310px;
    padding-top: 90px;
    position: relative;
    z-index: 2;
}
.hero_seven::after {
    position: absolute;
    content: "";
    background-image: url(../images/hero_bg.png);
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero_seven .hero_content {
    color: #fff;
    padding-top: 100px;
}
.hero_seven .hero_content .sub_title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.hero_seven .hero_content h1 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 34px;
    margin-top: 10px;
    color:#fff;
}
.hero_seven .hero_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-top: 20px;
    color:#fff;
}
.hero_seven .hero_content .button_seven {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.cus_container {
    width: 1110px;
}
.seven_btn:hover {
    color: #fff;
}
.seven_btn {
    color: #fff;
    padding: 15px 43px;
    background: linear-gradient(0deg, #03228f, #01d5eb 100%) !important;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}
.seven_btn:hover::after {
    transform: scaleX(1) !important;
    transform-origin: right !important;
}
.seven_btn::after {
    content: '';
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3b3664 !important;
    border-radius: 50px;
    transform: scaleX(0) !important;
    transform-origin: right;
    transition: all 0.7s linear;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: transform;
    z-index: -1;
}

.hero_seven .section_img img {
    margin-top: 65px;
}
/* Slider Seven Style */

/* About Five Style */


.about-img-style5 {
    position: relative;
}
.about-img-style5 img {
    border-radius: 12px;
}
.about-img-style5 .main-img {
    padding-right: 230px;
    padding-bottom: 50px;
}
.about-img-style5 .small-img1 {
    position: absolute;
    height: 265px;
    width: 325px;
    bottom: 0;
    right: 15px;
}
.about-img-style5 .small-img2 {
    position: absolute;
    height: 165px;
    width: 165px;
    top: 0;
    right: 15px;
}
.about-img-style5 .small-img2 img {
    border-radius: 100%;
}
.pl-15 {
    padding-left: 15px;
}
.about-content .about-title span {
    color: #03228f;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-content .about-title h2 {
    font-size: 40px;
    margin-bottom: 14px;
    position: relative;
    font-weight: 600;
    line-height: 48px;
 
}
.about-content p {
    margin-bottom: 25px;
}
.about-content .features-list5 {
    margin-bottom: 20px;
}
.about-content .features-list5 ul {
    padding-left: 0;
    margin-bottom: 0;
}
.about-content .features-list5 ul li {
    list-style-type: none;
    padding-left: 22px;
    position: relative;
    margin-bottom: 12px;
}
.about-content .features-list5 ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    font-weight: 500;
    font-size: 18px;
    color: #03228f;
}
.fnt-size{
    font-size:16px;
}
/* About Five Style */

/* Process Style */

.process {
    padding: 100px 0
}

.process.process-2 {
    background: #f8f7ff
}

.process.process-2 .boxes .single-box .wrap .part-icon {
    background: -webkit-linear-gradient(315deg, #4434BF, #211664);
    background: -o-linear-gradient(315deg, #4434BF, #211664);
    background: linear-gradient(135deg, #4434BF, #211664)
}

.process.process-2 .boxes .single-box .wrap .part-icon:after {
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7)
}

.process.process-2 .boxes .single-box .wrap .part-icon span {
    color: #fff
}

.process .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.process .boxes .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.process .boxes .single-box.top .wrap .part-icon {
    margin-bottom: 0;
    margin-top: 40px
}

.process .boxes .single-box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.process .boxes .single-box .wrap .part-icon {
    text-align: center;
    width: 110px;
    height: 110px;
    line-height: 125px;
    background: #f2f2f9;
    border-radius: 50%;
    margin-bottom: 40px;
    position: relative;
    z-index: 2
}

.process .boxes .single-box .wrap .part-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(92deg, #03228f 50%, #01d5eb);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.process .boxes .single-box .wrap .part-icon span {
    font-size: 45px;
    color: transparent;
    background: linear-gradient(-90deg, #03228fe0 50%, #01d5eb);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.process .boxes .single-box .wrap .part-txt {
    text-align: center
}

.process .boxes .single-box .wrap .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: -5px;
    margin-bottom: 15px
}
.text-right {
    text-align: right;
}
.process .boxes .single-box .wrap:hover .part-icon:after {
    opacity: 1
}

.process .boxes .single-box .wrap:hover .part-icon span {
    color: #fff
}

.process .boxes .single-box .arrow {
    margin-left: 60px
}

.process .boxes .single-box .arrow.rotate {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}
/* Process Style */

/* Contact Info */

.contact-info-section {
    position: relative;
    padding: 60px 0px 60px;
}
.contact-info-section .inner-container {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 65px 60px 65px;
    display: flex;
    flex-wrap: wrap;
}

.contact-info-section .inner-container .text-box {
    width: calc(70% - 0px);
}
.contact-info-section .inner-container .text-box h2, .contact-info-section .inner-container .text-box p {
    color: #fff;
}
.contact-info-section .inner-container .text-box h2 {
    font-weight: 700;
}
.contact-info-section .inner-container .contect-box {
    width: calc(30% - 0px);
    text-align: right;
    margin-top: 15px;
}

.btn-contact-info {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 11px 35px;
    font-weight: 700;
    border-radius: 35px;
    background-color: #01d5eb;
    text-transform: capitalize;
    overflow: hidden;
}
.btn-contact-info:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 93%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #03228f;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 44px;
}
.btn-contact-info .txt {
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn-contact-info:hover::before{
	left:-100%;
}

.btn-contact-info:hover{
	color: #fff;
}
/* Contact Info */

/* Blog Style Four */

.section-sub-title-four {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #03228f;
    padding: 6px 10px;
    border-radius: 4px;
    position: relative;
    z-index: 9;
    margin-bottom: 15px;
}
.section-title-four {
    font-weight: 600;
    font-size: 40px;
    color: #222222;
    line-height: 48px;
    position: relative;
    z-index: 9;
    margin-bottom: 15px;
}

.blog_area {
    overflow: hidden;
}
.blog_area {
    padding-bottom: 100px;
    padding-top: 100px;
}

.blog_top {
    padding-bottom: 60px;
}
.blog_crd{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    height: 100%;
}

.blog_item-wrapper {
    position: relative;
    z-index: 1;
}
.blog_item-wrapper article {
    display: grid;
    -ms-grid-columns: 1.5fr 2fr;
    grid-template-columns: 1.5fr 2fr;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.blog_item-wrapper article:hover img {
    -webkit-transform: scale(1.1) translateX(4%);
    transform: scale(1.1) translateX(4%);
}
.blog_img {
    overflow: hidden;
    border-radius: 5px;
}
.blog_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.blog_content {
    padding: 52px 35px 40px;
}
.blog_meta {
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #666666;
    padding-bottom: 5px;
}
.blog_meta strong {
    color: #222222;
    font-weight: 400;
}
.blog_title{
    display: block;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color:  #222222;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Jost', sans-serif;
}
.blog_title:hover {
  color: #03228f;
}

.blog_btn-rm {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #03228f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 35px;
}

.blog_meta a {
    color: #666666;
}
.blog_meta a:hover {
    color: #03228f;
}

.blog_btn-rm {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 35px;
}

.blog_btn-rm:hover {
  color: #03228f;
}
.blog_btn-rm:hover i {
  color: #03228f;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.blog_btn-rm i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Blog Style Four */


/* Purpose Style */

.purpose-section{
  position: relative;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}

.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{

}

.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);
}

/* Purpose Style */

/* App Style  */

.app-screenshots-section{
  position: relative;
  padding: 60px 0px 60px 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;
  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;
}

/* App Style  */

/** Clients-style-four **/

.clients-style-four{
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}

.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%);
}

/*** 
=============================================
    Project style1 Area Css
=============================================
***/
.project-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 113px 0px 100px 0px;

}
.project-style1-area.pdtop120{
    padding-top: 120px;
}
.recent-project-title{
    position: relative;
    display: block;
    padding: 50px 0;
    margin-bottom: 120px;
}
.recent-project-title:before {
    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 80px;
    text-align: center;
}
.recent-project-title h2{
    color: #ffffff;
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
}
.project-style1-area .auto-container-box {
    position: static;
    max-width: 1650px;
    padding: 0px 15px;
    margin: 0 auto;
}

.project-style1-content {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.project-style1-content li {
    position: relative;
    display: block;
    float: left;
    margin: 0 15px 0;
}
.single-project-style1 {
    position: relative;
    display: block;
}
.single-project-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.single-project-style1 .img-holder:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 5px;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}
.single-project-style1:hover .img-holder:before{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}
.single-project-style1 .img-holder img{
    width: 100%;
}
.single-project-style1 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition: all 500ms linear;
    transition-delay: 0.2s;
    z-index: 3;
}
.single-project-style1:hover .overlay-content{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-project-style1 .overlay-content .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
}
.single-project-style1 .overlay-content .inner h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}
.single-project-style1 .overlay-content .inner h3 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-project-style1 .overlay-content .inner h3 a:hover{
    color: #333029;
}
.single-project-style1 .overlay-content .inner .readmore-button {
    position: relative;
    display: block;
    margin-top: 13px;
    margin-bottom: -45px;
}
.single-project-style1 .overlay-content .inner .readmore-button a {
    position: relative;
    display: block;
    width: 95px;
    height: 95px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #333029;
    font-size: 20px;
    line-height: 140px;
    font-weight: 600;
    transform: rotate(180deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-project-style1 .overlay-content .inner .readmore-button a:hover{
    color: #ffffff;
    background: #333029;
}

/*========================================*/
/*----------- [_Section_Projects] --------*/
/*========================================*/
.project-item-style1 .project-item-thumb {
  position: relative;
  overflow: hidden;
}
.project-item-style1 .project-item-thumb img {
  width: 100%;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 900ms ease;
  margin-bottom: 20px;
}
.project-item-style1 .project-item-thumb .project-item-link-icon a {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: -34px;
  width: 52px;
  margin-top: -25px;
  margin-left: -25px;
  height: 52px;
  background: #03228f;
  text-align: center;
  line-height: 60px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.project-item-style1 .project-item-thumb .project-item-details {
  padding: 15px;
  position: absolute;
  width: 88%;
  margin: 0 auto;
  left: 20px;
  bottom: 20px;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  opacity: 1;
  transform-origin: bottom;
  z-index: 2;
  opacity: 0;
}
.project-item-style1 .project-item-thumb .project-item-details .project-item-category {
  color: #fff;
  padding-left: 40px;
  margin-bottom: 5px;
  position: relative;
}
.project-item-style1 .project-item-thumb .project-item-details .project-item-category:after {
  content: "";
  height: 1px;
  width: 30px;
  background: #03228f;
  position: absolute;
  left: 0;
  top: 13px;
}
.project-item-style1 .project-item-thumb .project-item-details .project-item-title a {
  color: #fff;
}
.project-item-style1 .project-item-thumb .project-item-details .project-item-title a:hover {
  color: #01d5eb;
}
.project-item-style1 .project-item-thumb:after {
  position: absolute;
  background: linear-gradient(-60deg, #03228fe0, #00000094);
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.project-item-style1:hover .project-item-thumb img {
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -webkit-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.project-item-style1:hover .project-item-thumb .project-item-link-icon a {
  visibility: visible;
  opacity: 1;
  right: 28px;
}
.project-item-style1:hover .project-item-thumb .project-item-details {
  opacity: 1;
  bottom: 20px;
  left: 30px;
}
.project-item-style1:hover .project-item-thumb:after {
  opacity: 1;
}
.project-item-style1:hover .project-item-thumb:before {
  -moz-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}

.count-size{
    color: #fff;
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
}

/** chooseus-section **/

.chooseus-section{
  position: relative;
  padding: 100px 0px;
  background: linear-gradient(50deg, #03228f, #29b3e2 100%);
}

.content_block_5 .content-box{
  position: relative;
  display: block;
}
.content-box .style-two h2{
    color:#fff;
}
.content-box .style-two h5{
    color:#fff !important;
}
.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;
  color: #d7d9f2;
}

.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_11 .content-box-1 .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-1 .inner-box .single-item {
    position: relative;
    min-height: 67px;
    margin-bottom: 33px;
}
.content_block_11 .content-box-1 .sec-title {
    margin-bottom: 18px;
}
.content_block_11 .content-box-1 .text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.content_block_11 .content-box-1 .inner-box .single-item h3:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.content_block_11 .content-box-1 .inner-box .single-item h3:before {
    background-color: #03228f;
}
.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;
  color:#fff;
}

.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;
}

/** service-style-six **/

.service-style-six{
  position: relative;
  padding: 100px 0px 100px 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);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding-top: 20px;
  padding:100px 0px;
  background-color:#ffffff;
}

.services-one .section-title {
  margin-bottom: 69px;
}
.section-title .section-text{
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #222222;
}
.services-one .section-title-text {
  color: #01050c;
}

.services-one-single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 49px 24px 55px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 100px solid #f7f7f7;
  border-left: 132px solid transparent;
  border-right: 132px solid transparent;
}

.services-one-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 100px solid #f7f7f7;
  border-left: 132px solid transparent;
  border-right: 132px solid transparent;
}

.services-one-single:hover {
  border: 1px solid #01050c;
}

.services-one-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  width: 100%;
  height: 80px;
  background-color: #eaeaea;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 400ms linear;
  z-index: 1;
}

.services-one-icon-2 {
  background-color: #ecf6fa;
}

.services-one-icon-3 {
  background-color: #f5f1ec;
}

.services-one-icon-4 {
  background-color: #e9f6ee;
}

.services-one-icon::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid #01050c;
  border-radius: 50%;
}

.services-one-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: #01050c;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-one-single:hover .services-one-icon:after {
  transform: scaleX(1);
}

.services-one-icon span {
  position: relative;
  display: inline-block;
  font-size: 51px;
  color: #01050c;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one-single:hover .services-one-icon span {
  transform: scale(0.9);
  color: #ffffff;
}

.services-one-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: 'Jost', sans-serif;
  margin-top: 33px;
  margin-bottom: 9px;
}

.services-one-title a {
  color: #01050c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one-text {
  font-size: 16px;
  line-height: 32px;
  color: #01050c;
}

.services-one-btn-box {
  position: relative;
  display: block;
  margin-top: 34px;
}

.services-one-btn {
  background: -webkit-linear-gradient( 0deg, #03228f, #01d5eb 100%) !important;
  font-size: 15px;
  padding: 3px 22px 6px;
}

.services-one-btn:hover {
  color: #ffffff;
}

.services-one-btn:after {
  background-color: #01d5eb;
}
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none !important;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #01d5eb;
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 3px;
  opacity: 1;
  z-index: -1;
}
.thm-btn:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/*--------------------------------------------------------------
# How It Work
--------------------------------------------------------------*/
.how-it-work {
  position: relative;
  display: block;
  counter-reset: count;
  padding-top: 100px;
  padding-bottom: 100px;
}

.how-it-work-left {
  position: relative;
  display: block;
  margin-top: 59px;
}

.how-it-work-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.how-it-work-text {
  margin-top: 30px;
  margin-bottom: 60px;
}

.how-it-work-points {
  position: relative;
  display: block;
  padding-left: 90px;
}

.how-it-work-points li {
  position: relative;
  display: block;
}

.how-it-work-points li+li {
  margin-top: 32px;
}

.how-it-work-points-count {
  position: absolute;
  top: 4px;
  width: 62px;
  height: 62px;
  background-color: #f3f7f5;
  border-radius: 50%;
  transform: translateX(-50%);
  left: -60px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.how-it-work-points-count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 60px;
  font-weight: 600;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  text-align: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.how-it-work-points-count-2 {
  background-color: #f5f1ec;
}

.how-it-work-points-count-2:before {
  color: #f6aa4a;
}

.how-it-work-points-count-3 {
  background-color: #ecf6fa;
}

.how-it-work-points-count-3:before {
  color: #4ba8cd;
}

.how-it-work-points-content {
  position: relative;
  display: block;
}

.how-it-work-points-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: 'Jost', sans-serif;
}

.how-it-work-points-content p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 8px;
}

.how-it-work-right {
  position: relative;
  display: block;
  margin-left: 26px;
  margin-right: -375px;
}

.how-it-work-img-box {
  position: relative;
  display: block;
}

.how-it-work-img {
  position: relative;
  display: block;
}

.how-it-work-img img {
  width: 100%;
}
.how-it-work-increased-productivity {
    bottom: 43px;
    left: 15px;
    display: flex;
    align-items: center;
    background: -webkit-linear-gradient( 0deg, #03228f, #01d5eb 100%) !important;
    padding: 30px 25px 25px;
    border-radius: 2px;
    max-width: 447px;
    width: 100%;
    z-index: 2;
}
.how-it-work-increased-productivity .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
}
.how-it-work-increased-productivity .icon img {
    width: auto;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.how-it-work-increased-productivity .text {
    position: relative;
    display: block;
    margin-left: 22px;
}
.how-it-work-increased-productivity .text h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    color:#fff;
    font-family: 'Jost', sans-serif;
}
.how-it-work-increased-productivity .text p {
    color: #fff;
}
@media only screen and (max-width: 767px){
.how-it-work-right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}
}
@media only screen and (max-width: 767px){
.how-it-work-increased-productivity{
    padding: 5px 0 10px 0;
}
}
/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  z-index: 10;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}
.video-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

.video-one-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(25, 30, 39, .50);
}

.video-one-inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.video-one-inner .video-one-video-title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  line-height: 68px;
  margin-bottom: 43px;
}

.video-one-inner .video-one-video-icon {
  margin: 0 auto;
}

.video-one-video-icon span{
  font-size: 24px;
  color:#000;
}

.video-one-video-icon {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background-color: rgba(35, 37, 41, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  z-index: 1;
}

.video-one-video-icon::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: #01d5eb;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.video-one-video-icon::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border: 1px solid #787d86;
  border-radius: 50%;
  z-index: -1;
}

.video-one-video-icon:hover {
  background-color: #000;
  color: #000;
}

.video-one-video-icon:hover::before {
  background-color: #fff;
}

.video-one-video-link .ripple,
.video-one-video-icon .ripple:before,
.video-one-video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 152px;
  height: 152px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgb(1 212 235);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-one-video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}


.video-one-video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@media only screen and (max-width: 767px){
.video-one-inner .video-one-video-title {
    font-size: 47px;
    line-height: 57px;
}
}


/*testimonial-style-three*/

.testimonial-style-three .section-title{
    padding-bottom: 30px;
    margin-bottom: 50px;
}
/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.testimonial-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1417px;
  height: 925px;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-style-three .thumb-box{
  position: relative;
  display: block;
}

.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 .testimonial-content{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 64px 60px 65px 80px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  margin-top: 22px;
}

.testimonial-style-three .testimonial-content:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 45px;
  right: 45px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  z-index: -1;
}

.testimonial-style-three .testimonial-content .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.testimonial-style-three .testimonial-content .text p{
  font-size: 24px;
  line-height: 48px;
}

.testimonial-style-three .testimonial-content .author-info h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 12px;
}

.testimonial-style-three .testimonial-content .author-info .designation{
  position: relative;
  display: block;
  font-size: 18px;
}

.testimonial-style-three .testimonial-content .author-info{
  position: relative;
  display: block;
}

.testimonial-style-three .testimonial-content .author-info .rating{
  position: absolute;
  right: 15px;
  bottom: 3px;
}

.testimonial-style-three .testimonial-content .author-info .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 24px;
  margin-right: 1px;
}

.testimonial-style-three .testimonial-content .author-info .rating li:last-child{
  margin: 0px !important;
}

.testimonial-style-three .owl-nav{
  position: absolute;
  top: -150px;
  right: -60px;
}

.testimonial-style-three .owl-nav .owl-prev,
.testimonial-style-three .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #d7d7d7;
  font-weight: 400;
  transition: all 500ms ease;
}

.testimonial-style-three .owl-nav .owl-prev{
  margin-right: 10px;
}

.testimonial-style-three .owl-nav .owl-prev:hover,
.testimonial-style-three .owl-nav .owl-next:hover{

}

.testimonial-style-three .testimonial-content .inner-box{
  position: relative;
}

.testimonial-style-three .testimonial-content .inner-box .icon-box{
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 180px;
  line-height: 150px;
  color: #f2f2f2;
}

.testimonial-style-three .sec-title{
  margin-bottom: 17px;
}
@media only screen and (max-width: 399px){
.testimonial-style-three .testimonial-content .text p {
    font-size: 20px;
    line-height: 28px;
    
}
}
@media only screen and (max-width: 399px){
.testimonial-style-three .testimonial-content .author-info h3 {
    font-size: 24px;
    line-height: 30px;
    
}
}
@media only screen and (max-width: 767px){
.testimonial-style-three .testimonial-content .author-info .rating {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-top: 10px;
}
}
@media only screen and (max-width: 767px){
.testimonial-style-three .testimonial-content {
    padding-left: 30px;
    padding-right: 30px;
}
}

/* blog title*/

.blog-one-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 68px;
}
.blog-one-title {
  font-size: 36px;
  font-weight: 600;
  max-width: 390px;
  width: 100%;
  line-height: 46px;
}

.blog-one-text-and-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 11px;
}

.blog-one-text {
  margin-right: 35px;
}

.blog-one-text p {
  max-width: 500px;
  color: #000;
}

@media only screen and (max-width: 767px){
.blog-one-top {
    flex-direction: column;
    text-align: center;
}
}
@media only screen and (max-width: 767px){
.blog-one-text-and-btn {
    margin-top: 20px;
    top: 0;
    flex-direction: column;
}
}
@media only screen and (max-width: 767px){
.blog-one-text {
    margin-right: 0;
    margin-bottom: 20px;
}
}

/*service-style-four */
.sec-title2 .first-half {
    max-width: 43%;
    
}
.sec-title2 .last-half {
    max-width: 50%;
    flex: 0 0 50%;
    font-weight: 500;
}
.sub-text {
    font-weight: 600;
    margin: 0 0 10px;
    display: inline-block;
    color: #03228f;
    line-height: 28px;
    font-size: 18px;
    text-transform: uppercase;
}
.first-half .ss-1 {
    color:#01d5eb;
}
.first-half .se-1 {
    color:#fff;
}
.process .boxes .single-box .wrap .tet-1 h3{
    color: #fff;
}
.tet {
    color: #dfdfdf;
}
.sec-title2 .title span {
    color: #01d5eb;
    font-style: oblique;
    font-size: 38px;
}
.sec-title2 .title {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600
}
.desc {
    font-weight: 500;
}
.mb-0 {
    margin-bottom: 0;
}
.pl-20 {
    padding-left: 20px;
}
.mb-60 {
    margin-bottom: 60px;
}
.last-half .clr-2{
    color:#fff;
}
@media only screen and (max-width: 767px){
.sec-title2 .title {
    font-size: 36px;
    line-height: 46px;
}
}
@media only screen and (max-width: 991px){
.md-pb-20 {
    padding-bottom: 20px;
}
}
@media only screen and (max-width: 991px){
.md-pl-15 {
    padding-left: 15px;
}
}
@media only screen and (max-width: 991px){
.d-flex {
    display: block !important;
}
}
@media only screen and (max-width: 991px){
.md-mb-40 {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 991px){
.sec-title2 .last-half, .sec-title2 .first-half {
    max-width: unset;
    flex: unset;
}
}

/* video sec */

.images-video img{
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}
.sb-1{
    text-align:center;
}
.pdt-110{
    padding-top:60px;
    padding-bottom:60px;
}

.d-flexs {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bg2{
    background: url(../images/ser-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.blog-grid{
    background-color: #ebebeb !important;
}
.bg10 {
    background-image: url(../images/testi-bg2.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.clr-1{
    color:#01d5eb !important;
}
.clr-2{
    color:#fff;
}
.blog-wrap{
   
}
.blog-wrap-blogbg{
    background-color: #ffffff !important;
}
.bg-clr{
    background-color: #ebebeb;
}
.footer-style-five .bg-01 {
    background-color:#000516;
}


/* Slider three */


.slider-home{
	height: 100vh;
	overflow:hidden;
	position: relative;
}

.slider-home .slide{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index:1; 
	display:none;
	padding:0 15px;
	animation: slide 2s ease;
}
.slider-home .slide.active{
	display: flex;
}
@keyframes slide{
	0%{
		transform:scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}
.slider-cont{
	max-width: 1170px;
	margin:auto;
	
}

.slider-home .slider-cont{
	 flex-grow: 1;
}
.slider-home .caption{
	width:65%;
}
.slider-home .caption h1{
	font-size:60px;
	color:#fff;
	margin:0;
	
}
.slider-home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1s;
}
.slider-home .caption p{
	font-size: 18px;
	margin:15px 0 30px;
	color:#d9d9d9;
}
.slider-home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.2s;
}
.slider-home .caption a{
 display: inline-block;
 padding:10px 30px;
 background-color: #000000;
 text-decoration: none;
 color:#ffffff;
}

.slider-home .slide.active .caption a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.4s;
}

@keyframes captionText{
	0%{
		opacity:0; transform: translateX(-100px);
	}
	100%{
	 opacity:1; transform: translateX(0px);	
	}
}

.slider-home .controls .prev,
.slider-home .controls .next{
 position: absolute;
 z-index:2;
 top:50%;
 height:40px;
 width: 40px;
 margin-top: -20px;
 color:#ffffff;
 background-color: #ff572200;
 text-align: center;
 line-height: 40px;
 font-size:20px;
 cursor:pointer;
 transition: all .5s ease;
}
.slider-home .controls .prev:hover,
.slider-home .controls .next:hover{
	background-color: #03228f;
}
.slider-home .controls .prev{
 left:0;
}
.slider-home .controls .next{
 right:0;
}

.btn-slider-btn{}


/*responsive*/
@media(max-width: 767px){
	.controls{
		display: none;
	}
}

@media only screen and (max-width: 255px){
.slider-home .caption h1 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}
.slider-home .caption p {
    font-size: 16px;
    margin: 10px 0 25px;
    color: #fff;
}
}

@media only screen and (min-width: 255px) and (max-width: 320px){
    .slider-home .caption h1 {
    font-size: 40px;
    color: #fff;
    margin: 10px 0 0 0;
}

.slider-home .caption p {
    font-size: 18px;
    margin: 10px 0 15px;
    color: #fff;
}
}

@media only screen and (min-width: 321px) and (max-width: 480px){
    .slider-home .caption h1 {
    font-size: 45px;
    color: #fff;
    margin: 0;
}
.slider-home .caption p {
    font-size: 18px;
    margin: 10px 0 10px;
    color: #fff;
}
}

@media only screen and (min-width: 481px) and (max-width: 768px){
    .slider-home .caption h1 {
    font-size: 45px;
    color: #fff;
    margin: 10px 0 0 0;
}
.slider-home .caption p {
    font-size: 18px;
    margin: 10px 0 10px;
    color: #fff;
}
}

@media only screen and (min-width: 769px) and (max-width: 1023px){
    .slider-home .caption h1 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 0 50px;
}
.slider-home .caption p {
    font-size: 18px;
    margin: 10px 0 10px 50px;
    color: #fff;
}
.btn-slider-btn{
    margin-left: 50px!important;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px){
    .slider-home .caption h1 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 0 50px;
}
.slider-home .caption p {
    font-size: 18px;
    margin: 10px 0 10px 50px;
    color: #fff;
}
.btn-slider-btn{
    margin-left: 50px!important;
}
}



/* Video Section-Four */

.video-section-four {
    position: relative;
    overflow: hidden;
}
.video-ful-wid{
    width: 100%;
    height: 85vh;
    object-fit: cover;
}
.video-section-four video {
    margin-bottom: -10px;
}

.video-section-four .video-title-four {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 96%;
    text-align: center;
}
.video-section-four .video-title-four h2 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .video-section-four .video-title-four h2 {
        font-size: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .video-section-four .video-title-four h2 {
        font-size: 70px
    }
}

@media only screen and (max-width:767px) {
    .video-section-four .video-title-four h2 {
        font-size: 42px
    }
}


@media only screen and (max-width:319px) {
    .pricing-ml{
        margin-left: 60px;
    }
}

@media only screen and (min-width:320px) and (max-width:375px) {
    .pricing-ml{
        margin-left: 50px;
    }
}
@media only screen and (min-width:376px) and (max-width:420px) {
    .pricing-ml{
        margin-left: 100px;
    }
}
@media only screen and (min-width:421px) and (max-width:480px) {
    .pricing-ml{
        margin-left: 110px;
    }
}

@media only screen and (min-width:481px) and (max-width:555px) {
    .pricing-ml{
        margin-left: 165px;
    }
}

@media only screen and (min-width:556px) and (max-width:590px) {
    .pricing-ml{
        margin-left: 190px;
    }
}

@media only screen and (min-width:591px) and (max-width:640px) {
    .pricing-ml{
        margin-left: 210px;
    }
}
@media only screen and (min-width:640px) and (max-width:700px) {
    .pricing-ml{
        margin-left: 240px;
    }
}

@media only screen and (min-width:701px) and (max-width:767px) {
    .pricing-ml{
        margin-left: 275px;
    }
}
@media only screen and (min-width:768px) and (max-width:900px) {
    .pricing-ml{
        margin-left: 100px;
    }
}

@media only screen and (min-width:901px) and (max-width:991px) {
    .pricing-ml{
        margin-left: 140px;
    }
}

.logo-title {
    display: flex;
    align-items: center;
}

.logo-title h3 {
    color: #fff;
}

.logo-title img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
