
/* Envolve Business HTML Template  */

/*** 

====================================================================
            Fonts
====================================================================

 ***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('flaticon.css');
@import url('customicon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('jquery.touchspin.css');
@import url('botstrap-select.min.css');
@import url('shop.css');
@import url('swiper.min.css');
@import url('rtl.css');



/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    
    scroll-behavior: smooth;
}

:root {
    --fira-sans: "Fira Sans", sans-serif;
    --ms-azul: #003087;
    --ms-azul2: #1c56c4;
    --ms-gris: #63666A;
    --ms-blanco: #f7f7f7;
    --ms-gris2: #eaecf1;
    --ms-negro: #272829;
    --ms-primary: #EB002A;
    --ms-secondary: #d11336;
    --ms-tec: #9c0b25;
    --ms-inmo: #D0B888;    
    --ms-aseo: #00A2E1;
    --ms-aseo2: #71b4cf;
    --ms-amarillo: #FFC72C;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

body {
    font-size: 16px;
    color: #0c2957;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: "Barlow", sans-serif;
    background: rgb(255, 255, 255);
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.25em;
    margin: 0px;
    background: none;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

.style-two .preloader {
    background-image: url(../images/icons/preloader-2.svg);
}

.style-three .preloader {
    background-image: url(../images/icons/preloader-3.svg);
}

.style-four .preloader {
    background-image: url(../images/icons/preloader-4.svg);
}

.style-five .preloader {
    background-image: url(../images/icons/preloader-5.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a273d;
}

.owl-nav,
.owl-dots {
    display: none;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*Btn Style One*/

body .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
}

body .btn-style-one:hover {
    color: #ffffff;
    background: transparent;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 10px 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 25px;
    overflow: hidden;
}

.btn-style-one:hover .btn-title {
    color: #ffffff;
}

.btn-style-one .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-one:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-style-one .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
}

.btn-style-two:hover {
    color: #ffffff;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 10px 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
}

.btn-style-two:hover .btn-title {
    color: #ffffff;
}

.btn-style-two .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-two:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-style-two .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

/* Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}

.btn-style-four .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 13px 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
}

.btn-style-four:hover .btn-title {
    color: #ffffff;
}

.btn-style-four .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-four:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-style-four .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

/* Btn Style Five */

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid;
}

.btn-style-five:hover {
    border-color: #222222;
}

.btn-style-five .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 13px 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
    color: #fff;
}

.btn-style-five:hover .btn-title {
    color: #ffffff;
}

.btn-style-five .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-five:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-style-five .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
}

.main-header .header-top {
    position: relative;
    color: rgb(255, 255, 255);
    background: rgb(32, 22, 48);
    padding: 10px 0px;
}

.main-header .header-top .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.main-header .header-top .text {
    position: relative;
    margin-bottom: 0px;
    font-weight: 600;
}

.main-header .header-top .text span {
    margin-right: 10px;
    line-height: 1em;
    padding: 2px 10px;
    border-radius: 11px;
}

.header-top .top-left,
.header-top .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-top .contact-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-top .contact-info li {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
}

.header-top .contact-info li a {
    color: #fff;
}

.header-top .contact-info li i {
    margin-right: 10px;
}

.header-top.style-two .contact-info li i {
    color: #fff !important;
}

.main-header .header-top .language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px;
}

.bootstrap-select .dropdown-menu li {
    width: 100%;
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.main-header .header-top .language span {
    color: rgb(61, 99, 118);
    margin: 1px 8px 0px 0px;
}

.header-top .language .language-switcher .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 83px;
}

.header-top .language .language-switcher button {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    top: -2px;
    border-radius: 4px;
    padding: 0px 10px 0px 0px;
    background: transparent;
    border-width: initial;
    border-style: initial;
    border-color: transparent;
    -o-border-image: initial;
       border-image: initial;
    height: auto;
}

.header-top .language .language-switcher .dropdown-toggle .filter-option::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    font-size: 15px;
    color: rgb(255, 255, 255);
    right: 0px;
    top: 1px;
}

.header-top .contact-info-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-top .contact-info-two li {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    padding-right: 20px;
    line-height: 1.2em;
}

.header-top .contact-info-two li a {
    color: #fff;
}

.header-top .contact-info-two li i {
    margin-right: 10px;
}

.header-top .social-links {
    position: relative;
}

.header-top .social-links li {
    float: left;
}

.header-top .social-links li+li {
    margin-left: 20px;
}

.header-top .social-links li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-top .social-links li a:hover {
    color: #202020;
}

/* Header Upper */

.main-header .header-upper {
    position: relative;
    border-top: 1px solid var(--ms-blanco);
}

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
}

.main-header .header-upper .logo-box {
    float: left;
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    text-align: center;
    padding: 22px 0px;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    float: right;
}

.navbar-right-info {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0px 25px 40px;
}

.navbar-right-info .search-toggler {
    position: relative;
    background-color: transparent !important;
    font-size: 25px;
}

.navbar-right-info .sidemenu-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.navbar-right-info .faq-btn {
    position: relative;
    border-left: 1px solid #d0d0d0;
    margin-right: 40px;
    padding: 11px 0;
    padding-left: 20px;
}

.navbar-right-info .faq-btn a {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #202020;
}

.navbar-right-info .faq-btn a span {
    margin-right: 8px;
}

.navbar-right-info .link-btn {
    margin-right: 30px;
}

.shopping-cart {
    position: relative;
    font-size: 24px;
    margin-left: 20px;
    color: #202020;
    padding-right: 10px;
}

.shopping-cart .count {
    position: absolute;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    font-family: var(--fira-sans);
    top: 0;
    right: 0;
}

.main-header .nav-outer .main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    margin-left: 30px;
    margin-top: 20px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 10px 0px;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--fira-sans);
    color: #201630;
    padding: 3px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
    width: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    width: 100%;
}

.main-menu .navigation>li.dropdown {
    padding-right: 14px;
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: -15px;
    top: 3px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: var(--ms-primary);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12.5px 0;
    border-bottom: 1px solid var(--ms-gris);
    line-height: 24px;
    font-weight: 600;
    font-family: var(--fira-sans);
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: #201630;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.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: 0 40px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

.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: 12px 0;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--fira-sans);
    border-bottom: 1px solid #41394f;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
    left: auto;
    right: 100%;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-menu .navigation > li:nth-last-child(-n+2) > ul {
    left: auto;
    right: 0;
}
.main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
    left: auto;
    right: 100%;
}

.main-header.header-style-one .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

/* Header Style Two */

.header-style-two .header-upper .auto-container,
.header-style-two .header-top .auto-container {
    max-width: 1590px;
}

.header-style-two .main-menu .navigation>li {
	padding: 15px 0px;
}

.main-header.header-style-two .header-upper .logo-box .logo {
    padding: 25px 0px;
}

.header-top.style-two:before {
    position: absolute;
    content: '';
    right: -50px;
    width: 35%;
    height: 100%;
    background: #ff5c2e;
    top: 0;
    -webkit-transform: skewX(-40deg);
        -ms-transform: skewX(-40deg);
            transform: skewX(-40deg);
}

.main-header.header-style-two .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

/* Header Style Three */

.main-header.header-style-three .header-top .language {
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    padding-right: 15px;
}

.main-header.header-style-three .header-top .contact-info li+li {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.header-top-two {
    position: relative;
    background-image: url(../images/shape/pattern-9.png);
    padding: 11.5px 0;
}

.header-top-two .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header-top-two .text {
    position: relative;
    font-size: 16px;
    color: #0c2957;
    margin-bottom: 0;
}

.header-top-two .text i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.header-top-two .text span {
    margin-left: 10px;
}

.header-top-two .search-toggler {
    font-size: 20px;
    background: transparent;
    margin-left: 30px;
    color: #201630;
}

.main-header.header-style-three {
    position: absolute;
}

.main-header.header-style-three .header-upper .inner-container {
    border: 0;
}

.main-header.header-style-three .header-upper .auto-container {
    max-width: 1375px;
}

.main-header.header-style-three .header-upper .inner-container {
    background: #201630;
    padding: 0 90px;
}

.main-header.header-style-three .main-menu .navigation>li>a {
    color: #fff;
}

.main-header.header-style-three .navbar-right-info .link-btn {
    margin-right: 0;
}

.main-header.header-style-three .header-upper .logo-box .logo {
    padding: 20px 0;
}

.main-header.header-style-three .navbar-right-info {
    margin: 25px 0px 25px 40px;
}

.main-header.header-style-three .main-menu .navigation>li {
    padding: 10px 0;
}

.main-header.header-style-three .shopping-cart {
    color: #fff;
    margin-left: 0;
    margin-right: 20px;
}

.main-header.header-style-three .btn-style-one {
    border-radius: 20px;
}

.main-header.header-style-three .btn-style-one .btn-title {
    padding: 8px 26px;
}

.main-header.header-style-three .btn-style-one .btn-title::before {
    background: #fff;
}

/* Header Style Four */

.main-header.header-style-four {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header .header-top.style-four {
    background: transparent;
}

.header-top.style-four .contact-info li a {
    color: #0c2957;
    font-size: 18px;
}

.header-top.style-four .top-right .text {
    color: #0c2957;
    font-weight: 500;
}

.header-top.style-four .top-right .text i {
    margin-right: 10px;
}

.main-header .header-top.style-four .text span {
    background: transparent;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

.header-top.style-four .contact-info li i {
    font-size: 18px;
    font-weight: normal;
}

/* Header Middle */

.header-middle {
    position: relative;
}

.header-middle .outer-box {
    margin: 0 -50px;
}

.header-middle .wrapper-box {
    position: relative;
    background: #132252;
    padding: 22px 50px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header-middle .logo {
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
}

.header-middle .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
}

.header-middle .icon-box {
    position: relative;
    padding-left: 50px;
    margin-right: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.header-middle .icon-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 5px;
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
}

.header-middle .icon-box:last-child:before {
    display: none;
}

.header-middle .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
}

.header-middle .icon-box h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.header-middle .icon-box .text {
    color: #fff;
    margin-bottom: 0;
}

.header-middle .btn-style-one {
    background: transparent;
    border: 2px solid;
    margin-top: 3px;
    overflow: visible;
}

.header-middle .btn-style-one:before {
    position: absolute;
    content: '';
    left: 35px;
    bottom: -13px;
    width: 12px;
    height: 13px;
    background-image: url(../images/icons/icon-33.png);
}

.header-middle .btn-style-one .btn-title {
    padding: 5px 25px;
}

.main-header.header-style-four .nav-outer {
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0px 27px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 27px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 0 50px;
}

.main-header.header-style-four .header-upper {
    border-top: 0;
}

.main-header.header-style-four .header-upper .inner-container {
    margin: 0 -50px;
    min-height: 70px;
}

.header-style-four .main-menu .navigation {
    margin-left: 0;
    margin-top: 0;
}

.header-style-four .main-menu .navigation>li {
    padding: 17px 0;
}

.header-style-four .main-menu .navigation>li>a {
    font-size: 17px;
    font-weight: 700;
}

.header-style-four .main-menu .navigation>li>a:before {
    display: none;
}

.header-style-four .main-menu .navigation>li.dropdown>a:after {
    display: none;
}

.header-style-four .main-menu .navigation>li.dropdown {
    padding-right: 0;
}

.header-style-four .navbar-right-info {
    margin: 0;
}

.header-style-four .shopping-cart {
    margin: 0 30px;
    padding: 21px 0;
    padding-right: 10px;
}

.header-style-four .shopping-cart:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e4e7ee;
}

.header-style-four .shopping-cart:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e4e7ee;
}

.header-style-four .shopping-cart .count {
    top: 22px;
}

.header-upper .social-links {
    position: relative;
}

.header-upper .social-links li {
    float: left;
}

.header-upper .social-links li+li {
    margin-left: 20px;
}

.header-upper .social-links li a {
    color: #0c2957;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* Header Style Five */

.main-header.header-style-five {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header.header-style-five .auto-container {
    max-width: 100%;
    padding: 0 100px;
}

.main-header.header-style-five .header-top {
    background: transparent;
}

.main-header.header-style-five .header-top .language {
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    padding-right: 15px;
}

.main-header.header-style-five .header-top .contact-info li i,
.main-header.header-style-five .header-top .language span {
    color: #fff;
}

.main-header.header-style-five .header-top .contact-info li+li {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.main-header.header-style-five .sidemenu-nav-toggler {
    position: absolute;
    top: 25px;
    left: 0;
    padding: 9px 0;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    cursor: pointer;
}

.main-header.header-style-five .header-upper .logo-box {
    padding-left: 92px;
}

.main-header.header-style-five .header-upper {
    border: 0px;
}

.main-header.header-style-five .header-upper .inner-container {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header.header-style-five .header-upper .btn-style-one {
    background: transparent;
    border: 2px solid #fff;
    margin-top: 3px;
    overflow: visible;
}

.main-header.header-style-five .header-upper .btn-style-one:before {
    position: absolute;
    content: '';
    left: 35px;
    bottom: -13px;
    width: 12px;
    height: 13px;
    background-image: url(../images/icons/icon-38.png);
}

.main-header.header-style-five .header-upper .btn-style-one .btn-title {
    padding: 3px 25px;
}

.main-header.header-style-five .navbar-right-info .search-toggler {
    color: #fff;
    margin-right: 21px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header.header-style-five .main-menu .navigation>li>a {
    color: #fff;
}

.main-header.header-style-five .navbar-right-info .link-btn {
    margin-right: 0;
}

.main-header.header-style-five .header-upper .logo-box .logo {
    padding: 26px 0;
}

.main-header.header-style-five .navbar-right-info {
    margin: 25px 0px 25px 40px;
}

.main-header.header-style-five .main-menu .navigation>li {
    padding: 10px 0;
}

.main-header.header-style-five .shopping-cart {
    color: #fff;
    margin-left: 0;
    margin-right: 20px;
}

.main-header.header-style-five .btn-style-one {
    border-radius: 20px;
}

.main-header.header-style-five .btn-style-one .btn-title {
    padding: 8px 26px;
}

.main-header.header-style-five .btn-style-one .btn-title::before {
    display: none;
}

.main-header.header-style-five .sticky-header {
    background: #0f3186;
}


/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}



/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 15px;
    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;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    margin-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    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 .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.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: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-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;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 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;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    height: 100%;
    padding: 40px 45px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden-sidebar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}

.hidden-sidebar .logo {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 50px;
}

.hidden-sidebar .about-widget-two {
    position: relative;
}

.hidden-sidebar .about-widget-two h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hidden-sidebar .news-widget {
    position: relative;
}

.hidden-sidebar .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hidden-sidebar .news-widget .post-wrapper {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.hidden-sidebar .news-widget .post-wrapper:last-child {
    margin-bottom: 0px;
}

.hidden-sidebar .news-widget .image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
}

.hidden-sidebar .news-widget .category {
    font-size: 13px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
}

.hidden-sidebar .news-widget h4 {
    font-size: 18px;
    font-weight: 700;
}

.hidden-sidebar .news-widget h4 a {
    color: #282828;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.hidden-sidebar .newsletter-widget {
    position: relative;
    margin-bottom: 50px;
}

.hidden-sidebar .newsletter-widget input[type="email"] {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.hidden-sidebar .newsletter-widget .theme-btn i {
    font-size: 13px;
    margin-right: 10px;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Banner Section */

.banner-section {
    position: relative;
}

.banner-section.style-three {
    margin-top: 102px;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 7000ms linear 0s;
    -o-transition: all 7000ms linear 0s;
    transition: all 7000ms linear 0s;
}

.banner-carousel .content-box {
    position: relative;
    z-index: 5;
    min-height: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px auto;
    padding: 0px 0px 160px;
}

.banner-carousel .content-box.text-al-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.banner-carousel .content-box h3 {
    display: block;
    font-size: 22px;
    line-height: 1.15em;
    color: rgb(255, 255, 255);
    font-weight: 500;
    opacity: 0;
    margin-bottom: 30px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-family: inherit;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 80px;
    line-height: 1.15em;
    color: rgb(255, 255, 255);
    font-weight: 800;
    opacity: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel .content-box h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 5px;
    height: 1px;
    right: 100px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box h2::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    right: 160px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box.style-two {
    width: 100%;
}

.banner-carousel .content-box.style-two>div {
    display: block;
    width: 100%;
}

.banner-carousel .content-box.style-two h2 {
    font-size: 100px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.banner-carousel .content-box.style-two h2:after,
.banner-carousel .content-box.style-two h2:before {
    display: none;
}

.banner-carousel .content-box .video-wrapper {
    position: relative;
}

.banner-carousel .content-box .border-shape-left {
    position: absolute;
    left: 0;
    width: 50%;
    top: 57px;
}

.banner-carousel .content-box .border-shape-left:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 5px;
    height: 1px;
    right: 80px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .border-shape-left:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    right: 140px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .border-shape-right {
    position: absolute;
    right: 0;
    width: 50%;
    top: 57px;
}

.banner-carousel .content-box .border-shape-right:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 5px;
    height: 1px;
    left: 80px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .border-shape-right:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    height: 1px;
    left: 140px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .default-video-box {
    position: relative;
    padding: 22px;
    width: 124px;
    margin: 0 auto;
    margin-bottom: 40px;
    opacity: 0;
    z-index: 5;
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.banner-carousel .active .default-video-box {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}


.banner-carousel .default-video-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .35;
    border-radius: 50%;
}

.banner-carousel .default-video-box a {
    position: relative;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    display: inline-block;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    color: rgb(255, 255, 255);
    margin: 0px auto 35px;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.banner-section .owl-theme .owl-dots {
    display: none;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0px;
    height: 70px;
    width: 70px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}

.banner-section .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner-section .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
}

.banner-section .owl-theme .owl-nav button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.banner-section .owl-theme .owl-nav button:hover:before {
    opacity: 1;
}

.banner-section .owl-theme .owl-nav button:hover:after {
    border-color: transparent;
}

/* Style Two */

.banner-section.style-two .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-section.style-two .pattern:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-image: url(../images/main-slider/pattern.png);
    background-repeat: no-repeat;
}

.banner-section.style-two .owl-theme .owl-nav {
    width: 70px;
    left: auto;
    height: 160px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 50px;
}

.banner-section.style-two .owl-theme .owl-nav .owl-prev {
    bottom: 0;
    top: auto;
    left: 0;
}

.banner-section.style-two .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 0;
    margin-top: 0;
}

.banner-section.style-two .auto-container {
    max-width: 1590px;
}

.banner-section.style-two .banner-carousel .content-box {
    margin-left: 0;
    padding-bottom: 0;
    min-height: 800px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.banner-section.style-two .banner-carousel .content-box h2 {
    font-size: 72px;
    text-transform: capitalize;
    padding-bottom: 0;
}

.banner-section.style-two .banner-carousel .content-box h2::after,
.banner-section.style-two .banner-carousel .content-box h2:before {
    display: none;
}

/* Style Three */

.banner-section.style-three .banner-carousel .content-box {
    margin-left: 0;
    padding-bottom: 50px;
    min-height: 925px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.banner-section.style-three .banner-carousel .content-box h2 {
    font-size: 100px;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #201630;
    font-weight: 900;
}

.banner-section.style-three .banner-carousel .content-box h3 {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--fira-sans);
}

.banner-section.style-three .banner-carousel .content-box .text {
    color: #0c2957;
    font-size: 22px;
    font-weight: 500;
}

.banner-section.style-three .banner-carousel .content-box h2::after,
.banner-section.style-three .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section.style-three .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 16px;
    padding-left: 18px;
    border-left: 1px solid #fff;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section.style-three .btn-style-one .btn-title {
    padding: 17px 30px;
    border-radius: 32px;
}

.banner-section.style-three .btn-box .theme-btn {
    border-radius: 32px;
}

/* Style Four */

.banner-section.style-four .banner-carousel .content-box {
    margin-left: 0;
    padding-top: 210px;
    padding-bottom: 0;
    min-height: 850px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.banner-section.style-four .banner-carousel .content-box h2 {
    font-size: 72px;
    text-transform: capitalize;
    padding-bottom: 0;
    color: #0c2957;
    font-weight: 800;
}

.banner-section.style-four .banner-carousel .content-box .text {
    color: #0c2957;
    font-size: 20px;
    font-weight: 500;
    padding-left: 100px;
}

.banner-section.style-four .banner-carousel .content-box .text .video-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 68px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 16px;
    text-align: center;
}

.banner-section.style-four .banner-carousel .content-box h2::after,
.banner-section.style-four .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section.style-four .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section.style-four .btn-style-one .btn-title {
    padding: 15px 42px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #ebf0f9;
    text-transform: uppercase;
}

.banner-section.style-four .btn-style-one:hover .btn-title {
    color: #fff;
}

.banner-section.style-four .btn-box .theme-btn {
    border-radius: 32px;
    background-color: transparent;
}

.banner-section.style-four .owl-theme .owl-nav {
    display: none;
}

/* Owl Dots */

.banner-section.style-four .owl-dots {
    position: absolute;
    text-align: center;
    display: block;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.banner-section.style-four .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.banner-section.style-four .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #c9cfe3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section.style-four .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.banner-section.style-four .owl-dots .owl-dot.active span,
.banner-section.style-four .owl-dots .owl-dot:hover span {}

.banner-section-two {
    position: relative;
    padding: 300px 0;
    background: #0f3186;
    z-index: 1;
}

.banner-section-two .auto-container {
    max-width: 100%;
    padding: 0 100px;
}

.banner-section-two .content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.banner-section-two h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 30px;
}

.banner-section-two h2 span {
    font-weight: 300;
}

.banner-section-two .text {
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 500;
    padding-left: 130px;
    margin-bottom: 30px;
}

.banner-section-two .text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    width: 100px;
}

.banner-section-two .btn-box {
    margin-bottom: 40px;
}

.banner-section-two .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section-two .btn-style-one .btn-title {
    padding: 15px 42px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #ebf0f9;
    text-transform: uppercase;
}

.banner-section-two .btn-style-one:hover .btn-title {
    color: #fff;
}

.banner-section-two .theme-btn {
    border-radius: 32px;
    background-color: transparent;
    margin-right: 30px;
}

.banner-section-two .btn-style-six {
    font-size: 16px;
    font-family: var(--fira-sans);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.banner-section-two .content-box .image {
    margin-bottom: 40px;
}

.banner-section-two .shape-one {
    position: absolute;
    top: -150px;
    left: 40%;
    -webkit-animation: animationFramesTwo 53s infinite linear;
            animation: animationFramesTwo 53s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-two {
    position: absolute;
    bottom: 150px;
    right: 0px;
    -webkit-animation: animationFramesTwo 13s infinite linear;
            animation: animationFramesTwo 13s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-three {
    position: absolute;
    bottom: 150px;
    left: 11%;
    -webkit-animation: rotatedHalfTwo 37s infinite linear;
            animation: rotatedHalfTwo 37s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-four {
    position: absolute;
    top: 50%;
    left: 47%;
    -webkit-animation: animationFramesTwo 37s infinite linear;
            animation: animationFramesTwo 37s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-five {
    position: absolute;
    top: 170px;
    left: 22%;
    -webkit-animation: animationFramesTwo 78s infinite linear;
            animation: animationFramesTwo 78s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-six {
    position: absolute;
    bottom: 31%;
    left: 37%;
    -webkit-animation: rotatedHalfTwo 37s infinite linear;
            animation: rotatedHalfTwo 37s infinite linear;
    z-index: 0;
}

/* Sec Title */

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 30px;
    letter-spacing: -0.5px;
}

.sec-title.style-two h2 {
    padding-bottom: 0;
    color: #202020;
    font-weight: 600;
}

.sec-title.style-two.light h2 {
    color: #fff;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "Barlow", sans-serif;
}

.sec-title.light h4 {
    color: #fff;
}

.sec-title h4 span {
    position: relative;
    margin-right: 10px;
}

.sec-title .text-decoration {
    position: relative;
    height: 10px;
    width: 50px;
    display: block;
}

.sec-title.text-center .text-decoration {
    margin: 0px auto;
}

.sec-title .text-decoration::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 0px;
    width: 10px;
    height: 10px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text-decoration .right,
.sec-title .text-decoration .left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10px;
    width: 100%;
}

.sec-title .text-decoration .left::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text-decoration .left::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text-decoration .right::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text-decoration .right::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text {
    margin-top: 20px;
    font-size: 18px;
    color: #232629;
    font-weight: 500;
    margin-bottom: 0;
}

.sec-title.light .text {
    color: #fff;
}

.sec-title h5 {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px 5px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
}

.sec-title.style-three h2 {
    padding-bottom: 0px;
}

.sec-title.style-three .text {
    font-size: 20px;
    font-weight: 500;
    color: #0c2957;
}

.sec-title.style-three.light .text {
    color: #fff;
}

.text-decoration-two {
    position: relative;
    height: 3px;
    width: 74px;
    background: url(../images/icons/sec-title-dec.png);
    display: block;
}

.light .text-decoration-two {
    background: url(../images/icons/sec-title-dec-2.png);
}

.text-center .text-decoration-two {
    margin: 0 auto;
}

.sec-title.style-four h2 {
    padding-bottom: 20px;
}

.text-decoration-three {
    position: relative;
    height: 3px;
    width: 70px;
    background: url(../images/icons/sec-title-dec-3.png);
    display: block;
}

.light .text-decoration-three {
    background: url(../images/icons/sec-title-dec-3.png);
}

.text-center .text-decoration-three {
    margin: 0 auto;
}

.sec-title.style-five h2 {
    padding-bottom: 20px;
}

/* Client Section */

.clients-section {
    position: relative;
    margin-top: -165px;
    z-index: 9;
    padding: 50px 0px 315px;
}

.clients-section .pattern {
    position: absolute;
    left: 175px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(43, 34, 59);
    border-top-left-radius: 6px;
    background-size: cover;
}

.clients-section .owl-dots,
.clients-section .owl-nav {
    display: none;
}

.clients-section .image-box img {
    width: auto;
    margin: 0 auto;
}

/* Features Section */

.features-section {
    position: relative;
    margin-top: -265px;
    z-index: 9;
    padding: 100px 0px 70px;
}

.features-section::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 175px;
    bottom: 0px;
    background-color: rgb(241, 245, 248);
}

/* Feature Block One */

.feature-block-one {
    position: relative;
}

.feature-block-one .inner-box {
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0px 20px;
}

.feature-block-one .inner-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 38px;
    right: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    -webkit-transform: translateY(38px);
        -ms-transform: translateY(38px);
            transform: translateY(38px);
    background: rgb(255, 255, 255);
    border-radius: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block-one .inner-box:hover::before {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.feature-block-one .image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block-one .image .icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 75px;
    height: 80px;
    font-size: 35px;
    color: rgb(255, 255, 255);
    line-height: 75px;
    text-align: center;
}

.feature-block-one .image .icon::before {
    position: absolute;
    content: "";
    top: 16px;
    left: -5px;
    height: 64px;
    width: 100px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 32px;
}

.feature-block-one .image .icon span {
    position: relative;
}

.feature-block-one .inner-box:hover .image {
    opacity: 0;
    visibility: hidden;
}

.feature-block-one .content {
    position: relative;
    text-align: center;
    padding: 24px 0px;
}

.feature-block-one .content h5 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.feature-block-one .content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.feature-block-one .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    border-radius: 6px;
    padding: 0px 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block-one .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.feature-block-one .text {
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 38px 30px 0px;
    border-radius: 6px;
}

.feature-block-one .text::before {
    position: absolute;
    content: "";
    opacity: 0.85;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(32, 22, 48);
    border-radius: 6px;
}

.feature-block-one .text p {
    color: rgb(215, 207, 227);
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.feature-block-one .text .link-btn {
    position: relative;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

.feature-block-one .link-btn a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    display: inline-block;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.feature-block-one .link-btn a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    display: inline-block;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.feature-block-one .inner-box:hover .link-btn a {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.features-section .bottom-content {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.features-section .bottom-content .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgb(12, 41, 87);
}

.features-section .bottom-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
}

.features-section .bottom-content h3:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 9px;
    font-size: 60px;
    color: #c7cfcd;
    width: 55px;
    height: 68px;
    background: url(../images/icons/icon-13.png);
}

.features-section .bottom-content .theme-btn {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
}

/* About Section */

.about-section {
    position: relative;
    padding: 100px 0px 70px;
}

.about-section .image-block {
    position: relative;
    margin-bottom: 30px;
}

.about-section .image-block::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(241, 242, 245);
    -o-border-image: initial;
       border-image: initial;
    border-radius: 3px;
}

.about-section .image-one {
    position: relative;
    margin-left: 130px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}

.about-section .image-one .image-box {
    overflow: hidden;
    border-radius: 6px;
}

.about-section .image-one img {
    border-radius: 6px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-section .image-one:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.about-section .image-two {
    position: relative;
    margin-top: -180px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}

.about-section .image-two .image-box {
    position: relative;
    overflow: hidden;
}

.about-section .image-two .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); 
}

.about-section .image-two:hover .image-box:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}

.about-section .image-two img {
    border-radius: 6px;
}

.about-section .logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 130px;
    height: 130px;
    line-height: 118px;
    text-align: center;
    border-radius: 50%;
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(51, 51, 51);
    -o-border-image: initial;
       border-image: initial;
}

.about-section .logo::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.about-section .logo img {
    position: relative;
}

.about-section .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px;
}

.about-section .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(225, 229, 233);
}

.about-section .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
}

.about-section .sec-title {
    margin-bottom: 40px;
}

/* Funfacts Section */

.funfacts-section {
    position: relative;
    padding: 100px 0px 70px;
}

.funfacts-section .pattern {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
}

.fact-counter {
    position: relative;
}

.fact-counter .inner {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
    padding: 40px 38px;
    border-radius: 6px;
}

.fact-counter .icon-box {
    position: relative;
    padding-left: 70px;
    margin-bottom: 16px;
}

.fact-counter .icon-box .icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

.fact-counter .icon-box .counter-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    top: -4px;
}

.fact-counter .count-box {
    position: relative;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    font-family: "Fira Sans", sans-serif;
    background-image: url(../images/shape/pattern-4.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact-counter .text {
    font-size: 18px;
    font-weight: 600;
    color: rgb(12, 41, 87);
    line-height: 1.4em;
    margin: 0px;
}

/* Why Choose Us Section */

.why-choose-us-section {
    position: relative;
    background-color: rgb(32, 22, 48);
    z-index: 9;
    padding: 100px 0px 0px;
}

.why-choose-us-section .pattern {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: right center;
    background-repeat: no-repeat;
}

.why-choose-us-section .side-image {
    position: absolute;
    left: 0px;
    bottom: -2px;
}

.contact-form .bootstrap-select>.dropdown-toggle,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.contact-form .bootstrap-select>.dropdown-toggle .contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .bootstrap-select>.dropdown-toggle,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.contact-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.consult-form {
    position: relative;
    -webkit-transform: translateY(268px);
        -ms-transform: translateY(268px);
            transform: translateY(268px);
    margin-right: 40px;
}

.consult-form::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 18px;
    right: 18px;
    bottom: -10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    background: rgb(255, 255, 255);
    border-radius: 6px;
}

.consult-form .contact-form {
    position: relative;
    z-index: 9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    padding: 50px 50px 30px;
    background: rgb(255, 255, 255);
    border-radius: 6px;
}

.consult-form h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.consult-form .row {
    margin: 0px -5px;
}

.consult-form .contact-form .form-group {
    padding: 0px 5px;
}

.consult-form .btn-style-two {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
}

.consult-form .btn-style-three {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: rgb(12, 41, 87);
    line-height: 50px;
    background: transparent;
}

.consult-form .btn-style-three::before {
    position: absolute;
    content: "";
    left: 2px;
    bottom: 8px;
    right: 0px;
    border-bottom: 2px dashed rgb(12, 41, 87);
}

.consult-form .btn-style-three i {
    margin-right: 8px;
}

.consult-form .theme-btn {
    margin-top: 10px;
}

.why-choose-us-section .features-list {
    position: relative;
    padding-bottom: 55px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
}

.why-choose-us-section .features-list:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 0px;
    bottom: 0px;
    width: 2px;
    background: rgb(83, 84, 108);
}

.why-choose-us-section .single-feature-item {
    position: relative;
    padding: 0px 0px 0px 95px;
    margin-bottom: 45px;
}

.why-choose-us-section .single-feature-item:before {
    position: absolute;
    content: "\f106";
    font-size: 55px;
    color: rgb(83, 84, 108);
    font-family: Flaticon;
    line-height: 48px;
    top: 5px;
    left: 0px;
    background: rgb(32, 22, 48);
    transition: .5s;
}

.why-choose-us-section h5 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.why-choose-us-section .text {
    color: rgb(210, 204, 218);
}

/* Cases Section */

.cases-section {
    position: relative;
    padding: 160px 0px 70px;
}

.cases-section .sec-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 470px;
    background-position: right center;
    background-repeat: no-repeat;
}

.cases-section .sec-bg::before {
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(255, 255, 255);
}

.case-block-one {
    position: relative;
}

.case-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.case-block-one .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.case-block-one .image img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.case-block-one .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.case-block-one .overlay::before {
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgb(32, 22, 48);
}

.case-block-one .overlay .title {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: var(--fira-sans);
    z-index: 1;
}

.case-block-one .overlay .title span {
    margin-right: 10px;
    font-weight: normal;
}

.case-block-one .overlay .link-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transform: translateX(30px) rotate(-360deg);
        -ms-transform: translateX(30px) rotate(-360deg);
            transform: translateX(30px) rotate(-360deg);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay .link-btn {
    -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
}

.case-block-one .overlay .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.case-block-one .overlay .content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: right;
}

.case-block-one .overlay::after {
    position: absolute;
    content: "";
    opacity: 0.9;
    right: 43%;
    bottom: 90px;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-30deg) scale(0.8);
        -ms-transform: rotate(-30deg) scale(0.8);
            transform: rotate(-30deg) scale(0.8);
    border-radius: 25px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay::after {
    -webkit-transform: rotate(-30deg) scale(1);
        -ms-transform: rotate(-30deg) scale(1);
            transform: rotate(-30deg) scale(1);
}

.case-block-one .overlay .content h5 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.case-block-one .overlay .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
            transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay .content h4 {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
            transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

.case-block-one .read-more-btn {
    position: relative;
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgb(32, 22, 48);
    border-radius: 6px;
}

.case-block-one .read-more-btn a {
    position: relative;
    width: 160px;
    height: 160px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: var(--fira-sans);
    border-radius: 50%;
    padding: 53px 0px;
}

/* Process Section */

.process-section {
    position: relative;
    padding: 100px 0px 70px;
}

.process-section .pattern {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.process-section .sec-top .text {
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.process-block-one {
    position: relative;
}

.process-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block-one .inner-box::before {
    position: absolute;
    content: "";
    height: 32px;
    width: 72px;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background: url(../images/icons/icon-7.png) center center no-repeat;
}

.process-block-one:last-child .inner-box::before {
    display: none;
}

.process-block-one h5 {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
}

.process-block-one h5:before {
    position: absolute;
    content: '';
    left: -105px;
    top: 6px;
    background: #dcdfe3;
    width: 75px;
    height: 1px;
}

.process-block-one h5:after {
    position: absolute;
    content: '';
    right: -105px;
    top: 6px;
    background: #dcdfe3;
    width: 75px;
    height: 1px;
}

.process-block-one h5 .count {
    font-size: 18px;
    margin-right: 5px;
}

.process-block-one .icon {
    position: relative;
    margin-bottom: 30px;
    line-height: 125px;
}

.process-block-one h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.process-block-one .text {
    font-size: 18px;
    font-weight: 600;
}

/* Testimonail Section */

.testimonial-section {
    position: relative;
}

.testimonial-section .auto-container {
    position: relative;
    max-width: 100%;
    padding: 0px;
}

.testimonial-section .testimonial-thumbs {
    max-width: 600px;
    cursor: pointer;
    margin-right: 0px;
    overflow: visible;
}

.testimonial-section .testimonial-thumbs .swiper-slide {
    opacity: 0.15;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.testimonial-section .testimonial-thumbs .swiper-slide-active {
    opacity: 1;
}

.testimonial-section .author-thumb {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.testimonial-section .testimonial-thumbs .logo {
    position: absolute;
    top: 115px;
    right: 65px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.testimonial-section .testimonial-content {
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
}

.testimonial-block {
    padding: 90px 100px;
}

.testimonial-block:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .67;
}

.testimonial-block .inner-box {
    position: relative;
    padding-left: 100px;
}

.testimonial-block .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 60px;
    line-height: 60px;
    color: rgb(255, 255, 255);
}

.testimonial-block h4 {
    font-size: 40px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 24px;
}

.testimonial-block .text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
}

.testimonial-block .rating {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.testimonial-block .author-title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.testimonial-block .author-title span {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-section .swiper-nav-button {
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 158px;
    height: 78px;
    background: rgb(255, 255, 255);
    z-index: 9;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    color: rgb(18, 46, 91);
    font-size: 24px;
    width: 72px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    top: 0px;
    background: rgb(255, 255, 255);
    margin: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.testimonial-section .swiper-button-prev {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.testimonial-section .swiper-nav-button::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    left: 50%;
    top: 20px;
    z-index: 99;
    background: rgb(220, 223, 227);
}

/* Pricing Section */

.pricing-section {
    position: relative;
    padding: 100px 0px;
}

.pricing-section .pricing-btn {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.pricing-section .pricing-btn ul {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
       border-image: initial;
    border-radius: 20px;
}

.pricing-section .pricing-btn ul {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
       border-image: initial;
    border-radius: 20px;
}

.pricing-section .pricing-btn ul li {
    margin-bottom: 0px;
    position: relative;
}

.pricing-section .pricing-btn ul li::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: rgb(225, 229, 233);
}

.pricing-section .pricing-btn ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(165, 175, 191);
    font-family: var(--fira-sans);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    padding: 8px 20px 5px;
}

.pricing-section .pricing-btn ul li a.active {
    background: transparent;
}

.pricing-section .pricing-content h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.pricing-section .pricing-content .wrapper-box {
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 30px 0px;
            box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 30px 0px;
    border-radius: 10px;
}

.pricing-block {
    position: relative;
    padding: 0px;
}

.pricing-block .inner-box {
    position: relative;
    border-radius: 10px;
}

.pricing-block .top-content {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(243, 244, 247);
    padding: 25px 30px 39px;
}

.pricing-block .top-content .category {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--fira-sans);
}

.pricing-block .top-content .price {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--fira-sans);
}

.pricing-block .top-content .price span {
    font-size: 16px;
    position: relative;
    margin-right: 5px;
}

.pricing-block .top-content .price sub {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
}

.pricing-block .lower-content {
    position: relative;
    text-align: center;
    border-bottom-left-radius: 10px;
    padding: 0px 30px 36px;
}

.pricing-block .lower-content::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 50px;
    bottom: 50px;
    width: 1px;
    background: rgb(225, 229, 233);
}

.pricing-block:last-child .lower-content::before {
    display: none;
}

.pricing-block .lower-content h5 {
    position: relative;
    font-size: 15px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: 500;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    margin-bottom: 20px;
    font-family: inherit;
    padding: 6px 30px;
    background: rgb(32, 22, 48);
}

.pricing-block .lower-content h5::before {
    position: absolute;
    content: "";
    top: 0px;
    left: -15px;
    width: 16px;
    height: 30px;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%, 90% 50%);
            clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%, 90% 50%);
    background: rgb(32, 22, 48);
}

.pricing-block .lower-content h5::after {
    position: absolute;
    content: "";
    top: 0px;
    right: -15px;
    width: 16px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
            clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
    background: rgb(32, 22, 48);
}

.pricing-block .lower-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: inherit;
}

.pricing-block .lower-content ul {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}

.pricing-block .lower-content ul li {
    position: relative;
    color: rgb(12, 41, 87);
    font-size: 18px;
    line-height: 54px;
    padding-left: 55px;
    border-bottom: 1px solid rgb(225, 229, 233);
}

.pricing-block .lower-content ul li i {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.pricing-block .lower-content ul li span i,
.pricing-block .lower-content ul li span {
    color: rgb(165, 175, 191);
}

.pricing-block .lower-content .btn-style-two {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
}

.pricing-block .lower-content .theme-btn {
    margin-bottom: 10px;
}

.pricing-block .lower-content .hint {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

/* News Section */

.news-section {
    position: relative;
    background: rgb(255, 255, 255);
}

.news-section::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: rgb(243, 244, 247);
}

.news-section .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.news-section .left-column {
    position: relative;
    width: 37.5%;
    background-size: cover;
    padding: 100px 15px;
}

.news-section .left-column .outer-box {
    position: relative;
    max-width: 400px;
    margin: 0px auto;
}

.news-section .left-column h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    display: inline-block;
}

.news-section .left-column h4:before {
    position: absolute;
    content: '';
    right: -185px;
    top: 10px;
    background: #7e7e8e;
    width: 170px;
    height: 1px;
}

.news-section .left-column ul {
    position: relative;
    margin-bottom: 35px;
}

.news-section .left-column li {
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.news-section .left-column li i {
    margin-right: 10px;
}

.news-section .left-column form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.news-section .left-column form .form-group i {
    position: absolute;
    left: 30px;
    top: 17px;
}

.news-section .left-column form input {
    height: 60px;
    width: 100%;
    padding-left: 60px;
    padding-right: 15px;
    background: rgb(255, 255, 255);
    border-radius: 6px;
}

.news-section .right-column {
    position: relative;
    width: 62.5%;
    padding: 100px 15px;
}

.news-section .right-column .outer-box {
    position: relative;
    margin-left: 45px;
    margin-right: -60px;
}

.news-section .right-column .outer-container {
    max-width: 770px;
}

.news-section .swiper-nav-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
}

.news-section .swiper-button-next,
.news-section .swiper-button-prev {
    color: rgb(18, 46, 91);
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 0px;
    position: relative;
    right: 0px;
    left: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    border-radius: 30px;
    background: rgb(255, 255, 255);
    margin: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.news-section .swiper-button-prev {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-right: 15px;
}

.news-section .news-carousel-wrapper {
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
}

.news-block-one {
    position: relative;
    background: rgb(255, 255, 255);
}

.news-block-one .inner-box {
    position: relative;
    padding: 40px 30px 30px;
    background: rgb(255, 255, 255);
}

.news-section .news-carousel .swiper-slide .inner-box {
    opacity: 0.2;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news-section .news-carousel .swiper-slide.swiper-slide-visible .inner-box {
    opacity: 1;
}

.news-block-one .inner-box::before {
    position: absolute;
    content: "";
    left: 0px;
    right: 18px;
    top: -3px;
    height: 3px;
}

.news-block-one .inner-box::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: rgb(225, 229, 233);
}

.news-block-one .date {
    position: relative;
    padding-left: 65px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    margin-bottom: 35px;
    line-height: 1.4em;
}

.news-block-one .date strong {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}

.news-block-one .author {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}

.news-block-one .title {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    pointer-events: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 0px 11px;
    border-radius: 6px;
    background: rgb(203, 211, 216);
}

.news-block-one .author:hover .title {
    opacity: 1;
}

.news-block-one .title::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13px;
    height: 7px;
    bottom: -6px;
    -webkit-clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
            clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
    background: rgb(203, 211, 216);
}

.news-block-one .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    display: inline-block;
    line-height: 25px;
    padding: 0px 17px;
    border-radius: 12.5px;
}

.news-block-one h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.news-block-one h4::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 7px;
    width: 100%;
    background-image: url(../images/shape/pattern-6.png);
}

.news-block-one h4 a {
    color: rgb(12, 41, 87);
}

.news-block-one .read-more-btn a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: rgb(12, 41, 87);
    font-family: var(--fira-sans);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news-block-one .read-more-btn a i {
    position: relative;
    opacity: 0;
    top: 1px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news-block-one .read-more-btn a:hover i {
    opacity: 1;
}

.news-section .swiper-container-horizontal>.swiper-scrollbar {
    left: 0px;
    bottom: 0px;
}

.news-section .swiper-scrollbar {
    background: rgb(223, 224, 225);
}

.news-section .swiper-scrollbar-drag {
    background: rgb(185, 193, 197);
}

/* News Block One / Style Two  */

.news-block-one.style-two {
    margin-bottom: 50px;
}

.news-block-one.style-two .inner-box {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    margin-left: 15px;
}

.news-block-one.style-two .inner-box::before {
    display: none;
}

.news-block-one.style-two .image {
    margin-right: -15px;
}

.news-block-one.style-two .image img {
    width: 100%;
}

.news-block-one.style-two .date {
    margin-bottom: 22px;
}

.news-block-one.style-two .author {
    margin-bottom: 11px;
}

.news-block-one.style-two .inner-box::after {
    display: none;
}

/* Map Section */

.map-section {
    position: relative;
}

.map-section .map-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.map-section .google-map {
    height: 100%;
}

.map-section-two {
    position: relative;
}

.map-section-two .map-outer {
    position: relative;
    height: 450px;
}

.map-section-two .google-map {
    height: 450px;
}

.map-section .google-map h5 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 9px 24px;
    background: #99c64a;
}

.gm-style .gm-style-iw-d {
    overflow: inherit !important;
}

.gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 0px;
}

.gm-style .gm-style-iw-t::after {
    background: -o-linear-gradient(45deg, rgb(153, 198, 74) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, rgb(153, 198, 74) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}

.gmnoprint {
    display: none;
}

.map-section .contact-info {
    position: relative;
    max-width: 372px;
    margin: 0px 0px 0px auto;
    padding: 50px 40px 40px;
}

.map-section .contact-info .icon-box {
    position: relative;
    padding-left: 75px;
    margin-bottom: 39px;
}

.map-section .contact-info .icon {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 2px;
    top: 0px;
    font-size: 50px;
    line-height: 50px;
}

.map-section .contact-info h4 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.map-section .contact-info h5 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: inherit;
}

.map-section .contact-info h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.map-section .contact-info ul {
    position: relative;
    margin-bottom: 30px;
}

.map-section .contact-info ul li {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.map-section .contact-info ul li a {
    color: rgb(255, 255, 255);
}

.map-section .link-btn {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.map-section .link-btn::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: rgb(203, 56, 40);
}

.map-section .owl-theme .owl-nav {
    position: absolute;
    bottom: 33px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.map-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 50px;
    width: 30px;
    text-align: center;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.map-section .owl-theme .owl-nav .owl-prev::before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}

.map-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.map-section .owl-theme .owl-nav .owl-next::before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

/* CTA Section */

.cta-section {
    position: relative;
    padding: 110px 0px 84px;
    background: #f2f3f6;
}

.cta-section .image-column .image {
    position: relative;
    margin-left: -95px;
    margin-right: -20px;
    margin-top: -50px;
}

.cta-section .sec-title h2 {
    padding-bottom: 0px;
}

.cta-section .sec-title .text {
    padding-bottom: 30px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.cta-section .content-column .image {
    margin-bottom: 10px;
    text-align: center;
}

.cta-section .content-column .bottom-content {
    margin-bottom: 80px;
}

.cta-section .link-btn {
    margin-bottom: 25px;
}

.cta-section .theme-btn {
    margin: 0 10px;
}

.cta-section .btn-style-one span {
    padding: 9px 30px;
}

.cta-section .btn-style-two span {
    padding: 9px 30px;
}

.cta-section .btn-style-two {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

.cta-section .hint {
    font-size: 18px;
    font-weight: 500;
}

/* Feature Section Two */

.feature-section-two {
    position: relative;
    margin-top: -90px;
    margin-bottom: -90px;
    z-index: 9;
}

.feature-section-two.style-two {
    margin-top: 0;
}

.feature-block-two {
    position: relative;
}

.feature-block-two .shape-box {
    position: relative;
}

.feature-block-two .shape-box:before {
    position: absolute;
    content: '';
    left: 15px;
    top: -10px;
    right: 15px;
    bottom: -10px;
    background: #fff;
    opacity: .3;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
}

.feature-block-two:nth-child(even) .shape-box:before {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
}

.feature-block-two .inner-box {
    position: relative;
    padding-left: 130px;
    padding-top: 45px;
    padding-bottom: 32px;
    min-height: 160px;
    background: #fff;
}

.feature-block-two.style-two .inner-box {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.feature-block-two .icon {
    position: absolute;
    left: 50px;
    top: 50px;
}

.feature-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-block-two .text {
    font-size: 18px;
    font-weight: 500;
}

/* Main Footer */

.main-footer {
    position: relative;
    color: rgb(196, 197, 199);
    background-color: rgb(32, 22, 48);
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 30px;
}

.main-footer.sp-two .widgets-section {
    padding: 210px 0px 30px;
}

.main-footer.sp-three .widgets-section {
    padding: 135px 0px 30px;
}

.main-footer .column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 50px;
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main-footer .footer-logo {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
}

.main-footer .logo-widget h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.main-footer .logo-widget .link-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
}

.main-footer .logo-widget .link-btn i {
    margin-right: 10px;
}

/* Link Widget */

.links-widget .widget-content {
    position: relative;
}

.links-widget ul li {
    position: relative;
    margin-bottom: 10px;
}

.links-widget ul li a {
    position: relative;
    color: #d2ccda;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.links-widget ul li a:hover {
    color: #fff;
}

.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
}

.links-widget ul li a:hover:before {
    opacity: 1;
}

.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
}

.links-widget ul li a:hover:after {
    opacity: 1;
}

/* Instagram Widget */

.instagram-widget .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -4.5px;
}

.instagram-widget .wrapper-box .image {
    position: relative;
    overflow: hidden;
    margin: 0px 4.5px 11px;
    border-radius: 6px;
}

.instagram-widget .wrapper-box .image .overlay-link {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(255, 255, 255, 0.75);
}

.instagram-widget .wrapper-box .image:hover .overlay-link {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* Footer Style Three  */

.main-footer.style-three .widgets-section {
    padding: 130px 0px 30px;
}

/* About Widget */

.about-widget .text {
    font-size: 18px;
    color: #d2ccda;
}

.about-widget .list {
    margin-bottom: 35px;
}

.about-widget .list li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}

.about-widget .list li a {
    position: relative;
    color: #d2ccda;
    padding-left: 30px;
}

.about-widget .list li a:before {
    position: absolute;
    content: "\f134";
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: Flaticon;
}

/* Link Widget Two */

.links-widget-two .widget-content {
    position: relative;
}

.links-widget-two ul li {
    position: relative;
    margin-bottom: 10px;
}

.links-widget-two ul li a {
    position: relative;
    color: #d2ccda;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-left: 22px;
}

.links-widget-two ul li a:before {
    position: absolute;
    content: "\f105";
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.links-widget-two ul li a:after {
    position: absolute;
    content: "\f101";
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.links-widget-two ul li a:hover:before {
    opacity: 0;
}

.links-widget-two ul li a:hover:after {
    opacity: 1;
}

.links-widget-two ul li a:hover {
    color: #fff;
}

/* Twitter Widget */

.twitter-widget .widget-content {
    position: relative;
}

.twitter-widget .image-box {
    position: relative;
    padding-left: 80px;
    padding-top: 20px;
    margin-bottom: 22px;
}

.twitter-widget .image-box img {
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 6px;
    width: 60px;
}

.twitter-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
}

.twitter-widget .user a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #d2ccda;
}

.twitter-widget .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.twitter-widget p {
    font-size: 16px;
    font-weight: 500;
}

.twitter-widget .date {
    position: relative;
    padding-left: 70px;
    font-size: 16px;
    font-weight: 500;
    color: #d2ccda;
}

.twitter-widget .date i {
    margin-right: 10px;
}

.twitter-widget .date:before {
    position: absolute;
    content: '';
    left: 0;
    top: 14px;
    width: 58px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

/* Footer Style Four */

.main-footer.style-four {
    background-color: #111c3f;
}

.main-footer.style-four .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
}

.main-footer.style-four .widgets-section {
    padding-top: 100px;
}

.about-widget-two .social-links {
    position: relative;
    margin-bottom: 20px;
}

.about-widget-two .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.about-widget-two .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-widget-two .social-links li a:hover {
    color: #ffffff;
}

.about-widget-two .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-widget-two .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-widget-two .social-links li a span {
    position: relative;
}

.about-widget-two .copyright-text {
    color: #fff;
    position: relative;
    font-size: 18px;
}

.main-footer.style-four .post-widget h4 {
    line-height: 1.4em;
}

.main-footer.style-four .post-widget .date {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 6px;
}

.main-footer.style-four .post-widget .post {
    margin-bottom: 28px;
}

.main-footer.style-four .footer-bottom-two {
    background: #fff;
}

.main-footer.style-four .footer-bottom-two .menu li a {
    color: #0c2957;
    position: relative;
    font-size: 18px;
}

.main-footer.style-four .footer-bottom-two .menu li a:before {
    position: absolute;
    content: "/";
    left: -15px;
    top: -4px;
}

.main-footer.style-four .footer-bottom-two .menu li:first-child a:before {
    display: none;
}

.footer-bottom-two .scroll-to-top-two {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.footer-bottom-two .scroll-to-top-two i {
    margin-right: 7px;
    font-weight: normal;
}

.about-widget-two .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 95px;
}

.footer-bottom ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
}

.footer-bottom ul.menu li {
    position: relative;
    margin-right: 20px;
}

.footer-bottom ul.menu li+li:before {
    position: absolute;
    content: '/';
    color: #d2ccda;
    left: -13px;
    top: 0;
    font-size: 18px;
}

.footer-bottom ul.menu li a {
    position: relative;
    color: #d2ccda;
    font-size: 18px;
}

.footer-bottom .scroll-to-top-two {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.footer-bottom .scroll-to-top-two i {
    margin-right: 5px;
}

.footer-bottom .social-links {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.footer-bottom .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-bottom .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-bottom .social-links li a:hover {
    color: #ffffff;
}

.footer-bottom .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer-bottom .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.footer-bottom .social-links li a span {
    position: relative;
}

.footer-bottom .copyright {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #25283a;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*** 

====================================================================
    Features Section Two
====================================================================

***/

.features-section-two {
    position: relative;
    padding: 100px 0px 70px;
    background-color: #fafafa;
}

.features-section-two .content-block {
    position: relative;
    padding-left: 140px;
    margin-bottom: 30px;
    min-height: 250px;
}

.features-section-two .content-block .image {
    position: absolute;
    left: 0;
}

.features-section-two .content-block .text {
    margin-bottom: 35px;
}

.features-section-two .content-block .text p {
    font-size: 18px;
    font-weight: 500;
}

.feature-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.feature-block-three .image {
    position: relative;
}

.feature-block-three .lower-content {
    position: relative;
    padding: 30px 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
    max-width: 270px;
}

.feature-block-three .lower-content:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 174px;
    height: 109px;
    background-image: url(../images/shape/shape-1.png);
}

.feature-block-three .lower-content .icon {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}

.feature-block-three .lower-content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
    margin-bottom: 20px;
    color: #202020;
}

.feature-block-three .lower-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/shape/border-shape.png) repeat-x center;
}

.feature-block-three .read-more-link {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    transition: .5s;
}

.feature-block-three .read-more-link:hover {
    padding-left: 36px;
}

.feature-block-three .read-more-link:after {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: -4px;
    width: 20px;
    height: 20px;
    left: 17px;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}

.feature-block-three .read-more-link:hover:after {
    opacity: 1;
}

.feature-block-three .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    height: 1px;
    width: 10px;
    transition: .5s;
}

.feature-block-three .read-more-link:hover:before {
    width: 17px;
}

.feature-block-three .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
    opacity: 0;
}

.feature-block-three .inner-box:hover .overlay {
    opacity: 1;
}

.feature-block-three .overlay .top-content {
    position: relative;
    padding: 34px 30px;
    background-size: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
}

.feature-block-three .inner-box:hover .overlay .top-content {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.feature-block-three .top-content .icon {
    position: relative;
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 30px;
    color: #fff;
}

.feature-block-three .top-content h4 {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.feature-block-three .overlay .bottom-content {
    position: relative;
    background-color: #fff;
    padding: 30px;
}

.feature-block-three .overlay .text {
    font-size: 18px;
    font-weight: 500;
    color: #3b3b3b;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.feature-block-three .overlay .text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/shape/border-shape.png) repeat-x center;
}


/* About Us Two */

.about-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.about-section-two .image-block {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-right: 30px;
    max-width: 570px;
}

.about-section-two .image-block .image-one {
    position: relative;
}

.about-section-two .image-block img {
    border-radius: 6px;
}

.about-section-two .image-block .image-two {
    position: absolute;
    right: 0;
    top: 0;
}

.about-section-two .image-block .image-three {
    position: absolute;
    right: 60px;
    bottom: 0;
}

.about-section-two .image-block .image-three .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 142px;
    height: 142px;
    text-align: center;
}

.about-section-two .image-block .image-three .video-box a {
    color: #fff;
}

.about-section-two .play-icon {
    position: absolute;
    top: 53%;
    left: 53%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 33px;
}

.about-section-two .curved-circle {
    position: absolute;
    top: -10px;
    left: 0;
    width: 142px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
}

.about-section-two .sec-title {
    margin-bottom: 40px;
}

.about-section-two .content-block {
    position: relative;
}

.about-section-two .content-block .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #3c3b3b;
}

.about-section-two .content-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section-two .read-more-link {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--fira-sans);
    padding-left: 20px;
}

.about-section-two .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    height: 1px;
    width: 17px;
}

.about-section-two .read-more-link i {
    margin-right: 3px;
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    padding-left: 85px;
}

.testimonial-block-two .quote {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    color: #d6d6d6;
    line-height: 50px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.testimonial-block-two .text {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--fira-sans);
    color: #202020;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-block-two .author-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 30px;
}

.testimonial-block-two .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.testimonial-block-two .author-box .image img {
    border-radius: 50%;
}

.testimonial-block-two .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--fira-sans);
    color: #202020;
}

.testimonial-block-two .author-box .designation {
    font-size: 18px;
    font-weight: 500;
    color: #3c3b3b;
}

.about-section-two .owl-nav,
.about-section-two .owl-dots {
    display: none;
}

/* Projects Section */

.projects-section {
    position: relative;
    background-image: -moz-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 100%);
    margin-top: 60px;
}

.projects-section .title {
    position: absolute;
    left: 180px;
    bottom: 60px;
    font-size: 100px;
    font-weight: 700;
    font-family: var(--fira-sans);
    color: #343a4f;
    line-height: 100px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    letter-spacing: -2px;
}

.projects-section .auto-container {
    max-width: 100%;
    padding: 0;
}

.projects-section .tab-content {
    margin-left: -40px;
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
}

.projects-section .tab-content .owl-item .project-block {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.projects-section .tab-content>.active .owl-item .project-block {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.projects-section .nav-tabs-wrapper {
    position: relative;
    margin-left: 30px;
    padding: 120px 0 182px;
    padding-left: 30px;
    border-left: 1px solid #4d5269;
    max-width: 300px;
    margin: 0 auto;
    margin-right: 0;
}

.projects-section .nav-tabs-wrapper .link-btn {
    margin-top: 30px;
}

.projects-section .nav-tabs-wrapper .link-btn a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.projects-section .nav-tabs {
    border: none;
}

.projects-section .nav-tabs li {
    width: 100%;
    background: transparent;
    margin: 8px 0;
}

.projects-section .nav-tabs li .nav-link {
    position: relative;
    color: #4f556d;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    margin: 0;
    padding: 0;
}

.projects-section .nav-tabs .nav-link.active {
    border: none;
    background: transparent;
    color: #fff;
}

.projects-section .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.projects-section .nav-tabs li .nav-link:after {
    position: absolute;
    content: "";
    left: -36px;
    top: 9px;
    width: 11px;
    border: 2px solid #4d5269;
    background: #1c202e;
    border-radius: 50%;
    height: 11px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.projects-section .nav-tabs li .nav-link:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 40px;
    left: -50px;
    top: 14px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.projects-section .nav-tabs .nav-link.active:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.project-block {
    position: relative;
    overflow: hidden;
}

.project-block .image {
    position: relative;
}

.project-block .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #161924;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: .2;
}

.project-block:hover .image:before {
    opacity: 0;
}

.project-block .lower-content {
    position: absolute;
    left: 50px;
    bottom: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block:hover .lower-content {
    opacity: 0;
}

.project-block .count {
    position: relative;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.project-block .category {
    position: relative;
    padding-left: 73px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.project-block .category:before {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    width: 63px;
    height: 1px;
    background-color: #fff;
}

.project-block .text {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--fira-sans);
    color: #fff;
    position: relative;
}

.project-block .overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    padding: 60px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.project-block:hover .overlay-content {
    opacity: 1;
}

.project-block .overlay-content .text {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
            transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-block:hover .overlay-content .text {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
            transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

.project-block .overlay-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(248,68,17) 0%, rgb(47,53,76) 86%);
    background-image: -webkit-linear-gradient( 90deg, rgb(248,68,17) 0%, rgb(47,53,76) 86%);
    background-image: -ms-linear-gradient( 90deg, rgb(248,68,17) 0%, rgb(47,53,76) 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.project-block:hover .overlay-content:before {
    opacity: .8;
}

.project-block .overlay-content .category:before {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block:hover .overlay-content .category:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.project-block .link-btn {
    position: relative;
    padding: 15px;
    border: 1px solid #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 50%;
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block:hover .link-btn {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.project-block .link-btn a {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 16px;
}

/* Services Section */

.services-section {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
}

.service-block-one {
    position: relative;
}

.service-block-one .inner-box {
    position: relative;
    background-color: #fff;
    padding: 30px 26px;
    padding-top: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-top: 45px;
}

.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 102px;
    height: 91px;
    background: url(../images/shape/shape-2.png) no-repeat;
}

.service-block-one .icon {
    position: relative;
    font-size: 50px;
    width: 93px;
    height: 93px;
    border: 1px dashed #c0c0c0;
    padding: 6px;
    border-top-left-radius: 30px;
    margin-bottom: -20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
            transform: translateY(-45px);
}

.service-block-one:hover .icon {
    border-radius: 0px;
}

.service-block-one .icon .icon-inner {
    position: relative;
    background-color: #fff;
    width: 79px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    font-size: 50px;
    border-top-left-radius: 30px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-one:hover .icon .icon-inner {
    color: #fff;
    border-radius: 0;
}

.service-block-one h4 {
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 20px;
}

.service-block-one .text {
    color: #3b3b3b;
    font-size: 18px;
    margin-bottom: 20px;
}

.service-block-one .read-more-link {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-one .read-more-link:hover {
    padding-left: 42px;
}

.service-block-one .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    height: 1px;
    width: 21px;
}

.service-block-one .read-more-link i {
    position: absolute;
    left: 21px;
    top: -1px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-one .read-more-link:hover i {
    opacity: 1;
}

/* Process Section Two */

.process-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.process-section-two .process-wrapper {
    position: relative;
}

.process-section-two .process-wrapper:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
    background: url(../images/shape/process-shape.png) no-repeat center;
}

.process-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block-two h4 {
    font-size: 22px;
    font-weight: 600;
}

.process-block-two p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.process-block-two .icon {
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 6px;
    font-size: 40px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.process-block-two .icon .step-count {
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background: #fff;
    line-height: 28px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.process-block-two .text {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 500;
}

/* CTA Section Two */

.cta-section-two {
    position: relative;
    padding: 110px 0px 84px;
    background-color: #f2f3f6;
    background-size: cover;
}

.cta-section-two h2 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding-left: 100px;
    margin-bottom: 30px;
}

.cta-section-two h2 span {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 75px;
    line-height: 75px;
    font-weight: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-section-two .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
}

.cta-section-two .contact-info {
    position: relative;
    padding-left: 60px;
}

.cta-section-two .contact-info .icon {
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    left: 0;
    top: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-section-two .contact-info h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.cta-section-two .contact-info .text {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: var(--fira-sans);
    margin-bottom: 0;
}

/* Margin Padding */

.mb-50 {
    margin-bottom: 50px !important;
}

.px-15 {
    padding: 0 15px !important;
}

/* Team Section */

.team-section {
    position: relative;
    padding: 100px 0 70px;
}

.team-section .auto-container {
    max-width: 1230px;
}

.team-block-one {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.team-block-one .inner-box {
    position: relative;
}

.team-block-one .image {
    position: relative;
}

.team-block-one .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(248,68,17) 0%, rgb(47,53,76) 86%);
    background-image: -webkit-linear-gradient( 90deg, rgb(248,68,17) 0%, rgb(47,53,76) 86%);
    background-image: -ms-linear-gradient( 90deg, rgb(248,68,17) 0%, rgb(47,53,76) 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
}

.team-block-one:hover .image:before {
    opacity: .8;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.team-block-one .image img {
    width: 100%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.team-block-one .lower-content {
    position: relative;
    padding: 30px 30px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.team-block-one .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #282d41;
    padding: 13.5px 30px;
    min-width: 200px;
    margin-left: -30px;
    margin-top: -52px;
    margin-bottom: 37px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.team-block-one .designation:before {
    position: absolute;
    content: '';
    left: 30px;
    bottom: -22px;
    width: 20px;
    height: 22px;
    background-color: #282d41;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.team-block-one h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.team-block-one h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background: url(../images/shape/border-shape-2.png) repeat-x center;
}

.team-block-one ul li {
    position: relative;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-block-one ul li a {
    color: #3b3b3b;
}

.team-block-one ul li span {
    margin-right: 10px;
}

/* Testimonail Section Two */

.testimonial-section-two {
    position: relative;
    padding: 100px 0;
}

.testimonial-section-two .auto-container {
    max-width: 1230px;
}

.testimonial-section-two .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-size: cover;
}

.testimonial-section-two .sec-bg:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background-image: -moz-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 75%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 75%);
    background-image: -ms-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 75%);
}

.testimonial-block-three {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.testimonial-block-three .inner-box {
    position: relative;
    background-color: #fff;
    padding: 50px 45px 40px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    margin-left: 30px;
}

.testimonial-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 75%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 75%);
    background-image: -ms-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 75%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.testimonial-block-three .inner-box:hover:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.testimonial-block-three .quote {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    left: -30px;
    top: 40px;
    text-align: center;
}

.testimonial-block-three .rating {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-block-three .rating span {
    margin-right: 6px;
}

.testimonial-block-three .rating .style-two {
    color: #c0cdd3;
}

.testimonial-block-three .text {
    position: relative;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 28px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-three .inner-box:hover .text {
    color: #dfe0e6;
}

.testimonial-block-three .text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/shape/border-shape-2.png) repeat-x center;
}

.testimonial-block-three .author-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 5px;
    padding-top: 13px;
}

.testimonial-block-three .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.testimonial-block-three .author-box .image img {
    border-radius: 50%;
}

.testimonial-block-three .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--fira-sans);
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-three .inner-box:hover .author-box .author-title {
    color: #fff;
}

.testimonial-block-three .author-box .designation {
    font-size: 18px;
    font-weight: 500;
    color: #3c3b3b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-three .inner-box:hover .author-box .designation {
    color: #fff;
}

/* Client Section Two */

.client-section-two {
    position: relative;
    padding: 10px 0 90px;
}

.client-section-two.sp-two {
    padding-top: 100px;
}

.client-section-two .top-content .text {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #232629;
}

.client-section-two .wrapper-box {
    border: 1px solid #f3f3f3;
    overflow: hidden;
}

.client-section-two .outer-box {
    position: relative;
    margin: -2px;
}

.client-section-two .column {
    position: relative;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    border-left: 0;
    text-align: center;
    min-height: 100px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.client-section-two .column img {
    opacity: .2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.client-section-two .column:hover img {
    opacity: 1;
}

/* Funfacts Section Two */

.funfacts-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
}

.funfacts-section-two .inner {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
}

.funfacts-section-two .content {
    position: relative;
    padding: 31px 30px;
    background-color: #3a3e54;
}

.funfacts-section-two .icon-box {
    position: absolute;
    width: 160px;
    height: 160px;
    font-size: 55px;
    line-height: 160px;
    color: #fff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 30px;
}

.funfacts-section-two .counter-title {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.funfacts-section-two .count-box {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
}

.funfacts-section-two .text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: var(--fira-sans);
    margin-bottom: 15px;
}

.funfacts-section-two p {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.funfacts-section-two p:before {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    height: 1px;
    width: 10px;
}

/* News Section Two */

.news-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-image: -moz-linear-gradient( -90deg, rgb(244,247,249) 0%, rgb(239,243,245) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(244,247,249) 0%, rgb(239,243,245) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(244,247,249) 0%, rgb(239,243,245) 100%);
}

.news-block-two {
    position: relative;
}

.news-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .image img {
    border-radius: 6px;
    width: 100%;
}

.news-block-two .lower-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -50px;
    padding: 0 23px 25px;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
            box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
}

.news-block-two .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 75%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 75%);
    background-image: -ms-linear-gradient( 90deg, rgb(25,29,42) 0%, rgb(48,54,77) 75%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.news-block-two .inner-box:hover .lower-content:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.news-block-two .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #292f43;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
}

.news-block-two .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
}

.news-block-two .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-two .inner-box:hover .post-meta li {
    color: #d2ccda;
}

.news-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    padding-bottom: 30px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-two h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/shape/border-shape-2.png) repeat-x center;
}

.news-block-two h4 a {
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-two .inner-box:hover h4 a {
    color: #fff;
}

.news-block-two .read-more-link {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-two .read-more-link:hover {
    padding-left: 42px;
}

.news-block-two .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    height: 1px;
    width: 21px;
}

.news-block-two .read-more-link i {
    position: absolute;
    left: 21px;
    top: -1px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-two .read-more-link:hover i {
    opacity: 1;
}

/* Contact Section */

.contact-section {
    position: relative;
    padding: 100px 0 0;
}

.contact-section .top-content {
    padding-bottom: 70px;
}

.contact-section .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.contact-section .sec-title {
    margin-bottom: 40px;
}

.contact-section .wrapper-box {
    margin-bottom: 30px;
}

.contact-section .author-box {
    position: relative;
    padding-left: 90px;
    min-height: 60px;
    margin-bottom: 40px;
    padding-top: 5px;
}

.contact-section .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.contact-section .author-box .image img {
    border-radius: 50%;
}

.contact-section .author-box h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-section .author-box .phone-numer {
    font-size: 30px;
    font-weight: 600;
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-section .list {
    margin-bottom: 30px;
}

.contact-section .list li {
    font-size: 18px;
    font-weight: 500;
    color: #3b3b3b;
}

.contact-section .read-more-link {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
}

.contact-section .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    height: 1px;
    width: 10px;
}

.contact-section .contact-form {
    margin-bottom: 30px;
}

.contact-section .contact-form .bootstrap-select>.dropdown-toggle,
.contact-section .contact-form .form-group input[type="text"],
.contact-section .contact-form .form-group input[type="email"],
.contact-section .contact-form .form-group textarea,
.contact-section .contact-form .form-group select {
    color: #9a9b9c;
    border-color: #f3f3f3;
    background-color: #fff;
    height: 60px;
}

.contact-section .contact-form .form-group textarea {
    height: 143px;
}

.contact-section .contact-form .btn-style-four {
    width: 100%;
}

.contact-section .contact-form .btn-style-four .btn-title {
    padding: 15px 40px;
}

.contact-form button:focus,
.contact-form .btn-light:not(:disabled):not(.disabled).active:focus,
.contact-form .btn-light:not(:disabled):not(.disabled):active:focus,
.contact-form .show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    outline: none !important;
    box-shadow: none;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 25px;
    top: 15px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}

.contact-form .btn-light:not(:disabled):not(.disabled).active,
.contact-form .btn-light:not(:disabled):not(.disabled):active,
.contact-form .show>.btn-light.dropdown-toggle {
    color: #9a9b9c;
    border-color: #f3f3f3;
    background-color: #fff;
}

.contact-section
/* Subscribe Newsletter */

.subscribe-newsletter {
    position: relative;
    padding: 55px 30px 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    z-index: 9;
}

.subscribe-newsletter:before {
    position: absolute;
    content: '';
    left: 40px;
    right: 40px;
    top: -20px;
    height: 20px;
    opacity: .3;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.subscribe-newsletter:after {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    top: -10px;
    height: 10px;
    opacity: .5;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.subscribe-newsletter .sec-title h4 {
    color: #fff;
}

.contact-section .subscribe-newsletter .form-group {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 770px;
    -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
            transform: translateY(35px);
    margin-top: -38px;
}

.contact-section .subscribe-newsletter .form-group input {
    height: 70px;
    background: #fff;
    width: 100%;
    padding-left: 65px;
    padding-right: 180px;
    border-radius: 6px;
}

.contact-section .subscribe-newsletter .form-group button.btn-style-four {
    position: absolute;
    right: 10px;
    top: 10px;
}

.contact-section .subscribe-newsletter .form-group i {
    position: absolute;
    left: 40px;
    top: 22px;
}

.contact-section .subscribe-newsletter .form-group span.btn-title {
    padding: 10px 30px;
}

.contact-section .subscribe-newsletter .text {
    margin-top: 10px;
}

.contact-section .subscribe-newsletter h2 {
    font-weight: 500;
}

/* Main Footer Style Two */

.main-footer.style-two {
    position: relative;
    background-color: #252a3f;
}

.main-footer.style-two .widgets-section {
    padding: 135px 0px 30px;
}

.main-footer.style-two .links-widget .widget-content {
    padding-left: 0;
}

.main-footer.style-two .links-widget {
    padding-left: 100px;
}

.main-footer.style-two .links-widget .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.main-footer.style-two .links-widget ul li {
    margin-bottom: 12px;
}

.main-footer.style-two .links-widget ul li a {
    color: #c0c2ce;
}

.main-footer.style-two .links-widget ul li a:hover {
    color: #fff;
}

.main-footer.style-two .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.main-footer.style-two .widget-title {
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.main-footer.style-two .widget-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 8px;
    width: 40px;
    background: url(../images/shape/border-shape-2.png) repeat-x center;
}

/* Post Widget */

.post-widget {
    position: relative;
}

.post-widget .post {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.post-widget .image {
    position: absolute;
    left: 0;
    top: 7px;
}

.post-widget .image img {
    border-radius: 6px;
}

.post-widget .date {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #c0c2ce;
    margin-bottom: 5px;
}

.post-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.post-widget h4 a {
    color: #fff;
}

.post-widget .read-more-post {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    color: #aab1c8;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.post-widget .read-more-post i {
    font-weight: normal;
    margin-left: 10px;
}

/* Contact Widget */

.contact-widget .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #c0c2ce;
    margin-bottom: 5px;
}

.contact-widget ul.list {
    margin-bottom: 20px;
}

.contact-widget ul.list li {
    position: relative;
    font-size: 18;
    font-weight: 600;
    color: #fff;
}

.contact-widget ul.list li a {
    color: #c0c2ce;
}

.contact-widget .social-links {
    position: relative;
}

.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-widget .social-links li a:hover {
    color: #ffffff;
}

.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-widget .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-widget .social-links li a span {
    position: relative;
}

/* Footer Bottom Two */

.footer-bottom-two {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 22px;
}

.footer-bottom-two .copyright-text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #c0c2ce;
    margin-bottom: 22px;
}

.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 22px;
}

.footer-bottom-two .menu li+li {
    margin-left: 25px;
}

.footer-bottom-two .menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #c0c2ce;
}

/* Footer Bottom Three */

.footer-bottom-three {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #e9eef8;
    padding-top: 22px;
}

.footer-bottom-three .copyright-text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #0c2957;
    margin-bottom: 22px;
}

.footer-bottom-three .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 22px;
}

.footer-bottom-three .menu li+li {
    margin-left: 25px;
}

.footer-bottom-three .menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #0c2957;
}

.footer-bottom-three .bottom-area {
    border-top: 1px solid #d2d6e0;
    padding: 12px 0;
}

.footer-bottom-three .bottom-area ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-bottom-three .bottom-area ul li {
    margin-right: 55px;
    line-height: 40px;
}

.footer-bottom-three .bottom-area ul li a {
    color: #0c2957;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
}

.footer-bottom-three .bottom-area ul li:last-child {
    margin-right: 0;
}

/* Features Section Four */

.features-section-four {
    position: relative;
}

.features-section-four .wrapper-box {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    margin-top: -140px;
    position: relative;
    z-index: 9;
    background: #fff;
    border-radius: 6px;
}

.features-section-four .outer-box {
    border-radius: 6px;
    overflow: hidden;
}

.feature-block-four {
    position: relative;
    padding: 0;
}

.feature-block-four .inner-box {
    position: relative;
    padding: 40px 30px;
    text-align: center;
    overflow: hidden;
}

.feature-block-four+.feature-block-four .inner-box {
    border-left: 1px solid #f1f4fa;
}

.feature-block-four .inner-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.feature-block-four .inner-box:hover:before {
    height: 100%;
    opacity: 1;
}

.feature-block-four .inner-box:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleY(0) translateY(-115px);
        -ms-transform: scaleY(0) translateY(-115px);
            transform: scaleY(0) translateY(-115px);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    background-color: #76a838;
    border-radius: 50%;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

.feature-block-four .inner-box:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(-115px);
        -ms-transform: scaleY(1) translateY(-115px);
            transform: scaleY(1) translateY(-115px);
}

.feature-block-four .icon {
    margin-bottom: 34px;
    position: relative;
    z-index: 9;
}

.feature-block-four h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.feature-block-four .inner-box:hover h4 {
    color: #fff;
}

.feature-block-four .text {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.feature-block-four .inner-box:hover .text {
    color: #fff;
}

.feature-block-four .read-more-link {
    position: relative;
    color: #9ca6b6;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.feature-block-four .inner-box:hover .read-more-link {
    color: #fff;
}

.feature-block-four .read-more-link i {
    margin-left: 5px;
}

/* About Section Three */

.about-section-three {
    position: relative;
    padding-top: 150px;
}

.about-section-three .pattern {
    position: absolute;
    left: 0;
    bottom: 130px;
    right: 0;
    top: 0;
    background-size: cover;
}

.about-section-three .sec-title .read-more-link {
    position: relative;
    color: #0c2957;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    padding-bottom: 3px;
    margin-top: 20px;
    display: inline-block;
}

.about-section-three .sec-title .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #c3cbd9;
}

.team-block-two {
    position: relative;
}

.team-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.team-block-two .image {
    position: relative;
}

.team-block-three .image img {
    width: 100%;
}

.team-block-two .image .default-image {
    transition: 1s;
}

.team-block-two .image .hover-image {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: 1s;
}

.team-block-two .inner-box:hover .image .hover-image {
    opacity: 1;
}

.team-block-two .inner-box:hover .image .default-image {
    opacity: 0;
}

.team-block-two .content {
    position: relative;
    background-color: #fff;
    padding: 24px 30px 22px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    margin-right: 40px;
    border-radius: 6px;
}

.team-block-two .content:before {
    position: absolute;
    content: '';
    background-color: #fff;
    top: 0;
    width: 50px;
    right: -20px;
    bottom: 0;
    -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
    border-radius: 6px;
    border-right: 3px solid #9ca6b6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.team-block-two .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.team-block-two .video-btn {
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.team-block-two .video-btn:before {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    opacity: 0;
}

.team-block-two .inner-box:hover .video-btn:before {
    opacity: 1;
}

.team-block-two .video-btn a {
    position: relative;
    color: #9ca6b6;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #d8dce5;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-block-two .inner-box:hover .video-btn a {
    color: #fff;
}

.team-block-two .video-btn a span {
    position: relative;
    left: 2px;
}

.about-section-three .team-area {
    padding-bottom: 70px;
}

.about-section-three .fact-counter-three {
    position: relative;
    margin-bottom: -130px;
    z-index: 9;
}

.about-section-three .fact-counter-three .image {
    margin-bottom: 30px;
}

.about-section-three .fact-counter-three .image img {
    border-radius: 6px;
    width: 100%;
}

.fact-counter-three {
    position: relative;
}

.fact-counter-three .inner {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    padding: 50px 30px;
    border-radius: 6px;
    background-image: url(../images/shape/pattern-1.jpg);
    background-size: cover;
}

.fact-counter-three .inner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../images/shape/pattern-2.jpg);
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.fact-counter-three .inner:hover:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.fact-counter-three .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    top: -4px;
    text-transform: uppercase;
    font-family: var(--fira-sans);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fact-counter-three .inner:hover .counter-title {
    color: #fff;
}

.fact-counter-three .count-box {
    position: relative;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    font-family: "Fira Sans", sans-serif;
    background-image: url(../images/shape/pattern-15.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fact-counter-three .inner:hover .count-box {
    background-color: #fff;
    background-image: url(../images/shape/pattern-16.png);
}

.fact-counter-three .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0c2957;
    line-height: 1.4em;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
}

.fact-counter-three .inner:hover .read-more-link {
    color: #fff;
}

.fact-counter-three .read-more-link i {
    opacity: 0;
    margin-left: 5px;
    color: #fff;
}

.fact-counter-three .inner:hover .read-more-link i {
    opacity: 1;
}

/* Experience Section */

.experience-section {
    padding-top: 200px;
    padding-bottom: 70px;
}

.experience-section .sec-title .text {
    color: #d2ccda;
}

.experience-section .icon-box {
    position: relative;
    padding-left: 150px;
    margin-bottom: 30px;
    min-height: 120px;
}

.experience-section .icon-box .icon {
    position: absolute;
    left: 40px;
    top: 40px;
}

.experience-section .icon-box .icon span {
    height: 70px;
    width: 70px;
    border: 1px solid #51495e;
    line-height: 68px;
    text-align: center;
    background-color: #2e243e;
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.experience-section .icon-box .icon:before {
    position: absolute;
    content: '';
    left: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    border: 1px solid #51495e;
    border-radius: 50%;
}

.experience-section .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.experience-section .icon-box .text {
    font-size: 18px;
    font-weight: 500;
    color: #d2ccda;
    margin-bottom: 35px;
}

.experience-section .experience-wrapper {
    position: relative;
    margin-bottom: 30px;
    max-width: 570px;
}

.experience-section .experience-wrapper h1 {
    position: absolute;
    right: -202px;
    top: 0;
    -webkit-transform: rotate(90deg) translateX(50%);
        -ms-transform: rotate(90deg) translateX(50%);
            transform: rotate(90deg) translateX(50%);
    font-size: 80px;
    color: rgba(255, 255, 255, 0.08);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.experience-section .experience-year {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 183px;
    width: 183px;
    border-radius: 50%;
    text-align: center;
    padding-top: 30px;
    margin-left: -32px;
    margin-top: 5px;
}

.experience-section .experience-year h2 {
    position: relative;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-weight: 900;
}

.experience-section .experience-year .text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
}

/* Cases Section Two */

.cases-section-two {
    position: relative;
    padding: 100px 0 100px;
    background-color: #e9eef8;
}

.cases-section-two .pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-repeat: repeat;
}

.case-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.case-block-two .inner-box img {
    border-radius: 6px;
    width: 100%;
}

.case-block-two .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.case-block-three .inner-box {
    position: relative;
}

.case-block-three .image {
    position: relative;
}

.case-block-three .image:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.case-block-three .image img {
    border-radius: 6px;
    width: 100%;
}

.case-block-three .logo {
    position: absolute;
    right: 50px;
    top: 40px;
}

.case-block-three .lower-content {
    position: absolute;
    background-color: #fff;
    margin: 0 50px;
    margin-top: -125px;
    border-radius: 6px;
    text-align: center;
    padding: 0 30px 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.case-block-three .category {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
    line-height: 1.2em;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
}

.case-block-three h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.case-block-three .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.case-block-three .read-more-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
}

.case-block-three .read-more-link i {
    margin-left: 5px;
    font-weight: normal;
    font-size: 16px;
}

.cases-section-two .bottom-text {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.cases-section-two .bottom-text a {
    position: relative;
    font-weight: 600;
}

.cases-section-two .bottom-text a i {
    margin-left: 5px;
    font-weight: normal;
    font-size: 16px;
}

/* Services Section Two */

.services-section-two {
    position: relative;
    padding: 100px 0;
}

.services-section-two .top-content .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.services-section-two .theme_carousel {
    margin: 0 -15px;
}

.service-block-two {
    position: relative;
    padding: 0 15px;
}

.service-block-two .inner-box {
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    background-image: url(../images/shape/pattern-11.png);
    background-color: #fff;
}

.service-block-two .image {
    position: relative;
}

.service-block-two .icon {
    position: relative;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    line-height: 120px;
    text-align: center;
    color: #9ca6b6;
    font-size: 60px;
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
    margin-bottom: -40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1), inset 0px -4px 0px 0px rgba(12, 41, 87, 0.22);
            box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1), inset 0px -4px 0px 0px rgba(12, 41, 87, 0.22);
}

.service-block-two .inner-box:hover .icon {
    opacity: 0;
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);
}

.service-block-two h4 {
    font-size: 22px;
    font-weight: 600;
}

.service-block-two .overlay {
    position: absolute;
    top: 0;
    left: 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: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-size: cover;
}

.service-block-two .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #201630;
    opacity: .84;
}

.service-block-two .inner-box:hover .overlay {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.service-block-two .overlay .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 45px 0;
    margin-bottom: 0;
}

.service-block-two .theme-btn {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    color: #9ca6b6;
}

.service-block-two .btn-style-two .btn-title {
    padding: 8px 40px;
}

.service-block-two .btn-style-two .btn-title i {
    top: 1px;
    font-weight: normal;
    font-size: 16px;
}

.service-block-two .btn-title:before {
    display: none;
}

/* style one */

.services-section-two .owl-dots {
    position: relative;
    text-align: center;
    display: block;
}

.services-section-two .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.services-section-two .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #6a9732;
    border-radius: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-section-two .owl-dots .owl-dot.active span,
.services-section-two .owl-dots .owl-dot:hover span {
    background-color: #6a9732;
}

/* Testimonials Section Four */

.testimonial-section-four {
    position: relative;
    padding: 100px 0 100px;
    background-color: #f7faf5;
}

.testimonial-section-four .auto-container {
    overflow: hidden;
}

.testimonial-section-four .wrapper-box {
    position: relative;
    margin-right: -440px;
}

.testimonial-block-four {
    position: relative;
}

.testimonial-block-four .inner-box {
    position: relative;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.testimonial-block-four .inner-box .image img {
    width: 100%;
}

.testimonial-block-four .content {
    position: relative;
    padding: 50px 40px 45px;
    width: 50%;
    padding-right: 30px;
}

.testimonial-block-four .content:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 60px;
    width: 37px;
    height: 60px;
    background: url(../images/icons/icon-45.png) no-repeat;
}

.owl-item .testimonial-block-four .content:before {
    opacity: 0;
}

.testimonial-block-four .icon-box {
    position: relative;
    padding-left: 75px;
    margin-bottom: 35px;
}

.testimonial-block-four .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 60px;
    line-height: 60px;
    color: rgb(255, 255, 255);
}

.testimonial-block-four h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0c2957;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.testimonial-block-four .text {
    color: #0c2957;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.testimonial-block-four .rating {
    margin-bottom: 7px;
    font-size: 18px;
}

.testimonial-block-four .author-title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--fira-sans);
}

.testimonial-block-four .author-title span {
    font-size: 18px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}

.testimonial-section-four .image-column img {
    border-radius: 6px;
}

.testimonial-section-four .owl-theme .owl-nav {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 760px;
}

.testimonial-section-four .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 70px;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-four .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #d8dce5;
    left: 0;
    border-radius: 50%;
    background: #fff;
    color: #9ca6b6;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-four .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-four .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #d8dce5;
    right: 0;
    color: #9ca6b6;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Award Section */

.award-section {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: right center;
}

.award-section .wrapper-box {
    margin: 0 -50px;
}

.award-section .sec-title.style-three.light .text {
    color: #d2ccda;
    font-weight: 400;
}

.award-block {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.award-block:last-child {
    border-right: 0px;
}

.award-block .inner-box {
    position: relative;
}

.award-block .image {
    margin-bottom: 20px;
    text-align: center;
}

.award-block h4 {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.award-section .bottom-text {
    font-size: 18px;
    color: #e9eef8;
}

.award-section .bottom-text a {
    font-weight: 600;
}

.award-section .bottom-text a i {
    font-weight: normal;
    margin-left: 5px;
    font-size: 16px;
}

/* News Section Three */

.news-section-three {
    position: relative;
    padding: 100px 0 70px;
    background-color: #e9eef8;
}

.news-section-three .pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-repeat: repeat;
}

.news-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .image {
    position: relative;
}

.news-block-three .image img {
    width: 100%;
}

.news-block-three .lower-content {
    position: relative;
    background-color: #fff;
    margin: 0 12px;
    margin-top: -50px;
    border-radius: 6px;
    padding: 0 20px 25px;
}

.news-block-three .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #201630;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.news-block-three .inner-box:hover .lower-content:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.news-block-three .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #201630;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
    padding: 0px 17px;
    border-radius: 12.5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 5px;
}

.news-block-three .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.news-block-three .post-meta li {
    margin-right: 8px;
    color: #d2ccda;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.news-block-three h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 27px;
    line-height: 1.4em;
}

.news-block-three h4::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 7px;
    width: 100%;
    background-image: url(../images/shape/pattern-6.png);
}

.news-block-three h4 a {
    color: rgb(12, 41, 87);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-three .inner-box:hover h4 a {
    color: #fff;
}

.news-block-three .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: rgb(12, 41, 87);
    font-family: var(--fira-sans);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #9ca6b6;
    text-transform: uppercase;
}

.news-block-three .read-more-link i {
    position: relative;
    top: 1px;
    font-weight: normal;
    margin-left: 10px;
}

.news-section-three .news-block-wrapper {
    position: relative;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 20px 20px 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1)
}

.news-block-four .inner-box {
    position: relative;
    padding-bottom: 20px;
}

.news-block-four .lower-content {
    position: relative;
    background-color: #e9eef8;
    border-radius: 6px;
    padding: 0 20px 25px;
    margin-top: 12px;
}

.news-block-four .overlay {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 30px 20px 25px;
    top: 0;
    background-color: #e9eef8;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.news-block-four .inner-box:hover .overlay {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.news-block-four .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #201630;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
    padding: 0px 17px;
    border-radius: 12.5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 9;
    margin-bottom: 3px;
}

.news-block-four .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.news-block-four .post-meta li {
    margin-right: 8px;
    color: #9ca6b6;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.news-block-four h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
}

.news-block-four h4 a {
    color: rgb(12, 41, 87);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-four .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: rgb(12, 41, 87);
    font-family: var(--fira-sans);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #9ca6b6;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

.news-block-four .read-more-link i {
    position: relative;
    top: 1px;
    font-weight: normal;
    margin-left: 10px;
}

.news-section-three .read-more-post {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #201630;
    color: #fff;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 30px;
}

.news-section-three .read-more-post i {
    font-weight: normal;
    font-size: 15px;
    margin-left: 5px;
}

/* Meet Up Section */

.meet-up-section {
    position: relative;
    padding: 220px 0;
    background-size: cover;
    background-position: center;
}

.meet-up-section .content-box {
    text-align: center;
    padding: 50px 0;
}

.meet-up-section .content-box .icon {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.meet-up-section .content-box h3 {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.meet-up-section .content-box h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.meet-up-section .content-box .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.meet-up-section .content-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 18px;
}

.meet-up-section .content-box ul li {
    margin-right: 13px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
}

.meet-up-section .content-box ul li a {
    color: #0c2957;
}

.meet-up-section .content-box ul li a i {
    font-weight: normal;
    margin-right: 8px;
}

.meet-up-section .content-box ul li:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

.meet-up-section .content-box .theme-btn {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    color: #0c2957;
}

.meet-up-section .content-box .theme-btn i {
    font-weight: normal;
    font-size: 16px;
    top: 1px;
}

.meet-up-section .content-box .theme-btn:hover {
    color: #fff;
}

/* Subscribe Newletter Two */

.subscribe-newsletter-two {
    padding-top: 75px;
    padding-bottom: 90px;
    margin-bottom: -28px;
    z-index: 9;
    position: relative;
}

.subscribe-newsletter-two .form-group {
    position: relative;
}

.subscribe-newsletter-two .form-group input {
    height: 60px;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    padding-left: 65px;
    padding-right: 180px;
    border-radius: 6px;
    color: #fff;
}

.subscribe-newsletter-two .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
}

.subscribe-newsletter-two .form-group i {
    color: #fff;
    position: absolute;
    left: 40px;
    top: 17px;
}

.subscribe-newsletter-two h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

/* Download PDF */

.download-pdf {
    position: relative;
}

.download-pdf .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.download-pdf .left-column {
    width: 50%;
    background-color: #132252;
    padding: 50px 115px;
    background-size: cover;
}

.download-pdf .left-column .inner-box {
    max-width: 585px;
    margin: 0 auto;
    margin-right: 0;
}

.download-pdf .right-column {
    width: 50%;
    background-color: #2f5ce9;
    padding: 50px 115px;
    background-size: cover;
}

.download-pdf .right-column .inner-box {
    max-width: 585px;
}

.download-pdf .icon-box {
    position: relative;
    padding-left: 100px;
}

.download-pdf .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.download-pdf .icon-box h5 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.download-pdf .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.download-pdf .icon-box a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: var(--fira-sans);
}

/* Features Section Five */

.features-section-five {
    position: relative;
    padding: 100px 0 70px;
}

.features-section-five .link-btn {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.feature-block-five .inner-box {
    position: relative;
    padding: 60px 35px 35px;
    padding-right: 28px;
    max-width: 270px;
    margin: 0 auto 30px;
}

.feature-block-five .inner-box:before {
    position: absolute;
    content: '';
    left: -42px;
    top: -40px;
    right: -42px;
    bottom: -45px;
    background-image: url(../images/shape/shape-10.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.feature-block-five:nth-child(even) .inner-box:before {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.feature-block-five .icon {
    margin-bottom: 25px;
    position: relative;
}

.feature-block-five h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-block-five .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.feature-block-five .read-more-link {
    position: absolute;
    top: 42px;
    right: 22px;
    height: 57px;
    width: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);
}

.feature-block-five .inner-box:hover .read-more-link {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
}

.features-section-five .theme-btn {
    border-radius: 32px;
    background-color: transparent;
}

.features-section-five .btn-title {
    padding: 13px 45px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #ebf0f9;
    text-transform: uppercase;
}

.features-section-five .theme-btn:hover .btn-title {
    color: #fff;
}

.features-section-five .theme-btn .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

/* About Section Five*/

.about-section-five {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
    background-position: right center;
}

.about-section-five h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-section-five .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.about-section-five .icon-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 30px;
}

.about-section-five .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.about-section-five .icon-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #9ca6b6;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about-section-five .icon-box h3 {
    font-size: 22px;
    font-weight: 600;
}

.about-section-five .theme-btn {
    border-radius: 32px;
    background-color: transparent;
    margin-bottom: 30px;
}

.about-section-five .btn-title {
    padding: 13px 45px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #fff;
    text-transform: uppercase;
}

.about-section-five .theme-btn:hover .btn-title {
    color: #fff;
}

.about-section-five .theme-btn .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.about-section-five .graph {
    margin-bottom: 30px;
}

/* Services Section Three */

.services-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.service-block-three {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.service-block-three .inner-box {
    padding-bottom: 70px;
    padding-right: 40px;
    position: relative;
}

.service-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 18px;
    right: 20px;
    bottom: 0;
    background-image: url(../images/shape/pattern-18.png);
}

.service-block-three .image {
    position: relative;
}

.service-block-three .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 0%;
    background-color: #0c2957;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.service-block-three .inner-box:hover .image:before {
    opacity: .9;
    height: 100%;
}

.service-block-three .content {
    position: absolute;
    left: 70px;
    right: 0;
    bottom: 0;
    padding: 22px 30px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.service-block-three .icon {
    position: absolute;
    left: -70px;
    bottom: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    background-color: #132252;
    color: #fff;
}

.service-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.service-block-three .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
    color: #9ca6b6;
    padding-top: 15px;
    margin-top: 18px;
    border-top: 1px solid #e4e7ee;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-three .overlay-content {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-three .inner-box:hover .overlay-content {
    opacity: 1;
}

.service-block-three .overlay-content .icon-box {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}

.service-block-three .overlay-content .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 70px;
}

.service-block-three .overlay-content h4 {
    color: #fff;
}

.service-block-three .outer-box {
    position: relative;
    padding: 22px 30px 15px;
    padding-left: 100px;
    background-color: #132251;
}

.service-block-three .outer-box:before {
    position: absolute;
    content: '';
    left: 70px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-three .outer-box .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.services-section-three .owl-theme .owl-nav {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.services-section-three .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 85px;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section-three .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #d8dce5;
    left: 0;
    border-radius: 50%;
    background: #fff;
    color: #9ca6b6;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section-three .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section-three .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #d8dce5;
    right: 0;
    color: #9ca6b6;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Porojects Section Two */

.projects-section-two {
    position: relative;
    padding: 100px 0 0;
    background-color: #132252;
}

.projects-section-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-block-two .inner-box {
    position: relative;
}

.project-block-two .image {
    position: relative;
}

.project-block-two .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(19,34,82) 0%, rgba(19,34,82,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(19,34,82) 0%, rgba(19,34,82,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(19,34,82) 0%, rgba(19,34,82,0) 100%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.owl-item.active .project-block-two .image:before {
    opacity: 1;
}

.project-block-two .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 60px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

.owl-item.active .project-block-two .content {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.project-block-two .left-box {
    position: relative;
    padding-right: 60px;
}

.project-block-two .category {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 60px;
    margin-bottom: 10px;
}

.project-block-two .category:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    height: 1px;
    width: 50px;
    background-color: #fff;
}

.project-block-two h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.project-block-two .text {
    border-left: 3px solid;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    padding-left: 32px;
}

.projects-section-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.projects-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -92px;
    top: 0px;
    height: 64px;
    width: 64px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.projects-section-two .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0px;
    color: #9ca6b6;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.projects-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -92px;
    top: 0px;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.projects-section-two .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 66px;
    right: 0px;
    color: #9ca6b6;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    background-color: #fff;
}

.projects-section-two .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

/* Process Section Three */

.process-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.process-section-three .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.process-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
    padding: 0 30px 30px;
    padding-right: 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-top: 45px;
}

.process-block-three h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.process-block-three p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: var(--fira-sans);
    color: #9ca6b6;
    text-transform: uppercase;
}

.process-block-three .icon {
    position: relative;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 6px;
    font-size: 40px;
    color: #fff;
    margin-bottom: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.process-block-three .icon .step-count {
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background: #fff;
    line-height: 28px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.process-block-three .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.process-section-three .consult-btn {
    position: relative;
    width: 114px;
    height: 114px;
    border: 7px solid #bfccf7;
    border-radius: 50%;
    text-align: center;
    padding-top: 22px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.process-section-three .consult-btn i {
    display: block;
    font-size: 25px;
    font-weight: normal;
}

.process-section-three .consult-btn a {
    color: #fff;
}

/* Faq Section */

.faq-section {
    position: relative;
    padding: 100px 0 70px;
    background: #ebf0f9;
}

.faq-section .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

/* Accordion box */

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 25px;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 1.2em;
    background: #fff;
    font-weight: 500;
    font-family: var(--fira-sans);
    padding: 25px 30px;
    padding-right: 58px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background: #ffffff;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 30px;
    top: 28px;
    width: 20px;
    height: 30px;
    font-size: 25px;
    color: #9ca6b6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.accordion-box .block .icon-outer .icon_plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon_minus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
    opacity: 1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #0eaf96;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 23px 30px;
    border-top: 1px solid #e4e7ee;
    background: #fff;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
}

.accordion-box .block .content .text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.faq-section .wrapper-box {
    position: relative;
    background: #fff;
    padding: 50px 50px 45px;
}

.faq-section .author-box {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 30px;
}

.faq-section .author-box .image {
    position: absolute;
    top: 0;
    left: 0;
}

.faq-section .author-box .image img {
    border-radius: 50%;
}

.faq-section .author-box h4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.faq-section .author-box .phone-number {
    position: relative;
    font-size: 30px;
    font-weight: 600;
}

.faq-section .mail {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.faq-section .list {
    margin-bottom: 18px;
}

.faq-section .list li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.faq-section .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #9ca6b6;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.faq-section .read-more-link i {
    margin-left: 5px;
    font-weight: normal;
}

.faq-section .question-icon {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

/* Testimonial Section Five */

.testimonial-block-five {
    position: relative;
    padding: 100px 0;
}

.testimonial-block-five .logo {
    margin-bottom: 35px;
}

.testimonial-block-five h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.testimonial-block-five .text {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 30px;
}

.testimonial-block-five .rating {
    margin-bottom: 9px;
    font-size: 20px;
}

.testimonial-block-five .author-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.testimonial-block-five .designation {
    font-size: 18px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}

.testimonial-section-five .author-thumb {
    margin-top: 40px;
    text-align: center;
    opacity: 0;
    transition: .3s;
}

.testimonial-section-five .swiper-slide-active .author-thumb {
    opacity: 1;
}

.testimonial-section-five .quote {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.testimonial-section-five {
    position: relative;
}

.testimonial-section-five:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 50%;
    height: 80px;
}

.testimonial-section-five .swiper-nav-button {
    position: absolute;
    right: 30px;
    bottom: 75px;
    width: 140px;
    height: 78px;
    background: rgb(255, 255, 255);
}

.testimonial-section-five .swiper-button-next,
.testimonial-section-five .swiper-button-prev {
    color: #9ca6b6;
    font-size: 20px;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    top: 0px;
    background: transparent;
    border: 1px solid #dadee6;
    border-radius: 50%;
    margin: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.testimonial-section-five .swiper-button-prev {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

/* News Section Five */

.news-section-five {
    position: relative;
    background-color: #132252;
}

.news-section-five {
    position: relative;
    padding: 100px 0 70px;
}

.news-block-five {
    position: relative;
    margin-bottom: 30px;
}

.news-block-five .inner-box {
    position: relative;
    padding: 40px 30px 33px;
    background-color: #0f1c45;
    background-size: cover;
    border-top: 3px solid;
}

.news-block-five:before,
.news-block-five:after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: 0;
    width: 3px;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: 9;
}

.news-block-five:before {
    right: 15px;
    left: auto;
}

.news-block-five:hover:before,
.news-block-five:hover:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.news-block-five .inner-box::before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0f1c45;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-five .inner-box:hover:before {
    opacity: .92;
}

.news-block-five .inner-box::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.news-block-five .inner-box:hover::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.news-block-five .date {
    position: relative;
    padding-left: 65px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    margin-bottom: 30px;
    line-height: 1.4em;
    color: #fff;
}

.news-block-five .date strong {
    position: absolute;
    left: 0px;
    top: -3px;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}

.news-block-five .author {
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.news-block-five .author img {
    border-radius: 50%;
}

.news-block-five .title {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    pointer-events: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 0px 11px;
    border-radius: 6px;
    background: rgb(203, 211, 216);
}

.news-block-five .author:hover .title {
    opacity: 1;
}

.news-block-five .title::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13px;
    height: 7px;
    bottom: -6px;
    -webkit-clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
            clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
    background: rgb(203, 211, 216);
}

.news-block-five .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    display: inline-block;
    line-height: 25px;
    padding: 0px 17px;
    border-radius: 12.5px;
}

.news-block-five h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 20px;
    line-height: 1.4em;
    color: #fff;
}

.news-block-five h4::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 7px;
    width: 100%;
    background-image: url(../images/shape/pattern-6.png);
    opacity: .5;
}

.news-block-five h4 a {
    color: #fff;
}

.news-block-five .read-more-btn a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #aab1c8;
    font-family: var(--fira-sans);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.news-block-five .read-more-btn a i {
    position: relative;
    top: 1px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-left: 5px;
}

.news-block-five .read-more-btn a:hover {
    color: #fff;
}

.news-block-five .comments a {
    position: relative;
    color: #aab1c8;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-five .comments i {
    margin-right: 10px;
}

.news-block-five .comments:hover {
    color: #fff;
}

/* Pricing Section Style Two */

.pricing-section.style-two {
    background-color: #ebf0f9;
}

.pricing-section .ribbon {
    position: absolute;
    top: -10px;
    right: 19px;
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--fira-sans);
    padding: 0 11px;
    border-radius: 10px;
    line-height: 21px;
    background-color: #ebf0f9;
}

.pricing-block.style-two {
    padding: 0 15px;
}

.pricing-section.style-two .pricing-content .wrapper-box {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.pricing-block.style-two .inner-box {
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.pricing-block.style-two .top-content {
    background-color: #231933;
}

.pricing-block.style-two .top-content .category {
    color: #fff;
}

.pricing-block.style-two .top-content .price {
    color: #fff;
}

.pricing-block.style-two.active .lower-content h5 {
    background-color: #231933;
}

.pricing-block.style-two.active .lower-content h5::before {
    background-color: #261c36;
}

.pricing-block.style-two.active .lower-content h5::after {
    background-color: #261c36;
}

.pricing-block.style-two .lower-content ul li {
    padding-left: 0;
    font-weight: 500;
}

.pricing-block.style-two .lower-content h4 {
    font-family: inherit;
}

/* Subscribe Newsletter Three */

.subscribe-newsletter-three {
    position: relative;
    padding: 100px 0 140px;
    background-size: cover;
}

.subscribe-newsletter-three .content-box {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
}

.subscribe-newsletter-three .content-box .image img {
    width: 100%;
}

.subscribe-newsletter-three .content-box .lower-content {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    padding: 35px 30px;
}

.subscribe-newsletter-three .content-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.subscribe-newsletter-three .form-group {
    position: relative;
}

.subscribe-newsletter-three .form-group input {
    height: 55px;
    border: 1px solid #e4e7ee;
    background: transparent;
    width: 100%;
    padding-left: 45px;
    padding-right: 75px;
}

.subscribe-newsletter-three .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #e4e7ee;
    line-height: 55px;
    text-align: center;
    background-color: transparent;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    color: #9ca6b6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.subscribe-newsletter-three .form-group i {
    position: absolute;
    left: 21px;
    top: 15px;
}

.subscribe-newsletter-three h5 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}

.subscribe-newsletter-three .bottom-content {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
}

.subscribe-newsletter-three .bottom-content a {
    font-weight: 600;
}

.subscribe-newsletter-three .bottom-content a i {
    font-weight: normal;
    font-size: 16px;
    margin-left: 6px;
}

.feature-section-six {
    position: relative;
    margin-top: -80px;
    background-color: #eff2f5;
}

.feature-block-six {
    position: relative;
    z-index: 2;
}

.feature-block-six .inner-box {
    position: relative;
    background: #fff;
    padding: 30px;
    padding-left: 120px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.feature-block-six:nth-child(1) .inner-box {
    border-top-left-radius: 30px;
}

.feature-block-six:nth-child(3) .inner-box {
    border-top-right-radius: 30px;
}

.feature-block-six:nth-child(1) .inner-box:before {
    border-top-left-radius: 30px;
}

.feature-block-six:nth-child(3) .inner-box:before {
    border-top-right-radius: 30px;
}

.feature-block-six .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0f3186;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top: 3px solid;
}

.feature-block-six .inner-box:hover:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.feature-block-six .icon {
    position: absolute;
    left: 30px;
}

.feature-block-six h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.feature-block-six .inner-box:hover h4 {
    color: #fff;
}

.feature-block-six .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.feature-block-six .inner-box:hover .text {
    color: #fff;
}

.feature-block-six .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
    color: #0c2957;
}

.feature-block-six .read-more-link i {
    position: relative;
    top: 1px;
    margin-left: 3px;
}

/* About Section */

.about-section-four {
    position: relative;
    padding: 100px 0px 70px;
    background: #eff2f5;
}

.about-section-four .image-block {
    position: relative;
    margin-bottom: 30px;
}

.about-section-four .image-block::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    -o-border-image: initial;
       border-image: initial;
    border-radius: 3px;
}

.about-section-four .image-one {
    position: relative;
    margin-left: 130px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}

.about-section-four .image-one .image-box {
    overflow: hidden;
    border-radius: 6px;
}

.about-section-four .image-one img {
    border-radius: 6px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-section-four .image-one:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.about-section-four .image-two {
    position: relative;
    margin-top: -206px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}

.about-section-four .image-two .image-box {
    position: relative;
    overflow: hidden;
}

.about-section-four .image-two .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about-section-four .image-two:hover .image-box:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.about-section-four .image-two img {
    border-radius: 6px;
}

.about-section-four .logo {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 115px;
    height: 115px;
    line-height: 106px;
    text-align: center;
    border-radius: 50%;
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(51, 51, 51);
    -o-border-image: initial;
       border-image: initial;
}

.about-section-four .logo::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    background: #0f3186;
    border-radius: 50%;
}

.about-section-four .logo img {
    position: relative;
}

.about-section-four .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section-four .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section-four .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section-four .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section-four .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 40px;
}

.about-section-four .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(225, 229, 233);
}

.about-section-four .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-four .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-four .text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-section-four .text p {
    font-size: 18px;
    font-weight: 500;
}

.about-section-four .sec-title {
    margin-bottom: 40px;
}

.about-section-four .btn-style-one {
    background-color: #0f3186;
}

.about-section-four .btn-style-one .btn-title {
    text-transform: uppercase;
    padding: 13px 50px;
}

.about-section-four .btn-style-one i {
    font-size: 16px;
    top: 0;
}

.about-section-four .link-btn {
    margin-bottom: 30px;
}

/* Services Section Four */

.services-section-four {
    position: relative;
    padding: 100px 0 70px;
}

.service-block-four {
    position: relative;
}

.service-block-four .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.service-block-four .image-box {
    position: relative;
}

.service-block-four .image-box img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    width: 100%;
}

.service-block-four .image-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: .74;
    background-image: -moz-linear-gradient( 3deg, rgb(15,49,134) 56%, rgb(173,189,229) 100%);
    background-image: -webkit-linear-gradient( 3deg, rgb(15,49,134) 56%, rgb(173,189,229) 100%);
    background-image: -ms-linear-gradient( 3deg, rgb(15,49,134) 56%, rgb(173,189,229) 100%);
}

.service-block-four .icon-box {
    position: absolute;
    bottom: 0;
    left: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-four .inner-box:hover .icon-box {
    opacity: 0;
}

.service-block-four .icon-box .icon {
    position: relative;
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 20px;
}

.service-block-four .icon-box h4 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
}

.service-block-four .icon-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
}

.service-block-four .overlay {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    font-size: 50px;
    opacity: 0;
}

.service-block-four .inner-box:hover .overlay {
    opacity: 1;
}

.service-block-four .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0;
    border-top: 4px solid;
    border-bottom: 4px solid;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.service-block-four .inner-box:hover .overlay:after,
.service-block-four .inner-box:hover .overlay:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.service-block-four .overlay:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0;
    border-left: 4px solid;
    border-right: 4px solid;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
}

.service-block-four .content {
    position: relative;
    padding: 35px 30px;
    background-color: #eff2f5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-four .inner-box:hover .content {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.service-block-four .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

/* Why Coose Us Section Two */

.why-choose-us-section-two {
    padding-top: 100px;
    padding-bottom: 70px;
}

.why-choose-us-section-two .sec-title {
    margin-bottom: 40px;
}

.why-choose-us-section-two .text {
    position: relative;
    color: #bac6e3;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.whay-choose-block .inner-box {
    position: relative;
    padding-left: 150px;
    margin-bottom: 30px;
    min-height: 120px;
}

.whay-choose-block .icon {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #fff;
}

.whay-choose-block .icon span {
    height: 70px;
    width: 70px;
    border: 1px solid #ffffff30;
    line-height: 68px;
    text-align: center;
    background-color: #183783;
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.whay-choose-block .inner-box:hover .icon span {
    border-radius: 0;
}

.whay-choose-block .icon:before {
    position: absolute;
    content: '';
    left: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    background-image: url(../images/shape/pattern-15.png);
    border-radius: 50%;
}

.whay-choose-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.whay-choose-block .text {
    font-size: 18px;
    font-weight: 500;
    color: #bac6e3;
    margin-bottom: 35px;
}

.why-choose-us-section-two .image {
    position: relative;
    margin-top: -50px;
    margin-right: -290px;
    margin-bottom: -30px;
}

/* Projects Section Three */

.projects-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.project-block-three {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.project-block-three .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.project-block-three .image img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.project-block-three .overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-block-three .overlay-content::before {
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-image: -moz-linear-gradient( 90deg, rgb(15,49,134) 0%, rgba(15,49,134,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(15,49,134) 0%, rgba(15,49,134,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(15,49,134) 0%, rgba(15,49,134,0) 100%);
}

.project-block-three .inner-box:hover .overlay-content {
    opacity: 1;
    visibility: visible;
}

.project-block-three .overlay-content .link-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transform: translateX(30px) rotate(-360deg);
        -ms-transform: translateX(30px) rotate(-360deg);
            transform: translateX(30px) rotate(-360deg);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-block-three .inner-box:hover .overlay-content .link-btn {
    -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
}

.project-block-three .overlay-content .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.project-block-three .overlay-content .content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.project-block-three .overlay-content .category {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.project-block-three .overlay-content .text {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
            transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-bottom: 0;
}

.project-block-three .inner-box:hover .overlay-content .content .text {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
            transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

/** page-title **/

.page-title {
    position: relative;
    padding: 140px 0px;
    background-color: #646464;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(32,22,48) 0%, rgba(32,22,48,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(32,22,48) 0%, rgba(32,22,48,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(32,22,48) 0%, rgba(32,22,48,0) 100%);
}

.page-title .content-box {
    padding-left: 22px;
    position: relative;
}

.page-title .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 4px;
    height: 84px;
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 100px;
    color: #fff;
    font-weight: 700;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-right: 15px;
    margin-right: 5px;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.page-title .content-box .bread-crumb li a {
    color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
    text-decoration: underline;
}

.page-title .content-box .bread-crumb li:last-child {
    padding: 0px;
    margin: 0px;
}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    top: -1px;
    right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}

/* Error Section */

.error-section {
    position: relative;
    padding: 100px 0;
}

.error-section .image {
    margin-bottom: 60px;
}

.error-section h1 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.error-section .text {
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
}

.faq-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.faq-section-two .icon {
    margin-bottom: 20px;
}

.faq-section-two h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-section-two form {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.faq-section-two form input {
    position: relative;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    width: 100%;
}

.faq-section-two form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 50px;
    line-height: 60px;
    font-size: 20px;
    background-color: transparent;
}

.faq-section-two .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}

/* Contact Section Style Two */

.contact-section.style-two {
    margin-top: 20px;
}

.contact-section.style-two .subscribe-newsletter .form-group button.btn-style-four {
    background-image: inherit;
    border-radius: 25px;
}

.contact-section.style-two .sec-title .text-decoration .right::before,
.contact-section.style-two .sec-title .text-decoration .right::after,
.contact-section.style-two .sec-title .text-decoration .left::before,
.contact-section.style-two .sec-title .text-decoration .left::after,
.contact-section.style-two .sec-title .text-decoration::before {
    background-color: #fff;
}

.contact-section.style-two .subscribe-newsletter h2 {
    padding-bottom: 0;
}

.contact-section.style-two .subscribe-newsletter .text {
    padding-bottom: 20px;
}

.contact-section.style-two .sec-title {
    margin-bottom: 50px;
}

/* Accordion Style Two */

.accordion-box.style-two .block .acc-btn {
    border: 1px solid #dee2e6;
}

.accordion-box.style-two .block .acc-content {
    -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
}

.accordion-box.style-two .block .acc-btn.active {
    background: #201630;
    border-color: #201630;
    color: #fff;
    border-left: 3px solid;
}

/* Accordion Style Three */

.accordion-box.style-three .block {
    -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
}

.accordion-box.style-three .block .acc-btn {
    border: 1px solid #dee2e6;
}

.accordion-box.style-three .block .acc-btn.active {
    border-color: #fff;
    border-left: 3px solid;
    background-color: #fff;
}

/* Sidebar Page Container */

.sidebar-page-container {
    position: relative;
    padding: 100px 0 70px;
}

.sidebar-page-container .pattern {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-size: cover;
}

.sidebar {
    position: relative;
    margin-bottom: 30px;
}

.widget+.widget {
    margin-top: 50px;
}

.widget .widget-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}

.widget_search .form-group input[type='search'] {
    position: relative;
    width: 100%;
    height: 57px;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: 500;
    color: #5a5a68;
    padding: 10px 80px 10px 20px;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    width: 50px;
    height: 57px;
}

.widget_search .form-group {
    position: relative;
}

.pagination {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #5a5a68;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pagination li a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -1px;
    top: -1px;
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
            transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pagination li a:hover:before,
.pagination li a.active:before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}

.pagination li a:hover,
.pagination li a.active {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

/* Portfolio Section */

.portfolio-section {
    position: relative;
    padding: 100px 0 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.filter-tabs.filter-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.filter-tabs.filter-btns li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
    padding-bottom: 50px;
    cursor: pointer;
}

.filter-tabs.filter-btns li:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.filter-tabs.filter-btns li.active:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.filters {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 70px;
}

.filter-tabs.filter-btns li span.count {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 26px;
    background: #fff;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
}

.filter-tabs.filter-btns li.active span.count {
    opacity: 1;
}

/* Portfolio Section Two */

.portfolio-section-two {
    position: relative;
    padding: 100px 0 70px;
}

/* Project Block Four */

.project-block-four {
    position: relative;
}

.project-block-four .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-four .inner-box:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.project-block-four .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 10px solid #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: scaleY(.7);
        -ms-transform: scaleY(.7);
            transform: scaleY(.7);
}

.project-block-four .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

.project-block-four .image img {
    width: 100%;
}

.project-block-four .inner-box .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    text-align: center;
}

.project-block-four .inner-box:hover .overlay {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    bottom: 50%;
}

.project-block-four h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    font-family: inherit;
}

.project-block-four h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}

/* Project Block Five */

.project-block-five {
    position: relative;
}

.project-block-five .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.project-block-five .image img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-block-five .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.project-block-five .image:before {
    position: absolute;
    content: "";
    opacity: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 9;
    background: rgb(32, 22, 48);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-five .inner-box:hover .image:before {
    opacity: .9;
}

.project-block-five .lower-content {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 30px;
    padding-bottom: 40px;
}

.project-block-five .inner-box:hover .lower-content {
    padding-left: 70px;
}

.project-block-five .link-btn {
    position: absolute;
    left: 0;
    top: 30px;
    -webkit-transform: translateX(20px) rotate(-360deg);
        -ms-transform: translateX(20px) rotate(-360deg);
            transform: translateX(20px) rotate(-360deg);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.project-block-five .inner-box:hover .link-btn {
    -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
    opacity: 1;
}

.project-block-five .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}

.project-block-five h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.project-block-five h4 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* Project Block Four */

.project-block-six {
    position: relative;
}

.project-block-six .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-six .image img {
    width: 100%;
}

.project-block-five .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.project-block-five .image:before {
    position: absolute;
    content: "";
    opacity: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 9;
    background: rgb(32, 22, 48);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-five .inner-box:hover .image:before {
    opacity: .9;
}

.project-block-six .inner-box .content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    text-align: center;
}

.project-block-six .inner-box:hover .content-box {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    bottom: 50%;
}

.project-block-six h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    font-family: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-six .inner-box:hover h5 {
    opacity: 1;
}

.project-block-six h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}

.project-block-six .link-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateY(20px) translateX(-50%) rotate(-360deg);
        -ms-transform: translateY(20px) translateX(-50%) rotate(-360deg);
            transform: translateY(20px) translateX(-50%) rotate(-360deg);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.project-block-six .inner-box:hover .link-btn {
    -webkit-transform: translateX(0px) translateX(-50%) rotate(0deg);
        -ms-transform: translateX(0px) translateX(-50%) rotate(0deg);
            transform: translateX(0px) translateX(-50%) rotate(0deg);
    opacity: 1;
}

.project-block-six .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}

/* Project Block Seven */

.project-block-seven {
    position: relative;
}

.project-block-seven .inner-box {
    position: relative;
    padding: 30px;
    border-radius: 6px;
}

.project-block-seven h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.project-block-seven h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.project-block-seven .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.project-block-seven .read-more-link i {
    margin-left: 5px;
}

.projects-section-three .bottom-text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.projects-section-three .bottom-text a i {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

/* Projects Details */

.project-details {
    position: relative;
    padding: 100px 0 70px;
}

.project-details .top-box {
    position: relative;
    margin-bottom: 70px;
}

.project-details h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 40px;
}

.project-details .project-info {
    position: relative;
    margin-bottom: 20px;
}

.project-details .project-info p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #838d9e;
    margin-bottom: 5px;
}

.project-details .project-info h5 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.project-details .project-info .social-links {
    position: relative;
}

.project-details .project-info .social-links li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.project-details .project-info .social-links li a {
    font-size: 16px;
    color: #0c2957;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-details h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.project-details .text {
    margin-bottom: 35px;
}

.project-details .text p {
    font-size: 18px;
    font-weight: 500;
}

/* Services Section Five */

.services-section-five {
    position: relative;
    padding: 100px 0 70px;
    background-color: #eff2f5;
}

.services-section-five .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.service-block-five {
    position: relative;
}

.service-block-five .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-five .inner-box .content-box {
    position: relative;
    padding: 30px;
    padding-left: 133px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    z-index: 9;
    min-height: 120px;
}

.service-block-five .inner-box .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0f3186;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.service-block-five .inner-box:hover .content-box:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.service-block-five .inner-box:before {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 20px;
    opacity: .3;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #0f3186;
}

.service-block-five .inner-box:hover:before {
    bottom: -10px;
}

.service-block-five .inner-box:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 10px;
    opacity: .5;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #0f3186;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-five .inner-box:hover:after {
    bottom: -5px;
}

.service-block-five .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 60px;
    padding-right: 20px;
    line-height: 60px;
    color: #a3b4ce;
    border-right: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.style-two .service-block-five .icon {
    color: #0c2957;
}

.style-two .service-block-five .inner-box:hover .icon {
    color: #fff;
}

.service-block-five .inner-box:hover .icon {
    border-color: #4b65a4;
}

.service-block-five h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-five .inner-box:hover h4 {
    color: #fff;
}

/* style-three */

.style-three .service-block-five .inner-box .content-box:before {
    background-color: #201630;
}

.style-three .service-block-five .inner-box:before {
    background-color: #201630;
}

.style-three .service-block-five .inner-box:after {
    background-color: #201630;
}

.style-three .service-block-five .inner-box:hover .icon {
    color: #fff;
}

/* Testimonial Section Six */

.testimonial-section-six {
    position: relative;
    padding: 100px 0 0;
}

.testimonial-section-six .wrapper-box {
    position: relative;
}

.testimonial-section-six .pointer-block {
    position: absolute;
    left: 3%;
    top: 28%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-section-six .pointer-block:nth-child(2) {
    left: 15.5%;
    top: 35.5%;
}

.testimonial-section-six .pointer-block:nth-child(3) {
    left: 31%;
    top: 19%;
}

.testimonial-section-six .pointer-block:nth-child(4) {
    left: 32.5%;
    bottom: 31%;
    top: auto;
}

.testimonial-section-six .pointer-block:nth-child(5) {
    left: 50.5%;
    top: auto;
    bottom: 45%;
}

.testimonial-section-six .pointer-block:nth-child(6) {
    left: auto;
    right: 40.5%;
    top: 28%;
}

.testimonial-section-six .pointer-block:nth-child(7) {
    left: auto;
    right: 30%;
    top: 39%;
}

.testimonial-section-six .pointer-block:nth-child(8) {
    left: auto;
    right: 11%;
    top: auto;
    bottom: 30%;
}

.testimonial-section-six .pointer-block:nth-child(9) {
    left: auto;
    right: 10%;
    top: 29%;
}

.testimonial-section-six .pointer-block .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #96a2bc;
    -webkit-box-shadow: 0 0 0 0 #96a2bc;
    -ms-box-shadow: 0 0 0 0 #96a2bc;
    -o-box-shadow: 0 0 0 0 #96a2bc;
    box-shadow: 0 0 0 0 #96a2bc;
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-six .pointer-block:hover .point {
    border-color: #0f3185;
}

.testimonial-section-six .pointer-block .point:after {
    position: absolute;
    content: '';
    left: 9px;
    top: 9px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #0f3186;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-six .pointer-block .point:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-six .pointer-block:hover .point:before {
    background-color: #0f3185;
}

.testimonial-section-six .pointer-block:nth-child(1) .point:before,
.testimonial-section-six .pointer-block:nth-child(3) .point:before {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

.testimonial-section-six .pointer-block .content {
    opacity: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 430px;
    padding: 33px 50px;
    padding-left: 55px;
    bottom: 30px;
    left: -100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    z-index: 9;
    pointer-events: none;
}

.testimonial-section-six .pointer-block .content:before {
    position: absolute;
    content: '';
    left: 98px;
    bottom: -40px;
    border: 20px solid transparent;
    border-top-color: #fff;
}

.testimonial-section-six .pointer-block:hover .content {
    opacity: 1;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.testimonial-section-six .pointer-block .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.testimonial-section-six .pointer-block .content .logo {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.testimonial-section-six .pointer-block .content h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.testimonial-section-six .pointer-block .content h4 span {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
}

/* Process Section Four */

.process-section-four {
    position: relative;
    padding: 100px 0 70px;
    background-color: #0f3186;
}

.process-block-four {
    position: relative;
}

.process-block-four .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block-four .inner-box:before {
    position: absolute;
    content: '';
    right: -121px;
    top: 52px;
    width: 214px;
    height: 35px;
    background: url(../images/icons/icon-31.png) no-repeat center;
}

.process-block-four:last-child .inner-box:before {
    display: none;
}

.process-block-four .icon {
    position: relative;
    width: 130px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/shape/shape-7.png) no-repeat center;
}

.process-block-four:nth-child(2) .icon {
    background: url(../images/shape/shape-8.png) no-repeat center;
}

.process-block-four:nth-child(3) .icon {
    background: url(../images/shape/shape-9.png) no-repeat center;
}

.process-block-four h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.process-block-four .text {
    position: relative;
    color: #bac6e3;
    font-size: 18px;
    font-weight: 500;
}

.process-section-four .bottom-text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.process-section-four .bottom-text a {
    font-weight: 600;
}

.process-section-four .bottom-text a i {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

/* Award Section Two */

.award-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-color: #eff2f5;
}

.award-block-two {
    position: relative;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.award-block-two .image {
    margin-bottom: 20px;
}

.award-block-two .image img {
    width: auto;
    margin: 0 auto;
}

.award-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.award-section-two .owl-theme .owl-nav {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.award-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 70px;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: 0;
    border-radius: 50%;
    background: #fff;
    color: #9ca6b6;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-prev:hover:before {
    color: #fff;
}

.award-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 0;
    color: #9ca6b6;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-next:hover:before {
    color: #fff;
}

/* Contact Section Two */

.contact-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.contact-section-two .contact-form-area {
    position: relative;
    background: #fff;
    padding: 50px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-section-two .theme-btn {
    width: 100%;
    background-color: #0f3186;
}

.contact-section-two .theme-btn .btn-title {
    padding: 14.5px 50px;
    border-radius: 30px;
}

.contact-section-two .theme-btn i {
    font-size: 19px;
    top: 1px;
}

.contact-section-two .contact-form textarea {
    height: 115px;
}

.contact-section-two .row {
    margin: 0 -10px;
}

.contact-section-two .contact-form .form-group {
    padding: 0 10px;
}

.contact-section-two .contact-info {
    position: relative;
    padding: 59px 40px 60px;
    background-color: #0f3186;
}

.contact-section-two .contact-info .logo {
    margin-bottom: 35px;
}

.contact-section-two .contact-info .logo img {
    width: auto;
}

.contact-section-two .contact-info h4 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.contact-section-two .contact-info ul {
    position: relative;
    margin-bottom: 30px;
}

.contact-section-two .contact-info ul li {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-section-two .contact-info ul li a {
    color: rgb(255, 255, 255);
}

.contact-section-two .read-more-link {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.contact-section-two .read-more-link i {
    position: relative;
    margin-left: 5px;
}

.contact-section-two .read-more-link:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #576fab
}

.contact-section-two .owl-theme .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 35px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.contact-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 50px;
    width: 30px;
    text-align: center;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.contact-section-two .owl-theme .owl-nav .owl-prev::before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.contact-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.contact-section-two .owl-theme .owl-nav .owl-next::before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

/* Client Section Style Two */

.client-section-two.style-two {
    background-color: #0f3186;
    padding: 100px 0 70px;
}

.client-section-two.style-two .wrapper-box {
    border: 0;
}

.client-section-two.style-two .column {
    border-color: rgba(255, 255, 255, 0.10);
}

.client-section-two.style-two .top-content .text {
    color: #fff;
}

.client-section-two.style-two .column img {
    opacity: 1;
}

/* News Section Three  Style Two */

.news-section-three.style-two {
    background-color: #fff;
}

.news-section-three.style-two .news-block-three .lower-content {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.news-section-three.style-two .news-block-three .read-more-link i {
    font-weight: 900;
}

.news-section-three.style-two .news-block-three .inner-box:hover .read-more-link {
    color: #fff;
}

.news-section-three.style-two .news-block-three .lower-content:before {
    background-color: #0f3186;
}

.news-section-three.style-two .news-block-four .category {
    background-color: #0f3186;
}

.news-section-three.style-two .news-block-three .category {
    background-color: #0f3186;
}

.news-section-three.style-two .read-more-post {
    background-color: #0f3186;
    color: #fff;
}

.news-section-three.style-two .read-more-post i {
    font-weight: 900;
}

/* Footer Style Five */

.main-footer.style-five {
    background-size: cover;
}

.main-footer.style-five .widget-title {
    color: #0c2957;
}

.main-footer.style-five .logo-widget .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    color: #0c2957;
}

.main-footer.style-five .logo-widget .link-btn i {
    margin-right: 0;
    margin-left: 5px;
}

.main-footer.style-five .logo-widget .link-btn a {
    color: #0c2957;
}

.main-footer.style-five .links-widget ul li a {
    color: #0c2957;
}

.main-footer.style-five .links-widget ul li a:after,
.main-footer.style-five .links-widget ul li a:before {
    display: none;
}

/* Subscribe Widget */

.subscribe-widget {
    position: relative;
}

.subscribe-widget .text {
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
    margin-bottom: 20px;
}

.subscribe-widget .form-group {
    position: relative;
    margin-bottom: 30px;
}

.subscribe-widget .form-group input {
    height: 56px;
    background: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 70px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #0c2957;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.subscribe-widget .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #0f3186;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
}

.subscribe-widget .social-links {
    position: relative;
    margin-bottom: 20px;
}

.subscribe-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.subscribe-widget .social-links li a {
    position: relative;
    display: block;
    color: #0c2957;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-widget .social-links li a:hover {
    color: #ffffff;
}

.subscribe-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.subscribe-widget .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.subscribe-widget .social-links li a span {
    position: relative;
}

.main-footer.style-five .footer-bottom {
    padding-bottom: 4px;
    border-top: 1px solid #d1d5d8;
    padding-top: 22px;
}

.main-footer.style-five .footer-bottom .copyright {
    color: #0c2957;
}

.main-footer.style-five .footer-bottom ul.menu li a {
    color: #0c2957;
}

/* Career Section */

.career-section {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.career-block {
    position: relative;
}

.career-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background-color: #fff;
    padding: 80px 30px 35px;
    text-align: center;
}

.career-block .time {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #e1e5e9;
    line-height: 28px;
    padding: 0 30px;
    border-radius: 15px;
}

.career-block .icon {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.career-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.career-block .location {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.career-block .theme-btn {
    background-color: #f1f5f8;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px;
}

.career-block .theme-btn:hover .btn-title {
    color: #fff;
}

.career-block .theme-btn .btn-title {
    width: 100%;
}

.career-block ul {
    text-align: left;
}

.career-block ul li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e1e5e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.career-block ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.career-block ul li a {
    color: #0c2957;
}

.career-block ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #84859c;
    font-weight: normal;
}

/* Services Section Six */

.services-section-six {
    position: relative;
    padding: 100px 0 70px;
}

.service-block-six {
    position: relative;
}

.service-block-six .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.service-block-six .image-box {
    position: relative;
}

.service-block-six .image-box img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    width: 100%;
}

.service-block-six .image-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: .74;
    background-image: -moz-linear-gradient( 47deg, rgb(32,22,48) 37%, rgb(122,41,32) 86%);
    background-image: -webkit-linear-gradient( 47deg, rgb(32,22,48) 37%, rgb(122,41,32) 86%);
    background-image: -ms-linear-gradient( 47deg, rgb(32,22,48) 37%, rgb(122,41,32) 86%);
}

.service-block-six .icon-box {
    position: absolute;
    bottom: 0;
    left: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-six .inner-box:hover .icon-box {
    opacity: 0;
}

.service-block-six .icon-box .icon {
    position: relative;
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 20px;
}

.service-block-six .icon-box h4 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
}

.service-block-six .icon-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
}

.service-block-six .overlay {
    position: absolute;
    content: '';
    left: 30px;
    right: 30px;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    font-size: 50px;
    opacity: 0;
}

.service-block-six .inner-box:hover .overlay {
    opacity: 1;
}

.service-block-six .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
}

.service-block-six .overlay a {
    position: relative;
    height: 100px;
    width: 100px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    color: #fff;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    margin: 0 auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-six .inner-box:hover .overlay a {
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
}

.service-block-six .content {
    position: relative;
    padding: 35px 30px;
    background-color: #eff2f5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-six .inner-box:hover .content {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.service-block-six .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

/* Testimonial Block Six */

.testimonial-section-seven {
    position: relative;
    padding: 100px 0;
}

/* style one */

.testimonial-section-seven .owl-dots {
    position: relative;
    text-align: center;
    display: block;
}

.testimonial-section-seven .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.testimonial-section-seven .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #e0e0e4;
    border-radius: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.testimonial-block-six {
    position: relative;
    padding: 0 15px;
}

.testimonial-block-six .inner-box {
    margin-bottom: 40px;
}

.testimonial-block-six .top-content {
    position: relative;
    background-color: #fff;
    padding: 28px 45px 25px;
    padding-left: 60px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    margin-left: 30px;
}

.testimonial-block-six .top-content:before {
    position: absolute;
    content: '';
    left: 78px;
    bottom: -40px;
    border: 20px solid transparent;
    border-top-color: #fff;
}

.testimonial-block-six .logo {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #dcdfe3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .logo .default {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .inner-box:hover .logo .default {
    opacity: 0;
}

.testimonial-block-six .logo .hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}

.testimonial-block-six .inner-box:hover .logo .hover {
    opacity: 1;
}

.testimonial-block-six .logo img {
    width: auto;
    margin: 0 auto;
    line-height: 56px;
    display: inline-block;
}

.testimonial-block-six .quote {
    position: absolute;
    font-size: 60px;
    color: #e0e0e4;
    bottom: -20px;
    right: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .inner-box:hover .quote {
    bottom: 20px;
}

.testimonial-block-six .rating {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-block-six .rating span {
    margin-right: 3px;
}

.testimonial-block-six .rating .style-two {
    color: #c0cdd3;
}

.testimonial-block-six .text {
    position: relative;
    color: #0c2957;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .author-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 5px;
    padding-top: 13px;
    margin-top: 30px;
    margin-left: 90px;
}

.testimonial-block-six .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.testimonial-block-six .author-box .image img {
    border-radius: 50%;
}

.testimonial-block-six .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--fira-sans);
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .author-box .designation {
    font-size: 18px;
    font-weight: 500;
    color: #3c3b3b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-seven .testimonial-block-six .inner-box {
    margin-top: 30px;
}

.testimonial-section-seven .sec-title {
    margin-bottom: 20px;
}

/* Testimonial Section Eight */

.testimonial-section-eight {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.testimonial-section-eight .image-block,
.testimonial-section-eight .testimonial-block-four {
    margin-bottom: 30px;
}

/* Testimonial Section Nine */

.testimonial-section-nine {
    position: relative;
    padding: 100px 0 50px;
    background-color: #f1f5f8;
}

.testimonial-section-nine .testimonial-block-three {
    margin-bottom: 50px;
}

/* Testimonial Section Ten */

.testimonial-section-ten {
    position: relative;
    padding: 100px 0 60px;
}

/* Testimonail Block Style Two */

.testimonial-block-six.style-two .top-content {
    background: #201630;
    margin-left: 0;
}

.testimonial-block-six.style-two .top-content:before {
    border-top-color: #201630;
    left: 55px;
}

.testimonial-block-six.style-two .author-box {
    margin-left: 40px;
}

.testimonial-block-six.style-two .text {
    color: #d2ccda;
}

.testimonial-block-six.style-two .quote {
    bottom: 30px;
    color: #4d4559;
}

.testimonial-block-six.style-two .inner-box:hover .quote {
    bottom: 30px;
}

/* Contact Section Style Three */

.contact-section.style-three {
    background-color: #f1f5f8;
}

.contact-section.style-three .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-section.style-three .btn-style-one {
    width: 100%;
}

.contact-section.style-three .btn-style-one .btn-title {
    padding: 13px 30px;
    border-radius: 28px;
}

.contact-section.style-three .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: inherit;
}

.contact-section.style-three .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: normal;
}

.contact-section.style-three .read-more-link:before {
    display: none;
}

.contact-section.style-three .read-more-link:hover {
    text-decoration: none;
}

.contact-section.style-three .list li {
    color: inherit;
}

.contact-section.style-three .contact-section .author-box .phone-numer {
    color: inherit;
}

.contact-section.style-three .contact-form .bootstrap-select>.dropdown-toggle,
.contact-section.style-three .contact-form .form-group input[type="text"],
.contact-section.style-three .contact-form .form-group input[type="email"],
.contact-section.style-three .contact-form .form-group textarea,
.contact-section.style-three .contact-form .form-group select {
    border: 1px solid #e3e3e3;
}

/* CTA Section Two Style Two */

.cta-section-two.style-two {
    position: relative;
    padding: 75px 0 45px;
}

.cta-section-two.style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .92;
}

.cta-section-two.style-two .contact-info .icon,
.cta-section-two.style-two h2 span {
    -webkit-text-fill-color: white;
}

.cta-section-two.style-two .btn-style-two .btn-title {
    padding: 13px 50px;
}

.cta-section-two.style-two .btn-style-two .btn-title:before {
    background-color: #222;
}

/* Team Section Two */

.team-section-two {
    position: relative;
    padding: 100px 0 70px;
}

/* Team Section Three */

.team-section-three {
    position: relative;
    padding: 100px 0;
}

.team-section-three .read-more-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    font-family: var(--fira-sans);
}

.team-section-three .read-more-link i {
    margin-left: 5px;
    font-weight: normal;
}

.team-section-three .sec-title .text {
    font-size: 20px;
    color: inherit;
}

.team-section-three .link-btn {
    position: relative;
    margin-top: 50px;
}

/* Team Section Four */

.team-section-four {
    position: relative;
    padding-bottom: 70px;
    background-image: -webkit-linear-gradient( 90deg, #201630 70%, #fff0 100%);
    padding-top: 101px;
}

/* Team Block Three */

.team-block-three {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.team-block-three .inner-box {
    position: relative;
}

.team-block-three .image {
    position: relative;
}

.team-block-three .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    background-image: -webkit-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    background-image: -ms-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

.team-block-three:hover .image:before {
    opacity: .9;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.team-block-three .image img {
    width: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-block-three .inner-box:hover .image img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.team-block-three .content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 30px 30px 20px;
    opacity: 0;
    z-index: 9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-block-three .inner-box:hover .content {
    opacity: 1;
}

.team-block-three .content .author-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.team-block-three .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.team-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.team-block-three .social-links {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
}

.team-block-three .inner-box:hover .social-links {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.team-block-three .social-links li a {
    width: 42px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
}

.team-block-three .social-links li:last-child a {
    border-bottom: 0;
}

/* Contact Section Style Four */

.contact-section.style-four {
    background-color: #fff;
    padding-bottom: 70px;
}

.contact-section.style-four .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-section.style-four .btn-style-one {
    width: 100%;
}

.contact-section.style-four .btn-style-one .btn-title {
    padding: 13px 30px;
    border-radius: 28px;
}

.contact-section.style-four .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: inherit;
}

.contact-section.style-four .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: normal;
}

.contact-section.style-four .read-more-link:before {
    display: none;
}

.contact-section.style-four .read-more-link:hover {
    text-decoration: none;
}

.contact-section.style-four .list li {
    color: inherit;
}

.contact-section.style-four .contact-section .author-box .phone-numer {
    color: inherit;
}

.contact-section.style-four .contact-form .bootstrap-select>.dropdown-toggle,
.contact-section.style-four .contact-form .form-group input[type="text"],
.contact-section.style-four .contact-form .form-group input[type="email"],
.contact-section.style-four .contact-form .form-group textarea,
.contact-section.style-four .contact-form .form-group select {
    border: 1px solid #e3e3e3;
}

/* Faq Section Three */

.faq-section-three {
    position: relative;
    padding: 100px 0 160px;
}

.faq-section-three .contact-form-area {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 50px;
}

.faq-section-three .contact-form-area h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section-three .contact-form-area .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-section-three .contact-form .form-group {
    margin-bottom: 15px;
}

.faq-section-three .contact-form .bootstrap-select>.dropdown-toggle,
.faq-section-three .contact-form .form-group input[type="text"],
.faq-section-three .contact-form .form-group input[type="email"],
.faq-section-three .contact-form .form-group textarea,
.faq-section-three .contact-form .form-group select {
    border-color: transparent;
    border-bottom-color: #e1e5e9;
    padding: 0;
}

.faq-section-three .contact-form .form-group textarea {
    height: 95px;
}

.faq-section-three .contact-form .theme-btn.btn-style-one {
    margin-top: 25px;
}

/* Team Section Five */

.team-section-five {
    position: relative;
    padding: 100px 0 135px;
}

.team-section-five .row {
    margin: 0 -30px;
}

/* Team Block Four */

.team-block-four {
    position: relative;
    padding: 0 30px;
}

.team-block-four .inner-box {
    position: relative;
    margin-bottom: 60px;
    background-color: #fff;
}

.team-block-four .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.team-block-four .image:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 75px;
    height: 30px;
    background-color: #fff;
    z-index: 6;
    border-top-right-radius: 6px;
}

.team-block-four .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
  background-image: -webkit-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
  background-image: -ms-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

.team-block-four:hover .image:before {
    opacity: .85;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.team-block-four .image img {
    width: 100%;
}

.team-block-four .social-links-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9;
}

.team-block-four .social-links-wrapper .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #84859c;
    font-size: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.team-block-four .social-links-wrapper:hover .icon {
    color: #fff;
}

.team-block-four .social-links {
    position: absolute;
    right: -50%;
    top: 70px;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.team-block-four .social-links-wrapper:hover .social-links {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.team-block-four .social-links li {
    display: inline-block;
}

.team-block-four .social-links li a {
    width: 35px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
}

.team-block-four .social-links li:last-child a {
    border-right: 0;
}

.team-block-four .author-title {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid;
    margin-top: -5px;
    margin-bottom: 20px;
    z-index: 9;
}

.team-block-four h4 {
    font-size: 22px;
    font-weight: 600;
}

.team-block-four .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    bottom: -5px;
}

.team-block-four .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.team-block-four .text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background: url(../images/shape/border-shape-2.png) repeat-x center;
}

/* Team Section Six */

.team-section-six {
    position: relative;
    padding: 100px 0 70px;
    background-color: #201630;
}

.team-section-six .sec-top .text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

/* Award Section Two */

.award-section-three {
    position: relative;
    padding: 100px 0 135px;
    background-color: #fff;
}

.award-section-three .sec-title {
    margin-bottom: 20px;
}

.award-block-three {
    position: relative;
    padding: 30px 15px;
}

.award-block-three .inner-box {
    position: relative;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.award-block-three .image {
    margin-bottom: 20px;
}

.award-block-three .image img {
    width: auto;
    margin: 0 auto;
}

.award-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.award-section-three .owl-dots {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    top: -20px;
}

.award-section-three .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.award-section-three .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #e0e0e4;
    border-radius: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Funfacts Section Two / Style Two */

.funfacts-section-two.style-two .content {
    background: transparent;
}

.funfacts-section-two.style-two .icon-box {
    background: transparent;
    top: 63px;
}

.funfacts-section-two.style-two .inner:before {
    position: absolute;
    content: '';
    right: 0;
    top: 20px;
    width: 1px;
    bottom: 20px;
    background: #41394f;
}

.funfacts-section-two.style-two .column:last-child .inner:before {
    display: none;
}

/* Client Section Style Three */

.client-section-two.style-three {
    background-color: #f1f5f8;
    padding-top: 100px;
}

.client-section-two.style-three .column,
.client-section-two.style-three .wrapper-box {
    border-color: #e1e5e9;
}

/* Award Section Style Two */

.award-section.style-two {
    position: relative;
    background-position: left center;
}

.award-section.style-two .bottom-text a {
    color: #fff;
}

.award-section.style-two .sec-title .text {
    color: #d2ccda;
}

/* Team Section Seven */

.team-section-seven {
    position: relative;
    padding: 100px 0 135px;
}

/* Contact Details */

.contact-details-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.contact-details-section .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: inherit;
}

.contact-details-section .sec-title h2 {
    padding-bottom: 20px;
}

.contact-info-block {
    position: relative;
}

.contact-info-block .inner-box {
    position: relative;
    padding: 40px 30px 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border-radius: 6px;
}

.contact-info-block .icon-box {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
}

.contact-info-block .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-block h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-info-block h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact-info-block ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-info-block ul li a {
    color: #0c2957;
}

/* Contact form Section */

.contact-form-section {
    position: relative;
    padding-bottom: 70px;
}

.contact-form-section .live-contact {
    position: relative;
    margin-bottom: 30px;
}

.contact-form-section .live-contact img {
    border-radius: 6px;
}

.contact-form-section .live-contact .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px;
    text-align: center;
}

.contact-form-section .live-contact .content .icon {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}

.contact-form-section .live-contact .content h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-form-section .live-contact .content .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-form-section .live-contact .content .btn-style-one .btn-title::before {
    background: #fff;
}


.contact-form-section .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form-section .contact-form .bootstrap-select>.dropdown-toggle,
.contact-form-section .contact-form .form-group input[type="text"],
.contact-form-section .contact-form .form-group input[type="email"],
.contact-form-section .contact-form .form-group textarea,
.contact-form-section .contact-form .form-group select {
    border-color: #f1f5f8;
    background-color: #f1f5f8;
    height: 56px;
}

.contact-form-section .contact-form .form-group textarea {
    height: 120px;
}

.contact-form-section .note p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

/* Contact Details Two */

.contact-details-section-two {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
}

.contact-details-section-two:before {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    background: #fff;
    content: '';
    height: 50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 6px;
}

.contact-details-section-two .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: inherit;
}

.contact-details-section-two .sec-title h2 {
    padding-bottom: 20px;
}

.contact-details-section-two .bottom-text {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contact-details-section-two .bottom-text a {
    position: relative;
    font-weight: 600;
}

.contact-details-section-two .bottom-text a i {
    margin-left: 5px;
    font-weight: normal;
    font-size: 16px;
}

.contact-info-block {
    position: relative;
}

.contact-info-block-two {
    position: relative;
    z-index: 2;
}

.contact-info-block-two .inner-box {
    position: relative;
    background: #fff;
    padding: 45px 30px 40px;
    padding-left: 115px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-info-block-two:nth-child(1) .inner-box {
    border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box {
    border-top-right-radius: 30px;
}

.contact-info-block-two:nth-child(1) .inner-box:before {
    border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box:before {
    border-top-right-radius: 30px;
}

.contact-info-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #201630;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top: 3px solid;
}

.contact-info-block-two .inner-box:hover:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.contact-info-block-two .icon {
    position: absolute;
    left: 35px;
    top: 46px;
}

.contact-info-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-info-block-two .inner-box:hover h4 {
    color: #fff;
}

.contact-info-block-two ul li {
    font-size: 18px;
    font-weight: 500;
    /* margin-bottom: 5px; */
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}

.contact-info-block-two .inner-box:hover ul li {
    color: #fff;
}

.contact-info-block-two ul li a {
    color: #0c2957;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-info-block-two .inner-box:hover ul li a {
    color: #ffff;
}

/* Contact Section Style Five */

.contact-section.style-five {
    background-color: #f1f5f8;
    padding: 0;
}

.contact-section.style-five .auto-container {
    max-width: 100%;
    padding: 0;
}

.contact-section.style-five .inner-container {
    max-width: 585px;
}

.contact-section.style-five .left-column .inner-container {
    margin: 0 auto;
    margin-right: 0;
}

.contact-section.style-five .right-column,
.contact-section.style-five .left-column {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
}

.contact-section.style-five .contact-form {
    margin-bottom: 0;
}

.contact-section.style-five .contact-form .row {
    margin: 0 -10px;
}

.contact-section.style-five .contact-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-section.style-five .btn-style-one {
    width: 100%;
}

.contact-section.style-five .btn-style-one .btn-title {
    padding: 13px 30px;
    border-radius: 28px;
}

.contact-section.style-five .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: #fff;
}

.contact-section.style-five .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: normal;
}

.contact-section.style-five .read-more-link:before {
    display: none;
}

.contact-section.style-five .read-more-link:hover {
    text-decoration: none;
}

.contact-section.style-five .list li {
    color: #d7cfe3;
}

.contact-section.style-five .contact-section .author-box .phone-numer {
    color: inherit;
}

.contact-section.style-five .contact-form .bootstrap-select>.dropdown-toggle,
.contact-section.style-five .contact-form .form-group input[type="text"],
.contact-section.style-five .contact-form .form-group input[type="email"],
.contact-section.style-five .contact-form .form-group textarea,
.contact-section.style-five .contact-form .form-group select {
    border: 1px solid #e3e3e3;
    height: 55px;
}

.contact-section.style-five .author-box .phone-numer {
    color: #fff;
}

.contact-section.style-five .sec-title.light .text {
    color: #d7cfe3;
}

.contact-section.style-five .contact-form-box {
    position: relative;
    padding: 50px 50px 30px;
    background: #fff;
    margin-left: -50px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.contact-section.style-five .contact-form .form-group textarea {
    height: 110px;
}

/* Faq Section Four */

.faq-section-four {
    padding: 100px 0 160px;
}

/* Faq Section Five */

.faq-section-five {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.faq-section-five .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.faq-section-five .contact-form-area {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 60px 50px;
}

.faq-section-five .contact-form-area h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section-five .contact-form-area .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-section-five .contact-form .form-group {
    margin-bottom: 15px;
}

.faq-section-five .contact-form .bootstrap-select>.dropdown-toggle,
.faq-section-five .contact-form .form-group input[type="text"],
.faq-section-five .contact-form .form-group input[type="email"],
.faq-section-five .contact-form .form-group textarea,
.faq-section-five .contact-form .form-group select {
    border-color: transparent;
    border-bottom-color: #e1e5e9;
    padding: 0;
}

.faq-section-five .contact-form .form-group textarea {
    height: 95px;
}

.faq-section-five .contact-form .theme-btn.btn-style-one {
    margin-top: 25px;
}

/* Contact Details Three */

.contact-details-section-three {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
}

.contact-details-section-three .sec-top .text {
    font-size: 20px;
    font-weight: 500;
}

.contact-details-section-three .outer-box {
    position: relative;
    background: #fff;
    padding: 0 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-info-block-three {
    position: relative;
    z-index: 2;
}

.contact-info-block-three .inner-box {
    position: relative;
    background: #fff;
    padding: 45px 0px 40px;
    padding-left: 85px;
    border-bottom: 1px solid #e1e5e9;
}

.contact-info-block-three:last-child .inner-box {
    border-bottom: 0;
}

.contact-info-block-three .icon {
    position: absolute;
    left: 0;
    top: 46px;
}

.contact-info-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-info-block-three ul li {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}

.contact-info-block-three ul li a {
    color: #0c2957;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .wrapper-box {
    position: relative;
}

.contact-details-section-three .pointer-block {
    position: absolute;
    left: 21%;
    top: 36%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.contact-details-section-three .pointer-block:nth-child(2) {
    left: 61%;
    top: 45.5%;
}

.contact-details-section-three .pointer-block:nth-child(3) {
    left: auto;
    right: 18.5%;
    top: auto;
    bottom: 28%;
}

.contact-details-section-three .pointer-block:nth-child(4) {
    left: 48.5%;
    bottom: 20.5%;
    top: auto;
}

.contact-details-section-three .pointer-block .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point {
    border-color: #fec8c2;
    -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
            transform: scale(1.7);
}

.contact-details-section-three .pointer-block .point:after {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point:after {
    -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
            transform: scale(.7);
}

.contact-details-section-three .pointer-block .point:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point:before {
    background-color: #fca197;
}

.contact-details-section-three .pointer-block:nth-child(1) .point:before,
.contact-details-section-three .pointer-block:nth-child(3) .point:before {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.contact-details-section-three .pointer-block .content {
    opacity: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 210px;
    padding: 10px 20px;
    bottom: 30px;
    left: -100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    z-index: 9;
    pointer-events: none;
}

.contact-details-section-three .pointer-block .content:before {
    position: absolute;
    content: '';
    left: 90px;
    bottom: -30px;
    border: 15px solid transparent;
    border-top-color: #fff;
}

.contact-details-section-three .pointer-block:hover .content {
    opacity: 1;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.contact-details-section-three .pointer-block .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 26px;
    text-align: center;
}

/* Contact Details Section Four */

.contact-details-section-four {
    position: relative;
    padding-top: 100px;
    padding-bottom: 170px;
    background-color: #f1f5f8;
}

/* Contact Form Section Two */

.contact-form-section-two {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f1f5f8;
}

.contact-form-section-two .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form-section-two .contact-form .bootstrap-select>.dropdown-toggle,
.contact-form-section-two .contact-form .form-group input[type="text"],
.contact-form-section-two .contact-form .form-group input[type="email"],
.contact-form-section-two .contact-form .form-group textarea,
.contact-form-section-two .contact-form .form-group select {
    border-color: #ffffff;
    background-color: #ffffff;
    height: 56px;
}

.contact-form-section-two .contact-form .form-group textarea {
    height: 120px;
}

/* Heighlight Section */

.heighlight-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
}

.heighlight-section:before {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    background: #fff;
    content: '';
    height: 50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 6px;
}

.heighlight-block {
    position: relative;
}

.heighlight-block .inner-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.heighlight-block .inner-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e1e5e9;
    width: 1px;
}

.heighlight-block:last-child .inner-box:before {
    display: none;
}

.heighlight-block .icon {
    position: relative;
    margin-bottom: 30px;
}

.heighlight-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.heighlight-block .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.heighlight-block .theme-btn {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

/*
    News Block Six
*/

.news-block-six {
    position: relative;
}

.news-block-six .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-six .image img {
    border-radius: 6px;
}

.news-block-six .lower-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -50px;
    padding: 0 40px 40px;
}

.news-block-six .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #292f43;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
}

.news-block-six .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
}

.news-block-six .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-six .post-meta li i {
    margin-right: 5px;
}

.news-block-six h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    padding-bottom: 30px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-six h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/shape/border-shape-2.png) repeat-x center;
}

.news-block-six h4 a {
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-six .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.news-block-six .bottom-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.news-block-six .social-links-wrapper {
    position: relative;
    width: 55px;
    height: 55px;
    z-index: 9;
}

.news-block-six .social-links-wrapper .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #84859c;
    font-size: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    border: 1px solid #e1e5e9;
}

.news-block-six .social-links-wrapper:hover .icon {
    color: #fff;
}

.news-block-six .social-links {
    position: absolute;
    right: 65px;
    top: 5px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.news-block-six .social-links-wrapper:hover .social-links {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.news-block-six .social-links li {
    display: inline-block;
}

.news-block-six .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
    border-radius: 50%;
}

.news-block-six .social-links li:last-child a {
    border-right: 0;
}

/* Blog Sidebar */

.blog-sidebar {
    position: relative;
    border: 1px solid #e1e5e9;
    background-color: #f1f5f8;
    padding: 40px 30px;
    border-radius: 6px;
}

.blog-sidebar .widget_search {
    margin-top: -40px;
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

/* Popular post widget */

.widget_popular_post {
    position: relative;
}

.widget_popular_post .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.widget_popular_post .post:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 7px;
    width: 100%;
    background-image: url(../images/shape/pattern-6.png);
}

.widget_popular_post .post:last-child {}

.widget_popular_post .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.widget_popular_post .post .post-thumb img {
    border-radius: 50%;
}

.widget_popular_post .post h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.widget_popular_post .post h5 a {
    color: #0c2957;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.widget_popular_post .post .post-info {
    font-size: 15px;
    font-weight: 500;
}

/* Archive Widget */

.widget_archive .bootstrap-select>.dropdown-toggle {
    border-radius: 0;
    width: 100%;
    color: #0c2957;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: var(--fira-sans);
    border-radius: 6px;
}

.widget_archive .dropdown.bootstrap-select {
    width: 100% !important;
}

.widget_archive .bootstrap-select .dropdown-menu li a span.text {
    margin: 0;
    line-height: 40px;
}

/* Newsletter Widget */

.widget_newsletter {
    text-align: center;
    background: #fff;
    margin: 0 -30px -40px;
    padding: 35px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.widget_newsletter .content-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.widget_newsletter .form-group {
    position: relative;
}

.widget_newsletter .form-group input {
    height: 55px;
    border: 1px solid #e4e7ee;
    background: transparent;
    width: 100%;
    padding-left: 45px;
    padding-right: 75px;
}

.widget_newsletter .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #e4e7ee;
    line-height: 55px;
    text-align: center;
    background-color: transparent;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    color: #9ca6b6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.widget_newsletter .form-group i {
    position: absolute;
    left: 21px;
    top: 15px;
}

.widget_newsletter h5 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}

/* Tag Cloud Widget */

.widget_tag_cloud ul {
    margin: 0 -5px;
}

.widget_tag_cloud ul li {
    margin: 0 5px 10px;
    float: left;
}

.widget_tag_cloud ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 20px;
    color: #838d9e;
    padding: 3.5px 17px 7px;
    display: inline-block;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}

.widget_tag_cloud ul li a:hover {
    color: #fff;
}

/* Team Details */

.team-details-section {
    position: relative;
    padding: 100px 0 70px;
}

.single-team-member {
    position: relative;
    margin-right: 30px;
}

.single-team-member .inner-box {
    position: relative;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 6px;
}

.single-team-member .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-team-member .image .author-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 20px;
    width: 3px;
    height: 45px;
    z-index: 6;
}

.single-team-member .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
  background-image: -webkit-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
  background-image: -ms-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

.single-team-member:hover .image:before {
    opacity: .85;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-team-member .image img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-team-member .social-links-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9;
}

.single-team-member .social-links-wrapper .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #84859c;
    font-size: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.single-team-member .social-links-wrapper:hover .icon {
    color: #fff;
}

.single-team-member .social-links {
    position: absolute;
    right: -50%;
    top: 70px;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.single-team-member .social-links-wrapper:hover .social-links {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.single-team-member .social-links li {
    display: inline-block;
}

.single-team-member .social-links li a {
    width: 35px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
}

.single-team-member .social-links li:last-child a {
    border-right: 0;
}

.single-team-member .author-title {
    position: relative;
    padding: 19px 33px;
    margin-top: -92px;
    margin-bottom: 20px;
    z-index: 9;
    background: #fff;
    margin-right: 75px;
    border-top-right-radius: 6px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-team-member h4 {
    font-size: 22px;
    font-weight: 600;
}

.single-team-member .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    bottom: -5px;
}

.single-team-member ul.info-list {
    position: relative;
    padding: 10px 30px;
}

.single-team-member ul.info-list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
    margin-bottom: 20px;
}

.single-team-member ul.info-list li a {
    color: #0c2957;
}

.team-details-section .single-team-member ul.info-list li span {
    font-weight: 600;
    display: block;
    color: #838d9e;
}

.team-details-section .working-history {
    position: relative;
}

.team-details-section .working-history .top-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.team-details-section .working-history .top-content .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.team-details-section .timeline {
    position: relative;
    margin-left: 165px;
    border-left: 1px solid #e4e8eb;
    margin-bottom: 60px;
}

.team-details-section .timeline .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    top: -8px;
}

.team-details-section .timeline li {
    position: relative;
    padding-left: 37px;
}

.team-details-section .timeline li:before {
    position: absolute;
    content: attr(data-date);
    left: -165px;
    top: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--fira-sans);
    color: #838d9e;
}

.team-details-section .timeline li:after {
    position: absolute;
    content: "";
    left: -7.5px;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #e4e8eb;
    border-radius: 50%;
    background-color: #fff;
}

.team-details-section .timeline li.current:after {
    border: 4px solid #fecdc7;
}

.team-details-section .contact-form .bootstrap-select>.dropdown-toggle,
.team-details-section .contact-form .form-group input[type="text"],
.team-details-section .contact-form .form-group input[type="email"],
.team-details-section .contact-form .form-group textarea,
.team-details-section .contact-form .form-group select {
    background-color: #f1f5f8;
    border-color: #f1f5f8;
}

.team-details-section .contact-form .form-group i {
    position: absolute;
    top: 20px;
    right: 35px;
}

.team-details-section .bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

/* Widget Categories */

.widget_categories {
    margin-bottom: 45px;
}

.widget_categories .categories-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e5e9;
}

.widget_categories .categories-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.widget_categories .categories-list li a:hover {
    padding-left: 0;
}

.widget_categories .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 0px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_categories .categories-list li a:hover:before {
    opacity: 0;
}

.widget_categories .categories-list li a span {
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    padding-left: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.widget_categories .categories-list li a span:before {
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 13px;
    left: 0px;
    top: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_categories .categories-list li a:hover span {
    opacity: 1;
}

.widget_categories .widget-title {
    margin-bottom: 7px;
}

/* Widget Categories */

.widget_categories_two {
    margin-bottom: 45px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.widget_categories_two .categories-list li {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    margin-bottom: 10px;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 42px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a:hover {
    padding-left: 20px;
    color: #fff;
    background: #201630;
}

.widget_categories_two .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_categories_two .categories-list li a:hover:before {
    opacity: 0;
}

.widget_categories_two .categories-list li a span {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    padding-left: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.widget_categories_two .categories-list li a span:before {
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 13px;
    left: 0px;
    top: 0;
    color: #fff;
}

.widget_categories_two .categories-list li a:hover span {
    opacity: 1;
}

.widget_categories_two .widget-title {
    margin-bottom: 7px;
}

/* Widget Brochur */

.widget_brochur {
    position: relative;
    padding: 30px;
    border-radius: 6px;
    background-size: cover;
}

.widget_brochur .widget-content {
    position: relative;
    padding-left: 65px;
}

.widget_brochur .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.widget_brochur h5 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.widget_brochur h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.widget_brochur a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #0c2957;
}

.widget_brochur a i {
    margin-right: 10px;
    color: #959ead;
    font-weight: normal;
    position: relative;
    top: 1px;
}

/* Widget Contact */

.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
}

.widget_contact img {
    margin-bottom: 20px;
}

.widget_contact h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}

.widget_contact .phone-number a {
    color: #fff;
}

.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget_contact .email a {
    color: #fff;
}

.widget_contact .btn-style-one .btn-title:before {
    background-color: #fff;
}

.widget_contact .btn-style-one:hover .btn-title {
    color: #222;
}

/** page-title Two **/

.page-title-two {
    position: relative;
    padding: 157px 0px;
    background-color: #646464;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}

.page-title-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 22, 48, 0.85);
}

.page-title-two .content-box {
    padding-left: 22px;
    position: relative;
}

.page-title-two .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 4px;
    height: 84px;
}

.page-title-two .content-box h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 65px;
    color: #fff;
    font-weight: 600;
}

.page-title-two .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
    margin: 0 auto 10px;
}

.page-title-two .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page-title-two .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.page-title-two .post-meta li i {
    margin-right: 5px;
}

/* Blog Single Post */

.blog-single-post {
    position: relative;
}

.blog-single-post .top-content {
    position: relative;
}

.blog-single-post .lower-content {
    position: relative;
    margin: 0 100px;
    padding: 0 100px;
    border-radius: 6px;
    margin-top: -100px;
    background-color: #fff;
}

.blog-single-post .title h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 65px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.blog-single-post .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #201630;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
    margin: 0 auto 10px;
}

.blog-single-post .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.blog-single-post .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #838d9e;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-single-post .post-meta li i {
    margin-right: 5px;
}

.blog-single-post h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-single-post .text {
    margin-bottom: 30px;
}

.blog-single-post .text,
.blog-single-post .text p {
    font-size: 18px;
    font-weight: 500;
}

.blog-single-post .text p a {
    color: #838d9e;
    text-decoration: underline;
}

.blog-single-post blockquote {
    padding: 50px 0;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #0c2957;
    font-family: var(--fira-sans);
    font-style: italic;
    text-align: center;
    margin: 0;
    background-color: transparent;
}

.blog-single-post ul.tag {
    margin: 0 -5px;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e5e9;
    text-align: center;
}

.blog-single-post ul.tag li {
    margin: 0 5px 10px;
    display: inline-block;
}

.blog-single-post ul.tag li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 20px;
    color: #838d9e;
    padding: 3.5px 17px 7px;
    display: inline-block;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}

.blog-single-post ul.tag li a:hover {
    color: #fff;
}

.blog-single-post .share-icon {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.blog-single-post .share-icon h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-single-post .share-icon .social-links {
    position: relative;
    text-align: center;
}

.blog-single-post .share-icon .social-links li {
    display: inline-block;
    margin: 0 5px;
}

.blog-single-post .share-icon .social-links a {
    font-size: 14px;
    color: #fff;
    font-family: var(--fira-sans);
    display: inline-block;
    padding: 11.5px 35px;
    border-radius: 25px;
}

.blog-single-post .share-icon .social-links a i {
    margin-right: 10px;
}

.blog-single-post .share-icon .social-links a.facebook {
    background-color: #3b5998;
}

.blog-single-post .share-icon .social-links a.twitter {
    background-color: #55acee;
}

.blog-single-post .share-icon .social-links a.linkedin {
    background-color: #dc4e41;
}

.blog-single-post .share-icon .social-links a.pinterest {
    background-color: #bd081c;
}

.blog-single-post .author-box {
    position: relative;
    padding: 40px 40px 30px;
    padding-left: 170px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    border-radius: 6px;
}

.blog-single-post .author-box .image {
    position: absolute;
    left: 40px;
    top: 40px;
}

.blog-single-post .author-box .image img {
    border-radius: 50%;
}

.blog-single-post .author-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-single-post .author-box h5 {
    font-family: inherit;
    margin-bottom: 10px;
}

.blog-single-post .author-box h5 a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #838d9e;
}

.blog-single-post .author-box .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-single-post .author-box .social-links {
    position: relative;
    margin-bottom: 10px;
}

.blog-single-post .author-box .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-single-post .author-box .social-links li a {
    position: relative;
    display: block;
    color: #838d9e;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e2e6ea;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single-post .author-box .social-links li a:hover {
    color: #ffffff;
    border-color: transparent;
}

.blog-single-post .author-box .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-single-post .author-box .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.blog-single-post .author-box .social-links li a span {
    position: relative;
}

/* Blog post pagination */

.blog-post-pagination {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eef2ed;
}

.blog-post-pagination h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7em;
    margin-bottom: 10px;
}

.blog-post-pagination .prev-post a {
    position: relative;
    color: #838d9e;
    font-size: 16px;
    font-weight: 500;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-post-pagination .prev-post a i {
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    display: inline-block;
}

.blog-post-pagination .next-post {
    text-align: right;
    width: 50%;
}

.blog-post-pagination .next-post .image-box {
    position: relative;
    padding-right: 90px;
}

.blog-post-pagination .next-post .image-box img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
}

.blog-post-pagination .next-post a {
    position: relative;
    padding-right: 16px;
    color: #838d9e;
    font-size: 16px;
    font-weight: 500;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-post-pagination .next-post a i {
    margin-left: 5px;
}

.blog-post-pagination .prev-post {
    position: relative;
    width: 50%;
}

.blog-post-pagination .prev-post .image-box {
    position: relative;
    padding-left: 90px;
}

.blog-post-pagination .prev-post .image-box img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.blog-post-pagination:after {
    position: absolute;
    left: 50%;
    content: '';
    top: 45px;
    width: 1px;
    bottom: 45px;
    background-color: #f2f2f2;
}

.blog-post-pagination .prev-post a:hover,
.blog-post-pagination .next-post a:hover {
    color: #f13729;
}

/*** 

====================================================================
    Comments Area
====================================================================

 ***/

.comments-area {
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

.blog-single-post .group-title {
    position: relative;
}

.blog-single-post .group-title h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box:last-child .comment {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.comments-area .comment-box:hover {
    border-color: #eb5310;
}

.comments-area .comment-box.reply-comment {
    margin-left: 65px;
}

.comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 20px 110px;
}

.comments-area .comment .comment-inner {
    position: relative;
    padding: 40px;
    background: #f1f5f8;
}

.comments-area .comment-box.reply-comment .comment-inner {
    background-color: #fff;
    border: 1px solid #e1e5e9;
}

.comments-area .comment .comment-inner .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
    width: 80px;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--fira-sans);
    margin-bottom: 15px;
}

.comments-area .comment-info a {
    position: relative;
    color: #1e1e29;
}

.comments-area .date {
    font-size: 16px;
    color: #838d9e;
    font-weight: normal;
    font-family: "Barlow", sans-serif;
}

.comments-area .comment-box .reply-comment-btn {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    font-family: var(--fira-sans);
}

/* Comment Form */

.comment-form {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 15px 20px;
    height: 58px;
    color: #7c7b7b;
    font-size: 18px;
    font-weight: 500;
    background: #ffffff;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #f13729;
}

.comment-form .form-group textarea {
    height: 120px;
}

.comment-form button {
    position: relative;
    display: block;
    margin-top: 10px;
}

.comment-form .note {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.comment-form .note input {
    margin-right: 7px;
}

/* Services Details */

.services-details {
    position: relative;
    padding: 100px 0 70px;
}

.services-details .content-side .image-slide {
    position: relative;
    margin-bottom: 50px;
}

.services-details .content-side .image-slide img {
    border-radius: 6px;
}

.services-details .content-side .image-slide .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 140px;
    background-color: #201630;
    padding: 40px;
    border-top-right-radius: 6px;
}

.services-details .content-side .image-slide .content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.services-details .content-side h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-details .content-side .icon {
    position: relative;
    font-size: 200px;
    line-height: 210px;
    color: #e5ebf4;
}

.services-details .content-side .text {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

.services-details .content-side .text p {
    font-size: 18px;
    font-weight: 500;
}

.services-details .content-side .list {
    position: relative;
}

.services-details .content-side .list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}

.service-block-seven {
    position: relative;
}

.service-block-seven .inner-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px #00000014;
            box-shadow: 0 0 10px #00000014;
}

.service-block-seven .icon {
    position: relative;
    padding: 30px 0 15px;
    min-height: 110px;
}

.service-block-seven .icon img {
    width: auto;
    margin: 0 auto;
}

.service-block-seven h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-block-seven .text {
    position: relative;
    padding: 20px 20px;
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 10%, #f1f5f8 100%);
    font-size: 18px;
    font-weight: 500;
}

.services-details .tab-btn-style-one {
    position: relative;
    border: 0px;
    margin-bottom: 30px;
}

.services-details .tab-btn-style-one li {
    margin-bottom: 10px;
    width: 100%;
}

.services-details .tab-btn-style-one li a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    border: 0;
    color: #0c2957;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.services-details .tab-btn-style-one li a.active,
.services-details .tab-btn-style-one li a:hover {
    color: #fff;
}

.services-details .tab-btn-style-one li a:before {
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    font-size: 16px;
    right: 20px;
    top: 13px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.services-details .tab-btn-style-one li a.active:before,
.services-details .tab-btn-style-one li a:hover:before {
    opacity: 1;
}

.services-details .tab-content {
    position: relative;
    margin-bottom: 30px;
}

.services-details .tab-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services-details .tab-content .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.services-details .tab-content img {
    border-radius: 6px;
}

/* Pricing Section Two */

.pricing-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.pricing-block-three {
    position: relative;
}

.pricing-block-three .inner-box {
    position: relative;
    padding: 40px 30px;
    background-color: #eef2f5;
    border-radius: 6px;
    margin-bottom: 50px;
}

.pricing-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -48px;
    width: 100%;
    height: 27px;
    background-image: url(../images/shape/shape-17.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-block-three .icon {
    position: relative;
    margin-bottom: 25px;
}

.pricing-block-three h3 {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.1em;
}

.pricing-block-three h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 25px;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    border-bottom: 0;
}

.pricing-block-three h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
}

.pricing-block-three .price {
    position: relative;
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    margin-bottom: 15px;
}

.pricing-block-three .price sup {
    position: relative;
    top: -23px;
    font-size: 32px;
}

.pricing-block-three .price span {
    position: absolute;
    right: 5px;
    bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #838d9e;
    line-height: 1.2em;
}

.pricing-block-three .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.pricing-block-three .btn-style-two .btn-title {
    color: #fff;
    background-color: #201630;
}

.pricing-block-three.popular .inner-box {
    background-color: #201630;
}

.pricing-block-three.popular .text {
    color: #fff;
}

.pricing-block-three.popular h3 {
    color: #fff;
}

.pricing-block-three.popular h4 {
    color: #fff;
}

.pricing-block-three.popular .btn-style-two .btn-title {
    background-color: #fff;
}

.pricing-block-three.popular .btn-style-two:hover .btn-title {
    color: #fff;
}

.pricing-block-three .ribbon {
    position: absolute;
    right: -50px;
    top: -25px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    padding: 1.5px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--fira-sans);
}

.pricing-block-three .ribbon:before {
    position: absolute;
    content: "";
    top: 0px;
    right: -15px;
    width: 16px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
            clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
}

.pricing-block-three .ribbon:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -8px;
    width: 10px;
    height: 8px;
    background-color: #c32c1b;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}


/* About Section Six */

.about-section-six {
    position: relative;
    padding: 100px 0px 70px;
}

.about-section-six .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section-six .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section-six .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section-six .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section-six .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 50px;
}

.about-section-six .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(225, 229, 233);
}

.about-section-six .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-six .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-six .content-column .text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
}

.about-section-six .content-column .sec-title {
    margin-bottom: 30px;
}

.about-section-six .experience-years-block {
    position: relative;
    margin-bottom: 30px;
}

.about-section-six .experience-years-block .image {
    position: relative;
    display: inline-block;
}

.about-section-six .experience-years-block .image img {
    border-radius: 50%;
}

.about-section-six .experience-years-block h2 {
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    font-weight: 700;
    color: #fff;
}

.about-section-six .experience-years-block .text {
    position: absolute;
    right: 0;
    top: 50%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--fira-sans);
    padding: 54px 29px 0;
    line-height: 1.2em;
    transform: translateY(-50%);
    color: #fff;
    margin: 0;
}

.about-section-six .experience-years-block:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 100px;
    bottom: 0;
    background-image: url(../images/shape/shape-18.png);
    background-position: 50% 80%;
}

.about-section-six .whay-choose-block .icon:before {
    background-image: url(../images/shape/pattern-18.png);
}

.about-section-six .whay-choose-block h4 {
    color: #0c2957;
}

.about-section-six .whay-choose-block .text {
    color: #0c2957;
}

.about-section-six .whay-choose-block .icon span {
    border-radius: 0;
    background: #fff;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.about-section-six .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

/* About Section Seven */

.about-section-seven {
    position: relative;
    padding: 100px 0px 70px;
}

.about-section-seven .image-box {
    position: relative;
    z-index: 9;
    text-align: center;
}

.about-section-seven .shape-one {
    position: absolute;
    left: -170px;
    top: -50px;
}

.about-section-seven .shape-two {
    position: absolute;
    left: -100px;
    bottom: 100px;
}

.about-section-seven .image-block .video-box {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 201px;
    height: 200px;
    text-align: center;
    z-index: 11;
    padding: 30px;
    margin-bottom: 30px;
}

.about-section-seven .image-block .video-box a {
    color: #fff;
}

.about-section-seven .play-icon {
    position: absolute;
    top: 50%;
    left: 53%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 33px;
}

.about-section-seven .curved-circle {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 142px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
}

.about-section-seven .image-block {
    position: relative;
}

.about-section-seven .image-block:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 30px;
    top: 100px;
    background-color: #0c2957;
    z-index: 2;
}

.about-section-seven .text-block {
    position: relative;
}

.about-section-seven .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section-seven .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section-seven .text-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section-seven .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px;
}

.about-section-seven .author-info {
    position: relative;
    padding-left: 80px;
    border-right: 1px solid rgb(225, 229, 233);
    padding-right: 30px;
    margin-right: 30px;
    padding-top: 5px;
}

.about-section-seven .author-info img {
    position: absolute;
    left: 0;
    top: 0;
}

.about-section-seven .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.about-section-seven .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-seven .text {
    font-size: 18px;
    font-weight: 500;
}

.about-section-seven .sec-title {
    margin-bottom: 40px;
}

.about-section-seven .bottom-content {
    margin-bottom: 30px;
}

.about-section-seven .bottom-content h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-section-seven form {
    position: relative;
}

.about-section-seven .form-group {
    position: relative;
    margin-bottom: 25px;
}

.about-section-seven input {
    position: relative;
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #eee;
    width: calc(100% - 210px);
    border-radius: 25px;
}

.about-section-seven .theme-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.about-section-seven .phone-number {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--fira-sans);
}



/* Progress Levels */
.progress-levels .progress-box {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 3px;
    margin-left: 0;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 10px;
    border-radius: 5px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: -5%;
    top: 0px;
    width: 0px;
    height: 3px;
    border-bottom: 3px dashed;
    -webkit-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.html .bar .bar-fill {
    background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
    background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
    background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}

.progress-levels .progress-box .percent {
    position: absolute;
    left: -85px;
    top: -43px;
    letter-spacing: 0px;
    font-size: 16px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 2000ms ease 700ms;
    -o-transition: all 2000ms ease 700ms;
    transition: all 2000ms ease 700ms;
    background: #362d45;
}

.progress-levels .progress-box.animated .percent {
    opacity: 1;
}

/* Timeline Section */

.timeline-section {
    position: relative;
    padding: 100px 0 70px;
}

.timeline-section .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 335px;
    background-size: cover;
}

.timeline-section .sec-bg:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #201630;
    opacity: .8;
}

.timeline-section .wrapper-box {
    position: relative;
    overflow: hidden;
}

.timeline-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    flex-direction: row-reverse;
    min-width: 600px;
} 

.timeline-block:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 45px;
    width: 2px;
    background-color: #eee;
    transform: translateX(-50%);
}

.timeline-block:after {
    position: absolute;
    content: "\f13c";
    font-size: 30px;
    color: #ffffff;
    font-family: Flaticon;
    line-height: 48px;
    top: 0;
    left: 50%;
    background: rgb(253, 74, 54);
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #fff;
    transform: translateX(-50%) rotate(90deg);
}

.timeline-block li {
    width: 50%;
    padding-left: 215px;
    position: relative;
    margin-bottom: 62px;
}

.timeline-block li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background-color: #d4d7de;
    border: 9px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-block li:nth-child(even):before {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.timeline-block li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 34px;
    height: 34px;
    background-color: #d4d7de;
    border: 14px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-block li:nth-child(even):after {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.timeline-block li:nth-child(even) {
    padding-left: 0;
    padding-right: 215px;
    text-align: right;
    transform: translateY(127px);
}

.timeline-block .date {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.timeline-block h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.timeline-block .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.timeline-block .theme-btn {
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}

.timeline-block .read-more-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0c2957;
    font-family: var(--fira-sans);
    margin-top: 7px;
    display: inline-block;
}

.timeline-block .read-more-btn i {
    margin-left: 10px;
}

.timeline-block .shape {
    position: absolute;
    left: 55px;
    top: 7px;
}

.timeline-block li:nth-child(even) .shape {
    left: auto;
    right: 55px;
}

/* Experience Section Two */

.experience-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-color: #222;
    background-size: cover;
}

.experience-section-two .progress-levels {
    margin-bottom: 30px;
}

.experience-section-two .progress-box {
    position: relative;
    padding-left: 84px;
    margin-bottom: 30px;
}

.experience-section-two .progress-box h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.experience-section-two .progress-box .parcent {
    position: absolute;
    left: 0;
    top: 0;
}

.experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:before {
    position: absolute;
    right: -18px;
    top: 2px;
    width: 20px;
    height: 20px;
    opacity: .3;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
}

.experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:after {
    position: absolute;
    right: -15px;
    top: 2px;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
}

.experience-section-two .wrapper-box {
    padding-left: 120px;
}

.experience-section-two .wrapper-box h2 {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg) translateX(0) translateY(-50%);
    -ms-transform: rotate(90deg) translateX(0) translateY(-50%);
    transform: rotate(90deg) translateX(0) translateY(-50%);
    transform-origin: 0;
    font-size: 50px;
    opacity: .2;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.experience-section-two .counter-column {
    margin-bottom: 50px;
}

.experience-section-two .counter-column .counter-title {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.experience-section-two .counter-column .count-box {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
}

.experience-section-two .counter-column .text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: var(--fira-sans);
    margin-bottom: 15px;
}

.experience-section-two .counter-column a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.experience-section-two .counter-column a i {
    margin-right: 7px;
}

/* Why Choose Us Section Three */

.why-choose-us-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.why-choose-us-section-three .wrapper-box {
    overflow: hidden;
}

.why-choose-us-section-three .outer-box {
    position: relative;
    margin: -2px;
}

.why-choose-us-section-three .whay-choose-block {
    border: 1px solid #f5f5f5;
    padding: 0;
    padding-left: 30px;
    padding-top: 50px;
}

.why-choose-us-section-three .whay-choose-block .icon:before {
    background-image: url(../images/shape/pattern-18.png);
}

.why-choose-us-section-three .whay-choose-block h4 {
    color: #0c2957;
}

.why-choose-us-section-three .whay-choose-block .text {
    color: #0c2957;
}

.why-choose-us-section-three .whay-choose-block .icon span {
    border-radius: 0;
    background: #fff;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.why-choose-us-section-three .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

/* Features Section */

.features-section-six {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.features-section-six .auto-container {
    max-width: 100%;
    padding: 0;
}

.features-section-six .content {
    max-width: 585px;
    margin: 0 auto;
    margin-right: 0;
    padding-left: 15px;
}

.features-section-six .video-box {
    position: relative;
    text-align: right;
    margin-bottom: -70px;
}

.features-section-six .video-box .image {
    position: relative;
}

.features-section-six .video-box .image:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 270px;
}

.features-section-six .video-box .image img {
    position: relative;
}

.features-section-six .video-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    line-height: 116px;
    border-radius: 50%;
    z-index: 9;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.features-section-six .whay-choose-block {
    position: relative;
}

.features-section-six .whay-choose-block .icon:before {
    background-image: url(../images/shape/pattern-18.png);
}

.features-section-six .whay-choose-block h4 {
    color: #0c2957;
}

.features-section-six .whay-choose-block .text {
    color: #0c2957;
}

.features-section-six .whay-choose-block .icon span {
    border-radius: 0;
    background: #f1f5f8;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.features-section-six .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

/* Testimonail Section Eleven */

.testimonial-section-eleven {
    position: relative;
    background-color: #201630;
    padding: 100px 0 0;
    margin-bottom: 100px;
}

.testimonial-section-eleven .wrapper-box {
    position: relative;
}

.testimonial-section-eleven .client-block {
    position: absolute;
    left: 8%;
    top: 20%;
    cursor: pointer;
}

.testimonial-section-eleven .client-block:nth-child(2) {
    left: 24%;
    top: -34px;
}

.testimonial-section-eleven .client-block:nth-child(3) {
    left: 21.5%;
    top: auto;
    bottom: 23%;
}

.testimonial-section-eleven .client-block:nth-child(4) {
    left: 42.5%;
    bottom: 40.5%;
    top: auto;
}

.testimonial-section-eleven .client-block:nth-child(5) {
    left: 57%;
    top: 9%;
}

.testimonial-section-eleven .client-block:nth-child(6) {
    right: 16%;
    top: 24.5%;
    left: auto;
}

.testimonial-section-eleven .client-block:nth-child(7) {
    right: 13%;
    top: -2.5%;
    left: auto;
}

.testimonial-section-eleven .client-block .thumb {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transition: .5s;
}

.testimonial-section-eleven .client-block .thumb:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid #fff;
} 

.testimonial-section-eleven .client-block .content {
    opacity: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 210px;
    padding: 10px 20px;
    text-align: center;
    bottom: 30px;
    left: 50%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transform: translateY(-20px) translateX(-50%);
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    z-index: 9;
    pointer-events: none;
}

.testimonial-section-eleven .client-block .content:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -23px;
    border: 15px solid transparent;
    border-top-color: #fff;
    transform: translateX(-50%);
}

.testimonial-section-eleven .client-block:hover .content {
    opacity: 1;
    transform: translateY(4px) translateX(-50%);
}

.testimonial-section-eleven .client-block .content h4 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-section-eleven .client-block .content h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
}

.testimonial-block-seven {
    position: relative;
    z-index: 9;
}

.testimonial-block-seven .image {
    position: relative;
    width: 44%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}

.testimonial-block-seven .inner-box {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.testimonial-block-seven .content {
    position: relative;
    width: 56%;
    padding: 30px;
    padding-left: 60px;
}

.testimonial-block-seven .logo {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-seven .logo img {
    width: auto;
    margin: 0 auto;
    line-height: 56px;
    display: inline-block;
}

.testimonial-block-seven .text {
    position: relative;
    color: #0c2957;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 16px;
}

.testimonial-block-seven .author-box {
    position: relative;
    margin-bottom: 5px;
}

.testimonial-block-seven .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-seven .author-box span {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-eleven .testimonial-outer {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(50%);
    border-radius: 6px;
    margin-top: -50px;
}


/* styletwo */


/** Css for home-6 to home-10 **/

/** header-style-six **/

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.header-style-six{
	position: relative;
	background: #ebe8e4;
}

.header-top.style-six{
	background: #ebe8e4;
	border-bottom: 1px solid #d5d0c9;
}

.header-top.style-six .contact-info-two li a{
	color: #232b3e;
}

.header-top.style-six .contact-info-two li a i{
	position: relative;
	top: 1px;
}

.header-top.style-six .contact-info-two li{
	border-right: none;
}

.header-top.style-six .social-links li a{
	color: #232b3e;
	font-size: 16px;
}

.header-top.style-six .social-links li a:hover{

}

.header-top.style-six .social-links li+li{
	position: relative;
	margin-left: 30px;
}

.header-top.style-six .social-links li:before{
	position: absolute;
	content: '';
	background: #d5d0c9;
	width: 1px;
	height: 20px;
	left: -15px;
	top: 4px;
}

.header-style-six .header-middle .wrapper-box{
	background: transparent;
	padding: 28px 0px 44px 0px;
}

.header-style-six .header-middle .logo{
	padding: 0px;
	margin: 0px;
	background: transparent;
}

.header-style-six .header-middle .icon-box h4{
	color: #232b3e;
}

.header-style-six .header-middle .icon-box .text{
	color: #727580;
}

.header-style-six .header-middle .icon-box:before{
	background-color: #d5d0c9;
}

.header-style-six .header-upper .upper-inner{
	position: relative;
}

.header-style-six .header-upper .inner-container{
	position: absolute;
	width: 100%;
	top: -34px;
	background: #232b3e;
	min-height: auto;
}

.header-style-six .header-middle .outer-box{
	margin: 0px;
}

.header-style-six .header-middle .icon-box:last-child{
	padding-right: 0px;
	margin-right: 0px;
}

.header-style-six .header-middle .contact-info{
	margin-top: -6px;
}

.header-style-six .nav-outer{
	float: none;
}

.header-style-six .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-six .main-menu .navigation>li.dropdown>a:after{
	display: none;
}

.header-style-six .main-menu .navigation>li.current>a,
.header-style-six .main-menu .navigation>li>a:hover{

}

.header-style-six .main-menu .navigation{
	margin-top: 0px;
	margin-left: 0px;
}

.header-style-six .navbar-right-info{
	margin: 0px;
}

.header-style-six .main-menu .navigation>li{
	margin: 0px;
	padding: 16px 26px 18px 25px;
	border-right: 1px solid rgba(255,255,255,0.15);
}

.header-style-six .navbar-right-info .btn-style-four{
	border-radius: 0px;
}

.header-style-six .navbar-right-info .btn-style-four i{
	position: absolute;
	left: 29px;
	top: 10px;
	font-size: 24px;
	z-index: 2;
}

.header-style-six .navbar-right-info .btn-style-four i:before{
	color: #fff;
}

.header-style-six .navbar-right-info .btn-style-four .btn-title{
	padding: 10px 31px 10px 67px;
	text-transform: uppercase;
	border-radius: 0px;
}

.header-style-six .navbar-right-info .link-btn{
	margin: 0px 24px;
}

.header-style-six .navbar-right-info .search-inner{
	position: relative;
	padding: 10px 0px 10px 20px;
	border-right: 1px solid rgba(255,255,255,0.15);
}

.header-style-six .navbar-right-info .search-form .form-group{
	position: relative;
	margin: 0px;
	padding-right: 52px;
}

.header-style-six .navbar-right-info .search-form .form-group input[type='search']{
	position: relative;
	min-width: 200px;
	height: 50px;
	font-size: 16px;
	color: #9b9da8;
	background: transparent;
}

.header-style-six .navbar-right-info .search-form .form-group input::-webkit-input-placeholder{
  color:#9b9da8;
}

.header-style-six .navbar-right-info .search-form .form-group button{
	position: absolute;
	top: 12px;
	right: 25px;
	font-size: 20px;
	color: #9a9ca7;
	background: transparent;
	cursor: pointer;
	transition: all 500ms ease;
}

.header-style-six .navbar-right-info .search-form .form-group input:focus + button,
.header-style-six .navbar-right-info .search-form .form-group button:hover{

}

.header-style-six .sticky-header .header-upper .inner-container{
	position: relative;
	top: 0px;
}

.header-style-six .sticky-header{
	background: #232b3e;
}


/** banner-style-six **/

.banner-section.style-six{
	position: relative;
	text-align: center;
}

.banner-section.style-six .banner-carousel .content-box h2{
	padding-bottom: 0px;
	margin-bottom: 27px;
	font-size: 70px;
	line-height: 80px;
	text-transform: none;
}

.banner-section.style-six .banner-carousel .content-box h2:before,
.banner-section.style-six .banner-carousel .content-box h2:after{
	display: none;
}

.banner-section.style-six .banner-carousel .slide-item:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.4;
	z-index: 1;
}

.home-6 .btn-style-four .btn-title,
.home-6 .btn-style-four{
	border-radius: 0px;
}

.banner-section.style-six .banner-carousel .content-box{
	display: block;
	min-height: auto;
	padding: 0px;
}

.banner-section.style-six .banner-carousel .slide-item{
	padding: 175px 0px 280px 0px;
}

.banner-section.style-six .banner-carousel .content-box .btn-box .theme-btn{
	margin: 0px;
}

.banner-section.style-six .owl-theme .owl-nav .owl-prev:after,
.banner-section.style-six .owl-theme .owl-nav .owl-next:after{
	border-radius: 0px !important;
	border: 2px solid #fff;
}

.banner-section.style-six .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section.style-six .owl-theme .owl-nav .owl-next:hover:after{

}


/** highlights-home-6 **/


.highlights-home-6{
	position: relative;
	background-color: #ebe8e4;
}

.highlights-home-6 .inner-box{
	position: relative;
	display: block;
}

.highlights-home-6 .inner-box .single-item{
	position: relative;
	display: block;
	float: left;
	width: 50%;
	background: #232b3e;
	padding: 30px 30px 22px 30px;
}

.highlights-home-6 .inner-box .single-item:last-child{

}

.highlights-home-6 .inner-box .single-item .icon-box{
	position: relative;
	font-size: 65px;
	line-height: 65px;
	color: #fff;
	margin-bottom: 24px;
}

.highlights-home-6 .inner-box .single-item:first-child .icon-box{

}

.highlights-home-6 .inner-box .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 21px;
	margin-bottom: 26px;
	border-bottom: 2px dotted #5d6a8a;
}

.highlights-home-6 .inner-box .single-item:last-child h3{
	border-bottom: 2px dotted #8d6737;
}

.highlights-home-6 .inner-box .single-item h3:before{
	position: absolute;
	content: '';
	border-bottom: 2px dotted #5d6a8a;
	width: 100%;
	left: 0px;
	bottom: -7px;
}

.highlights-home-6 .inner-box .single-item:last-child h3:before{
	border-bottom: 2px dotted #8d6737;
}

.highlights-home-6 .inner-box .single-item .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family:  "Fira Sans", sans-serif;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}

.highlights-home-6 .inner-box .single-item .link a i{
	margin-left: 10px;
}

.highlights-home-6 .inner-box .single-item:first-child .link a{
	color: #9b9da8;
}

.highlights-home-6 .video-column .curve-text{
	position: absolute;
	width: 140px;
	height: 140px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.highlights-home-6 .curved-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--fira-sans);
    min-height: 140px;
}

.highlights-home-6 .video-column{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 139.5px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.highlights-home-6 .video-column:before{
	position: absolute;
	content: '';
	background: #232b3e;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.6;
}

.highlights-home-6 .video-column .icon-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 65px;
	line-height: 65px;
	color: #fff;
}

.highlights-home-6 .video-column .video-btn{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.highlights-home-6 .video-column .video-btn a{
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 1;
	box-shadow: 0 0 0px 10px rgba(189,138,74, 0.45);
}

.highlights-home-6 .inner-container{
	position: relative;
	margin-top: -100px;
	z-index: 1;
}


/** feature-home-6 **/

.feature-home-6{
	position: relative;
	padding-top: 94px;
}

.feature-home-6:before{
	position: absolute;
	content: '';
	background: #ebe8e4;
	width: 100%;
	height: 537px;
	left: 0px;
	top: 0px;
}

.text-decoration-four {
    position: relative;
    height: 3px;
    width: 70px;
    background: url(../images-2/icons/sec-title-dec-4.png);
    display: block;
}

.text-center .text-decoration-four {
    margin: 0 auto;
}

.feature-home-6 .feature-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #ebe8e4;
}

.feature-home-6 .feature-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.feature-home-6 .feature-block .inner-box .image-box:before{
	position: absolute;
	content: '';
	background: #232b3e;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.75;
}

.feature-home-6 .feature-block .inner-box .image-box img{
	width: 100%;
}

.feature-home-6 .feature-block .inner-box .image-box:after{
	position: absolute;
	content: '';
	width: 70px;
	height: 4px;
	left: 30px;
	bottom: 0px;
	transition: all 500ms ease;
}

.feature-home-6 .feature-block:hover .inner-box .image-box:after{
	width: calc(100% - 60px);
}

.feature-home-6 .feature-block .inner-box .content-box{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 0px 15px 32px 30px;
}

.feature-home-6 .feature-block .inner-box .content-box .icon-box{
	position: relative;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 14px;
}

.feature-home-6 .feature-block .inner-box .content-box h3{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.feature-home-6 .feature-block .inner-box .text{
	position: relative;
	padding: 31px 30px 33px 30px;
	margin: 0px;
	z-index: 1;
}

.feature-home-6 .feature-block .inner-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #727580;
	transition: all 500ms ease;
}

.feature-home-6 .feature-block:hover .inner-box .text p{
	color: #9b9da8;
}

.feature-home-6 .feature-block .inner-box .text:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #232b3e;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}

.feature-home-6 .feature-block:hover .inner-box .text:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

p{
	margin: 0px;
}

.home-6 .sec-title h2{
	color: #232b3e;
	line-height: 50px;
}


/** about-section **/

.about-section-two.alternat-2{
	padding: 95px 0px 100px 0px;
}

.about-section-two.alternat-2 .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 6px;
}

.about-section-two.alternat-2 .image-box img{
	width: 100%;
}

.about-section-two.alternat-2 .image-box:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about-section-two.alternat-2 .image-box:hover:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.about-section-two.alternat-2 .content-block .text.light{
	color: #727580;
}

.about-section-two.alternat-2 .content-box{
	padding-right: 40px;
}

.about-section-two.alternat-2 .sec-title{
	margin-bottom: 30px;
}


/** service-home-6 **/

.service-home-6{
	position: relative;
	padding: 95px 0px 100px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.service-home-6:before{
	position: absolute;
	content: '';
	background: #232b3e;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.96;
}

.sec-title.light h2 {
    color: #fff;
}

.service-home-6 .service-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	max-width: 270px;
	margin: 0 auto;
}

.service-home-6 .service-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-home-6 .service-block .inner-box .image-box img{
	width: 100%;
}

.service-home-6 .service-block .inner-box .content-box .lower-content{
	position: relative;
	padding: 0px 20px 20px 20px;
}

.service-home-6 .service-block .inner-box .content-box .lower-content .icon-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 50px;
	border-radius: 50%;
	color: #fff;
	margin-top: -50px;
	margin-bottom: 14px;
}

.service-home-6 .service-block .inner-box .lower-content{
	background: -webkit-linear-gradient(-90deg, #303b55, #1a202f 100%);
}

.service-home-6 .service-block .inner-box span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 1px;
}

.service-home-6 .service-block .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 22px;
}

.service-home-6 .service-block .inner-box h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.service-home-6 .service-block .inner-box h3 a:hover{

}

.service-home-6 .service-block .inner-box .link a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: "Fira Sans", sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 14px 15px;
	background: #2c364d;
	transition: all 500ms ease;
}

.service-home-6 .service-block .inner-box .content-box{
	position: relative;
	transition: all 500ms ease;
}

.service-home-6 .service-block .inner-box:hover .content-box{
	opacity: 0;
}

.service-home-6 .service-block .inner-box .overlay-content{
	position: absolute;
	left: 0px;
	top: 20px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 500ms ease;
}

.service-home-6 .service-block .inner-box:hover .overlay-content{
	top: 0px;
	opacity: 1;
}

.service-home-6 .service-block .inner-box .overlay-content .image-box .text{
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #fff;
	display: flex;
	align-items: center;
	padding: 15px 15px;
	text-align: center;
	justify-content: center;
}

.service-home-6 .service-block .inner-box .overlay-content .image-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #727580;
}

.service-home-6 .service-block .inner-box .overlay-content .lower-content{
	padding: 21px 20px 20px 20px;
}

.service-home-6 .service-block .inner-box .overlay-content .lower-content .link a{
	background: transparent;
	border: 2px solid;
}

.service-home-6 .service-block .inner-box .overlay-content .lower-content .link a:hover{
	color: #fff;
}

.service-home-6 .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 36px;
}

.service-home-6 .owl-dots button{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,0.15);
	margin: 0px 5px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 500ms ease;
}

.service-home-6 .owl-dots button.active,
.service-home-6 .owl-dots button:hover{

}


/** chooseus-home-6 **/

.chooseus-home-6{
	position: relative;
	padding: 100px 0px 100px 0px;
}

.chooseus-home-6:before{
	position: absolute;
	content: '';
	background: #ebe8e4;
	width: 50%;
	height: 100%;
	top: 0px;
	right: 0px;
	opacity: 0.94;
	z-index: 1;
}

.chooseus-home-6 .bg-layer .bg-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-home-6 .bg-layer .bg-2{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.chooseus-home-6 .left-column{
	position: relative;
	display: block;
	color: #fff;
	padding: 52px 40px 50px 40px;
	z-index: 1;
}

.chooseus-home-6 .left-column .author-box{
	position: relative;
	padding: 0px 0px 0px 90px;
	margin-bottom: 32px;
}

.chooseus-home-6 .left-column .author-box .author-thumb{
	position: absolute;
	left: 0px;
	top: -2px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.chooseus-home-6 .left-column .author-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.chooseus-home-6 .left-column .author-box h6{
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.chooseus-home-6 .left-column .author-box h3{
	display: block;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-weight: 600;
}

.chooseus-home-6 .left-column .author-box h3 a{
	display: inline-block;
	color: #fff;
}

.chooseus-home-6 .left-column .author-box h3 a:hover{
	text-decoration: underline;
}

.chooseus-home-6 .left-column .text{
	position: relative;
	display: block;
	margin-bottom: 35px;
}

.chooseus-home-6 .left-column .text p{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 14px;
}

.chooseus-home-6 .left-column .text p:last-child{
	margin-bottom: 0px;
}

.chooseus-home-6 .left-column .text p a{
	color: #fff;
}

.chooseus-home-6 .left-column .text p a:hover{
	text-decoration: underline;
}

.chooseus-home-6 .left-column .icon-box{
	position: absolute;
	right: 20px;
	bottom: 40px;
}

.chooseus-home-6 .left-column .support-box a{
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: "Fira Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid #fff;
    transition: all 500ms ease;
}

.chooseus-home-6 .left-column .support-box a:hover{
	background: #fff;
}

.chooseus-home-6 .right-column{
	position: relative;
	display: block;
	padding-left: 30px;
	z-index: 2;
}

.chooseus-home-6 .right-column .single-item{
	position: relative;
	padding-left: 170px;
	margin-bottom: 64px;
	min-height: 122px;
}

.chooseus-home-6 .right-column .single-item:last-child{
	margin-bottom: 0px;
}

.chooseus-home-6 .right-column .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 4px;
	width: 110px;
	width: 110px;
	line-height: 110px;
	text-align: center;
	background: #fff;
	font-size: 50px;
	transition: all 500ms ease;
}

.chooseus-home-6 .right-column .single-item:hover .icon-box{
	background: #232b3e;
}

.chooseus-home-6 .right-column .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #232b3e;
	padding-bottom: 15px;
	margin-bottom: 21px;
}

.chooseus-home-6 .right-column .single-item h3:before{
	position: absolute;
	content: '';
	height: 3px;
    width: 70px;
    background: url(../images-2/icons/sec-title-dec-4.png);
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
}

.chooseus-home-6 .right-column .single-item p{
	font-size: 18px;
	color: #727580;
	line-height: 28px;
}


/** project-home-6 **/

.project-home-6{
	position: relative;
	padding: 95px 0px 100px 0px;
}

.project-home-6 .outer-container{
	position: relative;
	padding: 0px 30px;
}

.project-home-6 .single-item .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-home-6 .single-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #232b3e;
}

.project-home-6 .single-item .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-home-6 .single-item .inner-box:hover .image-box img{
	opacity: 0.1;
	transform: scale(1.05);
}

.project-home-6 .single-item .inner-box .content-box{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.project-home-6 .single-item .inner-box .content-box .text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	opacity: 0;
	transition: all 500ms ease;
}

.project-home-6 .single-item .inner-box:hover .content-box .text{
	bottom: 7px;
	opacity: 1;
}

.project-home-6 .single-item .inner-box .content-box .text p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}

.project-home-6 .single-item .inner-box .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.project-home-6 .single-item .inner-box .content-box .text h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.project-home-6 .single-item .inner-box .content-box .text h3 a:hover{

}

.project-home-6 .single-item .inner-box .content-box .other-links{
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.project-home-6 .single-item .inner-box:hover .content-box .other-links{
	opacity: 1;
	transform: scale(1,1);
}

.project-home-6 .single-item .inner-box .content-box .other-links li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.project-home-6 .single-item .inner-box .content-box .other-links li:last-child{
	margin-bottom: 0px;
}

.project-home-6 .single-item .inner-box .content-box .other-links li a{
	position: relative;
	display: inline-block;
	width: 60px;
	line-height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 24px;
	color: #232b3e;
	text-align: center;
	transition: all 500ms ease;
}

.project-home-6 .single-item .inner-box .content-box .other-links li a:hover{
	color: #fff;
}

.project-home-6 .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 36px;
}

.project-home-6 .owl-dots button{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #e9e4de;
	margin: 0px 5px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 500ms ease;
}

.project-home-6 .owl-dots button.active,
.project-home-6 .owl-dots button:hover{

}



/** team-home-6 **/

.team-home-6{
	position: relative;
	padding: 95px 0px 100px 0px;
	background-color: #ebe8e4;
}

.team-home-6 .single-item .inner-box{
	position: relative;
	display: block;
	padding-bottom: 4px;
}

.team-home-6 .single-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.team-home-6 .single-item .inner-box .image-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, #bd8a4a 0%, #232b3e 86%);
    background-image: -webkit-linear-gradient( 90deg, #bd8a4a 0%, #232b3e 86%);
    background-image: -ms-linear-gradient( 90deg, #bd8a4a 0%, #232b3e 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
}

.team-home-6 .single-item .inner-box:hover .image-box:before {
    opacity: .8;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.team-home-6 .single-item .inner-box .image-box img{
	width: 100%;
}

.team-home-6 .single-item .inner-box .image-box .icon-box{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}

.team-home-6 .single-item .inner-box .image-box .icon-box a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	z-index: 1;
	transition: all 500ms ease;
}

.team-home-6 .single-item .inner-box .image-box .icon-box a:hover{
	background: #fff;
}

.team-home-6 .single-item .inner-box .lower-content{
	position: relative;
	margin-left: 20px;
	max-width: 190px;
}

.team-home-6 .single-item .inner-box .lower-content .inner{
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	padding: 26px 22px 23px 20px;
	margin-top: -115px;
	box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 10%);
	transition: all 500ms ease;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner{
	margin-top: -183px;
	padding-bottom: 91px;
}

.team-home-6 .single-item .inner-box .lower-content .inner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.team-home-6 .single-item .inner-box .lower-content .inner h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 4px;
}

.team-home-6 .single-item .inner-box .lower-content .inner h3 a{
	display: inline-block;
	color: #232b3e;
	transition: all 500ms ease;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner h3 a{
	color: #fff;
}

.team-home-6 .single-item .inner-box .lower-content .inner .designation{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	transition: all 500ms ease;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner .designation{
	color: #fff;
}

.team-home-6 .single-item .inner-box .lower-content .inner .social-links{
	position: absolute;
	left: 20px;
	bottom: 30px;
	opacity: 0;
	transition: all 500ms ease;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner .social-links{
	opacity: 1;
}

.team-home-6 .single-item .inner-box .lower-content .inner .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.team-home-6 .single-item .inner-box .lower-content .inner .social-links li:last-child{
	margin: 0px !important;
}

.team-home-6 .single-item .inner-box .lower-content .inner .social-links li a{
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background-color: rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
}

.team-home-6 .single-item .inner-box .lower-content .inner:after{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 2px;
	left: 0px;
	bottom: -4px;
	transition: all 500ms ease;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner:after{

}

.team-home-6 .sec-title{
	position: relative;
}

.team-home-6 .sec-title .theme-btn{
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-transform: uppercase;
}


/** testimonial-home-6 **/

.testimonial-home-6{
	position: relative;
	padding: 100px 0px 95px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.testimonial-home-6:before{
	position: absolute;
	content: '';
	background: #232b3e;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.95;
}

.testimonial-home-6 .inner-box{
	position: relative;
	display: block;
	max-width: 750px;
	margin: 0 auto;
}

.testimonial-home-6 .inner-box .thumb-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 3px;
	margin-bottom: 25px;
}

.testimonial-home-6 .inner-box .thumb-box img{
	border-radius: 50%;
}

.testimonial-home-6 .inner-box .thumb-box:before{
	position: absolute;
	content: "\f14a";
	font-family: 'Flaticon';
	font-size: 18px;
	bottom: 0px;
	right: -14px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.testimonial-home-6 .inner-box .rating {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.testimonial-home-6 .inner-box .rating li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	margin: 0px 2px;
}

.testimonial-home-6 .inner-box .text p{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 44px;
	font-weight: 500;
	color: #c4c9cf;
	font-style: italic;
	margin-bottom: 26px;
} 

.testimonial-home-6 .inner-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.testimonial-home-6 .inner-box .text .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.testimonial-home-6 .owl-nav{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.testimonial-home-6 .owl-nav .owl-prev{
	position: absolute;
	left: 0px;
	top: -50px;
	background: url(../images-2/resource/testimonial-2.png) !important;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-repeat: no-repeat;
	color: #fff;
	transition: all 500ms ease;
}

.testimonial-home-6 .owl-nav .owl-next{
	position: absolute;
	right: 0px;
	top: -50px;
	background: url(../images-2/resource/testimonial-3.png) !important;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-repeat: no-repeat;
	color: #fff;
	transition: all 500ms ease;
}

.testimonial-home-6 .owl-nav .owl-prev:before{
	position: absolute;
	content: '\f0d9';
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	left: 18px;
	bottom: -39px;
	color: #fff;
	font-weight: 700;
	transition: all 500ms ease;
}

.testimonial-home-6 .owl-nav .owl-next:before{
	position: absolute;
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	right: 18px;
	bottom: -35px;
	color: #fff;
	font-weight: 700;
	transition: all 500ms ease;
}

.testimonial-home-6 .owl-nav .owl-prev:after{
	position: absolute;
	content: 'prev';
	font-family: 'Fira Sans' sans-serif;
	font-size: 14px;
	left: 35px;
	bottom: -39px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.testimonial-home-6 .owl-nav .owl-next:after{
	position: absolute;
	content: 'next';
	font-family: 'Fira Sans' sans-serif;
	font-size: 14px;
	right: 35px;
	bottom: -35px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.testimonial-home-6 .owl-nav .owl-prev:hover:before,
.testimonial-home-6 .owl-nav .owl-next:hover:before,
.testimonial-home-6 .owl-nav .owl-prev:hover:after,
.testimonial-home-6 .owl-nav .owl-next:hover:after{

}


/** news-home-6 **/

.news-home-6{
	position: relative;
	padding: 95px 0px 70px 0px;
}

.news-home-6 .sec-title{
	position: relative;
}

.news-home-6 .sec-title .theme-btn{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.news-home-6 .news-block-two .lower-content{
	border-radius: 0px;
	background: #ebe8e4;
}

.news-home-6 .news-block-two .lower-content:before{
	border-radius: 0px;
}

.news-home-6 .news-block-two .read-more-link{
	padding-left: 0px;
	padding-right: 15px;
	color: #727580;
	text-transform: uppercase;
}

.news-home-6 .news-block-two .read-more-link:before{
	display: none;
}

.news-home-6 .news-block-two .read-more-link i{
	left: inherit;
	right: 0px;
	top: 0px;
	opacity: 1;
	font-size: 18px;
}

.news-home-6 .news-block-two:hover .read-more-link{

}


/** cta-home-6 **/

.cta-home-6{
	position: relative;
	padding: 55px 0px;
}

.cta-home-6 .text{
	position: relative;
	display: block;
	padding-left: 100px;
	margin: 0px;
	min-height: 70px;
}

.cta-home-6 .text .icon-box{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 40px;
	background: #fff;
	text-align: center;
}

.cta-home-6 .text h2{
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin: 0px;
}

.cta-home-6 .form-inner{
	position: relative;
	margin-top: 5px;
}

.cta-home-6 .form-inner .form-group{
	position: relative;
	margin-bottom: 0px;
	padding-right: 200px;
}

.cta-home-6 .form-inner .form-group i{
	position: absolute;
	left: 30px;
	top: 22px;
	font-size: 18px;
	color: #fff;
	z-index: 1;
}

.cta-home-6 .form-inner .form-group input[type='email']{
	position: relative;
	width: 100%;
	display: block;
	height: 70px;
	border: 2px solid #fff;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background: transparent;
	padding: 10px 20px 10px 60px;
	transition: all 500ms ease;
    border-radius: 0;
}

.cta-home-6 .form-inner .form-group input::placeholder {
    color: #fff;
}

.cta-home-6 .form-inner .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	cursor: pointer;
	transition: all 500ms ease;
}


/** contact-home-6 **/

.contact-home-6{
	position: relative;
	padding: 95px 0px 100px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-home-6 .form-inner{
	position: relative;
	display: block;
	background: #fff;
	padding: 44px 50px 50px 50px;
	box-shadow: 0px 0px 40px 0px rgb(27 31 45 / 15%);
}

.contact-home-6 .default-form .form-group{
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.contact-home-6 .default-form .form-group:last-child{
	margin-bottom: 0px;
}

.contact-home-6 .default-form .form-group label{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #232b3e;
	margin-bottom: 8px;
}

.contact-home-6 .default-form .form-group input[type='text'],
.contact-home-6 .default-form .form-group input[type='email'],
.contact-home-6 .default-form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	background: #ebe8e4;
	border: 1px solid #ebe8e4;
	font-size: 18px;
	color: #727580;
	font-weight: 400;
	padding: 10px 20px;
	transition: all 500ms ease;
}

.contact-home-6 .default-form .form-group textarea{
	resize: none;
	height: 207px;
}

.contact-home-6 .default-form .form-group button{
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid;
	background: transparent;
	padding: 14.5px 15px;
	transition: all 500ms ease;
}

.contact-home-6 .default-form .form-group button:hover{
	color: #fff;
}

.contact-home-6 .default-form .form-group.message-btn{
	padding-top: 4px;
}

.home-6 .client-section-two{
	padding: 95px 0px 100px 0px;
}

.home-6 .client-section-two .column img{
	opacity: 1;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

.home-6 .client-section-two .column:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}


/** footer-style-six **/

.footer-style-six{
	position: relative;
	width: 100%;
	background: #232b3e;
}

.footer-style-six .footer-top{
	position: relative;
	padding: 96px 0px 90px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-style-six p,
.footer-style-six a{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #9b9da8;
}

.footer-style-six .footer-top a:hover{

}

.footer-style-six .footer-top .footer-logo{
	position: relative;
	margin-bottom: 31px;
}

.footer-style-six .footer-top .links-widget .links-list li a:hover{

}

.footer-style-six .footer-top .text{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.footer-style-six .footer-top .download-box{
	position: relative;
	display: block;
	padding-left: 63px;
	min-height: 56px;
}

.footer-style-six .footer-top .download-box a{
	position: absolute;
	left: 0px;
	top: 6px;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	border: 2px solid;
	transition: all 500ms ease;
}

.footer-style-six .footer-top .download-box h5{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
}

.footer-style-six .footer-top .download-box a:hover{
	color: #fff;
}

.footer-style-six .footer-top .widget-title{
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 32px;
}

.footer-style-six .footer-top .widget-title:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 70px;
    background: url(../images-2/icons/sec-title-dec-4.png);
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
}

.footer-style-six .footer-top .widget-title h3{
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
}

.footer-style-six .footer-top .links-widget .links-list li{
	position: relative;
	float: left;
	width: 50%;
	display: block;
	margin-bottom: 12px;
}

.footer-style-six .footer-top .links-widget .links-list li:last-child{
	margin-bottom: 0px;
}

.footer-style-six .footer-top .links-widget .links-list li a{
	display: inline-block;
}

.footer-style-six .footer-top .counter-widget .single-item{
	position: relative;
	display: block;
	margin-bottom: 18px;
	padding-left: 75px;
}

.footer-style-six .footer-top .counter-widget .single-item:last-child{
	margin-bottom: 0px;
}

.footer-style-six .footer-top .counter-widget .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 1px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	background: #303b54;
	font-size: 24px;
	text-align: center;
}

.footer-style-six .footer-top .counter-widget .single-item .count-outer{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2px;
}

.footer-style-six .footer-top .counter-widget .single-item h6{
	display: block;
	font-size: 16px;
	line-height: 34px;
	color: #9b9da8;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
}

.footer-style-six .footer-top .location-widget .map-outer{
	position: relative;
	display: block;
}

.footer-style-six .footer-top .location-widget .map-outer #contact-google-map{
	position: relative;
	width: 100%;
	height: 222px;
}

.footer-style-six .footer-bottom{
	position: relative;
	padding: 22px 0px;
	border-top: none;
}

.footer-style-six .footer-bottom .footer-nav li{
	position: relative;
	float: left;
	margin-right: 22px;
}

.footer-style-six .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-six .footer-bottom .footer-nav li a{
	position: relative;
}

.footer-style-six .footer-bottom .footer-nav li a:before{
	position: absolute;
	content: '/';
	top: -3px;
	right: -15px;
	color: #9b9da8;
}

.footer-style-six .footer-bottom .footer-nav li:last-child a:before{
	display: none;
}

.home-6 .preloader {
    background-image: url(../images-2/icons/preloader-1.svg);
}

.home-7 .preloader {
    background-image: url(../images-2/icons/preloader-2.svg);
}

.home-10 .preloader {
    background-image: url(../images-2/icons/preloader-3.svg);
}

.home-11 .preloader {
    background-image: url(../images-2/icons/preloader-4.svg);
}

.home-12 .preloader {
    background-image: url(../images-2/icons/preloader-5.svg);
}


/** header-style-seven **/

.header-style-seven{
	position: relative;
}

.header-style-seven .auto-container{
	max-width: 1590px;
}

.header-style-seven .header-top{
	background: #272c49;
}

.header-style-seven .header-top .contact-info li{
	font-weight: 400;
}

.header-style-seven .header-top .contact-info li i{
	position: relative;
	top: 1px;
}

.header-style-seven .header-top .text{
	font-weight: 400;
}

.header-style-seven .header-top .text i{
	position: relative;
	top: 1px;
	margin-right: 8px;
}

.header-style-seven .header-top .text span{
	margin-right: 0px;
	padding-right: 0px;
}

.header-style-seven .header-upper .logo-box .logo{
	position: relative;
	padding: 28px 30px 30px 0px;
	margin-right: 30px;
	float: left;
}

.header-style-seven .header-upper .logo-box .logo:before{
	position: absolute;
	content: '';
	background: #d9e5e3;
	width: 1px;
	height: 50px;
	top: 25px;
	right: 0px;
}

.header-style-seven .header-upper .logo-box .login-box{
	position: relative;
	float: left;
}

.header-style-seven .header-upper .logo-box{
	display: flex;
	align-items: center;
}

.header-style-seven .header-upper .logo-box .login-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #717776;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 16px;
	transition: all 500ms ease;
}

.header-style-seven .header-upper .logo-box .login-box a i{
	position: relative;
	font-size: 20px;
	margin-right: 8px;
	color: #313652;
	font-weight: 400;
	top: 1px;
}

.header-style-seven .header-upper .logo-box .login-box a:before{
	position: absolute;
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	top: 1px;
	right: 0px;
	font-size: 16px;
}

.header-style-seven .header-upper .logo-box .login-box a:hover{

}

.header-style-seven .navbar-right-info .btn-style-four i{
	position: absolute;
	left: 10px;
	top: 9px;
	font-size: 20px;
	font-weight: 400;
	z-index: 2;
}

.header-style-seven .navbar-right-info .btn-style-four i:before{
	color: #fff;
}

.header-style-seven .navbar-right-info .btn-style-four .btn-title{
	padding: 10px 12px 10px 38px;
}

.search-popup .close-search{
	background: transparent;
}

.header-style-seven .navbar-right-info .search-toggler{
	margin-right: 30px;
}

.header-style-seven .header-upper{
	border-top: none;
}

.header-style-seven .main-menu .navigation>li.dropdown{
	padding-right: 0px;
	margin-right: 44px;
}

.header-style-seven .main-menu .navigation>li.dropdown>a:after{
	display: none;
}

.header-style-seven .main-menu .navigation>li>a{
	font-weight: 700;
	color: #272c49;
}

.header-style-seven .main-menu .navigation>li:last-child{
	margin-right: 0px;
}

.header-style-seven .navbar-right-info{
	padding-left: 30px;
	position: relative;
}

.header-style-seven .navbar-right-info:before{
	position: absolute;
	content: '';
	background: #d9e5e3;
	width: 1px;
	height: 50px;
	left: -2px;
	top: 0px;
}

.header-style-seven .sticky-header{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header-style-seven .main-menu .navigation>li.current>a,
.header-style-seven .main-menu .navigation>li>a:hover{

}


/** banner-style-seven **/

.banner-section.style-seven{
	position: relative;
}

.banner-section.style-seven .outer-container{
	position: relative;
	max-width: 1560px;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}

.banner-section.style-seven .pattern-layer{
	position: absolute;
	left: 0px;
	top: 325px;
	right: 0px;
	width: 100%;
	height: 797px;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-section.style-seven .banner-carousel .content-box{
	min-height: auto;
	padding: 0px;
}

.banner-section.style-seven .banner-carousel .slide-item{
	position: relative;
	padding: 134px 0px 145px 0px;
}

.banner-section.style-seven .banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(0deg, rgba(39,44,73,0.95)20%, rgba(255,255,255,0.0) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.banner-section.style-seven .banner-carousel .content-box h2{
	position: relative;
	display: block;
	font-size: 80px;
	line-height: 85px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 27px;
	margin-bottom: 31px;
}

.banner-section.style-seven .banner-carousel .content-box h2 span{
	display: block;
	font-weight: 700;
}

.banner-section.style-seven .banner-carousel .content-box h2:before{
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.banner-section.style-seven .banner-carousel .content-box h2:after{
	display: none;
}

.banner-section.style-seven .banner-carousel .content-box .text{
	display: block;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 33px;
	font-size: 18px;
	line-height: 28px;
	color: #a6a8b6;
	width: 100%;
}

.banner-section.style-seven .banner-carousel .content-box .btn-style-four .btn-title{
	padding: 13px 43px;
	text-transform: uppercase;
}

.banner-section.style-seven .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section.style-seven .owl-theme .owl-nav .owl-next:hover::after{

}

.banner-section.style-seven .owl-theme .owl-nav .owl-next{
	top: inherit;
	bottom: 120px;
}

.banner-section.style-seven .owl-theme .owl-nav{
	position: absolute;
	top: inherit;
	left: inherit;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
}

.banner-section.style-seven .owl-theme .owl-nav .owl-prev{
	top: inherit;
	bottom: 40px;
	left: inherit;
	right: 50px;
}

.feature-block-five .inner-box{
	z-index: 1;
}

.feature-block-five .inner-box .bg-shape{
	position: absolute;
	left: 0px;
	top: 4px;
	width: 270px;
	height: 270px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: 0;
	transition: all 500ms ease;
}

.feature-block-five .inner-box:hover .bg-shape{
	left: -5px;
	top: -1px;
	opacity: 1;
}

.home-7 .sec-title h2{
	color: #272c49;
}


/** service-home-7 **/

.service-home-7{
	position: relative;
	padding: 95px 0px 100px 0px;
}

.service-home-7 .single-item .inner-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 5%);
}

.service-home-7 .single-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-home-7 .single-item .inner-box .image-box:before{
	position: absolute;
	content: '';
	background: #272c49;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 0px;
	opacity: 0.9;
	z-index: 1;
	transition: all 500ms ease;
}

.service-home-7 .single-item .inner-box:hover .image-box:before{
	height: 100%;
}

.service-home-7 .single-item .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.service-home-7 .single-item .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.service-home-7 .single-item .inner-box .lower-content{
	position: relative;
	border: 1px solid #d9e5e3;
	border-radius: 0px 0px 10px 10px;
	border-top: none;
	padding-right: 80px;
}

.service-home-7 .single-item .inner-box .lower-content .othre-box{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 80px;
}

.service-home-7 .single-item .inner-box .lower-content .text{
	position: relative;
	padding: 25px 20px 22px 20px;
	border-right: 1px solid #d9e5e3;
	border-top: 1px solid #d9e5e3;
	margin: 0px;
}

.service-home-7 .single-item .inner-box .lower-content .text h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	padding-bottom: 12px;
	margin-bottom: 11px;
	border-bottom: 1px solid #d9e5e3;
}

.service-home-7 .single-item .inner-box .lower-content .text h3 a{
	display: inline-block;
	color: #272c49;
	transition: all 500ms ease;
}

.service-home-7 .single-item .inner-box .lower-content .text h3 a:hover{

}

.service-home-7 .single-item .inner-box .lower-content .text p{
	font-size: 18px;
	line-height: 28px;
	color: #717776;
}

.service-home-7 .single-item .inner-box .lower-content .othre-box .icon-box{
	position: relative;
	display: inline-block;
	width: 80px;
	height: 110px;
	line-height: 110px;
	background-color: #ecf4f3;
	text-align: center;
	border-bottom: 1px solid #d9e5e3;
}

.service-home-7 .single-item .inner-box .lower-content .othre-box .link{
	position: relative;
	display: flex;
	align-items: center;justify-content: center;
	text-align: center;
	height: 48px;
}

.service-home-7 .single-item .inner-box .lower-content .othre-box .link a{
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #b5c1c0;
}

.service-home-7 .single-item .inner-box .lower-content .othre-box .link a:hover{

}


/** about-home-7 **/

.about-home-7{
	position: relative;
	padding: 0px 180px;
	z-index: 1;
}

.about-home-7 .outer-container{
	position: relative;
	padding: 100px 0px 95px 0px;
	background-color: #272c49;
	border-radius: 8px;
}

.about-home-7 .image-box{
	position: relative;
	display: block;
	padding-right: 140px;
	padding-top: 160px;
	margin-right: 20px;
}

.about-home-7 .image-box .image{
	border-radius: 8px;
}

.about-home-7 .image-box .image img{
	width: 100%;
	border-radius: 8px;
}

.about-home-7 .image-box .image-2{
	position: absolute;
	top: 0px;
	right: 0px;
}

.about-home-7 .image-box .image-1{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.about-home-7 .image-box .image-1:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); 
}

.about-home-7 .image-box:hover .image-1:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.about-home-7 .image-box .icon-box{
	position: absolute;
	bottom: 80px;
	right: 60px;
	width: 170px;
	height: 170px;
	line-height: 170px;
	text-align: center;
	background-color: #31375b;
	border-radius: 50%;
	border: 2px solid;
	color: #fff;
	z-index: 1;
}

.about-home-7 .image-box .curved-circle {
    position: absolute;
    width: 170px;
	height: 170px;
	bottom: 89px;
	right: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--fira-sans);
    min-height: 140px;
    z-index: 1;
}

.home-7 .sec-title.light h2{
	color: #fff;
}

.about-home-7 .content-box{
	position: relative;
	display: block;
	margin-top: -5px;
}

.about-home-7 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 38px;
}

.about-home-7 .content-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #a6a8b6;
}

.about-home-7 .content-box .inner-box{
	position: relative;
	display: block;
	padding-left: 170px;
	margin-bottom: 45px;
}

.about-home-7 .content-box .inner-box .award-box{
	position: absolute;
	left: 0px;
	top: -5px;
	width: 108px;
	height: 108px;
}

.about-home-7 .content-box .inner-box .award-box:before{
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.1);
	width: 1px;
	height: 107px;
	top: 0px;
	right: -32px;
}

.about-home-7 .content-box .inner-box .award-box img{
	width: 100%;
}

.about-home-7 .content-box .inner-box h2{
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
	margin-bottom: 1px;
}

.about-home-7 .content-box .inner-box h3{
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 600;
}

.about-home-7 .content-box .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.about-home-7 .content-box .link a i{
	position: relative;
	font-size: 24px;
	margin-right: 10px;
	top: 2px;
	font-weight: 400;
}

.about-home-7 .content-box .link a:hover{

}

.about-home-7 .content-box .sec-title{
	margin-bottom: 31px;
}


/** chooseus-home-7 **/

.chooseus-home-7{
	position: relative;
	padding: 95px 0px 25px 0px;
	background-color: #ecf4f3;
}

.chooseus-home-7 .inner-box .single-item{
	position: relative;
	display: block;
	padding-left: 110px;
	margin-left: 30px;
	margin-bottom: 36px;
	padding-bottom: 34px;
	padding-right: 15px;
	border-bottom: 1px solid #d3dfdd;
}

.chooseus-home-7 .inner-box .single-column:nth-child(3) .single-item,
.chooseus-home-7 .inner-box .single-column:last-child .single-item{
	border-bottom: none;
}

.chooseus-home-7 .inner-box .single-item:before{
	position: absolute;
	content: '';
	background: #d3dfdd;
	width: 1px;
	height: calc(100% - 44px);
	top: 4px;
	right: -15px;
}

.chooseus-home-7 .inner-box .single-item:after{
	position: absolute;
	content: '';
	background: #d3dfdd;
	width: 1px;
	height: calc(100% - 44px);
	top: 4px;
	left: -30px;
}

.chooseus-home-7 .inner-box .single-column:nth-child(2) .single-item:after,
.chooseus-home-7 .inner-box .single-column:last-child .single-item:after{
	display: none;
}

.chooseus-home-7 .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 4px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 10px 10px 2px rgb(0 0 0 / 10%);
	border: 2px solid #fff;
	transition: all 500ms ease;
}

.chooseus-home-7 .inner-box .single-item:hover .icon-box{

}

.chooseus-home-7 .inner-box .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 8px;
}

.chooseus-home-7 .inner-box .single-item p{
	font-size: 18px;
	line-height: 28px;
	color: #717776;
	margin-bottom: 12px;
}

.chooseus-home-7 .inner-box .single-item a{
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #272c49;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.chooseus-home-7 .inner-box .single-item a i{
	position: relative;
	font-size: 24px;
	top: 4px;
	color: #b4c1bf;
	margin-right: 10px;
	font-weight: 400;
	transition: all 500ms ease;
}

.chooseus-home-7 .inner-box .single-item a:hover{

}

.chooseus-home-7 .inner-box .single-item a:hover i{

}

.chooseus-home-7 .bg-layer{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 1097px;
	background-repeat: no-repeat;
	background-size: cover;
}


/** clients-home-7 **/

.clients-home-7{
  position: relative;
}

.clients-home-7 .clients-logo-box{
  position: relative;
  display: block;
  padding: 50px 0px;
  border-right: 1px solid rgba(0,0,0,0.1);
}

.clients-home-7 .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-home-7 .clients-logo-box .logo-title{
  position: absolute;
  left: 40px;
  bottom: -38px;
  width: calc(100% - 80px);
  background: #fff;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.clients-home-7 .clients-logo-box:hover .logo-title{
  bottom: -28px;
  opacity: 1;
  visibility: visible;
}

.clients-home-7 .clients-logo-box .logo-title:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -13px;
  top: -8px;
  transform: rotate(45deg);
}

.clients-home-7 .clients-logo-box .logo-title a{
  position: relative;
  display: block;
  padding: 15px 20px 11px 20px;
  font-size: 18px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 30px;
  font-weight: 600;
  color: #272c49;
  z-index: 1;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 5%);
}

.clients-home-7 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.clients-home-7 .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.clients-home-7 .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}


/** works-home-7 **/

.works-home-7{
	position: relative;
	overflow: hidden;
	padding: 95px 0px 100px 0px;
}

.works-home-7 .inner-container{
	position: relative;
	display: block;
	background: #e6eeed;
	border-radius: 10px;
	padding: 0px 30px 70px 30px;
}

.works-home-7 .single-item{
	position: relative;
	display: block;
	padding: 0px 15px;
	margin-bottom: 53px;
}

.works-home-7 .single-item:before{
	position: absolute;
	content: '';
	background: #d3dfdd;
	width: 1px;
	height: 138px;
	right: -15px;
	bottom: 0px;
}

.works-home-7 .single-column:last-child .single-item:before{
	display: none;
}

.works-home-7 .single-item .icon-box{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 90px;
	background: #e6eeed;
	text-align: center;
	border-radius: 50%;
	border: 15px solid #fff;
	transition: all 500ms ease;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	margin-bottom: 20px;
	margin-top: -46px;
	top: -14px;
}

.works-home-7 .single-item:hover .icon-box{
	
}

.works-home-7 .single-item span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.works-home-7 .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 9px;
}

.works-home-7 .single-item p{
	font-size: 18px;
	line-height: 28px;
	color: #717776;
}

.works-home-7 .more-text{
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 12px 75px 14px 75px;
	text-align: center;
	border: 2px solid;
	border-radius: 10px;
}

.works-home-7 .more-text h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	padding-left: 36px;
}

.works-home-7 .more-text i{
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 24px;
}

.works-home-7 .more-text h3 a{
	display: inline-block;
}

.works-home-7 .more-text h3 a:hover{
	text-decoration: underline !important;
}

.works-home-7 .sec-title{
	margin-bottom: 110px;
}

.works-home-7 .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1018px;
	height: 833px;
	background-repeat: no-repeat;
}

.works-home-7 .pattern-layer .pattern-2{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 834px;
	height: 828px;
	background-repeat: no-repeat;
}

.home-7 .funfacts-section{
	background: #272c49;
}

.home-7 .fact-counter .count-box{
	background-image: none;
}

.home-7 .fact-counter .inner{
	background: #31375b;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
}

.home-7 .fact-counter .icon-box .counter-title{
	color: #fff;
}

.home-7 .fact-counter .text{
	color: #a6a8b6;
	font-weight: 400;
}


/** testimonial-home-7 **/

.testimonial-home-7{
	position: relative;
	width: 100%;
	padding: 100px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-home-7 .consult-form{
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin: 0px;
}

.testimonial-home-7 .form-inner input,
.testimonial-home-7 .contact-form .bootstrap-select>.dropdown-toggle{
	color: #717776 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}

.testimonial-home-7 .form-inner .btn-style-three{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
}

.testimonial-home-7 .form-inner .btn-style-three {
    position: relative;
    font-size: 18px;
	font-weight: 400;
	text-align: left;
    line-height: 50px;
    background: transparent;
}

.testimonial-home-7 .form-inner .btn-style-three::before {
    position: absolute;
    content: "";
    left: 2px;
    bottom: 8px;
    right: 0px;
    border-bottom: 2px dashed rgb(12, 41, 87);
}

.testimonial-home-7 .form-inner .btn-style-three i {
    margin-right: 8px;
}

.testimonial-home-7 .form-inner .btn-style-three::before{
	position: absolute;
    content: "";
    left: 0px;
    bottom: 8px;
    right: 0px;
	border-bottom: 1px dashed #2f334f;
}

.testimonial-home-7 .form-inner .btn-style-four{
	width: 100%;
}

.testimonial-home-7 .form-inner .contact-form .form-group{
	padding: 0px 10px;
}

.testimonial-home-7 .form-inner{
    position: relative;
}

.testimonial-home-7 .form-inner:before{
	position: absolute;
    content: "";
    top: 0px;
    left: 18px;
    right: 18px;
    bottom: -10px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.testimonial-home-7 .form-inner .contact-form{
    position: relative;
    z-index: 9;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    background: transparent;
    border-radius: 0px;
}

.testimonial-home-7 .form-inner .contact-form{
	position: relative;
	margin: 0px -5px;
}

.testimonial-home-7 .form-inner .sec-title h4{
	margin-bottom: 12px;
}

.testimonial-home-7 .form-inner .sec-title h2{
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.testimonial-home-7 .form-inner .sec-title{
	margin-bottom: 30px;
}

.testimonial-home-7 .form-inner .theme-btn{
	margin-top: 0px;
}

.testimonial-home-7 .form-inner .more-text{
	position: relative;
	display: block;
	margin-top: -9px;
}

.testimonial-home-7 .form-inner .more-text p{
	font-size: 18px;
	line-height: 28px;
	color: #717776;
}

.testimonial-home-7 .cform-inner .more-text p span{

}

.testimonial-home-7 .consult-form{
    position: relative;
    z-index: 9;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
    padding: 44px 50px 43px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.testimonial-home-7 .consult-form:before{
	display: none;
}

.testimonial-home-7 .testimonial-inner{
	position: relative;
}

.testimonial-home-7 .testimonial-inner:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 18px;
	right: 18px;
	bottom: -10px;
	-webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
	box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
	background: rgb(255, 255, 255);
	border-radius: 10px;
}

.testimonial-home-7 .testimonial-content{
	position: relative;
	display: block;
	background: #fff;
	padding: 0px 55px 50px 55px;
	-webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
    text-align: center;
    border-radius: 10px;
	z-index: 9;
}

.testimonial-home-7 .testimonial-content .inner-box{
	position: relative;
	display: block;
	padding-top: 50px;
}

.testimonial-home-7 .testimonial-content .inner-box .thumb-box{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #fff;
	padding: 4px;
	-webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 30px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 30px 0px;
    margin-bottom: 19px;
}

.testimonial-home-7 .testimonial-content .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-home-7 .testimonial-content .quote-text{
	position: absolute;
	display: inline-block;
	left: 30px;
	top: 60px;
	font-size: 400px;
	line-height: 320px;
	font-family: 'Fira Sans', sans-serif;
	color: #e6eeed;
	font-weight: 400;
	text-transform: uppercase;
}

.testimonial-home-7 .testimonial-content .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0px;
}

.testimonial-home-7 .testimonial-content .inner-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 15px;
}

.testimonial-home-7 .testimonial-content .inner-box p{
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #717776;
}

.testimonial-home-7 .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: 50%;
    transform: translateX(-50%);
    color: #353954;
    border: 1px solid #d9e5e3;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    margin-left: 33px;
    z-index: 1
}

.testimonial-home-7 .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 56px;
    height: 56px;
    line-height: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #353954;
    border: 1px solid #d9e5e3;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -61px;
    z-index: 1;
}

.testimonial-home-7 .owl-theme .owl-nav{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 35px;
	height: 56px;
}

.testimonial-home-7 .owl-theme .owl-nav .owl-next:hover::after,
.testimonial-home-7 .owl-theme .owl-nav .owl-prev:hover::after{

}

.testimonial-home-7 .owl-theme .owl-nav:before{
	position: absolute;
	content: '';
	background: #d9e5e3;
	width: calc(50% - 80px);
	height: 1px;
	left: 0px;
	top: 27px;
}

.testimonial-home-7 .owl-theme .owl-nav:after{
	position: absolute;
	content: '';
	background: #d9e5e3;
	width: calc(50% - 80px);
	height: 1px;
	right: 0px;
	top: 27px;
}


/** news-home-7 **/

.news-home-7{
	position: relative;
	background: #e6eeed;
	padding: 95px 0px 100px 0px;
}

.news-home-7 .news-block-one.style-two{
	border-radius: 8px;
	margin: 0px;
}

.news-home-7 .news-block-one.style-two .inner-box{
	margin: 0px;
	border-radius: 8px;
}

.news-home-7 .news-block-one .author:before{
	position: absolute;
	content: '';
	border: 2px solid;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	opacity: 0;
	transition: all 500ms ease;
}

.news-home-7 .news-block-one .author:hover:before{
	opacity: 1;
}

.news-home-7 .news-block-one .author{
	transition: all 500ms ease;
	border-radius: 50%;
}

.news-home-7 .news-block-one .read-more-btn a{
	text-transform: uppercase;
}

.news-home-7 .news-block-one .read-more-btn a i{
	opacity: 1;
	margin-right: 10px;
	position: relative;
	font-size: 24px;
	top: 4px;
	color: #b5c1c0;
	font-weight: 400;
	transition: all 500ms ease;
}

.news-home-7 .news-block-one .read-more-btn a:hover i{

}

.news-home-7 .news-block-one .read-more-btn a:hover{

}

.news-home-7 .news-block-one h4 a:hover{

}

.news-home-7 .news-block-one h4 a{
	transition: all 500ms ease;
}


/** subscribe-home-7 **/

.subscribe-home-7{
	position: relative;
	overflow: hidden;
	padding: 100px 0px 95px 0px;
}

.subscribe-home-7 .inner-box{
	position: relative;
	display: block;
}

.subscribe-home-7 .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #e6eeed;
	border-radius: 50%;
	margin-bottom: 25px;
}

.subscribe-home-7 .inner-box h2{
	display: block;
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	margin-bottom: 11px;
}

.subscribe-home-7 .inner-box p{
	font-size: 18px;
	line-height: 28px;
	color: #717776;
	margin-bottom: 33px;
}

.subscribe-home-7 .inner-box .subscribe-form{
	position: relative;
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 22px;
}

.subscribe-home-7 .inner-box .subscribe-form .form-group{
	position: relative;
	margin: 0px;
}

.subscribe-home-7 .inner-box .subscribe-form .form-group input[type='email']{
	position: relative;
	display: block;
	width: 100%;
	height: 66px;
	background: #fff;
	border-radius: 10px;
	padding: 10px 150px 10px 30px;
	font-size: 18px;
	color: #717776;
	font-weight: 400;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.subscribe-home-7 .inner-box .subscribe-form .form-group button{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
	height: 46px;
	text-align: center;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.subscribe-home-7 .inner-box .subscribe-form .form-group input:focus + button,
.subscribe-home-7 .inner-box .subscribe-form .form-group button:hover{
	background: #272c49;
}

.subscribe-home-7 .inner-box .more-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	font-weight: 500;
	margin: 0px;
}

.subscribe-home-7 .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 967px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.subscribe-home-7 .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 859px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}


/** footer-style-seven **/

.footer-style-seven{
	position: relative;
	background: #272c49;
}

.footer-style-seven .footer-top{
	position: relative;
	padding: 96px 0px 72px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-style-seven .footer-top .widget-title{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.footer-style-seven .footer-top .widget-title h3{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.footer-style-seven .footer-top .contact-widget .info li{
	position: relative;
	display: block;
	padding-left: 36px;
	margin-bottom: 17px;
}

.footer-style-seven .footer-top .contact-widget .info li:last-child{
	margin-bottom: 0px;
}

.footer-style-seven .footer-top .contact-widget .info li i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
	line-height: 28px;
}

.footer-style-seven p,
.footer-style-seven a{
	font-size: 18px;
	line-height: 28px;
	color: #a6a8b6;
	transition: all 500ms ease;
}

.footer-style-seven a:hover{

}

.footer-style-seven .footer-top .contact-widget .info li h5{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-seven .footer-top .links-widget .links-list li{
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}

.footer-style-seven .footer-top .links-widget .links-list li:last-child{
	margin-bottom: 0px;
}

.footer-style-seven .footer-top .links-widget .links-list li a{
	position: relative;
	display: inline-block;
	padding-left: 22px;
	color: #a6a8b6;
	transition: all 500ms ease;
}

.footer-style-seven .footer-top .links-widget .links-list li a:hover{

}

.footer-style-seven .footer-top .links-widget .links-list li a:before{
	position: absolute;
	content: '\f324';
	font-family: 'Font Awesome 5 Pro';
	left: 0px;
	top: 2px;
	opacity: 1;
	font-size: 12px;
	width: auto;
	height: auto;
	border-radius: 0px;
	transition: all 500ms ease;
}

.footer-style-seven .footer-top .links-widget .links-list li a:after{
	display: none;
}

.footer-style-seven .footer-top .gallery-widget .image-list{
	position: relative;
	margin: 0px -8px;
}

.footer-style-seven .footer-top .gallery-widget .image-list li{
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px 8px 16px 8px;
}

.footer-style-seven .footer-top .gallery-widget .image-list li .image{
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
	background: #272c49;
}

.footer-style-seven .footer-top .gallery-widget .image-list li .image img{
	width: 100%;
	border-radius: 8px;
	transition: all 500ms ease;
}

.footer-style-seven .footer-top .gallery-widget .image-list li .image:hover img{
	opacity: 0.1;
}

.footer-style-seven .footer-top .gallery-widget .image-list li .image a{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	font-size: 20px;
	color: #fff;
	z-index: 1;
	transition: all 500ms ease;
}

.footer-style-seven .footer-top .gallery-widget .image-list li .image:hover a{
	transform: translate(-50%,-50%) scale(1,1);
}

.footer-style-seven .footer-top .gallery-widget .widget-title{
	margin-bottom: 32px;
}

.footer-style-seven .footer-bottom{
	position: relative;
	padding: 23px 0px 24px 0px;
	border: none;
}

.footer-style-seven .footer-bottom .logo{
	position: relative;
	float: left;
	margin-right: 30px;
	padding-right: 30px;
}

.footer-style-seven .footer-bottom .logo:before{
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.1);
	width: 1px;
	height: 42px;
	top: 0px;
	right: 0px;
}

.footer-style-seven .footer-bottom .text{
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 28px;
	color: #a6a8b6;
	margin: 0px;
}

.footer-style-seven .footer-bottom .text a{
	display: inline-block;
	transition: all 500ms ease;
}

.footer-style-seven .footer-bottom .text a:hover{
	color: #fff;
}

.footer-style-seven .footer-bottom .left-column{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-style-seven .footer-bottom .social-links{
	margin: 0px;
	top: 7px;
}

.footer-style-seven .footer-bottom .social-links li a:hover{

}


/** header-style-ten **/

.header-style-ten{
	position: relative;
	padding: 0px 100px;
}

.header-style-ten .header-upper{
	padding-bottom: 47px;
}

.header-style-ten .header-upper .inner-container{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-10 .btn-style-four{
	border-radius: 30px;
}

.header-style-ten .header-upper .logo-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0px 30px 0px;
}

.header-style-ten .header-upper .logo-box .logo{
	position: relative;
	float: left;
	padding: 0px;
	padding-right: 30px;
	margin-right: 30px;
}

.header-style-ten .header-upper .logo-box .logo:before{
	position: absolute;
	content: '';
	background: #e1e7e5;
	width: 1px;
	height: 50px;
	top: -4px;
	right: 0px;
}

.header-style-ten .header-upper .logo-box .search-box{
	position: relative;
	float: left;
}

.header-style-ten .header-upper .logo-box .search-box button{
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #222324;
	background: transparent;
	cursor: pointer;
	transition: all 500ms ease;
}

.header-style-ten .main-menu .navigation>li.dropdown>a:after{
	display: none;
}

.header-style-ten .main-menu .navigation>li.dropdown>a{
	font-weight: 700;
	color: #222324;
}

.header-style-ten .main-menu .navigation>li.dropdown{
	padding-right: 0px;
}

.header-style-ten .main-menu .navigation>li.current>a,
.header-style-ten .main-menu .navigation>li>a:hover{

}

.header-style-ten .navbar-right-info .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.header-style-ten .navbar-right-info .social-links li:first-child a{
	background: #3b5999;
}

.header-style-ten .navbar-right-info .social-links li:nth-child(2) a{
	background: #55acee;
}

.header-style-ten .navbar-right-info .social-links li:last-child a{
	background: #cd201f;
}

.header-style-ten .navbar-right-info .social-links li+li{
	margin-left: 10px;
}

.header-style-ten .navbar-right-info .social-links{
	margin-right: 15px;
}

.header-style-ten .main-menu .navigation{
	margin: 0px;
}

.header-style-ten .sticky-header{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0px 100px;
}

.header-style-ten .sticky-header .header-upper{
	padding-bottom: 0px;
}

.header-style-ten .header-lower{
	position: relative;
}

.header-style-ten .header-lower .header-lower-inner{
	position: absolute;
	left: 0px;
	top: -47px;
	width: 100%;
	background: #222324;
	padding: 0px 40px;
	border-radius: 10px;
}

.header-style-ten .header-lower .header-info li{
	position: relative;
	display: inline-block;
	float: left;
	width: 25%;
	padding: 21px 0px 19px 60px;
}

.header-style-ten .header-lower .header-info li:before{
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.1);
	width: 1px;
	height: 100%;
	top: 0px;
	right: 40px;
}

.header-style-ten .header-lower .header-info li:last-child:before{
	display: none;
}

.header-style-ten .header-lower .header-info li:last-child{
	border-right: none;
}

.header-style-ten .header-lower .header-info li i{
	position: absolute;
	left: 0px;
	top: 25px;
	font-size: 40px;
	line-height: 40px;
}

.header-style-ten .header-lower .header-info li h5{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
}

.header-style-ten .header-lower .header-info li p{
	font-size: 18px;
	line-height: 28px;
	color: #979b9f;
}

.header-style-ten .header-lower .header-info li p a{
	display: inline-block;
	color: #979b9f;
	transition: all 500ms ease;
}

.header-style-ten .header-lower .header-info li p a:hover{
	color: #fff;
}


/** banner-style-ten **/

.banner-section.style-ten{
	position: relative;
}

.banner-section.style-ten .slide-item{
	position: relative;
	padding: 195px 0px;
}

.banner-section.style-ten .banner-content{
	position: relative;
	display: block;
	padding: 44px 40px 50px 40px;
	border-radius: 10px;
	opacity: 0;
	-webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.banner-section.style-ten .active .banner-content{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-section.style-ten .banner-content h2{
	display: block;
	font-size: 48px;
	line-height: 58px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.banner-section.style-ten .banner-content p{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 33px;
}

.banner-section.style-ten .banner-content .banner-btn{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 12px 41px;
	text-align: center;
	transition: all 500ms ease;
}

.banner-section.style-ten .banner-content .banner-btn:hover{
	background: #fff;
}

.banner-section.style-ten .owl-theme .owl-nav .owl-prev::after,
.banner-section.style-ten .owl-theme .owl-nav .owl-next::after{
	border-radius: 10px;
	background: #fff;
}

.banner-section.style-ten .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section.style-ten .owl-theme .owl-nav .owl-next:hover::after{
	color: #fff;
}

.banner-section.style-ten .owl-theme .owl-dots{
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	bottom: 33px;
}

.banner-section.style-ten .owl-theme .owl-dots span{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0px 7px;
	cursor: pointer;
	background: transparent;
	transition: all 500ms ease;
}

.banner-section.style-ten .owl-theme .owl-dot.active span,
.banner-section.style-ten .owl-theme .owl-dots span:hover{

}

.banner-section.style-ten .owl-theme .owl-dots span:before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 2px;
	top: 2px;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.banner-section.style-ten .owl-theme .owl-dot.active span:before,
.banner-section.style-ten .owl-theme .owl-dots span:hover:before{
	transform: scale(1,1);
}

.home-10 .sec-title h2{
	color: #222324;
	padding: 0px;
}


/** about-home-10 **/

.about-home-10{
	position: relative;
	padding: 100px 0px;
}

.about-home-10 .content-box{
	position: relative;
	display: block;
}

.about-home-10 .content-box .sec-title{
	margin-bottom: 21px;
}

.about-home-10 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.about-home-10 .content-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #717a78;
}

.about-home-10 .content-box .inner-box .single-item{
	position: relative;
	display: block;
	padding-left: 90px;
	margin-bottom: 29px;
}

.about-home-10 .content-box .inner-box .single-item:last-child{
	margin-bottom: 0px;
}

.about-home-10 .content-box .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}

.about-home-10 .content-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #222324;
	margin-bottom: 0px;
}

.about-home-10 .content-box .inner-box .single-item h3{
	margin-bottom: 3px;
}

.about-home-10 .content-box .inner-box .single-item p{
	font-size: 18px;
	line-height: 28px;
	color: #717a78;
}

.about-home-10 .content-box .inner-box{
	position: relative;
	display: block;
	margin-bottom: 46px;
}

.about-home-10 .content-box .lower-box{
	position: relative;
	display: block;
}

.about-home-10 .content-box .lower-box .signature{
	position: relative;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 3px;
}

.about-home-10 .content-box .lower-box .signature:before{
	position: absolute;
	content: '';
	background: #e1e7e5;
	width: 1px;
	height: 100%;
	top: 0px;
	right: 0px;
}

.about-home-10 .content-box .lower-box .author-box{
	position: relative;
	float: left;
}

.about-home-10 .content-box .lower-box .author-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.about-home-10 .video-inner{
	position: relative;
	text-align: center;
	padding: 209px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	overflow: hidden;
}

.about-home-10 .video-inner:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.12;
}

.about-home-10 .video-inner .video-btn a{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}

.about-home-10 .video-inner .video-btn a:after, 
.about-home-10 .video-inner .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-home-10 .video-inner .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);
  }
}


/** service-home-10 **/

.service-home-10{
	position: relative;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.service-home-10:before{
	position: absolute;
	content: '';
	background: #222324;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
}

.service-home-10 .content-box{
	position: relative;
	padding: 100px 0px;
}

.service-home-10 .srvice-info{
	position: relative;
	background: rgba(24,25,26,0.75);
}

.service-home-10 .srvice-info .info-list li{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	padding: 19px 30px 17px 110px;
}

.service-home-10 .srvice-info .info-list li i{
	position: absolute;
	left: 40px;
	top: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	background: #fff;
	border-radius: 8px;
	transition: all 500ms ease;
}

.service-home-10 .srvice-info .info-list li .nav-link.active i{
	color: #fff;
}

.service-home-10 .srvice-info .info-list li h6{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.service-home-10 .srvice-info .info-list li h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.service-home-10 .srvice-info .info-list li h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.service-home-10 .srvice-info .info-list li h3 a:hover{

}

.border-shape{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	max-width: 1170px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.border-shape .shape{
	position: absolute;
	top: 0px;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	z-index: 1;
}

.border-shape .shape-1{
	left: 0px;
}

.border-shape .shape-2{
	left: 33.333%;
}

.border-shape .shape-3{
	left: 66.666%;
}

.border-shape .shape-4{
	right: 0px;
}

.service-home-10 .content-box .inner-box{
	position: relative;
	display: block;
	margin-left: 40px;
	margin-right: 20px;
	background: #222324;
	border-radius: 8px;
	padding: 31px 40px 32px 40px;
}

.service-home-10 .content-box .inner-box p{
	font-size: 18px;
	line-height: 28px;
	color: #979b9f;
	margin-bottom: 19px;
}

.service-home-10 .content-box .inner-box .list li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #979b9f;
	margin-bottom: 8px;
}

.service-home-10 .content-box .inner-box .list li:last-child{
	margin-bottom: 0px;
}

.service-home-10 .content-box .inner-box .list li a{
	display: inline-block;
	color: #979b9f;
	transition: all 500ms ease;
}

.service-home-10 .content-box .inner-box .list li a:hover{

}

.service-home-10 .content-box .inner-box .list{
	position: relative;
	display: block;
	margin-bottom: 23px;
}

.service-home-10 .content-box .inner-box .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.service-home-10 .content-box .inner-box .link a i{
	position: relative;
	font-size: 24px;
	font-weight: 400;
	top: 3px;
	margin-right: 10px;
}

.service-home-10 .content-box .inner-box .link a:hover{

}

.service-home-10 .content-box .title-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 290px;
	line-height: 250px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
}

.service-home-10 .nav-tabs .nav-item.show .nav-link, 
.service-home-10 .nav-tabs .nav-link.active{
	border: none;
	padding: 0px;
	background: transparent;
	box-shadow: none
}

.service-home-10 .nav-tabs .nav-link:focus, 
.service-home-10 .nav-tabs .nav-link:hover{
	border: none;
}

.service-home-10 .nav-tabs .nav-link{
	padding: 0px;
	border: none;
}

.service-home-10 .nav-tabs{
	border: none;
}


/** chooseus-home-10 **/

.chooseus-home-10{
	position: relative;
	padding: 95px 0px 100px 0px;
}

.chooseus-home-10 .image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.chooseus-home-10 .image img{
	width: 100%;
	border-radius: 10px;
}

.chooseus-home-10 .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.chooseus-home-10 .image:hover:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.chooseus-home-10 .sec-title{
	margin-bottom: 40px;
}

.chooseus-home-10 .inner-box{
	position: relative;
	display: block;
}

.chooseus-home-10 .inner-box .single-item{
	position: relative;
	display: block;
	margin-bottom: 46px;
}

.chooseus-home-10 .inner-box .single-item:last-child{
	margin-bottom: 0px;
}

.chooseus-home-10 .inner-box.text-left .single-item{
	padding-left: 100px;
}

.chooseus-home-10 .inner-box.text-right .single-item{
	padding-right: 100px;
}

.chooseus-home-10 .inner-box .single-item .icon-box{
	position: absolute;
	top: 4px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 40px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}

.chooseus-home-10 .inner-box .single-item .icon-box:before{
	position: absolute;
	content: '';
	top: 25px;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	z-index: -1;
}

.chooseus-home-10 .inner-box.text-left .single-item .icon-box:before{
	right: -6px;
}

.chooseus-home-10 .inner-box.text-right .single-item .icon-box:before{
	left: -6px;
}

.chooseus-home-10 .inner-box.text-left .single-item .icon-box{
	left: 0px;
}

.chooseus-home-10 .inner-box.text-right .single-item .icon-box{
	right: 0px;
}

.chooseus-home-10 .inner-box .single-item h3{
	display: block;
	font-size: 22px;
	position: relative;
	line-height: 30px;
	color: #222324;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 21px;
}

.chooseus-home-10 .inner-box .single-item h3:before{
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	bottom: 0px;
}

.chooseus-home-10 .inner-box.text-left .single-item h3:before{
	left: 0px;
}

.chooseus-home-10 .inner-box.text-right .single-item h3:before{
	right: 0px;
}

.chooseus-home-10 .inner-box .single-item p{
	font-size: 18px;
	line-height: 28px;
	color: #717a78;
	margin-bottom: 23px;
}

.chooseus-home-10 .inner-box .single-item .link-box .link{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	background: #edf3f2;
	border-radius: 50%;
	transition: all 500ms ease;
}

.chooseus-home-10 .inner-box .single-item:hover .link-box .link{
	opacity: 0;
}

.chooseus-home-10 .inner-box .single-item .link-box{
	position: relative;
}

.chooseus-home-10 .inner-box .single-item .link-box .theme-btn{
	position: absolute;
	top: 0px;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.chooseus-home-10 .inner-box .single-item:hover .link-box .theme-btn{
	transform: scale(1,1);
}

.chooseus-home-10 .inner-box.text-left .single-item .link-box .theme-btn{
	left: 0px;
}

.chooseus-home-10 .inner-box.text-right .single-item .link-box .theme-btn{
	right: 0px;
}

.chooseus-home-10 .inner-box .single-item .link-box .theme-btn i{
	position: absolute;
	left: 21px;
	top: 18px;
	color: #fff;
	z-index: 2;
}

.chooseus-home-10 .inner-box .single-item .link-box .btn-style-four .btn-title{
	padding: 10px 23px 10px 44px;
	text-transform: uppercase;
}


/** funfact-home-10 **/

.funfact-home-10{
	position: relative;
	padding: 100px 0px 95px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.funfact-home-10:before{
	position: absolute;
	content: '';
	background: #222324;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.7;
}

.funfact-home-10 .single-item{
	position: relative;
	display: block;
	padding: 0px 50px;
}

.funfact-home-10 .single-item .icon-box{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 32px;
}

.funfact-home-10 .single-item .count-outer{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 700;
	padding-bottom: 24px;
	margin-bottom: 25px;
}

.funfact-home-10 .single-item .count-outer:before{
	position: absolute;
	content: '';
	width: 160px;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

.funfact-home-10 .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	font-weight: 600;
}


/** works-home-10 **/

.works-home-10{
	position: relative;
	padding: 95px 0px 100px 0px;
	background: #edf3f2;
}

.works-home-10 .single-item{
	position: relative;
	display: block;
	border: 1px solid #d6dddb;
	border-radius: 8px;
	padding: 44px 20px 43px 20px;
	text-align: center;
}

.works-home-10 .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #222324;
	margin-bottom: 0px;
}

.works-home-10 .single-item .upper-title p{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.works-home-10 .single-item .upper-title{
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.works-home-10 .single-item .icon-box{
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 35px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 19px;
}

.works-home-10 .single-item .icon-box span{
	position: absolute;
    top: 50%;
    right: 0px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: #fff;
    line-height: 28px;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
}

.works-home-10 .single-item .text p{
	font-size: 18px;
	line-height: 28px;
	color: #717a78;
}

.works-home-10 .single-item .text{
	margin: 0px;
}

.works-home-10 .single-item .arrow{
	position: absolute;
	left: 75%;
	top: 50%;
	transform: translateY(-50%);
	width: 176px;
	height: 26px;
	background-repeat: no-repeat;
}


/** pricing-home-10 **/

.pricing-home-10{
	position: relative;
	padding: 100px 0px;
}

.pricing-home-10 .content-box{
	position: relative;
	display: block;
	margin-right: 60px;
}

.pricing-home-10 .content-box .sec-title{
	margin-bottom: 14px;
}

.pricing-home-10 .content-box .text{
	display: block;
	margin-bottom: 34px;
}

.pricing-home-10 .content-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #717a78;
}

.pricing-home-10 .content-box .nav-tabs{
	position: relative;
	display: block;
	border: none;
	margin-bottom: 33px;
}

.pricing-home-10 .content-box li{
	position: relative;
	float: left;
	margin-right: 30px;
}

.pricing-home-10 .content-box li:last-child{
	margin: 0px !important;
}

.pricing-home-10 .content-box .nav-tabs .nav-link{
	position: relative;
	padding: 0px;
	border: none;
	font-size: 18px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #222324;
	cursor: pointer;
	padding-left: 25px;
	transition: all 500ms ease;
}

.pricing-home-10 .content-box .nav-tabs .nav-link.active{

}

.pricing-home-10 .content-box .nav-tabs .nav-link:before{
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border: 3px solid #c2c9c8;
	border-radius: 50%;
	left: 0px;
	top: 5px;
	transition: all 500ms ease;
}

.pricing-home-10 .content-box .nav-tabs .nav-link:after{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #c2c9c8;
	border-radius: 50%;
	left: 5px;
	top: 10px;
	transition: all 500ms ease;
}

.pricing-home-10 .content-box .nav-tabs .nav-link.active:before{

}

.pricing-home-10 .content-box .nav-tabs .nav-link.active:after{
	
}

.pricing-home-10 .content-box .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 30px;
    padding: 12px 34px;
    text-align: center;
    transition: all 500ms ease;
}

.pricing-home-10 .content-box .btn-box a:hover{
	color: #fff;
}

.pricing-home-10 .paricing-table{
	position: relative;
	display: block;
	border: 1px solid #e1e7e5;
	border-radius: 8px;
	padding: 48px 30px 50px 30px;
	text-align: center;
}

.pricing-home-10 .paricing-table .table-header{
	position: relative;
	display: block;
	padding-bottom: 28px;
	margin-bottom: 22px;
	border-bottom: 1px solid #e1e7e5;
}

.pricing-home-10 .paricing-table .table-header .icon-box{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}

.pricing-home-10 .paricing-table .table-header h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #222324;
	margin-bottom: 0px;
}

.pricing-home-10 .paricing-table p{
	font-size: 18px;
	line-height: 22px;
	color: #717a78;
}

.pricing-home-10 .paricing-table h2{
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 0px;
}

.pricing-home-10 .paricing-table .table-footer p{
	margin-bottom: 26px;
}

.pricing-home-10 .paricing-table .table-footer a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #222324;
    background: #edf3f2;
    border-radius: 30px;
    padding: 12px 28px;
    text-align: center;
    transition: all 500ms ease;
}

.pricing-home-10 .paricing-table .table-footer a:hover{
	color: #fff;
}


/** testimonial-home-10 **/

.testimonial-home-10{
	position: relative;
	padding: 95px 0px 100px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.testimonial-home-10:before{
	position: absolute;
	content: '';
	background: #222324;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.6;
}

.home-10 .sec-title.light h2{
	color: #fff;
}

.testimonial-home-10 .inner-box{
	position: relative;
	display: block;
	background: #fff;
	padding: 0px 40px 35px 40px;
	border-radius: 10px;
	margin-top: 40px;
	text-align: center;
}

.testimonial-home-10 .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-top: -20px;
	top: -10px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 0px 10px rgba(28, 131, 108, 0.3);
}

.testimonial-home-10 .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #222324;
}

.testimonial-home-10 .inner-box p{
	font-size: 18px;
	line-height: 28px;
	color: #717a78;
	margin-bottom: 23px;
	padding-top: 9px;
}

.testimonial-home-10 .inner-box .thumb-box{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 9px;
}

.testimonial-home-10 .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-home-10 .inner-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
}


/** news-home-10 **/

.news-home-10{
	position: relative;
	padding: 95px 0px 100px 0px;
}

.news-home-10 .outer-container{
	position: relative;
	padding-left: 30px;
	margin-right: -495px;
}

.news-home-10 .owl-carousel .owl-item .owl-lazy{
	opacity: 1;
}

.news-home-10 .news-block-one .inner-box{
	box-shadow: none;
	border: 1px solid #e1e7e5;
	border-radius: 0px 8px 8px 0px;
}

.news-home-10 .news-block-one.style-two{
	border-radius: 8px;
	overflow: hidden;
	max-width: 770px;
}

.news-home-10 .news-block-one .date{
	color: #222324;
}

.news-home-10 .news-block-one h4 a{
	color: #222324;
	transition: all 500ms ease;
}

.news-home-10 .news-block-one h4 a:hover{

}

.news-home-10 .news-block-one .read-more-btn a{
	text-transform: uppercase;
	color:#222324;
}

.news-home-10 .news-block-one .read-more-btn a i{
	opacity: 1;
	margin-right: 10px;
	position: relative;
	font-size: 24px;
	top: 4px;
	color: #b5c1c0;
	font-weight: 400;
	transition: all 500ms ease;
}

.news-home-10 .news-block-one .read-more-btn a:hover i{

}

.news-home-10 .news-block-one .read-more-btn a:hover{

}

.news-home-10 .news-block-one .title{
	background: #edf3f2;
	color: #222324;
}

.news-home-10 .news-block-one .title:before{
	background: #edf3f2;
}

.news-home-10 .news-block-one .author {
    transition: all 500ms ease;
    border-radius: 50%;
}

.news-home-10 .news-block-one .author:before {
    position: absolute;
    content: '';
    border: 2px solid;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    opacity: 0;
    transition: all 500ms ease;
}

.news-home-10 .news-block-one .author:hover:before{
	opacity: 1;
}

.news-home-10 .owl-theme .owl-nav{
	position: absolute;
	left: 0px;
	top: -106px;
	right: 495px;
	display: block;
	height: 56px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.news-home-10 .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 0px;
    color: #2c2e2f;
    background: #edf3f2;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 8px;
}

.news-home-10 .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 66px;
    color: #2c2e2f;
    background: #edf3f2;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-home-10 .owl-theme .owl-nav .owl-next:hover::after,
.news-home-10 .owl-theme .owl-nav .owl-prev:hover::after{
	color: #fff;
}

.news-home-10 .sec-title{
	margin-bottom: 40px;
}


/** faq-home-10 **/

.faq-home-10{
	position: relative;
	padding: 95px 0px 100px 0px;
	background: #edf3f2;
}

.faq-home-10 .accordion-box.style-two .block .acc-btn.active{
	border-radius: 8px 8px 0px 0px;
}

.faq-home-10 .accordion-box.style-two .block .acc-content{
	box-shadow: none;
	border: 1px solid #d6dddb;
	border-radius: 0px 0px 8px 8px;
}

.faq-home-10 .accordion-box .block{
	border-radius: 8px;
	overflow: hidden;
}

.faq-home-10 .accordion-box .block .acc-btn.active .icon-outer .icon_minus{
	color: #fff;
}

.faq-home-10 .accordion-box .block .acc-btn{
	color:#222324;
	border-radius: 8px;
	background: transparent;
}

.faq-home-10 .accordion-box .block .content .text{
	color: #717a78;
}

.faq-home-10 .accordion-box .block .acc-content{
	background: transparent;
}

.faq-home-10 .form-inner{
	position: relative;
	display: block;
	border: 1px solid #d6dddb;
	border-radius: 8px;
	padding: 40px 40px 25px 40px;
}

.faq-home-10 .form-inner input,
.faq-home-10 .form-inner textarea{
	color: #717776 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	height: 54px !important;
	border-color: #d6dddb !important;
}

.faq-home-10 .form-inner textarea{
	height: 130px !important;
	resize: none;
}

.faq-home-10 .form-inner .form-group button{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 30px;
    padding: 12px 45px;
    text-align: center;
    background: transparent;
    transition: all 500ms ease;
}

.faq-home-10 .form-inner .form-group button:hover{
	color: #fff;
}

.faq-home-10 .form-inner .form-group .text{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: #717776;
	padding-left: 15px;
	top: 14px;
	margin: 0px;
}

.faq-home-10 .form-inner .form-group .text span{

}

.faq-home-10 .accordion-box{
	margin-bottom: 0px;
}


/** footer-banner-section **/

.footer-banner-section{
	position: relative;
	padding: 46px 0px;
}

.footer-banner-section:before{
	position: absolute;
	content: '';
	background: #000;
	width: 50%;
	height: 100%;
	top: 0px;
	right: 0px;
	opacity: 0.1;
}

.footer-banner-section .single-item{
	position: relative;
	display: block;
	padding-left: 110px;
	padding-right: 20px;
}

.footer-banner-section .single-column:last-child .single-item{
	margin-left: 25px;
}

.footer-banner-section .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}

.footer-banner-section .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 3px;
}

.footer-banner-section .single-item p{
	font-size: 18px;
	line-height: 28px;
	color: #d9e2e0;
}


/** footer-style-ten **/

.footer-style-ten{
	position: relative;
	width: 100%;
}

.footer-style-ten .footer-top{
	position: relative;
	background-color: #222324;
	padding: 95px 0px 100px 0px;
}

.footer-style-ten .footer-top .footer-logo{
	position: relative;
	margin-bottom: 31px;
}

.footer-style-ten p,
.footer-style-ten a,
.footer-style-ten span{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #979b9f;
	transition: all 500ms ease;
}

.footer-style-ten a:hover{

}

.footer-style-ten .footer-top .logo-widget{
	position: relative;
	margin-right: -20px;
	margin-top: 6px;
}

.footer-style-ten .footer-top .logo-widget .text{
	position: relative;
	display: block;
	margin-bottom: 31px;
}

.footer-style-ten .footer-top .logo-widget .download-box{
	position: relative;
	padding-left: 67px;
}

.footer-style-ten .footer-top .logo-widget .download-box a{
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 3px;
	width: 48px;
	line-height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.footer-style-ten .footer-top .logo-widget .download-box a:hover{
	background: #fff;
}

.footer-style-ten .footer-top .logo-widget .download-box h3{
	display: block;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-ten .footer-top .widget-title{
	position: relative;
	display: block;
	margin-bottom: 23px;
}

.footer-style-ten .footer-top .widget-title h3{
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
}

.footer-style-ten .footer-top .link-widget{
	position: relative;
	display: block;
	margin-left: 30px;
}

.footer-style-ten .footer-top .link-widget .link-list li{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.footer-style-ten .footer-top .link-widget .link-list li:last-child{
	margin-bottom: 0px;
}

.footer-style-ten .footer-top .link-widget .link-list li a{
	position: relative;
	padding-left: 22px;
}

.footer-style-ten .footer-top .link-widget .link-list li a:before {
    position: absolute;
    content: '\f324';
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 0px;
    opacity: 1;
    font-size: 12px;
    width: auto;
    height: auto;
    border-radius: 0px;
    transition: all 500ms ease;
}

.footer-style-ten .footer-top .subscribe-widget input,
.footer-style-ten .contact-form .bootstrap-select>.dropdown-toggle,
.footer-style-ten .footer-top .subscribe-widget textarea{
	border-color: #313234 !important;
	color: #979b9f !important;
	font-size: 18px !important;
	height: 56px !important;
	background: transparent !important;
	font-weight: 400;
	border-radius: 10px !important;
	padding-right: 40px;
}

.footer-style-ten .footer-top .subscribe-widget textarea{
	height: 90px !important;
	resize: none;
}

.footer-style-ten .footer-top .subscribe-widget .form-group{
	position: relative;
	margin-bottom: 10px;
	padding: 0px 5px;
}

.footer-style-ten .contact-form .bootstrap-select>.dropdown-toggle:focus{
	box-shadow: none !important;
	outline: none !important;
}

.footer-style-ten .footer-top .subscribe-widget .form-group i{
	position: absolute;
	top: 22px;
	right: 25px;
	font-size: 12px;
	color: #979b9f;
}

.footer-style-ten .footer-top  .form-inner{
	margin: 0px 10px;
}

.footer-style-ten .footer-top  .form-inner .btn-style-four{
	display: block;
	width: 100%;
	border-radius: 10px;
	color: #fff;
}

.footer-style-ten .footer-top  .form-inner .btn-style-four .btn-title{
	color: #fff;
	text-transform: uppercase;
}

.footer-style-ten .footer-top  .form-inner .message-btn{
	padding-top: 10px;
}

.footer-style-ten .footer-top  .form-inner .btn-style-four .btn-title::before{
	background: #fff;
}

.footer-style-ten .footer-top  .form-inner .btn-style-four .btn-title:hover{

}

.footer-style-ten .footer-top .subscribe-widget .widget-title{
	margin-bottom: 32px;
}

.footer-style-ten .footer-bottom{
	position: relative;
	width: 100%;
	background: #19191a;
	padding: 21px 0px;
	border: none;
}

.footer-style-ten .footer-bottom .footer-nav li{
	position: relative;
	float: left;
	margin-right: 22px;
}

.footer-style-ten .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-ten .footer-bottom .footer-nav li a{
	position: relative;
}

.footer-style-ten .footer-bottom .footer-nav li a:before{
	position: absolute;
	content: '/';
	top: -3px;
	right: -15px;
	color: #9b9da8;
}

.footer-style-ten .footer-bottom .footer-nav li:last-child a:before{
	display: none;
}

.style-10.scroll-to-top{
	background: transparent;
	border: 2px solid;
	border-radius: 10px;
}

.style-10.scroll-to-top:hover{
	color: #fff;
}



/** header-style-12 **/

.header-style-12{
	position: relative;
}

.header-style-12 .header-middle{
	position: relative;
	width: 100%;
	background: #191d26;
	border: none;
}

.header-style-12 .header-middle .left-column,
.header-style-12 .header-middle .right-column{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-style-12 .header-middle .logo-box{
	position: relative;
	padding: 30px 0px;
}

.header-style-12 .header-middle .logo{
	background: transparent;
	padding: 0px;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.header-style-12 .language {
    position: relative;
    padding-left: 40px;
    display: block;
}

.header-style-12 .bootstrap-select .dropdown-menu li {
    width: 100%;
}

.header-style-12 .bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.header-style-12 .language .flag {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.header-style-12 .language .flag img{
	position: relative;
	top: -2px;
	width: 100%;
	border-radius: 50%;
}

.header-style-12 .language .language-switcher .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 37px;
}

.header-style-12 .language .language-switcher button {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    top: 0px;
    border-radius: 4px;
    padding: 0px 9px 0px 0px;
    background: transparent;
    border-width: initial;
    border-style: initial;
    border-color: transparent;
    -o-border-image: initial;
    border-image: initial;
    height: auto;
}

.header-style-12 .language .language-switcher .dropdown-toggle .filter-option::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    font-size: 15px;
    color: rgb(255, 255, 255);
    right: 0px;
    top: 1px;
}

figure{
	margin: 0px;
}

.header-style-12 .language .language-switcher button:focus{
	box-shadow: none !important;
	outline: none !important;
	color: #fff !important;
}

.header-style-12 .bootstrap-select .dropdown-menu li a span.text{
	margin: 0px;
}

.header-style-12 .header-middle .topics-box{
	position: relative;
	padding-left: 63px;
	padding-right: 30px;
	margin-right: 30px;
}

.header-style-12 .header-middle .topics-box:before{
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.2);
	width: 1px;
	height: 48px;
	top: 5px;
	right: 0px;
}

.header-style-12 .header-middle .topics-box .icon-box{
	position: absolute;
	left: 0px;
	top: 6px;
	font-size: 50px;
	line-height: 50px;
	padding: 0px;
	margin: 0px;
}

.header-style-12 .header-middle .topics-box .icon-box:before{
	display: none;
}

.header-style-12 .header-middle .topics-box a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	color: #888d99;
	border-bottom: 1px dashed #5c606b;
	margin-bottom: 12px;
	transition: all 500ms ease;
}

.header-style-12 .header-middle .topics-box h5{
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
}

.header-style-12 .header-middle .topics-box a:hover{

}

.header-style-12 .header-middle .social-links{
	position: relative;
	padding-right: 30px;
	margin-right: 30px;
}

.header-style-12 .header-middle .social-links:before{
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.2);
	width: 1px;
	height: 48px;
	top: 0px;
	right: 0px;
}

.header-style-12 .header-middle .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 12px;
}

.header-style-12 .header-middle .social-links li:last-child{
	margin: 0px !important;
}


.header-style-12 .header-middle .social-links li a{
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	background: rgba(255,255,255,0.1);
	border-radius: 8px;
	text-align: center;
	transition: all 500ms ease;
}

.header-style-12 .header-middle .social-links li a:hover{

}

.header-style-12 .header-middle .right-column{
	position: relative;
	margin: 22px 0px;
}

.header-style-12 .nav-outer{
	float: left;
}

.header-style-12 .main-menu .navigation{
	margin-left: 0px;
	margin-top: 17px;
}

.header-style-12 .main-menu .navigation>li{
	padding-right: 0px;
}

.header-style-12 .main-menu .navigation>li.dropdown>a:after{
	display: none;
}

.header-style-12 .main-menu .navigation>li.current>a,
.header-style-12 .main-menu .navigation>li>a:hover{

}

.header-style-12 .navbar-right-info .search-box{
	position: relative;
	max-width: 312px;
	width: 100%;
	margin-left: 40px;
}

.header-style-12 .navbar-right-info .search-box .form-group{
	position: relative;
	margin: 0px;
	padding-right: 62px;
}

.header-style-12 .navbar-right-info .search-box .form-group input[type='search']{
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	background: #f3efee;
	border-radius: 5px;
	border: 1px solid #f3efee;
	font-size: 16px;
	color: #828282;
	padding: 10px 20px;
	transition: all 500ms ease;
}

.header-style-12 .navbar-right-info .search-box .form-group input:focus{

}

.header-style-12 .navbar-right-info .search-box .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	transition: all 500ms ease;
}

.header-style-12 .navbar-right-info{
	position: relative;
	margin: 19px 0px;
	padding-left: 40px;
}

.header-style-12 .header-upper{
	border: none;
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.header-style-12 .navbar-right-info:before{
	position: absolute;
	content: '';
	background: #e6e1e0;
	width: 1px;
	height: 52px;
	left: 0px;
	top: 0px;
}

.header-style-12 .shopping-cart{
	position: relative;
	padding-left: 16px;
	margin-left: 15px;
}

.header-style-12 .shopping-cart:before{
	position: absolute;
	content: '';
	background: #e6e1e0;
	width: 1px;
	height: 22px;
	left: 0px;
	top: 3px;
}

.header-style-12 .navbar-right-info .search-toggler{
	font-size: 20px;
	color: #1b1f28;
	font-weight: 700;
}

.header-style-12 .main-menu .navigation>li{
	margin-right: 50px;
}

.main-menu .navigation>li:last-child{
	margin-right: 0px !important;
}

.header-style-12 .btn-style-four .btn-title::before{
	background: #fff;
}

.header-style-12 .btn-style-four .btn-title:hover{

}

.header-style-12 .sticky-header{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header-style-12 .header-middle .btn-style-four .btn-title{
	padding: 9px 35px 9px 35px;
	text-transform: uppercase;
}


/** banner-style-12 **/

.banner-section.style-12{
	position: relative;
}

.banner-section.style-12 .content-box .video-btn{
	position: relative;
	padding: 16px 0px 12px 75px;
	margin-bottom: 33px;
	opacity: 0;
	-webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-12 .banner-carousel .active .content-box .video-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-section.style-12 .content-box .video-btn a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
}

.banner-section.style-12 .content-box .video-btn h6{
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-section.style-12 .content-box h2{
	display: block;
	font-size: 60px;
	line-height: 70px;
	color: #191d26;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 17px;
	padding: 0px;
	text-transform: none;
}

.banner-section.style-12 .content-box h2:before,
.banner-section.style-12 .content-box h2:after{
	display: none;
}

.banner-section.style-12 .content-box p{
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color: #505359;
	margin-bottom: 33px;
	opacity: 0;
	-webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-12 .banner-carousel .active .content-box p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section.style-12 .banner-carousel .content-box{
	min-height: auto;
	padding: 0px;
}

.banner-section.style-12 .slide-item{
	position: relative;
	padding: 160px 0px;
}

.banner-section.style-12 .content-box .btn-box{
	position: relative;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-12 .banner-carousel .active .content-box .btn-box{
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section.style-12 .content-box .btn-box .btn-style-four{
	border-radius: 8px;
	margin: 0px;
}

.banner-section.style-12 .content-box .btn-box .btn-style-four .btn-title{
	padding: 12px 43px;
	text-transform: uppercase;
	border-radius: 8px;
}

.banner-section.style-12 .owl-theme .owl-nav .owl-prev::after,
.banner-section.style-12 .owl-theme .owl-nav .owl-next::after{
	border: none;
	font-size: 40px;
	color: #191d26;
}

.banner-section.style-12 .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section.style-12 .owl-theme .owl-nav .owl-next:hover::after{

}


/** category-home-12 **/

.category-home-12{
	position: relative;
	padding: 95px 0px 100px 0px;
	background-color: #191d26;
}

.home-12 .sec-title h2{
	color: #191d26;
}

.home-12 .sec-title.light h2{
	color: #fff;
}

.home-12 .sec-title h4{
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 16px;
}

.home-12 .sec-title h4:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 5px;
	width: 70px;
	height: 1px;
}

.home-12 .sec-title h4:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 1px;
}

.home-12 .sec-title.text-center h4:before,
.home-12 .sec-title.text-center h4:after{
	left: 50%;
	transform: translateX(-50%);
}

.category-home-12 .single-item{
	position: relative;
}

.category-home-12 .single-item .content-box{
	position: relative;
	display: block;
	padding: 40px 15px 34px 15px;
	text-align: center;
	border: 1px solid #384052;
	border-radius: 8px;
	max-width: 235px;
	width: 100%;
}

.category-home-12 .single-item .content-box .icon-box{
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #2d333f;
	text-align: center;
	border-radius: 50%;
	font-size: 40px;
	border: 1px solid #373f51;
	margin-bottom: 25px;
}

.category-home-12 .single-item h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.category-home-12 .single-item h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.category-home-12 .single-item h3 a:hover{

}

.category-home-12 .single-item p{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.category-home-12 .single-item .content-box p{
	color: #888d99;
}

.category-home-12 .single-item .overlay-content{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 370px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
	padding: 91px 30px 20px 30px;
	opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: 500ms ease;
    z-index: 1;
    transform-origin: left center;
}

.category-home-12 .single-item:hover .overlay-content{
    transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.category-home-12 .single-item .overlay-content:before{
	position: absolute;
	content: '';
	background: #191d26;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.60;
}

.category-home-12 .single-item .overlay-content .text{
	position: relative;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7c7c7c;
}

.category-home-12 .single-item .overlay-content .text p{
	color: #fff;
}

.category-home-12 .single-item .video-btn{
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 38px;
}

.category-home-12 .single-item .video-btn a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.category-home-12 .single-item .video-btn h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.home-12 .btn-style-five{
	background: transparent;
}

.home-12 .btn-style-five:hover{
	border-color: rgb(34, 34, 34);
}

.category-home-12 .btn-style-five:hover{
	border-color: #fff;
	color: #fff;
}

.category-home-12 .btn-style-five .btn-title:before{
	background: #fff;
}

.category-home-12 .sec-title{
	position: relative;
	margin-bottom: 40px;
}

.category-home-12 .sec-title .btn-box{
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.home-12 .sec-title h2{
	padding-bottom: 0px;
}

.home-12 .btn-style-five .btn-title{
	padding: 11px 25px 11px 25px;
	text-transform: uppercase;
}


/** offered-home-12 **/

.offered-home-12{
	position: relative;
	padding: 95px 0px 100px 0px;
}

.offered-home-12 .single-item .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
}

.offered-home-12 .single-item .inner-box .image-box{
	position: relative;
	display: block;
}

.offered-home-12 .single-item .inner-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.offered-home-12 .single-item .inner-box .image img{
	width: 100%;
}

.offered-home-12 .single-item .inner-box .image:before{
	position: absolute;
	content: '';
	background: #191d26;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.85;
	transform: scale(0,0);
	z-index: 1;
	transition: all 500ms ease;
}

.offered-home-12 .single-item .inner-box:hover .image:before{
	transform: scale(1,1);
}

.offered-home-12 .single-item .inner-box .image a{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 400;
	z-index: 1;
	transition: all 500ms ease;
}

.offered-home-12 .single-item .inner-box:hover .image a{
	transform: translate(-50%,-50%) scale(1,1);
}

.offered-home-12 .single-item .inner-box .image-box .category{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.offered-home-12 .single-item .inner-box .image-box .category a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-weight: 500;
	background: rgba(25,29,38,0.65);
	text-align: center;
	padding: 4px 10px;
	border-radius: 5px;
	transition: all 500ms ease;
}

.offered-home-12 .single-item .inner-box:hover .image-box .category a{

}

.offered-home-12 .single-item .inner-box .image-box .price{
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 5px 15px;
	border-top-left-radius: 8px;
	z-index: 1;
}

.offered-home-12 .single-item .inner-box .image-box .price:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 18px;
	right: -1px;
	bottom: -18px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.offered-home-12 .single-item .inner-box .image-box .offer{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	z-index: 1;
}

.offered-home-12 .single-item .inner-box .lower-content{
	position: relative;
	display: block;
	border: 1px solid #e6e1e0;
	border-top: none;
	border-radius: 0px 0px 8px 8px;
	padding: 25px 15px 24px 15px;
}

.offered-home-12 .single-item .inner-box .lower-content h5{
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 5px;
}

.offered-home-12 .single-item .inner-box .lower-content h5 a{
	display: inline-block;
	color: #191d26;
	transition: all 500ms ease;
}

.offered-home-12 .single-item .inner-box .lower-content h5 a:hover{

}

.offered-home-12 .single-item .inner-box .lower-content .rating-box{
	position: relative;
	display: block;
	margin-bottom: 29px;
}

.offered-home-12 .single-item .inner-box .lower-content .rating-box ul{
	position: relative;
	float: left;
	margin-right: 10px;
}

.offered-home-12 .single-item .inner-box .lower-content .rating-box ul li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
}

.offered-home-12 .single-item .inner-box .lower-content .rating-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #191d26;
	transition: all 500ms ease;
}

.offered-home-12 .single-item .inner-box .lower-content .rating-box a:hover{

}

.offered-home-12 .single-item .inner-box .lower-content .list-item{
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #e6e1e0;
	border-radius: 8px;
	padding: 16px 20px 17px 20px;
	-webkit-box-shadow: rgb(0 0 0 / 8%) 0px 30px 30px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 30px 30px 0px;
    margin-bottom: 13px;
}

.offered-home-12 .single-item .inner-box .lower-content .list-item:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 20px;
	height: 20px;
	left: 25px;
	top: -10px;
	border-radius: 3px;
	transform: rotate(45deg);
	box-shadow: -1px -1px 0px 0px #e6e1e0;
}

.offered-home-12 .single-item .inner-box .lower-content .list-item li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #828282;
	padding-left: 23px;
	margin-bottom: 3px;
}

.offered-home-12 .single-item .inner-box .lower-content .list-item li:last-child{
	margin-bottom: 0px;
}

.offered-home-12 .single-item .inner-box .lower-content .list-item li:before{
	position: absolute;
	content: '';
	background: #e1dedd;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 11px;
	border-radius: 50%;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box{
	position: relative;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .view-time{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #191d26;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .view-time i{
	margin-right: 8px;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option{
	position: absolute;
	right: 0px;
	top: 0px;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option .share-icon{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #818181;
	font-weight: 700;
	cursor: pointer;
	transition: all 500ms ease;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option:hover .share-icon{

}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option .share-links{
	position: absolute;
	right: -15px;
	bottom: 26px;
	width: 113px;
	background: #fff;
	padding: 10px 0px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: rgb(0 0 0 / 8%) 0px 10px 50px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 50px 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option:hover .share-links{
	visibility: visible;
	opacity: 1;
	bottom: 36px;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option .share-links:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 10px;
	height: 10px;
	right: 16px;
	bottom: -5px;
	transform: rotate(45deg);
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option .share-links li{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	line-height: 20px;
	border-right: 1px solid #d9cec7;
	text-align: center;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option .share-links li:last-child{
	border-right: none;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option .share-links li a{
	font-size: 14px;
	line-height: 20px;
	color: #191d26;
	transition: all 500ms ease;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .share-option .share-links li a:hover{

}

.offered-home-12 .nav-tabs{
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 21px;
	border-bottom: 1px solid #e6e1e0;
	margin-bottom: 50px;
}

.offered-home-12 .nav-tabs li{
	position: relative;
	display: inline-block;
	margin: 0px 15px;
}

.offered-home-12 .nav-tabs .nav-link{
	position: relative;
	display: inline-block;
	padding: 0px;
	border: none;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #828282;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 500ms ease;
}

.offered-home-12 .nav-tabs .nav-link.active{

}

.offered-home-12 .sec-title{
	margin-bottom: 30px;
}

.offered-home-12 .more-btn{
	position: relative;
	margin-top: 50px;
}


/** about-home-12 **/

.about-home-12{
	position: relative;
	padding: 100px 0px;
	background: -webkit-linear-gradient(-90deg, #f3efee, #fff 100%);
}

.about-home-12 .content-box{
	position: relative;
	display: block;
}

.about-home-12 .content-box .sec-title{
	margin-bottom: 22px;
}

.about-home-12 .content-box .text{
	position: relative;
	margin: 0px;
}

.about-home-12 .content-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #828282;
	margin-bottom: 17px;
}

.about-home-12 .content-box .text ul li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #828282;
	padding-left: 23px;
	margin-bottom: 10px;
}

.about-home-12 .content-box .text ul li:last-child{
	margin-bottom: 0px;
}

.about-home-12 .content-box .text ul li:before{
	position: absolute;
	content: "\f061";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	font-size: 14px;
	left: 0px;
	top: 3px;
}

.about-home-12 .content-box .text ul{
	position: relative;
	display: block;
	margin-bottom: 45px;
}

.about-home-12 .content-box .text .btn-style-five .btn-title{
	padding: 11px 42px 11px 42px;
}

.about-home-12 .inner-box{
	position: relative;
	display: block;
	padding-bottom: 80px;
	border-radius: 8px;
	margin-left: 30px;
	overflow: hidden;
}

.about-home-12 .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.about-home-12 .inner-box .image-box:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about-home-12 .inner-box .image-box:hover:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.about-home-12 .inner-box .image-box img{
	width: 100%;
}

.about-home-12 .inner-box .nav-tabs{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
}

.about-home-12 .inner-box .nav-tabs li{
	position: relative;
	float: left;
	width: 33.333%;
	text-align: center;
	border-right: 1px solid #384052;
}

.about-home-12 .inner-box .nav-tabs li:last-child{
	border: none;
}

.about-home-12 .inner-box .nav-tabs li a{
	position: relative;
	display: block;
	padding: 24.5px 15px;
	border: none;
	cursor: pointer;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	border-radius: 0px;
	background: #191d26;
	transition: all 500ms ease;
}

.about-home-12 .inner-box .nav-tabs li a i{
	font-weight: 400;
	color: #535c70;
	margin-right: 10px;
	transition: all 500ms ease;
}

.about-home-12 .inner-box .nav-tabs li a.active i{
	color: #fff;
}


/** highlights-home-12 **/

.highlights-home-12{
	position: relative;
	padding: 95px 0px 100px 0px;
	background-color: #191d26;
}

.highlights-home-12 .single-item .inner-box{
	position: relative;
	display: block;
	border-radius: 8px;
	background: #272b36;
	padding: 55px 20px 32px 30px;
}

.highlights-home-12 .single-item .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 59px;
	height: 59px;
	line-height: 59px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-left: 18px;
	margin-bottom: 45px;
	z-index: 1;
}

.highlights-home-12 .single-item .inner-box .icon-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	border-radius: 50%;
	z-index: -1;
}

.highlights-home-12 .single-item .inner-box .icon-box .shape .shape-1{
	position: absolute;
	width: 93px;
	height: 92px;
	left: -18px;
	top: -16px;
	background-repeat: no-repeat;
}

.highlights-home-12 .single-item .inner-box .icon-box .shape .shape-2{
	position: absolute;
	width: 92px;
	height: 86px;
	left: -11px;
	top: -7px;
	background-repeat: no-repeat;
	z-index: -2;
}

.highlights-home-12 .single-item .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 14px;
}

.highlights-home-12 .single-item .inner-box p{
	font-size: 18px;
	line-height: 28px;
	color: #888d99;
	margin-bottom: 24px;
}

.highlights-home-12 .single-item .inner-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.highlights-home-12 .single-item .inner-box a i{
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	font-size: 18px;
	transition: all 500ms ease;
}

.highlights-home-12 .single-item .inner-box a:hover i{
	opacity: 1;
}

.highlights-home-12 .single-item .inner-box a:hover{
	padding-left: 30px;
}


/** team-home-12 **/

.team-home-12{
	position: relative;
	padding: 100px 0px;
}

.team-home-12 .sec-title{
	margin: 0px;
}

.team-home-12 .sec-title h2{
	margin-bottom: 11px;
}

.team-home-12 .sec-title p{
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #828282;
}

.team-home-12 .slide-item .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.team-home-12 .slide-item .inner-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.team-home-12 .slide-item .inner-box .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(25,29,38,0.95) 20%, rgba(25,29,38,0.1) 50%);
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.team-home-12 .slide-item .inner-box .image img{
	width: 100%;
	border-radius: 10px;
}

.team-home-12 .slide-item .inner-box .content-box{
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 0px 30px;
	width: 100%;
	z-index: 2;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option,
.team-home-12 .slide-item .inner-box .content-box .other-option .mail-box{
	position: relative;
	display: inline-block;
	float: left;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option{
	margin-right: 10px;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-icon,
.team-home-12 .slide-item .inner-box .content-box .other-option .mail-box a{
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #191d26;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: all 500ms ease;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-icon:hover,
.team-home-12 .slide-item .inner-box .content-box .other-option .mail-box a:hover{
	color: #fff;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-links{
	position: absolute;
    left: 0px;
    bottom: 45px;
    width: 113px;
    background: #fff;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 10px 50px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 50px 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option:hover .share-links{
	visibility: visible;
	opacity: 1;
	bottom: 55px;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-links:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 10px;
	height: 10px;
	left: 16px;
	bottom: -5px;
	transform: rotate(45deg);
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-links li{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	line-height: 20px;
	border-right: 1px solid #d9cec7;
	text-align: center;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-links li:last-child{
	border-right: none;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-links li a{
	font-size: 14px;
	line-height: 20px;
	color: #191d26;
	transition: all 500ms ease;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option .share-links li a:hover{

}

.team-home-12 .slide-item .inner-box .content-box .other-option{
	position: relative;
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px solid #727272;
	margin-bottom: 21px;
}

.team-home-12 .slide-item .inner-box .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.team-home-12 .slide-item .inner-box .content-box .text h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.team-home-12 .slide-item .inner-box .content-box .text h3 a:hover{

}

.team-home-12 .slide-item .inner-box .content-box .text .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.team-home-12 .owl-theme .owl-nav{
	position: absolute;
	display: block;
	left: -175px;
	bottom: 55px;
}

.team-home-12 .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: -5px;
    color: #2c2e2f;
    background: transparent;
    border: 1px solid #e6e1e0;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 8px;
}

.team-home-12 .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 66px;
    color: #2c2e2f;
    background: transparent;
    border: 1px solid #e6e1e0;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.team-home-12 .owl-theme .owl-nav .owl-next:hover::after,
.team-home-12 .owl-theme .owl-nav .owl-prev:hover::after{
	color: #fff;
}


/** funfact-home-12 **/

.funfact-home-12{
	position: relative;
}

.funfact-home-12:before{
	position: absolute;
	content: '';
	background: #f3efee;
	width: 100%;
	height: 50%;
	left: 0px;
	bottom: 0px;
}

.funfact-home-12 .inner-container{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	margin-top: -0px;
	z-index: 1;
	padding: 0px 50px;
}

.funfact-home-12 .single-item{
	position: relative;
	display: block;
	padding: 56px 30px 52px 105px;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.funfact-home-12 .single-column:last-child .single-item{
	border: none;
}

.funfact-home-12 .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 60px;
	width: 85px;
	height: 85px;
	line-height: 85px;
	background: #fff;
	font-size: 40px;
	text-align: center;
	border-radius: 50%;
}

.funfact-home-12 .single-item .count-outer{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	margin-bottom: 7px;
}

.funfact-home-12 .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}


/** testimonial-home-12 **/

.testimonial-home-12{
	position: relative;
	padding: 95px 0px 100px 0px;
	background-color: #f3efee;
}

.testimonial-home-12 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.testimonial-home-12 .owl-carousel{
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.testimonial-home-12 .inner-box{
	position: relative;
	display: block;
	border: 1px solid #dbd7d7;
	border-radius: 8px;
	text-align: center;
	padding: 0px 30px 42px 30px;
	transition: all 500ms ease;
}

.testimonial-home-12 .owl-item.active .inner-box{
	border-color: #fff;
	background: #fff;
	-webkit-box-shadow: rgb(0 0 0 / 10%) 0px 0px 40px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 40px 0px;
}

.testimonial-home-12 .inner-box .thumb-box{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	border: 4px solid #fff;
	border-radius: 50%;
	margin-bottom: 14px;
	margin-top: -44px;
	transition: all 500ms ease;
}

.testimonial-home-12 .owl-item.active .inner-box .thumb-box{

}

.testimonial-home-12 .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-home-12 .inner-box .rating-box{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.testimonial-home-12 .inner-box .rating-box li{
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.testimonial-home-12 .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #828282;
	margin-bottom: 19px;
}

.testimonial-home-12 .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #191d26;
}

.testimonial-home-12 .inner-box h3 span{
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
}

.testimonial-home-12 .inner-box .quote{
	position: absolute;
	left: 40px;
	top: 20px;
	opacity: 0;
	transition: all 500ms ease;
}

.testimonial-home-12 .owl-item.active .inner-box .quote{
	opacity: 1;
}

.testimonial-home-12 .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 40px;
}

.testimonial-home-12 .owl-dots button{
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #d3cfcf;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 7.5px;
	transition: all 500ms ease;
}

.testimonial-home-12 .owl-dots button.active{

}

.testimonial-home-12 .sec-title{
	margin-bottom: 80px;
}


/** instructor-home-12 **/

.instructor-home-12{
	position: relative;
	padding-top: 260px;
}

.instructor-home-12 .bg-layer .bg-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.instructor-home-12 .bg-layer .bg-2{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.instructor-home-12 .title-text span{
	position: absolute;
	top: -178px;
	display: block;
	font-size: 150px;
	line-height: 150px;
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1);
}

.instructor-home-12 .title-text .text-1{
	right: 55px;
}

.instructor-home-12 .title-text .text-2{
	left: 55px;
}

.instructor-home-12 .inner-box{
	position: relative;
	display: block;
	background-color: #191d26;
	border-radius: 8px 8px 0px 0px;
	padding: 43px 30px 43px 150px;
}

.instructor-home-12 .inner-box .icon-box{
	position: absolute;
	display: inline-block;
	left: 47px;
	top: 65px;
	width: 59px;
	height: 59px;
	line-height: 59px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 45px;
	z-index: 1;
}

.instructor-home-12 .inner-box .icon-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	border-radius: 50%;
	z-index: -1;
}

.instructor-home-12 .inner-box .icon-box .shape .shape-1{
	position: absolute;
	width: 93px;
	height: 92px;
	left: -18px;
	top: -16px;
	background-repeat: no-repeat;
}

.instructor-home-12 .inner-box .icon-box .shape .shape-2{
	position: absolute;
	width: 92px;
	height: 86px;
	left: -11px;
	top: -7px;
	background-repeat: no-repeat;
	z-index: -2;
}

.instructor-home-12 .inner-box span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.instructor-home-12 .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 8px;
}

.instructor-home-12 .inner-box p{
	font-size: 18px;
	line-height: 28px;
	color: #888d99;
}

.mr-40{
	margin-right: 40px;
}

.ml-40{
	margin-left: 40px;
}


.news-home-12{
	position: relative;
	padding: 95px 0px 70px 0px;
}

.news-home-12 .sec-title{
	position: relative;
	margin-bottom: 40px;
}

.news-home-12 .sec-title .btn-style-five .btn-title {
    padding: 11px 42px;
}

.news-home-12 .sec-title .theme-btn{
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.news-home-12 .news-block-two .read-more-link{
	position: relative;
	padding: 0px;
}

.news-home-12 .news-block-two .read-more-link:hover{
	padding-left: 30px;
}

.news-home-12 .news-block-two .read-more-link:hover i {
    opacity: 1;
}

.news-home-12 .news-block-two .read-more-link i {
    position: absolute;
    left: 0px;
    top: -3px;
    opacity: 0;
    font-size: 18px;
    transition: all 500ms ease;
}


/** consulting-home-12 **/

.consulting-home-12{
	position: relative;
	padding: 95px 0px 195px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.consulting-home-12 .sec-title{
	margin-bottom: 43px;
}

.consulting-home-12 .sec-title h2{
	margin-bottom: 10px;
}

.consulting-home-12 .sec-title p{
	font-size: 18px;
	line-height: 28px;
	color: #828282;
}

.consulting-home-12 .image-box{
	position: relative;
	display: block;
	margin-bottom: 4px;
}

.consulting-home-12 .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 8px;
	padding: 13px 20px;
	margin: 0px 8px;
	transition: all 500ms ease;
}

.consulting-home-12 .btn-box a i{
	position: relative;
	font-weight: 400;
	margin-right: 10px;
	font-size: 20px;
	top: 4px;
}

.consulting-home-12 .btn-box a:hover{
	color: #fff;
}

.consulting-home-12 .btn-box{
	position: relative;
	display: block;
	margin-bottom: 21px;
}

.consulting-home-12 .other-links li{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	color: #191d26;
	font-weight: 500;
}

.consulting-home-12 .other-links li a{
	display: inline-block;
	color: #191d26;
	transition: all 500ms ease;
}

.consulting-home-12 .other-links li a:hover{

}


/** subscribe-home-12 **/

.subscribe-home-12{
	position: relative;
}

.subscribe-home-12:before{
	position: absolute;
	content: '';
	background: #191d26;
	width: 100%;
	height: 50%;
	left: 0px;
	bottom: 0px;
}

.subscribe-home-12 .inner-container{
	position: relative;
	display: block;
	padding: 60px 0px;
	border-radius: 8px;
	margin-top: -100px;
}

.subscribe-home-12 .inner-container:before{
	position: absolute;
	content: '';
	width: calc(100% + 100px);
	left: -50px;
	top: 0px;
	height: 100%;
	border-radius: 8px;
}

.subscribe-home-12 .text{
	position: relative;
	display: block;
	padding-left: 100px;
	margin: 0px;
	min-height: 70px;
}

.subscribe-home-12 .text .icon-box{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 40px;
	background: #fff;
	text-align: center;
}

.subscribe-home-12 .text h2{
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin: 0px;
}

.subscribe-home-12 .form-inner{
	position: relative;
	margin-top: 5px;
}

.subscribe-home-12 .form-inner .form-group{
	position: relative;
	margin-bottom: 0px;
	padding-right: 200px;
}

.subscribe-home-12 .form-inner .form-group i{
	position: absolute;
	left: 30px;
	top: 22px;
	font-size: 18px;
	color: #fff;
	z-index: 1;
}

.subscribe-home-12 .form-inner .form-group input[type='email']{
	position: relative;
	width: 100%;
	display: block;
	height: 70px;
	border: 2px solid #fff;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background: transparent;
	padding: 10px 20px 10px 60px;
	transition: all 500ms ease;
	border-radius: 0;
}

.subscribe-home-12 .form-inner .form-group input::placeholder {
	color: #fff;
}

.subscribe-home-12 .form-inner .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	cursor: pointer;
	transition: all 500ms ease;
}


/** footer-style-12 **/

.footer-style-12 p,
.footer-style-12 a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #b6b9c2;
    transition: all 500ms ease;
}

.footer-style-12 .footer-bottom{
	position: relative;
	width: 100%;
	background: #11141a;
	padding: 21px 0px;
	border: none;
}

.footer-style-12 .footer-bottom .footer-nav li{
	position: relative;
	float: left;
	margin-right: 22px;
}

.footer-style-12 .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-12 .footer-bottom .footer-nav li a{
	position: relative;
	transition: all 500ms ease;
}

.footer-style-12 .footer-bottom .footer-nav li a:before{
 	position: absolute;
	content: '/';
	top: -3px;
	right: -15px;
	color: #9b9da8;
}

.footer-style-12 .footer-bottom .footer-nav li:last-child a:before{
	display: none;
}

.footer-style-12 .footer-bottom .copyright a:hover{
	color: #fff;
}

.footer-style-12 .footer-top{
	position: relative;
	width: 100%;
	padding: 106px 0px 93px 0px;
	background-color: #191d26;
}

.footer-style-12 .footer-top .logo-widget{
	position: relative;
	padding-right: 30px;
	border-right: 1px solid #384052;
	margin-top: 4px;
}

.footer-style-12 .footer-top .logo-widget .footer-logo{
	position: relative;
	margin-bottom: 35px;
}

.footer-style-12 .footer-top .logo-widget .text{
	position: relative;
	display: block;
	margin-bottom: 34px;
}

.footer-style-12 .footer-top .logo-widget .text h3{
	display: block;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 13px;
}

.footer-style-12 .footer-top .logo-widget .inner-box .single-item{
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	padding-left: 60px;
}

.footer-style-12 .footer-top .logo-widget .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 40px;
	line-height: 40px;
}

.footer-style-12 .footer-top .logo-widget .inner-box .single-item h5{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
}

.footer-style-12 .footer-top .widget-title{
	position: relative;
	display: block;
	margin-bottom: 18px;
}

.footer-style-12 .footer-top .widget-title h3{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.footer-style-12 .footer-top .link-list li{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.footer-style-12 .footer-top .link-list li:last-child{
	margin-bottom: 0px;
}

.footer-style-12 .footer-top .link-list li a{
	position: relative;
	transition: all 500ms ease;
}

.footer-style-12 .footer-top .link-list li a:hover{
	padding-left: 19px;
}

.footer-style-12 .footer-top .link-list li a:before {
    position: absolute;
    content: '\f324';
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: -1px;
    font-size: 12px;
    opacity: 0;
    transition: all 500ms ease;
}

.footer-style-12 .footer-top .link-list li a:hover:before{
	opacity: 1;
}

.style-12.scroll-to-top {
    background: transparent;
    border: 2px solid;
    border-radius: 10px;
}

.style-12.scroll-to-top:hover{
	color: #fff;
}



/** header-style-11 **/

.header-style-11{
	position: relative;
}

.header-style-11 .header-top{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 9px 60px;
}

.header-style-11 .header-top .text{
	position: relative;
	padding-left: 42px;
	font-size: 18px;
	line-height: 30px;
	color: #72757f;
	font-weight: 400;
}

.header-style-11 .header-top .text strong{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.header-style-11 .header-top .text .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.header-style-11 .header-top .text a{
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	color: #242c36;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.header-style-11 .header-top .text a i{
	position: relative;
	margin-right: 10px;
	font-size: 22px;
	font-weight: 400;
	top: 3px;
}

.header-style-11 .header-top .text a:hover{

}

.header-style-11 .right-column{
	position: relative;
}

.header-style-11 .right-column .info li{
	position: relative;
	display: inline-block;
	padding-left: 42px;
	line-height: 32px;
	margin-right: 40px;
}

.header-style-11 .right-column .info li:before{
	position: absolute;
	content: '';
	background: #e3e3e3;
	width: 1px;
	height: 51px;
	left: -20px;
	top: -11px;
}

.header-style-11 .right-column .info li:after{
	position: absolute;
	content: '';
	background: #e3e3e3;
	width: 1px;
	height: 51px;
	right: -20px;
	top: -11px;
}

.header-style-11 .right-column .info li:first-child:after{
	display: none;
}

.header-style-11 .right-column .info li i{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.header-style-11 .right-column .info li p{
	font-size: 18px;
	color: #76777a;
}

.header-style-11 .right-column .info li p a{
	color: #76777a;
	transition: all 500ms ease;
}

.header-style-11 .right-column .info li p a:hover{

}

.header-style-11 .right-column .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px;
	margin-right: 10px;
}

.header-style-11 .right-column .social-links li:last-child{
	margin: 0px !important;
}

.header-style-11 .right-column .social-links li a{
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.header-style-11 .right-column .social-links li:first-child a{

}

.header-style-11 .right-column .social-links li:nth-child(2) a{
	
}

.header-style-11 .right-column .social-links li:nth-child(3) a{
	
}

.header-style-11 .right-column .social-links li:last-child a{
	
}

.header-style-11 .right-column .info,
.header-style-11 .right-column .social-links{
	position: relative;
	float: left;
	line-height: 32px;
}

.header-style-11 .header-upper{
	position: relative;
	width: 100%;
	background: transparent;
}

.header-style-11 .header-upper .inner-container{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: auto;
	padding: 20px 60px;
	border-top: none;
	border-bottom: 1px solid #3f4d5d;
}

.header-style-11 .logo-box{
	position: relative;
	display: flex;
	align-items: center;
	padding: 0px 0px;
}

.header-style-11 .logo-box .logo{
	padding: 7px 30px 7px 0px !important;
	margin-right: 30px;
	border-right: 1px solid #3f4d5d;
}

.header-style-11 .bootstrap-select .dropdown-toggle{
	box-shadow: none;
	border: none;
	outline: none;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px;
	height: auto;
	padding-right: 8px;
}

.header-style-11 .bootstrap-select .dropdown-toggle:focus{
	box-shadow: none;
	color: #fff;
	outline: none !important;
}

.header-style-11 .bootstrap-select .dropdown-toggle .filter-option:after{
	top: 0px;
	right: 0px;
}

.header-style-11 .select-box{
	position: relative;
	padding-left: 28px;
}

.header-style-11 .select-box i{
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 18px;
}

.header-style-11 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 130px;
}

.header-style-11 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-11 .main-menu .navigation>li.dropdown>a:after{
	display: none;
}

.header-style-11 .main-menu .navigation>li.current>a,
.header-style-11 .main-menu .navigation>li>a:hover{

}

.header-style-11 .bootstrap-select .dropdown-menu li a span.text{
	margin: 0px;
}

.header-style-11 .language{
	position: relative;
	display: inline-block;
	width: 94px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #fff;
	padding-left: 42px;
	padding-right: 15px;
	margin-right: 20px;
	margin-left: 40px;
}

.header-style-11 .language .icon-box{
	position: absolute;
	left: 15px;
	top: 20px;
	font-size: 18px;
	line-height: 18px;
}

.header-style-11 .language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 35px;
}

.header-style-11 .language .bootstrap-select > .dropdown-toggle{
	color: #242c36;
}

.header-style-11 .language .dropdown-item{
	line-height: 20px;
}

.header-style-11 .language .bootstrap-select .dropdown-toggle .filter-option:after{
	top: -2px;
	font-size: 16px;
	font-weight: 700;
}

.header-style-11 .language .bootstrap-select .dropdown-menu{
	left: -43px !important;
	min-height: auto !important;
}

.header-style-11 .language .bootstrap-select .dropdown-menu .inner{
	min-height: auto !important;
}

.header-style-11 .navbar-right-info .search-toggler{
	color: #fff;
}

.header-style-11 .navbar-right-info{
	margin: 0px 0px;
	margin-left: 40px;
}

.header-style-11 .main-menu .navigation{
	margin: 0px;
}

.header-style-11 .main-menu .navigation>li.dropdown{
	padding-right: 0px;
	margin-right: 45px;
}

.home-11 .btn-style-four,
.home-11 .btn-style-four .btn-title{
	border-radius: 0px;
}

.header-style-11 .btn-style-four{
	background: transparent;
	border: 1px solid;
	color: #fff;
	text-transform: uppercase;
}

.header-style-11 .btn-style-four .btn-title{
	padding: 12px 42px;
}

.header-style-11 .sticky-header{
	padding: 20px 60px;
	background-color: #242c36;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}



/** banner-style-11 **/

.banner-section.style-11{
	position: relative;
}

.banner-section.style-11 .slide-item{
	position: relative;
	padding: 270px 0px 180px 0px;
}

.banner-section.style-11 .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(36,44,54,1) 5%, rgba(36,44,54,0.0) 100%);
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.banner-section.style-11 .content-box{
	position: relative;
	display: block;
	min-height: auto;
	margin: 0px;
	padding: 0px;
	padding-left: 35px;
	border-left: 1px solid #fff;
}

.banner-section.style-11 .content-box:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 1px;
	height: 100px;
	top: 0px;
	left: 6px;
}

.banner-section.style-11 .content-box h2{
	display: block;
	font-size: 80px;
	line-height: 90px;
	color: #fff;
	font-weight: 700;
	padding: 0px;
	text-transform: none;
	margin-bottom: 15px;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-11 .content-box h2:before,
.banner-section.style-11 .content-box h2:after{
	display: none;
}

.banner-section.style-11 .content-box h3{
	display: block;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 43px;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-11 .banner-carousel .active .content-box h2 {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-section.style-11 .banner-carousel .active .content-box h3 {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section.style-11 .content-box .btn-box{
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-11 .banner-carousel .active .content-box .btn-box {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section.style-11 .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border: 1px solid #fff;
	padding: 14px 52px;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.banner-section.style-11 .content-box .btn-box a:hover{
	background-color: #fff;
}

.banner-section.style-11 .owl-theme .owl-nav .owl-prev:after, 
.banner-section.style-11 .owl-theme .owl-nav .owl-next:after {
    border-radius: 0px !important;
    border: 2px solid #fff;
}

.banner-section.style-11 .owl-theme .owl-nav .owl-prev:hover:after, 
.banner-section.style-11 .owl-theme .owl-nav .owl-next:hover:after{

}


/** service-home-11 **/

.service-home-11{
	position: relative;
	padding-top: 95px;
}

.service-home-11:before{
	position: absolute;
	content: '';
	background: #f2f2f2;
	width: 100%;
	height: 220px;
	left: 0px;
	bottom: 0px;
}

.home-11 .sec-title h4:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 5px;
	width: 70px;
	height: 1px;
}

.home-11 .sec-title h4:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 1px;
}

.home-11 .sec-title.text-center h4:before,
.home-11 .sec-title.text-center h4:after{
	left: 50%;
	transform: translateX(-50%);
}

.home-11 .sec-title h4 {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 16px;
}

.home-11 .sec-title h2{
	color: #242c36;
}

.service-home-11 .single-item{
	position: relative;
	display: block;
}

.service-home-11 .single-item .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #242c36;
	clip-path: polygon(0% 0%, 100% 0%, 100% 61%, 0% 100%, 0% 0%);
}

.service-home-11 .single-item .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.service-home-11 .single-item:hover .image-box img{
	opacity: 0.1;
	transform: scale(1.05);
}

.service-home-11 .single-item .lower-content{
	position: relative;
	margin-left: 40px;
}

.service-home-11 .single-item .lower-content .inner{
	position: relative;
	display: block;
	background: #fff;
	padding: 24px 30px 30px 30px;
	margin-top: -145px;
	-webkit-box-shadow: rgb(0 0 0 / 10%) 0px 20px 30px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 30px 0px;
    z-index: 1;
}

.service-home-11 .single-item .lower-content .inner .icon-box{
	position: absolute;
	top: -44px;
	right: 25px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

.service-home-11 .single-item .lower-content .inner h6{
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.service-home-11 .single-item .lower-content .inner h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 21px;
}

.service-home-11 .single-item .lower-content .inner h3 a{
	display: inline-block;
	color: #242c36;
	transition: all 500ms ease;
}

.service-home-11 .single-item .lower-content .inner .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    border: 1px solid #e3e3e3;
    padding: 11px 37px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.service-home-11 .single-item .lower-content .inner .btn-box a:hover{
	color: #fff;
}


/** about-home-11 **/

.about-home-11{
	position: relative;
	padding: 95px 0px 100px 0px;
	background-color: #f2f2f2;
}

.about-home-11 .image-box{
	position: relative;
	display: block;
	padding-left: 157px;
	padding-bottom: 148px;
	margin-right: 30px;
}

.about-home-11 .image-box img{
	position: relative;
	width: 100%;
}

.about-home-11 .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.about-home-11 .image-box .video-btn{
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 148px;
	height: 148px;
	padding: 36px 20px 13px 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-home-11 .image-box .video-btn:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.85;
}

.about-home-11 .image-box .video-btn a{
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 21px;
}

.about-home-11 .image-box .video-btn h6{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.about-home-11 .image-box .vector-icon{
	position: absolute;
	left: -95px;
	top: 30px;
}

.home-11 .sec-title h2{
	padding: 0px;
}

.about-home-11 .content-box{
	position: relative;
	display: block;
	margin-top: -5px;
}

.about-home-11 .content-box .sec-title{
	margin-bottom: 20px;
}

.about-home-11 .content-box .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #72757f;
	margin-bottom: 19px;
}


.about-home-11 .progress-levels .progress-box {
    position: relative;
    margin-bottom: 9px;
}

.about-home-11 .progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}


.about-home-11 .progress-levels .progress-box .bar {
    position: relative;
    margin-left: 0;
}

.about-home-11 .progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 6px;
    border: 1px solid;
    border-radius: 0px;
}

.about-home-11 .progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 0px;
    height: 4px;
    border-bottom: none;
    -webkit-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
}

.about-home-11 .progress-levels .progress-box.html .bar .bar-fill {
    background: #ef6267;
}

.about-home-11 .progress-levels .progress-box.wp .bar .bar-fill {
    background: #ff9924;
}

.about-home-11 .progress-levels .progress-box.php .bar .bar-fill {
    background: #14dbba;
}

.about-home-11 .progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}

.about-home-11 .progress-levels .progress-box .percent {
    position: absolute;
    left: inherit;
    right: 0px;
    top: -49px;
    letter-spacing: 0px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    color: #242c36;
    opacity: 0;
    background: transparent;
    width: auto;
    height: auto;
    line-height: auto;
    -webkit-transition: all 2000ms ease 700ms;
    -o-transition: all 2000ms ease 700ms;
    transition: all 2000ms ease 700ms;
}

.about-home-11 .progress-levels .progress-box.animated .percent {
    opacity: 1;
}

.about-home-11 .progress-levels h5{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #242c36;
	margin-bottom: 9px;
}

.about-home-11 .progress-levels{
	position: relative;
	margin-bottom: 29px;
}

.about-home-11 .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 14px 52px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.about-home-11 .content-box .btn-box a:hover{
	color: #fff;
}


/** immigration-home-11 **/

.immigration-home-11{
	position: relative;
	padding: 95px 0px 100px 0px;
}

.immigration-home-11 .inner-box{
	position: relative;
	display: block;
	margin-top: 45px;
}

.immigration-home-11 .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: rgba(25,32,55,1);
}

.immigration-home-11 .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(25,32,55,0.8) 10%, rgba(25,32,55,0.10) 100%);
    bottom: 0px;
    right: 0px;
    z-index: 1;
    transition: all 500ms ease;
}

.immigration-home-11 .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.immigration-home-11 .inner-box:hover .image-box img{
	opacity: 0.2;
}

.immigration-home-11 .inner-box .content-box{
	position: absolute;
	left: 0px;
	bottom: 30px;
	right: 0px;
	width: 100%;
	padding: 0px 50px;
	text-align: center;
	z-index: 1;
}

.immigration-home-11 .inner-box .flag{
	position: absolute;
	left: 50%;
	top: -45px;
	transform: translateX(-50%);
	width: 90px;
	height: 90px;
	background: #fff;
	padding: 6px;
	border-radius: 50%;
	z-index: 1;
}

.immigration-home-11 .inner-box .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 22px;
	transition: all 500ms ease;
}

.immigration-home-11 .inner-box:hover .content-box .text{
	padding-bottom: 97px;
}

.immigration-home-11 .inner-box .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 6px;
}

.immigration-home-11 .inner-box .content-box .text h6{
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.immigration-home-11 .inner-box .content-box .text p{
	position: absolute;
	opacity: 0;
	display: block;
	bottom: -10px;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color: #979aa7;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.immigration-home-11 .inner-box:hover .content-box .text p{
	opacity: 1;
	bottom: 0px;
}

.immigration-home-11 .inner-box .content-box .btn-box a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 30px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.immigration-home-11 .inner-box .content-box .btn-box a:hover{
	color: #fff;
}

.immigration-home-11 .owl-dots{
	position: relative;
	display: block !important;
	text-align: center;
	margin-top: 27px;
}

.immigration-home-11 .owl-dots button{
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #d3cfcf;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 7.5px;
	transition: all 500ms ease;
}

.immigration-home-11 .owl-dots button.active{

}

.immigration-home-11 .sec-title{
	margin-bottom: 33px;
}


/** chooseus-home-11 **/

.chooseus-home-11{
	position: relative;
}

.chooseus-home-11:before{
	position: absolute;
	content: '';
	background-color: #242c36;
	width: 100%;
	height: 50%;
	left: 0px;
	bottom: 0px;
}

.chooseus-home-11 .inner-container{
	position: relative;
	display: block;
	border-top: 5px solid;
}

.chooseus-home-11 .inner-box .single-item{
	position: relative;
	display: block;
	float: left;
	width: 50%;
	padding: 40px 20px 33px 30px;
	background: #fff;
}

.chooseus-home-11 .inner-box .single-item:first-child{
	background: #242c36;
}

.chooseus-home-11 .inner-box .single-item:nth-child(2){
	background: #f2f2f2;
}

.chooseus-home-11 .inner-box .single-item:last-child{
	
}

.chooseus-home-11 .inner-box .single-item .icon-box{
	position: relative;
	display: inline-block;
	width: 77px;
	height: 77px;
	line-height: 77px;
	background: #f2f2f2;
	text-align: center;
	border-radius: 50%;
	font-size: 35px;
	margin-bottom: 26px;
}

.chooseus-home-11 .inner-box .single-item:first-child .icon-box{
	background: rgba(255,255,255,0.05);
	color: #fff;
}

.chooseus-home-11 .inner-box .single-item:nth-child(2) .icon-box{
	background: #fff;
}

.chooseus-home-11 .inner-box .single-item:last-child .icon-box{
	background: rgba(0,0,0,0.1);
	color: #fff;
}

.chooseus-home-11 .inner-box .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #242c36;
	margin-bottom: 8px;
}

.chooseus-home-11 .inner-box .single-item:first-child h3,
.chooseus-home-11 .inner-box .single-item:last-child h3{
	color: #fff;
}

.chooseus-home-11 .inner-box .single-item p{
	font-size: 18px;
	line-height: 28px;
	color: #72757f;
}

.chooseus-home-11 .inner-box .single-item:first-child p,
.chooseus-home-11 .inner-box .single-item:last-child p{
	color: rgba(255,255,255,0.6);
}

.chooseus-home-11 .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.chooseus-home-11 .image-box img{
	width: 100%;
}

.chooseus-home-11 .inner-box{
	position: relative;
	display: block;
	margin-right: -30px;
}

.home-11 .sec-title.light h2{
	color: #fff;
}


/** testimonial-home-11 **/

.testimonial-home-11{
	position: relative;
	padding: 95px 0px 100px 0px;
	background-color: #242c36;
}

.testimonial-home-11 .inner-box{
	position: relative;
	display: block;
	background: #2a333f;
	padding: 46px 40px 42px 40px;
	margin-top: 45px;
}

.testimonial-home-11 .inner-box .icon-box{
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 200px;
	line-height: 200px;
	color: #2f3946;
}

.testimonial-home-11 .inner-box .thumb-box{
	position: absolute;
	top: -45px;
	right: 40px;
	width: 90px;
	height: 90px;
	border: 4px solid #242c36;
	border-radius: 50%;
}

.testimonial-home-11 .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-home-11 .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin: 0px;
}

.testimonial-home-11 .inner-box .rating-box li{
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.testimonial-home-11 .inner-box .rating-box{
	position: relative;
	margin-top: 4px;
	margin-bottom: 15px;
}

.testimonial-home-11 .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #979aa7;
	margin-bottom: 29px;
}

.testimonial-home-11 .inner-box h3 span{
	font-size: 18px;
	font-weight: 400;
}

.testimonial-home-11 .sec-title{
	margin-bottom: 38px;
}


/** team-home-11 **/

.team-home-11{
	position: relative;
	padding-top: 105px;
}

.team-home-11:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 163px;
	left: 0px;
	bottom: 0px;
}

.team-home-11 .sec-title{
	position: relative;
	margin-bottom: 40px;
}

.team-home-11 .sec-title a.link-btn{
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 14px 43px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.team-home-11 .sec-title a.link-btn:hover{
	color: #fff;
}

.team-home-11 .single-item{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 40px 20px 34px 20px;
	z-index: 1;
	transition: all 500ms ease;
}

.team-home-11 .single-item:hover{
	margin-bottom: -50px;
	margin-top: -20px;
	padding-bottom: 105px;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(27 31 45 / 10%);
    box-shadow: 0px 0px 30px 0px rgb(27 31 45 / 10%);
}

.team-home-11 .single-item .image-box{
	position: relative;
	display: inline-block;
	width: 190px;
	height: 190px;
	background: #fff;
	padding: 8px;
	border: 2px solid #242c36;
	border-radius: 50%;
	transition: all 500ms ease;
}

.team-home-11 .single-item:hover .image-box{

}

.team-home-11 .single-item .image-box img{
	width: 100%;
	border-radius: 50%;
}

.team-home-11 .single-item .lower-content{
	position: relative;
	display: block;
	padding-top: 15px;
}

.team-home-11 .single-item .lower-content h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0px;
}

.team-home-11 .single-item .lower-content h3 a{
	display: inline-block;
	color: #242c36;
	transition: all 500ms ease;
}

.team-home-11 .single-item .lower-content .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.team-home-11 .single-item .lower-content .social-links{
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	bottom: -65px;
	background-color: #f2f2f2;
	padding: 10px 0px;
	opacity: 0;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.team-home-11 .single-item:hover .lower-content .social-links{
	opacity: 1;
	transform: scale(1,1);
}

.team-home-11 .single-item .lower-content .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	width: 25%;
	line-height: 24px;
	text-align: center;
	border-right: 1px solid #d7d7d7;
}

.team-home-11 .single-item .lower-content .social-links li:last-child{
	border: none;
}

.team-home-11 .single-item .lower-content .social-links li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	transition: all 500ms ease;
}

.team-home-11 .single-item .lower-content .social-links li:first-child a{

}

.team-home-11 .single-item .lower-content .social-links li:nth-child(2) a{
	
}

.team-home-11 .single-item .lower-content .social-links li:nth-child(3) a{
	
}

.team-home-11 .single-item .lower-content .social-links li:last-child a{
	
}


/** clients-home-11 **/

.clients-home-11{
  position: relative;
  padding: 110px 0px;
}

.clients-home-11 .clients-logo-box{
  position: relative;
  display: block;
}

.clients-home-11 .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}



/** funfact-home-11 **/

.funfact-home-11{
	position: relative;
}

.funfact-home-11:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	left: 0px;
	top: 0px;
}

.funfact-home-11 .inner-container{
	position: relative;
	display: block;
	background: #fff;
}

.funfact-home-11 .inner-container:before{
	position: absolute;
	content: '';
	background: #fff;
	width: calc(100% + 100px);
	height: 100%;
	left: -50px;
	top: 0px;
	-webkit-box-shadow: rgb(0 0 0 / 10%) 0px 0px 40px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 40px 0px;
}

.funfact-home-11 .single-item{
	position: relative;
	display: block;
	padding: 56px 30px 52px 105px;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.funfact-home-11 .single-column:last-child .single-item{
	border: none;
}

.funfact-home-11 .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 60px;
	width: 85px;
	height: 85px;
	line-height: 85px;
	background: #f2f2f2;
	font-size: 40px;
	text-align: center;
	border-radius: 50%;
}

.funfact-home-11 .single-item .count-outer{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 7px;
}

.funfact-home-11 .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #242c36;
	font-weight: 600;
}


/** news-home-11 **/

.news-home-11{
	position: relative;
	padding: 95px 0px 100px 0px;
}

.news-home-11 .single-item{
	position: relative;
	display: block;
}

.news-home-11 .single-item .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #242c36;
}

.news-home-11 .single-item .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.news-home-11 .single-item:hover .image-box img{
	opacity: 0.1;
}

.news-home-11 .single-item .image-box .link{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	z-index: 1;
	transition: all 500ms ease;
}

.news-home-11 .single-item:hover .image-box .link{
	transform: translate(-50%,-50%) scale(1,1);
}

.news-home-11 .single-item .image-box .category{
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 16px;
	z-index: 1;
}

.news-home-11 .single-item .lower-content{
	position: relative;
	display: block;
	border: 1px solid #e3e3e3;
	padding: 23px 20px 21px 30px;
}

.news-home-11 .single-item .lower-content .post-info li{
	position: relative;
	display: inline-block;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #72757f;
	font-weight: 500;
}

.news-home-11 .single-item .lower-content .post-info li:before{
	position: absolute;
	content: '/';
	top: 0px;
	right: 0px;
}

.news-home-11 .single-item .lower-content .post-info li:last-child:before{
	display: none;
}

.news-home-11 .single-item .lower-content .post-info li:last-child{
	padding: 0px;
	margin: 0px;
}

.news-home-11 .single-item .lower-content .post-info li a{
	display: inline-block;
	color: #72757f;
	transition: all 500ms ease;
}

.news-home-11 .single-item .lower-content .post-info li a:hover{

}

.news-home-11 .single-item .lower-content .post-info{
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.news-home-11 .single-item .lower-content h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 12px;
}

.news-home-11 .single-item .lower-content h3 a{
	display: inline-block;
	color: #242c36;
	transition: all 500ms ease;
}

.news-home-11 .single-item .lower-content h3 a:hover{

}

.news-home-11 .single-item .lower-content .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #242c36;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.news-home-11 .single-item .lower-content .link a i{
	position: relative;
	margin-right: 10px;
	font-size: 20px;
	top: 2px;
	font-weight: 400;
}


/** contact-home-11 **/

.contact-home-11{
	position: relative;
	padding-bottom: 110px;
}

.contact-home-11:before{
	position: absolute;
	content: '';
	background: #f2f2f2;
	width: 100%;
	height: calc(50% + 110px);
	left: 0px;
	bottom: 0px;
}

.contact-home-11 .inner-container{
	position: relative;
	display: block;
	background: #242c36;
}

.contact-home-11 .contact-form-box{
	position: relative;
	display: block;
	padding: 55px 10px 57px 40px;
}

.contact-home-11 .contact-form-box .sec-title{
	margin-bottom: 40px;
}

.contact-home-11 .contact-form-box input,
.contact-home-11 .contact-form-box textarea,
.contact-home-11 .contact-form-box .bootstrap-select > .dropdown-toggle{
	height: 55px !important;
	border-color: #333f4d !important;
	border-radius: 0px !important;
	color: #979aa7 !important;
	font-size: 18px !important;
	font-weight: 400;
	background: transparent !important;
}

.contact-home-11 .contact-form-box .bootstrap-select > .dropdown-toggle:focus{
	outline: none !important;
}

.contact-home-11 .contact-form-box textarea{
	height: 110px !important;
	resize: none;
}

.contact-home-11 .contact-form-box .btn-style-four {
    background: transparent;
    border: 1px solid;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border-radius: 0px;
}

.contact-home-11 .contact-form-box .btn-style-four .btn-title::before{

}

.contact-home-11 .contact-form-box .form-group:last-child{
	margin-bottom: 0px;
}

.contact-home-11 .image-box{
	position: relative;
	display: block;
}

.contact-home-11 .image-box img{
	width: 100%;
}


/** consultation-home-11 **/

.consultation-home-11{
	position: relative;
	background: #f2f2f2;
}

.consultation-home-11:before{
	position: absolute;
	content: '';
	background: #242c36;
	width: 100%;
	height: 50%;
	left: 0px;
	bottom: 0px;
}

.consultation-home-11 .inner-container{
	position: relative;
	display: block;
	background: #fff;
	padding: 30px 30px;
}

.consultation-home-11 .single-item{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 42px 30px 39px 140px;
}

.consultation-home-11 .single-item:before{
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(0deg, rgba(21,29,45,0.95) 50%, rgba(21,29,48,0.45) 100%);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.consultation-home-11 .single-item .icon-box{
	position: absolute;
	display: inline-block;
	left: 30px;
	top: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

.consultation-home-11 .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
}

.consultation-home-11 .single-item .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #b6b9c2;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.consultation-home-11 .single-item .link a i{
	position: relative;
	font-size: 20px;
	font-weight: 400;
	top: 2px;
	margin-right: 10px;
}


/** footer-style-11 **/

.footer-style-11{
	position: relative;
	width: 100%;
	background: #242c36;
}

.footer-style-11 .footer-top{
	position: relative;
	padding: 105px 0px 102px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-style-11 .footer-top .post-widget .post:last-child{
	margin-bottom: 0px;
}

.footer-style-11 .footer-top .footer-logo{
	position: relative;
	margin-bottom: 32px;
}

.footer-style-11 p,
.footer-style-11 a{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #979aa7;
	transition: all 500ms ease;
}

.footer-style-11 .footer-top .logo-widget .text{
	position: relative;
	margin-bottom: 30px;
}

.footer-style-11 .footer-top .logo-widget .twitter-box{
	position: relative;
	padding-left: 57px;
}

.footer-style-11 .footer-top .logo-widget .twitter-box .icon-box{
	position: absolute;
	left: 0px;
	top: 5px;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.footer-style-11 .footer-top .logo-widget .twitter-box h5{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0px;
}

.footer-style-11 .widget-title{
	position: relative;
	display: block;
	padding-bottom: 18px;
	margin-bottom: 32px;
}

.footer-style-11 .widget-title:before{
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	left: 0px;
	bottom: 0px;
}

.footer-style-11 .widget-title:after{
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: 5px;
}

.footer-style-11 .widget-title h3{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.footer-style-11 .footer-top .link-list li{
	position: relative;
	display: block;
	margin-bottom: 13px;
}

.footer-style-11 .footer-top .link-list li:last-child{
	margin-bottom: 0px;
}

.footer-style-11 .footer-top .link-list li a{
	position: relative;
	padding-left: 19px;
	transition: all 500ms ease;
}

.footer-style-11 .footer-top .link-list li a:before {
    position: absolute;
    content: '\f324';
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 0px;
    font-size: 12px;
    transition: all 500ms ease;
}

.footer-style-11 .footer-top .post-widget .post{
	padding: 0px;
	margin-bottom: 19px;
}

.footer-style-11 .footer-top .post-widget .post p{
	margin-bottom: 5px;
}

.footer-style-11 .footer-top .post-widget .post h5{
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
}

.footer-style-11 .footer-top .post-widget .post h5 a{
	display: inline-block;
	color: #fff;
	line-height: 28px;
	transition: all 500ms ease;
}

.footer-style-11 .footer-top .logo-widget{
	position: relative;
	margin-top: 5px;
}

.footer-style-11 .footer-bottom{
	position: relative;
	padding: 22px 0px;
	border-top: none;
}

.footer-style-11 .footer-bottom .footer-nav li{
	position: relative;
	float: left;
	margin-right: 22px;
}

.footer-style-11 .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-11 .footer-bottom .footer-nav li a{
	position: relative;
}

.footer-style-11 .footer-bottom .footer-nav li a:before{
	position: absolute;
	content: '/';
	top: -3px;
	right: -15px;
	color: #9b9da8;
}

.footer-style-11 .footer-bottom .footer-nav li:last-child a:before{
	display: none;
}

.scroll-to-top.style-11{
	border: 1px solid rgba(255,255,255,0.2);
	background: #242c36;
	border-radius: 0px;
}

.category-home-12 .col-lg-2:last-child .single-item .overlay-content{
	left: inherit;
	right: 0px;
	transform-origin: right center;
}



/*** 

====================================================================
                        Responsive-Css
====================================================================

***/

@media only screen and (max-width: 1599px){

	.header-style-ten{
		padding: 0px 30px;
	}

	.header-style-11 .select-box{
		display: none;
	}

	.header-style-11 .logo-box .logo{
		border: none;
		margin-right: 0px;
	}

	.header-style-11 .right-column .info{
		display: none;
	}

}


@media only screen and (max-width: 1399px){

	.header-style-seven .header-top{
		text-align: center;
	}

	.header-style-seven .header-top .top-left, 
	.header-style-seven .header-top .top-right{
		display: block;
		width: 100%;
		float: none;
	}

	.header-style-seven .header-top .contact-info,
	.header-style-seven .header-top .social-links{
		display: block;
	}

	.header-style-seven .header-top .social-links li{
		float: none;
		display: inline-block;
	}

	.header-style-seven .navbar-right-info .link-btn{
		display: none;
	}

	.header-style-seven .header-upper .logo-box .logo{
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.header-style-seven .navbar-right-info{
		margin-top: 35px;
	}

	.header-style-seven .navbar-right-info:before{
		top: -10px;
	}

	.about-home-7{
		padding: 0px;
	}

	.header-style-ten .header-lower{
		display: none;
	}

	.header-style-ten .header-upper{
		padding-bottom: 0px;
	}

	.header-style-ten .navbar-right-info{
		margin-left: 0px;
	}

	.header-style-11 .navbar-right-info .btn-box{
		display: none;
	}

	.header-style-11 .header-upper .inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}

}

@media only screen and (max-width: 1299px){

	.header-style-six .main-menu .navigation>li{
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-style-ten .navbar-right-info .social-links{
		display: none;
	}

}

@media only screen and (max-width: 1199px){

	.feature-block-five .inner-box .bg-shape{
		display: none;
	}

	.feature-block-five .inner-box:before{
		display: none;
	}

	.feature-block-five .inner-box{
		background: #fff;
		border-radius: 8px;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.feature-block-five .text br{
		display: none;
	}

	.immigration-home-11 .inner-box .content-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.header-style-12 .navbar-right-info{
		padding-left: 20px;
	}

}


@media only screen and (max-width: 1139px){

	.header-style-six .navbar-right-info{
		float: left;
	}

	.header-style-six .nav-outer .mobile-nav-toggler{
		margin: 10px 0px;
	}

	.header-style-seven .header-upper .logo-box .logo,
	.header-style-ten .header-upper .logo-box .logo{
		padding: 30px 30px 25px 0px !important;
	}

	.header-style-seven .nav-outer .mobile-nav-toggler{
		margin: 23px 0px;
	}

	.header-style-ten .header-upper .logo-box{
		padding: 0px;
	}

	.header-style-ten .header-upper .logo-box .logo:before{
		top: 25px;
	}

	.header-style-ten .nav-outer .mobile-nav-toggler{
		margin-left: 0px;
	}

	.works-home-10 .single-item .arrow{
		display: none;
	}

	.header-style-11 .right-column .social-links{
		display: none;
	}

	.header-style-11 .nav-outer .mobile-nav-toggler{
		margin: 5px 0px;
	}

	.header-style-12 .navbar-right-info{
		margin: 14px 0px;
	}

	.header-style-12 .nav-outer .mobile-nav-toggler{
		margin: 15px 0px;
	}

	.header-style-12 .header-middle .topics-box,
	.header-style-12 .header-middle .social-links{
		display: none;
	}

}


@media only screen and (max-width: 991px){

	.about-section-two.alternat-2 .image-box{
		margin: 0px 0px 30px 0px;
	}

	.service-home-6 .owl-dots{
		display: none;
	}

	.chooseus-home-6 .left-column{
		margin-bottom: 30px;
	}

	.chooseus-home-6:before{
		width: 100%;
	}

	.project-home-6 .owl-dots{
		display: none;
	}

	.team-home-6 .sec-title .theme-btn{
		position: relative;
		margin-top: 20px;
	}

	.team-home-6 .single-item .inner-box{
		margin-bottom: 30px;
	}

	.team-home-6{
		padding-bottom: 70px;
	}

	.testimonial-home-6 .owl-nav{
		display: none;
	}

	.news-home-6 .sec-title .theme-btn{
		position: relative;
		margin-top: 20px;
	}

	.cta-home-6 .text{
		margin-bottom: 30px;
	}

	.footer-widget{
		margin: 0px 0px 30px 0px !important;
	}

	.footer-style-six .footer-top{
		padding-bottom: 60px;
	}

	.header-style-six .header-middle .contact-info{
		display: none;
	}

	.header-style-six .header-middle .logo{
		width: auto;
		text-align: center;
		padding-bottom: 15px;
	}

	.service-home-7 .single-item .inner-box{
		margin-bottom: 30px;
	}

	.service-home-7{
		padding-bottom: 70px;
	}

	.about-home-7 .image-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.works-home-7 .single-item{
		margin-bottom: 90px;
	}

	.testimonial-home-7 .form-inner{
		margin-bottom: 50px;
	}

	.news-home-7 .news-block-one.style-two .inner-box{
		margin-bottom: 30px;
	}

	.news-home-7{
		padding-bottom: 70px;
	}

	.footer-style-seven .footer-top{
		padding-bottom: 42px;
	}

	.footer-style-seven .footer-bottom .left-column{
		float: none;
	}

	.footer-style-seven .footer-bottom .social-links{
		float: none;
		display: block;
		text-align: center;
	}

	.banner-section.style-ten .owl-theme .owl-dots,
	.border-shape{
		display: none;
	}

	.about-home-10 .content-box{
		margin-bottom: 30px;
	}

	.service-home-10 .srvice-info .info-list li{
		width: 50%;
	}

	.funfact-home-10 .single-item{
		margin-bottom: 30px;
		padding: 0px;
	}

	.funfact-home-10{
		padding-bottom: 65px;
	}

	.works-home-10 .single-item{
		margin-bottom: 30px;
	}

	.works-home-10,
	.news-home-10,
	.footer-style-ten .footer-top{
		padding-bottom: 70px;
	}

	.pricing-home-10 .content-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.faq-home-10 .accordion-box{
		margin-bottom: 30px;
	}

	.footer-style-ten .footer-bottom .copyright,
	.footer-style-ten .footer-nav{
		float: none;
		display: block;
		text-align: center;
	}

	.footer-style-ten .footer-bottom .footer-nav li{
		float: none;
		display: inline-block;
	}

	.service-home-11 .single-item{
		margin-bottom: 30px;
	}

	.about-home-11 .image-box .vector-icon{
		display: none;
	}

	.about-home-11 .image-box{
		margin: 0px 0px 30px 0px;
	}

	.about-home-11 .content-box{
		margin: 0px;
	}

	.immigration-home-11 .owl-dots{
		display: none !important;
	}

	.chooseus-home-11 .inner-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.team-home-11 .sec-title a.link-btn{
		position: relative;
		bottom: 0px;
		margin-top: 20px;
	}

	.team-home-11 .single-item:hover{
		margin: 0px;
		margin-bottom: 30px;
		padding-bottom: 34px;
	}

	.team-home-11 .single-item .lower-content .social-links{
		position: relative;
		bottom: 0px;
		opacity: 1;
		transform: scale(1,1);
		margin-top: 20px;
	}

	.team-home-11 .single-item,
	.news-home-11 .single-item{
		margin-bottom: 30px;
	}

	.funfact-home-11 .single-item{
		border: none;
	}

	.news-home-11,
	.category-home-12,
	.highlights-home-12{
		padding-bottom: 70px;
	}

	.footer-style-11 .footer-top{
		padding-bottom: 72px;
	}

	.category-home-12 .single-item,
	.offered-home-12 .single-item .inner-box{
		margin-bottom: 30px;
	}

	.about-home-12 .inner-box{
		margin-left: 0px;
		margin-top: 30px;
	}

	.highlights-home-12 .single-item .inner-box{
		margin-bottom: 30px;
	}

	.team-home-12 .sec-title{
		margin-bottom: 40px;
	}

	.funfact-home-12 .single-item{
		border: none;
	}

	.testimonial-home-12 .owl-dots{
		display: none;
	}

	.instructor-home-12 .title-text{
		display: none;
	}

	.instructor-home-12{
		padding: 0px;
	}

	.instructor-home-12 .inner-box{
		margin: 0px;
	}

	.instructor-home-12 .inner-box.mr-40{
		margin-bottom: 30px;
	}

	.news-home-12 .sec-title .theme-btn{
		position: relative;
		bottom: 0px;
		margin-top: 20px;
	}

	.subscribe-home-12 .text{
		margin-bottom: 30px;
	}

	.footer-style-12 .footer-top .logo-widget{
		border: none;
	}

	.footer-style-12 .footer-top{
		padding-bottom: 63px;
	}

	.footer-style-12 .footer-bottom .copyright,
	.footer-style-12 .footer-bottom .footer-nav{
		float: none;
		display: block;
		text-align: center;
	}

	.footer-style-12 .footer-bottom .footer-nav li{
		float: none;
		display: inline-block;
	}

	.feature-home-6 .feature-block .inner-box{
		margin-bottom: 30px;
	}

	.about-section-two.alternat-2{
		padding-bottom: 70px;
	}

	.feature-block-five .inner-box{
		box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
	}

	.features-section-five{
		padding-bottom: 0px;
	}

	.news-home-10 .outer-container{
		padding: 0px 30px;
		margin: 0px;
	}

	.news-home-10 .owl-theme .owl-nav{
		display: none;
	}

	.footer-banner-section .single-item{
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.footer-banner-section .single-column:last-child .single-item{
		margin: 0px;
	}

	.category-home-12 .sec-title .btn-box{
		position: relative;
		bottom: 0px;
		margin-top: 20px;
	}


}


@media only screen and (max-width: 767px){

	.banner-section.style-six .banner-carousel .slide-item{
		padding: 120px 0px 200px 0px;
	}

	.banner-section.style-six .banner-carousel .content-box h2 br{
		display: none;
	}

	.sec-title h2 br{
		display: none;
	}

	.testimonial-home-6 .inner-box .text p{
		font-size: 18px;
		line-height: 28px;
	}

	.testimonial-home-6 .inner-box .text p br{
		display: none;
	}

	.contact-home-6 .default-form .form-group:last-child{
		margin-bottom: 27px;
	}

	.footer-style-six .footer-bottom .copyright,
	.footer-style-six .footer-bottom .footer-nav,
	.footer-style-11 .footer-bottom .copyright,
	.footer-style-11 .footer-bottom .footer-nav{
		float: none;
		display: block;
		text-align: center;
	}

	.footer-style-six .footer-bottom .footer-nav li,
	.footer-style-11 .footer-bottom .footer-nav li{
		float: none;
		display: inline-block;
	}

	.subscribe-home-7 .inner-box p br{
		display: none;
	}

	.banner-section.style-ten .slide-item{
		padding: 100px 0px;
	}

	.service-home-10 .srvice-info .info-list li{
		width: 100%;
	}

	.service-home-10 .content-box .inner-box{
		margin: 0px;
	}

	.chooseus-home-10 .image{
		margin: 30px 0px;
	}

	.pricing-home-10 .paricing-table{
		margin-bottom: 30px;
	}

	.pricing-home-10{
		padding-bottom: 70px;
	}

	.banner-section.style-11 .slide-item{
		padding: 170px 0px 100px 0px;
	}

	.chooseus-home-11 .inner-box .single-item{
		width: 100%;
	}

	.banner-section.style-12 .slide-item{
		padding: 100px 0px;
	}

	.category-home-12 .col-lg-2:last-child .single-item .overlay-content {
    	left: 0px;
    	right: inherit;
    	transform-origin: left center;
	}

	.funfact-home-12 .single-column:nth-child(2) .single-item{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.funfact-home-12 .single-column:nth-child(2) .single-item .icon-box{
		top: 4px;
	}

	.highlights-home-6 .inner-box .single-item{
		width: 100%;
	}

	.chooseus-home-6 .left-column .icon-box{
		display: none;
	}

	.chooseus-home-6 .right-column{
		padding-left: 0px;
	}

	.contact-home-11 .contact-form-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-home-12 .inner-box .nav-tabs li{
		width: 100%;
	}

	.about-home-12 .inner-box{
		padding-bottom: 240px;
	}


}

@media only screen and (max-width: 575px){

	.chooseus-home-6 .right-column .single-item{
		padding-left: 130px;
	}

	.contact-home-6 .form-inner{
		padding-left: 30px;
		padding-right: 30px;
	}

	.banner-section.style-seven .banner-carousel .content-box h2{
		line-height: 45px;
	}

	.chooseus-home-7 .inner-box .single-item{
		margin-left: 0px;
	}

	.works-home-7 .more-text{
		padding-left: 30px;
		padding-right: 30px;
	}

	.testimonial-home-7 .testimonial-content .quote-text{
		display: none;
	}

	.subscribe-home-7 .pattern-layer{
		display: none;
	}

	.footer-style-seven .footer-top .links-widget .links-list li{
		width: 100%;
	}

	.footer-style-seven .footer-bottom .logo{
		float: none;
		display: block;
		text-align: center;
		padding: 0px;
		margin: 0px;
		border: none;
		margin-bottom: 10px;
	}

	.footer-style-seven .footer-bottom .left-column{
		display: block;
	}

	.footer-style-seven .footer-bottom .text{
		float: none;
		display: block;
		text-align: center;
	}

	.banner-section.style-ten .banner-content h2{
		font-size: 36px;
		line-height: 44px;
	}

	.banner-section.style-11 .content-box h2{
		line-height: 45px;
	}

	.header-style-11 .header-top .text .icon-box{
		top: 8px;
	}

	.banner-section.style-12 .content-box h2,
	.banner-section.style-six .banner-carousel .content-box h2{
		line-height: 45px;
	}

	.consulting-home-12 .btn-box a{
		margin: 5px;
	}

}

@media only screen and (max-width: 499px){

	.cta-home-6 .form-inner .form-group button,
	.subscribe-home-12 .form-inner .form-group button{
		position: relative;
		margin-top: 20px;
		width: 100%;
	}

	.cta-home-6 .form-inner .form-group,
	.subscribe-home-12 .form-inner .form-group{
		padding-right: 0px;
	}

	.header-style-seven .header-upper .logo-box .login-box{
		display: none;
	}

	.header-style-ten .header-upper .logo-box .logo{
		padding-right: 0px;
		margin-right: 0px;
		border: none;
	}

	.header-style-ten .header-upper .logo-box .search-box{
		display: none;
	}

	.about-home-10 .content-box .lower-box .signature{
		margin-bottom: 10px;
	}

	.faq-home-10 .form-inner{
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-home-11 .image-box{
		padding: 0px;
	}

	.about-home-11 .image-box .image-2{
		position: relative;
		margin-top: 30px;
	}

	.consultation-home-11 .single-item{
		padding-left: 30px;
	}

	.consultation-home-11 .single-item .icon-box{
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 20px;
	}

	.header-style-12 .header-middle .btn-box{
		display: none;
	}

	.footer-style-12 .footer-top .logo-widget .inner-box .single-item{
		width: 100%;
	}

	.footer-style-12 .footer-top .logo-widget .inner-box .single-item:first-child{
		margin-bottom: 20px;
	}

}


/* styletrhree */






/*Btn Style Eight*/
.btn-style-eight {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
}
.btn-style-eight:hover {
    color: #ffffff;
    background: transparent;
}
.btn-style-eight .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 22px 35px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.btn-style-eight:hover .btn-title {
    color: #ffffff;
}
.btn-style-eight .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}
.btn-style-eight:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.btn-style-eight .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}





/*Btn Style nine*/
.btn-style-nine {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
}
.btn-style-nine:hover {
    color: #ffffff;
    background: transparent;
}
.btn-style-nine .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 16px 35px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.btn-style-nine:hover .btn-title {
    color: #ffffff;
}
.btn-style-nine .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}
.btn-style-nine:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}



.scroll-to-top-style8 {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: #a04e3f;
    border-radius: 0%;
    margin-left: 0px;
}


.scroll-to-top-style9 {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: var(--ms-primary);
    border-radius: 50%;
    margin-left: 0px;
}




.owl-nav-style-one{}
.owl-nav-style-one.owl-theme .owl-prev span, 
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
    text-align: center;
}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #3e4354;
    border-radius: 0%;
    color: #969baa;
    font-size: 32px;
    font-weight: 400;
    line-height: 56px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span{
    position: relative;
    top: -5px;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 15px;
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    border: 2px solid var(--ms-azul);
    background: var(--ms-azul);
}






.sec-title.style-eight {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 0;
    padding-bottom: 37px;
}
.sec-title.style-eight h4 {
    position: relative;
    display: inline-block;
    color: #a04e3f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 19px;
}
.sec-title.style-eight h4:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #a04e3f;
    content: "";
}
.sec-title.style-eight h2 {
    color: #005050;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 0px;
    letter-spacing: normal;
}


.sec-title.style-eight.clr2 h4{
    color: #b0bebe;
}
.sec-title.style-eight.clr2 h4:before{
    background: #b0bebe;
}
.sec-title.style-eight.clr2 h2{
    color: #ffffff;    
}






.sec-title.style-nine {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 37px;
}
.sec-title.style-nine h4 {
    position: relative;
    display: block;
    color: var(--ms-azul);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.sec-title.style-nine h2 {
    color: var(--ms-gris);
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 0px;
    letter-spacing: normal;
}




/* Header Style Five */
.main-header.header-style-eight {
    position: absolute;
    top: 0;
    left: 0;
}
.main-header.header-style-eight .sticky-header .header-upper {
    border-top: 0px solid rgb(229, 229, 229);
}
.main-header.header-style-eight .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.main-header.header-style-eight .sticky-header .auto-container {
    max-width: 1200px;
    padding: 0px 15px;
}
.main-header.header-style-eight .sticky-header .header-upper .logo-box .logo {
    padding: 29px 0px;
}
.main-header.header-style-eight .sticky-header .main-menu .navigation {
    margin: 0px;
    margin-left: 30px;
    margin-top: 22px;
    margin-bottom: 22px;
}



.main-header.header-style-eight .auto-container {
    max-width: 100%;
    padding: 0;
}
.main-header.header-style-eight .header-upper-style8 .inner-container {
    position: relative;
    min-height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-upper-style8 {
    position: relative;
    display: block;
    border-top: none;
}
.header-style-eight .header-upper-style8 .logo-box .logo {
    position: relative;
    display: block;
    padding: 0;
}


.header-upper-style8 .nav-outer {
    position: relative;
    float: left;
}

.main-menu.style8 .navigation {
    margin-left: 60px;
    margin-top: 0px;
}
.main-menu.style8 .navigation>li {
    padding: 18px 0px;
    margin-right: 50px;
}
.main-menu.style8 .navigation>li:last-child{
    margin-right: 0;
}

.main-menu.style8 .navigation>li.dropdown {
    padding-right: 0;
}
.main-menu.style8 .navigation>li.dropdown>a:after {
    display: none;
}
.main-menu.style8 .navigation>li>a {
    color: #ffffff;
    font-size: 17px;
    padding: 3px 0px;
}
.main-menu.style8 .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -24px;
    right: 0px;
    width: 12px;
    height: 12px;
    background: #a04e3f;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu.style8 .navigation>li:hover>a:before,
.main-menu.style8 .navigation>li.current>a:before {
    transform: scale(1.0);
}


.header-upper-right-style8 {
    position: relative;
    display: block;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-upper-right-style8 .social-links li {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 42px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0;
}
.header-upper-right-style8 .social-links li:first-child{
    border-left: none;
}
.header-upper-right-style8 .social-links li+li {
    margin-left: 0px;
}
.header-upper-right-style8 .social-links li a{
    color: #ffffff;
    font-size: 14px;
}


.header-upper-right-style8 .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 25px;
    width: 72px;
    height: 72px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}


.header-upper-right-style8 .shopping-cart-outer{
    position: relative;
    display: block;
    width: 71px;
}
.header-upper-right-style8 .shopping-cart-outer .shopping-cart {
    position: relative;
    display: block;
    font-size: 24px;
    margin-left: 0px;
    color: #ffffff;
    padding-right: 10px;
    width: 34px;
    cursor: pointer;
    margin: 0 auto;
}
.header-upper-right-style8 .shopping-cart-outer .shopping-cart .count{
    background: #a04e3f;
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    position: relative;
    display: block;
    width: 71px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 0px;
    cursor: pointer;
    border-radius: 0%;
    background-color: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header-upper-right-style8 .right-button{
    position: relative;
    display: block;    
}




/* Banner Section Css */
.banner-section.style-eight .banner-carousel .slide-item .image-layer{
    z-index: 1;    
}
.banner-section.style-eight .banner-carousel .slide-item .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #005050;
    opacity: 0.80;
    z-index: -1;
}
.banner-section.style-eight .banner-carousel .content-box {
    min-height: 860px;
    padding: 0px 0px 0px;
}
.banner-section.style-eight .banner-carousel .content-box h3 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner-section.style-eight .banner-carousel .content-box h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 48px;
    line-height: 1.15em;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-transform: none;
}
.banner-section.style-eight .banner-carousel .content-box h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 70px;
    background-color: rgb(255, 255, 255);
}
.banner-section.style-eight .banner-carousel .content-box h2::after {
    display: none;
}
.banner-section.style-eight .banner-carousel .content-box .text {
    color: #b0bebe;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0px auto 35px;
    font-weight: 400;
}
.banner-section.style-eight .banner-carousel .content-box .btn-box .btn-style-eight .btn-title {
    padding: 16px 45px;
}




/* Contact Info Section Eight Css */
.contact-info-section-eight{
    position: relative;
    display: block;
    background: transparent;
}
.contact-info-eight {
    position: relative;
    display: block;
    background: #ffffff;
    margin-top: -45px;
    padding: 22px 0;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    z-index: 10;
}
.contact-info-eight ul{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;    
}
.contact-info-eight ul li{
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
    padding-left: 30px;
}
.contact-info-eight ul li::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #dfe9e9;
    content: "";
}
.contact-info-eight ul li .inner{
    position: relative;
    display: flex;
    align-items: center;
}
.contact-info-eight ul li .inner .icon{
    width: 60px;
}
.contact-info-eight ul li .inner .icon span::before {
    position: relative;
    top: 3px;
    font-size: 40px;
    line-height: 40px;
}
.contact-info-eight ul li .inner .title{
    position: relative;
    display: block;
}
.contact-info-eight ul li .inner .title h3{
    color: #005050;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.contact-info-eight ul li .inner .title p{
    color: #717e7e;
    font-size: 18px;
    line-height: 20px;
    margin: 6px 0 0;
}
.contact-info-eight ul li .inner .title p a{
    color: #717e7e;    
}



/* welcome Section Eight Css */
.welcome-section-eight{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}
.welcome-image-box-eight{
    position: relative;
    display: block;
}
.welcome-image-box-eight .thm-shape{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.welcome-image-box-eight .inner {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    z-index: 2;
}

.welcome-content-eight{
    position: relative;
    display: block;
}
.welcome-content-eight .sec-title.style-eight{
    padding-bottom: 35px;
}
.welcome-content-eight .inner{
    position: relative;
    display: block;
}
.welcome-content-eight .inner h3 {
    color: #a04e3f;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 13px;
}
.welcome-content-eight .inner p{
    color: #717e7e;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.welcome-content-eight .inner .authorized {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 43px;
}
.welcome-content-eight .inner .authorized .left{
    position: relative;
    display: flex;
}
.welcome-content-eight .inner .authorized .image {
    position: relative;
    display: block;
    width: 60px;
    z-index: 1;
}
.welcome-content-eight .inner .authorized .social {
    position: relative;
    display: block;
    margin-left: -15px;
}
.welcome-content-eight .inner .authorized .social a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #a04e3f;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}
.welcome-content-eight .inner .text{
    position: relative;
    display: block;
    padding-left: 20px;
    margin: 0;
}
.welcome-content-eight .inner .text h3{
    color: #005050;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}
.welcome-content-eight .inner .text span{
    color: #717e7e;
    font-size: 18px;
}
.welcome-content-eight .inner .signature{
    position: relative;
    display: block;
    margin-top: 40px;
}




/* Service Section Eight Css */
.service-section-eight{
    position: relative;
    display: block;
    background: #005050;
    padding: 100px 0 50px;
    z-index: 1;
}
.service-section-eight .pattern-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.service-block-eight{
    position: relative;
    margin-bottom: 43px;
}
.service-block-eight .inner-box{
    position: relative;
    display: block;
}
.service-block-eight .inner-box .img-holder{
    position: relative;
    display: block;
    padding-right: 25px;
}
.service-block-eight .inner-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.service-block-eight .inner-box .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #e5eeee;
    opacity: 1;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.service-block-eight .inner-box:hover .img-holder .inner:after{
    opacity: 0.90;
    transform: scaleY(1.0);    
}
.service-block-eight .inner-box .img-holder .inner img{
    width: 100%;
}

.service-block-eight .inner-box .img-holder .icon {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 90px;
    height: 90px;
    background: #ffffff;
    font-size: 50px;
    text-align: center;
    line-height: 90px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.service-block-eight .inner-box:hover .img-holder .icon{
    transform: scale(0.0);
}
.service-block-eight .inner-box .img-holder .icon span::before{
    color: #a04e3f;
}
.service-block-eight .inner-box .img-holder .button {
    position: absolute;
    bottom: 30px;
    right: 0px;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
            transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.service-block-eight .inner-box:hover .img-holder .button{
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
}
.service-block-eight .inner-box .img-holder .button .btn-style-eight .btn-title {
    padding: 11px 25px;
}


.service-block-eight .inner-box .text-holder{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 25px;
    margin-right: 25px;
}
.service-block-eight .inner-box .text-holder h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 7px;
}
.service-block-eight .inner-box .text-holder h3 a{
    color: #ffffff;
}
.service-block-eight .inner-box .text-holder p{
    color: #b0bebe;
    font-size: 18px;
    margin: 0;
}




/* Choose Section Eight Css */
.choose-section-eight{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.video-holder-box8{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 540px;
    width: 100%;
}
.video-holder-box8 .video-box{
    position: relative;
    display: block;
    padding: 305px 0;
}
.video-holder-box8 .video-box a{
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.video-holder-box8 .video-box a:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    background: rgba(255,255,255, 0.30);
    z-index: -1;
}
.video-holder-box8 .video-box a span::before{
    position: relative;
    display: block;
    color: #a04e3f;
    font-size: 50px;
    line-height: 120px;
    text-align: center;
}

.choose-content-eight{
    position: relative;
    display: block;
}
.choose-content-eight .sec-title.style-eight{
    padding-bottom: 39px;
}
.choose-content-eight .inner-content{
    position: relative;
    display: block;
}
.choose-content-eight .inner-content ul{
    position: relative;
    display: block;
}
.choose-content-eight .inner-content ul li{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 30px 30px;
    box-shadow: 0px 0px 50px 0px rgba(215, 226, 226, 0.7);
}
.choose-content-eight .inner-content ul li:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    height: 5px;
    background: #a04e3f;
    content: "";
    transform: scaleX(0.1) translateX(0px) rotateX(90deg);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.choose-content-eight .inner-content ul li:hover:before{
    transform: scaleX(1.0) translateX(0px) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.choose-content-eight .inner-content ul li+li{
    margin-top: 30px;
}
.choose-content-eight .inner-content ul li .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
}
.choose-content-eight .inner-content ul li .inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-content-eight .inner-content ul li .inner .icon .icon-bg1{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.choose-content-eight .inner-content ul li:hover .inner .icon .icon-bg1{
    transform: scale(0);
}

.choose-content-eight .inner-content ul li .inner .icon .icon-bg1-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);    
}
.choose-content-eight .inner-content ul li:hover .inner .icon .icon-bg1-overlay{
    transform: scale(1.0);
}
.choose-content-eight .inner-content ul li .inner .icon span::before{
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
}


.choose-content-eight .inner-content ul li .inner .text {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 100px;
    margin: 0;
}
.choose-content-eight .inner-content ul li .inner .text h3{
    color: #005050;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}
.choose-content-eight .inner-content ul li .inner .text p{
    color: #717e7e;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
 


/* working Section Eight Css */
.working-process-section-eight{
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 100px 0 50px;
}
.working-process-section-eight .row{
    counter-reset: count;
}

.working-process-block-eight {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 43px;
}
.working-process-block-eight .img-holder{
    position: relative;
    display: block;
    width: 160px;
}
.working-process-block-eight .img-holder .shape-bg {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: -10px;
    right: -30px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

.working-process-block-eight .img-holder .inner{
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.working-process-block-eight .img-holder .counting-step-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
}
.working-process-block-eight .img-holder .counting-step-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #a04e3f;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: "Fira Sans", sans-serif;
}
.working-process-block-eight:hover .img-holder .counting-step-box:before{
    color: #ffffff;
    background: #a04e3f;
}


.working-process-block-eight .text-holder{
    position: relative;
    display: block;
    padding-top: 29px;
}
.working-process-block-eight .text-holder h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}
.working-process-block-eight .text-holder h3 a{
    color: #005050;
}
.working-process-block-eight:hover .text-holder h3 a{
    color: #a04e3f; 
}
.working-process-block-eight .text-holder p{
    color: #717e7e;
    font-size: 18px;
    margin: 0;
}



/* Team Section Eight Css */
.team-section-eight{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}
.team-section-eight_title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 37px;
}
.team-section-eight_title .sec-title.style-eight{
    padding-bottom: 0;
}

.team-section-eight_title .btn-box{
    position: relative;
    display: block;
    padding-bottom: 13px;
}
.team-section-eight_title .btn-box .btn-style-eight{
    color: #a04e3f;
    background: transparent;
}
.team-section-eight_title .btn-box .btn-style-eight .btn-title {
    padding: 14px 40px;
    border: 2px solid #a04e3f;
}

.team-block-eight{
    position: relative;
    display: block;
}
.team-block-eight .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.team-block-eight .img-holder:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a04e3f;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.team-block-eight:hover .img-holder:before{
    opacity: .90;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}


.team-block-eight .img-holder .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    -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;

    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.team-block-eight:hover .img-holder .overlay-content{
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.team-block-eight .img-holder .overlay-content .inner{
    position: absolute;
    left: 30px;
    bottom: 25px;
    right: 30px;
}

.team-block-eight .img-holder .overlay-content .inner .top {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 26px;
    margin-bottom: 24px;
}
.team-block-eight .img-holder .overlay-content .inner .top span{
    color: #ffffff;
    font-size: 18px;
}
.team-block-eight .img-holder .overlay-content .inner .top h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 10px 0 0;
}

.team-block-eight .img-holder .overlay-content .inner .bottom-content{
    position: relative;
    display: flex;
    align-items: center;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .icon{
    width: 40px;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .icon span:before{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .text{
    position: relative;
    display: block;
    top: -1px;
    padding-left: 15px;
    margin: 0;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .text p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.team-block-eight .img-holder .overlay-content .inner .bottom-content .text p a{
    color: #ffffff;
}


.team8-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.team8-carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 40px !important;
    display: block;
}
.team8-carousel.owl-carousel .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
    border: 2px solid #cad4d4;
    background: #ffffff;
	margin: 0px 7.5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.team8-carousel.owl-carousel .owl-dots .owl-dot span{
	display: none;	
}
.team8-carousel.owl-carousel .owl-dots .owl-dot.active{
    border: 2px solid #a04e3f;
}




/*** 
=============================================
    Pricing Plan Section Eight Style      
=============================================
***/
.pricing-plan-section-eight{
    position: relative;
    display: block;
    padding: 100px 0 60px;
}
.pricing-plan-section-eight .pattern-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 530px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;    
}

.pricing-plan-block-eight{
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 20px 20px 0px;
    transform: translate3d(0px, 0px, 0px);
    transition: all 500ms ease;
    transition-delay: 0.2s;
    margin-bottom: 40px;
    z-index: 10;
}
.pricing-plan-block-eight:hover{
    transform: translate3d(0px, -10px, 0px);    
}

.pricing-plan-block-eight .table-header{
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 0 60px;
    z-index: 1;
}
.pricing-plan-block-eight .table-header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #005050;
    opacity: 0.80;
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.pricing-plan-block-eight:hover .table-header::before{
    background: #a04e3f;
}

.pricing-plan-block-eight .table-header .top {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.pricing-plan-block-eight .table-header .top h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 3px;
}
.pricing-plan-block-eight .table-header .top span{
    color: #b0bebe;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.pricing-plan-block-eight:hover .table-header .top span{
    color: #ffffff;
}

.pricing-plan-block-eight .table-header .package {
    position: relative;
    display: block;
}
.pricing-plan-block-eight .table-header .package h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
}
.pricing-plan-block-eight .table-header .package span {
    position: relative;
    top: -21px;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    padding-right: 6px;
}
.pricing-plan-block-eight .table-header .package b {
    position: relative;
    display: inline-block;
    top: -5px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 5px;
}

.pricing-plan-block-eight .table-button {
    position: relative;
    display: block;
    padding: 0 20px;
    margin-top: -30px;
    z-index: 1;
}
.pricing-plan-block-eight .table-button .btn-style-eight {
    color: #a04e3f;
    background: #ffffff;
    display: block;
}
.pricing-plan-block-eight .table-button .btn-style-eight .btn-title {
    padding: 16px 35px;
}


.pricing-plan-block-eight .price-list{
    position: relative;
    display: block;
    padding: 0 20px 0px;
}
.pricing-plan-block-eight .price-list ul {
    position: relative;
    display: block;
    padding: 10px 0 22px;
}
.pricing-plan-block-eight .price-list ul li{
    color: #717e7e;
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #d3dddd;
}
.pricing-plan-block-eight .price-list ul li:last-child{
    border: none;
}



/*** 
=============================================
    Testimonial Section Eight Style      
=============================================
***/
.testimonial-section-eight-h8{
    position: relative;
    display: block;
    padding: 0px 0 100px;
    z-index: 1;
}
.testimonial-section-eight-h8 .layer-outer {
    position: absolute;
    top: -355px;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}
.testimonial-section-eight-h8 .layer-outer:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    opacity: 0.75;
}


.testimonial-block-eight{
    position: relative;
    display: block;
    padding-top: 50px;
}
.testimonial-block-eight:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background:#ffffff;
    opacity: 0.15;
    z-index: 1;
}
.testimonial-block-eight .img-holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}
.testimonial-block-eight .img-holder::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 4px solid #ffffff;
    border-radius: 50%;
}


.testimonial-block-eight .inner-content{
    position: relative;
    display: block;
    padding: 70px 50px 43px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
}
.testimonial-block-eight .inner-content h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 2px;
}
.testimonial-block-eight .inner-content span{
    color: #b0bebe;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-block-eight .inner-content .text{
    position: relative;
    display: block;
    padding-top: 13px;
    margin: 0;
}
.testimonial-block-eight .inner-content .text p{
    color: #b0bebe;
    font-size: 18px;
    margin: 0;
}



/*** 
=============================================
    Blog section Eight Css
=============================================
***/
.blog-section-eight {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 40px;
}

.news-section-eight_title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 37px;
}
.news-section-eight_title .sec-title.style-eight{
    padding-bottom: 0;
}
.news-section-eight_title .btn-box{
    position: relative;
    display: block;
    padding-bottom: 13px;
}
.news-section-eight_title .btn-box .btn-style-eight{
    color: #a04e3f;
    background: transparent;
}
.news-section-eight_title .btn-box .btn-style-eight .btn-title {
    padding: 14px 40px;
    border: 2px solid #a04e3f;
}


.news-block-eight{
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.news-block-eight .img-holder{
    position: relative;
    display: block;
}
.news-block-eight .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.news-block-eight .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #005050;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.news-block-eight:hover .img-holder .inner:before{
    opacity: .65;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.news-block-eight .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}
.news-block-eight:hover .img-holder .overlay-icon{
    transform: perspective(400px) scaleY(1.0);    
}
.news-block-eight .img-holder .overlay-icon a{
    position: relative;
    display: inline-block;
}
.news-block-eight .img-holder .overlay-icon span{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}
.news-block-eight .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    background: #005050;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.news-block-eight:hover .img-holder .inner:after{
    opacity: 0.35;
    transform: scaleY(1.0);    
}


.news-block-eight .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.news-block-eight:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.news-block-eight .img-holder .categories-box {
    position: absolute;
    left: 30px;
    bottom: -12px;
    width: 100px;
    height: 24px;
    text-align: center;
    z-index: 3;
}
.news-block-eight .img-holder .categories-box p{
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}


.news-block-eight .text-holder {
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 32px 30px 26px;
}
.news-block-eight .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}
.news-block-eight .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    color: #a04e3f;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding-right: 16px;
    margin-right: 15px;
}
.news-block-eight .text-holder .meta-info li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.news-block-eight .text-holder .meta-info li:before {
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #717e7e;
    content: "";
    transform: rotate(20deg);
}
.news-block-eight .text-holder .meta-info li:last-child:before{
    display: none;
}
.news-block-eight .text-holder .meta-info li a {
    color: #717e7e;
    transition: all 200ms linear;
    transition-delay: 0.1s;
} 


.news-block-eight .text-holder .blog-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 11px;
}
.news-block-eight .text-holder .blog-title a{
    color: #005050;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



/*** 
=============================================
    Awards section Eight Css
=============================================
***/
.awards-section-eight{
    position: relative;
    display: block;
    background: #005050;
    padding: 100px 0 100px;
    z-index: 1;
}
.awards-section-eight .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.awards-block-eight{
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 40px 0 36px;
}
.awards-block-eight .awards {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 17px;
}
.awards-block-eight .awards img{
    width: auto;
}

.awards-block-eight .awards_title{
    color: #005050;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.awards-block-eight .awards_title-two{
    margin-top: 7px;
}



/*** 
=============================================
    Contact Form Faq Section Eight Css
=============================================
***/
.contact-form-faq-section-eight {
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 100px 0 70px;
}
.contact-form-eight {
    position: relative; 
    display: block;
    max-width: 535px;
    width: 100%;
    background: #ffffff;
    padding: 55px 50px 45px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.contact-form-eight .title{
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.contact-form-eight .title h2{
    color: #005050;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 9px;
}
.contact-form-eight .title p{
    color: #005050;
    font-size: 18px;
    margin: 0;
}


.contact-form-h8 {
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form-h8 input[type="text"],
.contact-form-h8 input[type="email"],
.contact-form-h8 textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: 0px solid #e3e3e4;
    border-bottom: 1px solid #e1e5e9;
    color: #717e7e;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 0px;
    padding-right: 0px;
    transition: all 500ms ease;
    font-family: "Barlow", sans-serif;
}
.contact-form-h8 textarea {
    height: 126px;
    padding-left: 0px;
    padding-right: 0px;
}

.contact-form-h8 input[type="text"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form-h8 input[type="email"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form-h8 textarea:focus{
    color: #171717;
    border-color: #171717; 
}


.contact-form-h8 input[type="text"]::-webkit-input-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="text"]:-moz-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="text"]::-moz-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="text"]:-ms-input-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="email"]::-webkit-input-placeholder {
    color: #777777;
}


.contact-form-h8 input[type="email"]:-moz-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="email"]::-moz-placeholder {
    color: #777777;
}
.contact-form-h8 input[type="email"]:-ms-input-placeholder {
    color: #777777;
}
.contact-form-h8 textarea::-webkit-input-placeholder {
    color: #777777;
}


.contact-form-h8 textarea:-moz-placeholder {
    color: #717e7e;
}
.contact-form-h8 textarea::-moz-placeholder {
    color: #717e7e;
}
.contact-form-h8 textarea:-ms-input-placeholder {
    color: #717e7e;
}


.contact-form-h8 .btn-style-eight {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
}
.contact-form-h8 .btn-style-eight .btn-title {
    padding: 16px 35px;
}



.faq-content-eight{
    position: relative;
    display: block;
}
.faq-content-eight .sec-title.style-eight {

}
.faq-content-eight .accordion-box .block{
    margin-bottom: 20px;
}
.faq-content-eight .accordion-box .block:last-child{
    margin-bottom: 0px;
}



/*** 
=============================================
    Funfacts section Eight Css
=============================================
***/
.funfacts-section-eight {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
    padding: 100px 0px 100px;
}
.funfacts-section-eight::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a04e3f;
    opacity: 0.95;
    z-index: -1;
}

.fact-counter-eight {
    position: relative;
    display: flex;
    align-items: center;
}
.fact-counter-eight .counter-column {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    padding-right: 30px;
    margin-right: 30px;
}
.fact-counter-eight .counter-column:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.fact-counter-eight .counter-column .inner{
    position: relative;
    display: block;
}
.fact-counter-eight .counter-column .inner .content {
    position: relative;
    display: flex;
    align-items: center;
}
.fact-counter-eight .counter-column .inner .content .icon-box{
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    font-size: 45px;
}

.fact-counter-eight .counter-column .inner .content .count-box {
    position: relative;
    display: block;
    padding-left: 20px;
}
.fact-counter-eight .counter-column .inner .content .count-box span {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Fira Sans", sans-serif;
}
.fact-counter-eight .counter-column .inner .content .count-box .counter-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 18px;
    font-family: "Fira Sans", sans-serif;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-section-eight {
    position: relative;
    display: block;
    overflow: hidden;
    background: #005050;
    padding: 0px 0px 0px;
    z-index: 1;
}
.footer-eight {
    position: relative;
    display: block;
    padding: 100px 0 90px;
    z-index: 1;
}
.footer-eight .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}


.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 25px;
}
.single-footer-widget .title h3{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    padding: 30px 30px 36px;
    background: #ffffff;
    max-width: 340px;
}
.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    border-bottom: 1px solid #dfe9e9;
    padding-bottom: 15px;
}
.single-footer-widget .our-company-info .text-box {
    position: relative;
    display: block;
    padding-top: 26px;
    margin-bottom: 19px;
}
.single-footer-widget .our-company-info .text-box h3 {
    color: #005050;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 9px;
}
.single-footer-widget .our-company-info .text-box p{
    color: #717e7e;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.single-footer-widget .our-company-info .phone-number{
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info .phone-number p{
    color: #a04e3f;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 5px;
}
.single-footer-widget .our-company-info .phone-number h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.single-footer-widget .our-company-info .phone-number h3 a{
    color: #005050;
}



.footer-widget-link-box{
    position: relative;
    display: flex;
}
.footer-widget-links1{
    position: relative;
    display: block;
}
.footer-widget-links1.left{
    width: 200px;
}
.footer-widget-links1.right{

}
.footer-widget-links1 li{
    position: relative;
    display: block;
    margin-bottom: 12px;
    transition: all 500ms ease;
}
.footer-widget-links1 li:last-child{
    margin-bottom: 0;
}
.footer-widget-links1 li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #b0bebe;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    transition: all 500ms ease;
}
.footer-widget-links1 li a:hover{
    color: #ffffff;
}
.footer-widget-links1 li a::before{
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
}


.widget-popular-post {
    position: relative;
    display: block;
    margin-top: 7px;
}
.widget-popular-post li{
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 70px;
    margin-bottom: 25px;
}
.widget-popular-post li:last-child{
    margin-bottom: 0;
}
.widget-popular-post li .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}
.widget-popular-post li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    top: -9px;
}
.widget-popular-post li .title-box span{
    position: relative;
    display: inline-block;
    color: #b0bebe;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.widget-popular-post li .title-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 6px;
}
.widget-popular-post li .title-box h3 a{
    color: #ffffff;
}



.footer-bottom-eight {
    position: relative;
    display: block;
    background: #005050;
    padding: 21px 0;
}
.footer-bottom-eight .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p{
    color:#ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.copyright-text p a {
    color: #ffffff;
    font-weight: 600;
    transition: all 500ms ease;
    padding-right: 3px;
}
.copyright-text p a:hover{
    color: rgba(255, 255, 255);    
}



.footer-menu-style1{
    position: relative;
    display: block;
}
.footer-menu-style1 ul{
    overflow: hidden;
}
.footer-menu-style1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
}
.footer-menu-style1 ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.footer-menu-style1 ul li:before {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background: rgba(255, 255, 255, 0.30);
    transform: rotate(10deg);
    content: "";
}
.footer-menu-style1 ul li:last-child:before{
    display: none;
}
.footer-menu-style1 ul li a{
    color: #ffffff;
    font-size: 18px;
    transition: all 500ms ease;
}





/* Header Style Nine */
.main-header.header-style-nine {
    position: absolute;
    top: 0;
    left: 0;
}
.main-header.header-style-nine .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}


.main-header.header-style-nine .sticky-header .header-upper .logo-box .logo {
    padding: 29px 0px;
}
.main-header.header-style-nine .sticky-header .main-menu .navigation {
    margin: 0px;
    margin-left: 30px;
    margin-top: 22px;
    margin-bottom: 22px;
}





.main-header .header-top-style9{
    position: relative;
    display: block;
    background: var(--ms-blanco);
    padding: 10px 0px;    
}
.header-top-style9 .top-left{
    position: relative;
    display: block;
}
.header-top-style9 .top-left .logo-box{
    position: relative;
    display: block;
}
.header-top-style9 .top-left .logo-box .logo{
    position: relative;
    display: block;
}
.header-top-style9 .top-left .logo-box .logo a{
    position: relative;
    display: inline-block;
}

.header-top-style9 .top-right{
    position: relative;
    display: block;
}

.contact-info-9{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 25px;
}
.contact-info-9 li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
    min-height: 50px;
}
.contact-info-9 li:last-child{
    margin-right: 0;
}
.contact-info-9 li .inner-box{
    position: relative;
    display: block;
    padding-left: 50px;
    min-height: 50px;
}
.contact-info-9 li .inner-box .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.contact-info-9 li .inner-box .icon span:before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}
.contact-info-9 li .inner-box .title{
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 50px;
}
.contact-info-9 li .inner-box .title h3{
    color: var(--ms-gris);
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.contact-info-9 li .inner-box .title p{
    color: #999ead;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.contact-info-9 li .btn-box{
    position: relative;
    display: block;
}
.contact-info-9 li .btn-box .btn-style-nine{
    color: var(--ms-blanco);
    background: var(--ms-primary);
    border-radius: 20px;
}
.contact-info-9 li .btn-box .btn-style-nine .btn-title {
    padding: 11px 35px;
}


.main-header .header-upper-style9{
    position: relative;
    display: block;
    border: none;    
}
.main-header .header-upper-style9 .inner-container {
    position: relative;
    min-height: 70px;
    background: var(--ms-primary);
}
.main-header .header-upper-style9 .inner-container::before{
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 0;
    right: 100%;
    background: var(--ms-primary);
    content: "";
}

.main-header .header-upper-style9 .nav-outer {
    position: relative;
    float: left;
}

.main-menu.style9 .navigation {
    margin-top: 0px;
    margin-left: 0px;
    margin: 0px;
    padding: 7px 0;
}
.main-menu.style9 .navigation>li>a {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}


.header-upper-right-style9 {
    position: relative;
    display: block;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-upper-right-style9 .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 20px;
    width: 50px;
    height: 30px;
    color: #ffffff;
    margin-right: 10px;
}
.header-upper-right-style9 .shopping-cart-outer{
    position: relative;
    display: block;
    width: 71px;
}
.header-upper-right-style9 .shopping-cart-outer .shopping-cart {
    position: relative;
    display: block;
    font-size: 24px;
    margin-left: 0px;
    color: #ffffff;
    padding-right: 10px;
    width: 34px;
    cursor: pointer;
    margin: 0 auto;
}
.header-upper-right-style9 .shopping-cart-outer .shopping-cart .count{
    color: var(--ms-azul);
    background: #ffffff;
}


.header-upper-right-style9 .right-box {
    position: relative;
    display: block;
    width: 220px;
    background: #ffffff;
    text-align: right;
    padding: 9px 30px 10px;
}
.header-upper-right-style9 .right-box p{
    color: var(--ms-azul);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 0px;
}
.header-upper-right-style9 .right-box  a{
    color: var(--ms-gris);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}


.header-upper-right-style9 .phone-icon{
    position: relative;
    display: block;
    float: right;
    width: 70px;
    height: 70px;
    background: var(--ms-primary);
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}
.header-upper-right-style9 .phone-icon span:before{
    position: relative;
    display: inline-block;
    top: 2px;
}
.header-upper-right-style9 .phone-icon:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 50%;
    height: 40px;
    border-left: 45px solid var(--ms-primary);
    border-top: 20px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid transparent;
}
.header-upper-right-style9 .phone-icon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 50%;
    height: 40px;
    border-right: 45px solid var(--ms-primary);
    border-top: 25px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 25px solid transparent;
}





/* Banner Section Css */
.banner-section.style-nine{
    margin-top: 35px;  
}


.banner-section.style-nine .banner-carousel .slide-item .image-layer{
    z-index: 1;    
}
.banner-section.style-nine .banner-carousel .slide-item .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--ms-gris);
    opacity: 0.20;
    z-index: -1;
}
.banner-section.style-nine .banner-carousel .content-box {
    min-height: 790px;
    padding: 0px 0px 0px;
}
.banner-section.style-nine .banner-carousel .content-box h3 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.banner-section.style-nine .banner-carousel .content-box h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 60px;
    line-height: 1.15em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-bottom: 0px;
}
.banner-section.style-nine .banner-carousel .content-box h2:before {
    display: none;
}
.banner-section.style-nine .banner-carousel .content-box h2::after {
    display: none;
}
.banner-section.style-nine .banner-carousel .content-box .text {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.6em;
    margin: 0px auto 43px;
    font-weight: 400;
}
.banner-section.style-nine .banner-carousel .content-box .btn-box .btn-style-eight .btn-title {
    padding: 16px 45px;
}












/* Service Section Nine Css */
.service-section-nine{
    position: relative;
    display: block;
    background: var(--ms-tec);
    padding: 100px 0 100px;
}
.service-block-nine{
    position: relative;
    display: block;
}
.service-block-nine .inner-box{
    position: relative;
    display: block;
}
.service-block-nine .inner-box .img-holder{
    position: relative;
    display: block;
}
.service-block-nine .inner-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-nine .inner-box:hover .img-holder .inner:before{
    opacity: 0.9;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}


.service-block-nine .inner-box .img-holder .inner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(33,36,45);
    background: linear-gradient(0deg, rgba(33,36,45,1) 0%, rgba(45,34,33,0) 55%);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.service-block-nine .inner-box .img-holder .inner img{
    width: 100%;
}

.service-block-nine .inner-box .img-holder .overlay-static-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 2;
}
.service-block-nine:hover .inner-box .img-holder .overlay-static-content{
    transform: scale(0.0);
}
.service-block-nine .inner-box .img-holder .overlay-static-content .icon{
    position: relative;
    display: block;
    width: 170px;
    height: 170px;
    line-height: 170px;
    border-radius: 50%;
    background:rgba(30, 79, 200, 0.5);
    font-size: 80px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.service-block-nine .inner-box .img-holder .overlay-static-content .icon span::before{
    color: #ffffff;
}


.service-block-nine .inner-box .img-holder .title-box {
    position: absolute;
    left: 30px;
    bottom: 24px;
    right: 0;
    z-index: 3;
}
.service-block-nine .inner-box .img-holder .title-box h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 3px;
}
.service-block-nine .inner-box .img-holder .title-box h3 a{
    color: #ffffff;
}
.service-block-nine .inner-box .img-holder .title-box p{
    color: #999ead;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}


.service-block-nine .inner-box .img-holder .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
            transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.service-block-nine .inner-box:hover .img-holder .overlay-content{
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
}

.service-block-nine .inner-box .img-holder .overlay-content .button{
    position: relative;
}
.service-block-nine .inner-box .img-holder .overlay-content .button a{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: var(--ms-azul);
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
} 
.service-block-nine .inner-box .img-holder .overlay-content .button a span::before{
    color: #ffffff;
} 


.service9-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.service9-carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 40px !important;
    display: block;
}
.service9-carousel.owl-carousel .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
    border: 2px solid #c5c8ce;
    background: #eaecf1;
	margin: 0px 7.5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.service9-carousel.owl-carousel .owl-dots .owl-dot span{
	display: none;	
}
.service9-carousel.owl-carousel .owl-dots .owl-dot.active{
    border: 2px solid var(--ms-azul);
}








/* welcome Section Nine Css */
.welcome-section-nine{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 0 60px;
}

.welcome-section-nine-b{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 0px;
}

.welcome-image-box-nine{
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}
.welcome-image-box-nine .left-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.welcome-image-box-nine .single-image-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.welcome-image-box-nine .single-image-box img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.welcome-image-box-nine .single-image-box:hover img{
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.welcome-image-box-nine .right-box{
    position: relative;
    display: block;
}
.welcome-image-box-nine .right-box ul{
    position: relative;
    display: block;
    margin-top: -15px;
    margin-bottom: -15px;
}
.welcome-image-box-nine .right-box ul li{
    position: relative;
    display: block;
    padding: 15px 0;
}
.welcome-image-box-nine .right-box ul li .inner{
    position: relative;
    display: block;
    overflow: hidden;
}



.welcome-content-nine{
    position: relative;
    display: block;
}
.welcome-content-nine .sec-title.style-nine {
    padding-bottom: 19px;
}
.welcome-content-nine .inner{
    position: relative;
    display: block;
}
.welcome-content-nine .inner .top-text {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.welcome-content-nine .inner .top-text p{
    color: var(--ms-gris);
    font-size: 18px;
    margin: 0;
    text-align: justify;
}
.welcome-content-nine .inner .bottom-text{
    position: relative;
    display: block;
    margin-bottom: 26px;
}
.welcome-content-nine .inner .bottom-text p{
    color: #72757f;
    font-size: 18px;
    margin: 0;
}

.welcome-content-nine .inner ul{
    position: relative;
    display: block;
}
.welcome-content-nine .inner ul li{
    position: relative;
    display: block;
    color: var(--ms-gris);
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    margin-bottom: 15px;
}
.welcome-content-nine .inner ul li:last-child{
    margin-bottom: 0;
}
.welcome-content-nine .inner ul li span::before {
    position: relative;
    top: 2px;
    color: var(--ms-azul);
    font-size: 20px;
    padding-right: 20px;
}
.welcome-content-nine .inner .btn-box{
    margin-top: 41px;
}





/* Gallery Section Nine Css */
.gallery-section-nine{
    position: relative;
    display: block;
    background: var(--ms-gris);
    padding: 100px 0px 100px;
    z-index: 1;
}
.gallery-section-nine_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}
.gallery-section-nine_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--ms-gris);
    opacity: 0.85;
    z-index: -1;
}


.gallery-nine_title{
    position: relative;
    display: block;
}
.gallery-nine_title .sec-title.style-nine {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 8px;
}
.gallery-nine_title .sec-title.style-nine h4 {
    margin-bottom: 12px;
}
.gallery-nine_title .sec-title.style-nine h2{
    color: #ffffff;
}
.gallery-nine_title .inner-content{
    position: relative;
    display: block;
}
.gallery-nine_title .inner-content p{
    color: #999ead;
    font-size: 18px;
    margin: 0;
}
.gallery-nine_title .inner-content .btn-box{
    margin-top: 33px;
}



.single-gallery-item{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-gallery-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border:2px solid var(--ms-azul);
    background: rgba(33, 36, 45, 0.90);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(0deg) scale(1.3);
            transform: perspective(1200px) rotateX(0deg) scale(1.3);

    transition: all 700ms linear;
    transition-delay: 0.1s;      
    opacity: 0;
    z-index: 2;
}
.single-gallery-item:hover::before{
    -webkit-transform: perspective(1200px) rotateX(0deg) scale(1.0);
    transform: perspective(1200px) rotateX(0deg) scale(1.0);
    opacity: 1;
}
.single-gallery-item .img-holder{
    position: relative;
    display: block;
}
.single-gallery-item .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-gallery-item .img-holder .inner img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-gallery-item:hover .img-holder .inner img{
  
}


.single-gallery-item .img-holder .overlay-content {
    position: absolute;
    top: -30%;
    left: 0;
    bottom: -30%;
    right: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(-100%);
            transform: perspective(1200px) rotateX(0deg) translateZ(-100%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    z-index: 2;
}
.single-gallery-item:hover .img-holder .overlay-content {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    top: 0;
    bottom: 0;
    opacity: 1;
}


.single-gallery-item .img-holder .overlay-content .title-box{
    position: absolute;
    left: 40px;
    bottom: 34px;
    right: 20px;
}
.single-gallery-item .img-holder .overlay-content .title-box p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}
.single-gallery-item .img-holder .overlay-content .title-box h3{
    font-size: 22px;
    font-weight: 600;
}
.single-gallery-item .img-holder .overlay-content .title-box h3 a{
    color: #ffffff;
}

.single-gallery-item .img-holder .overlay-content .button{
    position: absolute;
    top: 20px;
    right: 20px;
}
.single-gallery-item .img-holder .overlay-content .button a{
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: var(--ms-azul);
    font-size: 15px;
    text-align: center;
}
.single-gallery-item .img-holder .overlay-content .button a span::before {
    color: #ffffff;
    font-weight: 700;
}

.gallery-nine-carousel.owl-theme .owl-stage-outer {
    margin-right: -400px;
}
.gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: -165px;
}





/* Working Process Section Nine Css */
.working-process-section-nine{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 60px;
}
.working-process-section-nine .row {
    counter-reset: count;
}

.working-process-block-nine{
    position: relative;
    display: block;
    background: #eaecf1;
    padding: 46px 20px 43px;
    margin-bottom: 40px;
}
.working-process-block-nine .border-box{
    position: absolute;
    top: 50%;
    right: -110px;
    bottom: 0;
    width: 175px;
    height: 1px;
    background: #cacdd3;
    z-index: 2;
}
.working-process-block-nine .border-box::before{
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    background-image: url(../images-3/icon/arrow-right.png);
    width: 12px;
    height: 25px;
}

.working-process-block-nine .title-holder{
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.working-process-block-nine .title-holder h3{
    color: var(--ms-gris);
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 1px;
}
.working-process-block-nine .title-holder span{
    color: #1e4ec6;
    font-size: 16px;
}

.working-process-block-nine .icon-holder{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 0%;
    margin: 0 auto;
}
.working-process-block-nine .icon-holder span::before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
}





.working-process-block-nine .icon-holder .counting-step-box{
    position: absolute;
    top: 20px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
}
.working-process-block-nine .icon-holder .counting-step-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #202020;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: "Fira Sans", sans-serif;
}










.working-process-block-nine .text-holder{
    position: relative;
    display: block;
    padding-top: 21px;
}
.working-process-block-nine .text-holder p{
    color: #72757f;
    font-size: 18px;
    margin: 0;
}



/* Video Gallery Section Nine Css */
.video-gallery-section-nine{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}
.video-gallery-section-nine::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--ms-gris);
    opacity: 0.90;
    z-index: -1;
}



.video-gallery-nine_content {
    position: relative;
    display: block;
    padding: 100px 0px;
}
.video-holder-box9{
    position: relative;
    display: block;
}
.video-holder-box9 .video-box {
    position: relative;
    display: block;
    margin-bottom: 33px;
}
.video-holder-box9 .video-box a{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    border: 2px solid #ffffff;
}
.video-holder-box9 .video-box a span::before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 96px;
    text-align: center;
}
.video-holder-box9 .video-box a:before {
    display: none;
}
.video-gallery-nine_content h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
}
.video-gallery-nine_content .btn-box{
    position: relative;
    display: block;
   text-align: center;
   margin-top: 38px;
}



/* Choose Section Nine Css */
.choose-section-nine {
    position: relative;
    display: block;
    background: #72757f;
    padding: 100px 0px 70px;
    z-index: 1;
}
.choose-section-nine .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: -1;
}

.choose-block-nine{
    position: relative; 
    display: block;
    background: #ffffff;
    padding: 27px 30px 23px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    z-index: 1;
}
.choose-block-nine_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
    height: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.choose-block-nine:hover .choose-block-nine_bg{
    height: 100%;
} 


.choose-block-nine::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 5px;
    bottom: 30px;
    background: var(--ms-azul);
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.choose-block-nine:hover:before{
    top: 0;
    bottom: 0;
}

.choose-block-nine .top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.choose-block-nine .top .icon {
    position: relative;
    display: block;
    width: 75px;
}
.choose-block-nine .top .icon span::before{
    color: #9a9eab;
    font-size: 55px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.choose-block-nine:hover .top .icon span::before{
    color: #999ead;
}

.choose-block-nine .top  .title{
    position: relative;
    display: block;
}
.choose-block-nine .top  .title h4{
    color: var(--ms-gris);
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.choose-block-nine:hover .top  .title h4{
    color: #ffffff;
}

.choose-block-nine .text{
    position: relative;
    display: block;
    margin: 0;
}
.choose-block-nine .text p{
    color: #72757f;
    font-size: 18px;
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.3s;
}
.choose-block-nine:hover .text p{
    color: #999ead;
}




/*** 
=============================================
    Testimonial Section Nine Style      
=============================================
***/
.testimonial-section-nine{
    position: relative;
    display: block;
    padding: 100px 0 100px;
    z-index: 1;
}
.testimonial-section-nine .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}
.testimonial-nine_title{
    position: relative;
    display: block;
}
.testimonial-nine_title .sec-title.style-nine {
    padding-bottom: 8px;
}
.testimonial-nine_title .inner-content{
    position: relative;
    display: block;
}
.testimonial-nine_title .inner-content p{
    color: #72757f;
    font-size: 18px;
    margin: 0;
}
.testimonial-nine_title .inner-content .btn-box{
    position: relative;
    display: block;
    margin-top: 33px;
}
.testimonial-nine_title .inner-content .btn-box .btn-style-nine{
    border: 2px solid var(--ms-azul);
    background: transparent;
}
.testimonial-nine_title .inner-content .btn-box .btn-style-nine .btn-title{
    color: var(--ms-azul);
    padding: 14px 40px;
}
.testimonial-nine_title .inner-content .btn-box .btn-style-nine:hover .btn-title{
    color: #ffffff;
}



.testimonial-block-nine {
    position: relative;
    display: block;
    padding-right: 70px;
    padding-bottom: 35px;
}
.testimonial-block-nine .inner-box{
    position: relative;
    display: block;
    background: var(--ms-gris);
    padding: 43px 40px 42px;
    z-index: 1;
}
.testimonial-block-nine .rating{
    position: relative;
    display: block;
}
.testimonial-block-nine .rating span{
    color: var(--ms-azul);
    font-size: 20px;
}
.testimonial-block-nine .rating span+span{
    margin-left: 3px;
}

.testimonial-block-nine .text{
    position: relative;
    display: block;
    margin-top: 14px;
    margin-bottom: 28px;
}
.testimonial-block-nine .text p{
    color: #999ead;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.testimonial-block-nine h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 3px;
}
.testimonial-block-nine span{
    color: #999ead;
    font-size: 18px;
    line-height: 30px;
}

.testimonial-block-nine .quote-icon {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    color: #282c37;
    font-size: 200px;
    z-index: -1;
    display: flex;
    align-items: center;
}
.testimonial-block-nine .img-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    z-index: 2;
}


.testimonial-nine-carousel{}
.testimonial-nine-carousel.owl-theme .owl-prev span, 
.testimonial-nine-carousel.owl-theme .owl-next span {
    position: relative;
    display: block;
    text-align: center;
}
.testimonial-nine-carousel.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
}


.testimonial-nine-carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 160px;
    width: 160px;
    background: var(--ms-azul);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    z-index: 10;
}
.testimonial-nine-carousel.owl-theme .owl-nav:before{
    position: absolute;
    top: 20px;
    left: 50%;
    bottom: 20px;
    width: 1px;
    background: #ffffff;
    opacity: 0.20;
    content: "";
}

.testimonial-nine-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    background: transparent;
    border: 0px solid #3e4354;
    border-radius: 0%;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.testimonial-nine-carousel.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: inline-block;
    line-height: 18px;
    top: -4px;
}
.testimonial-nine-carousel.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.testimonial-nine-carousel.owl-theme .owl-nav .owl-next {
	margin-left: 0;
    transform: rotate(0deg);
}
.testimonial-nine-carousel.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
}



/*** 
=============================================
    Brand Section Nine Style      
=============================================
***/
.brand-section-nine {
    position: relative;
    display: block;
    padding: 24px 0;
}
.brand-content-nine{
    position: relative;
    display: block;
}
.brand-content-nine ul{
    position: relative;
    display: block;
}
.brand-content-nine ul:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    z-index: 1;
}

.brand-content-nine ul li{
    position: relative;
    display: block;
    padding-left: 40px;
}
.brand-content-nine ul li::before{
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    bottom: 35px;
    width: 1px;
    background: #ffffff;
    opacity: 0.25;
}

.brand-block-nine{
    position: relative;
    display: block;
}
.brand-block-nine a{
    position: relative;
    display: inline-block;    
}
.brand-block-nine a img{
    width: auto;
}



/*** 
=============================================
    Blog section Nine Css
=============================================
***/
.blog-section-nine {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 40px;
}
.blog-section-nine .sec-title.style-nine{
    padding-bottom: 49px;
}


.news-block-nine .img-holder .inner:before {
    background-color: var(--ms-gris);
}
.news-block-nine:hover .img-holder .inner:before{
    opacity: .45;
}

.news-block-nine .img-holder .inner:after {
    opacity: 0.10;
    background: var(--ms-gris);
}
.news-block-nine:hover .img-holder .inner:after{
    opacity: 0.45;
}
.news-block-nine .img-holder .categories-box {
    top: -12px;
    bottom: auto;
}


.news-block-nine .text-holder {
    background: #ffffff;
    border: 1px solid #e4e7ee;
    border-top: none;
}
.news-block-nine .text-holder .meta-info li {
    color: var(--ms-azul);
}
.news-block-nine .text-holder .blog-title a {
    color: var(--ms-gris);
}
.news-block-nine .text-holder .blog-title a:hover {
    color: var(--ms-azul);
}


.news-block-nine .text-holder .readmore{
    position: relative;
    display: block;
    padding-top: 12px;
}
.news-block-nine .text-holder .readmore a{
    position: relative;
    display: inline-block;
    color: var(--ms-gris);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.news-block-nine .text-holder .readmore a span:before {
    position: relative;
    display: inline-block;
    color: var(--ms-azul);
    padding-right: 6px;
    font-size: 26px;
    line-height: 0;
    top: 6px;
}

.news-block-nine:hover .text-holder .readmore a{
    color: var(--ms-azul);
}



/*** 
=============================================
   Service Section Ten Css
=============================================
***/
.service-section-ten{
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    padding: 0px 0px 0px;
}
.service-tem-content{
    position: relative;
    display: block;
    margin-top: -100px;
    margin-right: -285px;
    z-index: 10;
}

.service-block-ten{
    position: relative;
    display: block;
    background: var(--ms-secondary);
    padding: 32px 0px 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    z-index: 1;
}
.service-block-ten_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
    height: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;    
}
.service-block-ten:hover .service-block-ten_bg{
    height: 100%;
} 

.service-block-ten .icon{
    position:relative;
    display: block;
    margin-bottom: 23px;

}
.service-block-ten .icon span::before{
    color: #ffffff;
    font-size: 80px;
}
.service-block-ten .title-holder{
    position: relative;
    display: block;
    margin-bottom: 23px;
}
.service-block-ten .title-holder h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.service-block-ten .title-holder p{
    color: #999ead;
    font-size: 18px;
    margin: 5px;
}
.service-block-ten .button{
    position: relative;
    display: block;
}
.service-block-ten .button .btn-style-nine{
    background: #333743;
    color: white;
}
.service-block-ten .button .btn-style-nine .btn-title {
    padding: 11px 40px;
}

.service-block-ten .button .btn-style-nine .btn-title::before {
    background-color: var(--ms-azul);
}

.service-block-ten .button .btn-style-nine:hover{
    background: var(--ms-azul);
    color: #ffffff;
}

.service10-carousel{}
.service10-carousel.owl-theme .owl-prev span, 
.service10-carousel.owl-theme .owl-next span {
    position: relative;
    display: block;
}
.service10-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    right: -79px;
    bottom: 0;
    width: 80px;
    background: var(--ms-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.service10-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 0%;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.service10-carousel.owl-theme .owl-nav [class*="owl-"] span{
    position: relative;
}
.service10-carousel.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.service10-carousel.owl-theme .owl-nav .owl-next {
	margin-left: 0;
    transform: rotate(0deg);
}
.service10-carousel.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #dddddd;
}



/*** 
=============================================
   Call Back Form Section Nine Css
=============================================
***/
.call-back-form-section-nine {
    position: relative;
    display: block;
    margin-bottom: -108px;
    z-index: 2;
}
.call-back-form-nine{
    position: relative;
    display: block;
    background: var(--ms-azul);
    padding: 50px 40px 34px;
}
.call-back-form_title{
    position: relative;
    display: block;
}
.call-back-form_title .sec-title.style-nine{
    padding-bottom: 0;
}
.call-back-form_title .sec-title.style-nine h4{
    color: #ffffff;
    margin-bottom: 14px;
}
.call-back-form_title .sec-title.style-nine h2 {
    color: #ffffff;
}


.call-back-form_box{
    position: relative;
    display: block;
}
.call-back-form_box form .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.call-back-form_box input[type="text"],
.call-back-form_box input[type="email"],
.call-back-form_box textarea{
    position: relative;
    display: block;   
    background: transparent;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 19px;
    padding-right: 19px;
    transition: all 500ms ease;
    font-family: "Barlow", sans-serif;
}
.call-back-form_box input[type="text"]:focus{
    border-color: rgba(255, 255, 255, 0.45);
}
.call-back-form_box input[type="email"]:focus{
    border-color: rgba(255, 255, 255, 0.45);
}
.call-back-form_box textarea:focus{
    border-color: rgba(255, 255, 255, 0.45);
}

.call-back-form_box input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="text"]:-moz-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="text"]::-moz-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}


.call-back-form_box input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="email"]:-moz-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="email"]::-moz-placeholder {
    color: #ffffff;
}
.call-back-form_box input[type="email"]:-ms-input-placeholder {
    color: #ffffff;
}
.call-back-form_box textarea::-webkit-input-placeholder {
    color: #ffffff;
}





.call-back-form_box .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 60px;
}
.call-back-form_box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent !important;
    max-width: 100%;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-left: 19px;
    padding-right: 19px;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 58px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: "Barlow", sans-serif;
}
.call-back-form_box .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.call-back-form_box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}
.call-back-form_box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: auto;
    height: auto;
    font-family: 'icomoon' !important;
    content: "\e93c";
    color: #c9c5bf;
    font-size: 14px;
    margin: 0;
    border: none;
}
.call-back-form_box .bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 19px;
    top: 15px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}





.call-back-form_box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}
.call-back-form_box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.call-back-form_box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.call-back-form_box .btn-style-nine {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    color: var(--ms-gris);
}
.call-back-form_box .btn-style-eight .btn-title {
    padding: 16px 35px;
}







/*** 
=============================================
   Footer Section Nine Css
=============================================
***/
.footer-section-nine {
    position: relative;
    display: block;
    background: var(--ms-negro);
    border-top: 8px solid var(--ms-primary);
}
.footer-nine {
    position: relative;
    display: block;
    padding: 80px 0px 60px;
}
.single-footer-widget-nine{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget-nine.margintop_minus {
    margin-top: -5px;
}

.single-footer-widget-nine .our-company-info {
    position: relative;
    display: block;
}
.single-footer-widget-nine .our-company-info .footer-logo{
    position: relative;
    display: block;
    margin-bottom: 31px;
}
.single-footer-widget-nine .our-company-info .text-box{
    position: relative;
    display: block;
    margin-bottom: 14px;
}
.single-footer-widget-nine .our-company-info .text-box p{
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.single-footer-widget-nine .our-company-info .copyright-text{
    position: relative;
    display: block;
}
.single-footer-widget-nine .our-company-info .copyright-text p{
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin: 0;
}


.single-footer-widget-nine .our-company-info .footer-social-links-nine{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 23px;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li:last-child{
    margin-right: 0px;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li a{
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    text-align: center;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li .clr-fb{
    background: #3b5999;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li .clr-tw{
    background: #55acee;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li .clr-google{
    background: #cd201f;
}
.single-footer-widget-nine .our-company-info .footer-social-links-nine li .clr-skype{
    background: #0077b5;
}

.single-footer-widget-nine .our-company-info .footer-social-links-nine li a span{
    color: #ffffff;
}


.single-footer-widget-nine .title {
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.single-footer-widget-nine .title h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.single-footer-widget-nine .footer-widget-links2{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget-nine .footer-widget-links2 li{
    position: relative;
    display: block;
    margin-bottom: 13px;
}
.single-footer-widget-nine .footer-widget-links2 li:last-child{
    margin-bottom: 0px;
}
.single-footer-widget-nine .footer-widget-links2 li a {
    position: relative;
    display: inline-block;
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    padding-left: 26px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget-nine .footer-widget-links2 li a:hover{
    color: #ffffff;
}
.single-footer-widget-nine .footer-widget-links2 li a:before{
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';

}


.single-footer-widget-nine .footer-widget-opening-hour-box{
    position: relative;
    display: block;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li{
    position: relative;
    display: block;
    color: #999ead;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 21px;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li:first-child{
    margin-top: 6px;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li:last-child{
    margin-bottom: 0;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li i:before {
    position: relative;
    display: inline-block;
    left: 1px;
    color: #999ead;
    font-size: 15px;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li .left {
    position: relative;
    display: inline-block;
    padding-right: 45px;
    padding-left: 8px;
}
.single-footer-widget-nine .footer-widget-opening-hour-box ul li .right {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}



.single-footer-widget-nine .subscribe-box-nine{
    position: relative;
    display: block;
}
.single-footer-widget-nine .subscribe-box-nine p{
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form{
    position: relative;
    display: block;
    margin-top: 23px;
}


.single-footer-widget-nine .subscribe-box-nine .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    padding-left: 50px;
    background: transparent;
    border: 2px solid #313644;
    color: #999ead;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
    font-family: "Barlow", sans-serif;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form .subscribe-message {
    position: relative;
    display: block;
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 11px;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form input::-webkit-input-placeholder {
    color: #999ead;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form input:-moz-placeholder {
    color: #999ead;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form input::-moz-placeholder {
    color: #999ead;
}
.single-footer-widget-nine .subscribe-box-nine .subscribe-form input:-ms-input-placeholder {
    color: #999ead;
}


.subscribe-box-nine {
    position: relative;
    display: block;
}
.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}
.subscribe-form .input-box{
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.subscribe-form .input-box .icon {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    color: #999ead;
    font-size: 18px;
    line-height: 60px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"]{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    padding-left: 50px;
    background: rgba(255, 255, 255, 1.0);
    border: 0px solid rgba(255, 255, 255, 0.20);
    color: #393d73;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    border-radius: 10px;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.subscribe-form input::-webkit-input-placeholder {
    color: #393d73;
}
.subscribe-form input:-moz-placeholder {
    color: #393d73;
}
.subscribe-form input::-moz-placeholder {
    color: #393d73;
}
.subscribe-form input:-ms-input-placeholder {
    color: #393d73;
}

.subscribe-form button {
    width: 100%;
}




.footer-bottom-nine {
    position: relative;
    display: block;
    background: #1b1e25;
    padding: 22px 0px 23px;
}
.footer-bottom-nine .outer-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-nine .footer-menu-style1 ul li a {
    color: #999ead;
}















@media only screen and (min-width: 1200px) and (max-width: 1915px) { 


.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}







}









@media only screen and (min-width: 1200px) and (max-width: 1549px) { 

 
.header-upper-right-style8 .social-links{
    display: none;    
}
.header-upper-right-style8 .search-toggler {
    display: none;   
}
.header-upper-right-style8 .shopping-cart-outer {
    display: none;   
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    display: none;   
}



.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}









    
}



@media only screen and (min-width: 992px) and (max-width: 1199px) { 


.header-upper-right-style8 .social-links{
    display: none;    
}
.header-upper-right-style8 .search-toggler {
    display: none;   
}
.header-upper-right-style8 .shopping-cart-outer {
    display: none;   
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    display: none;   
}



.main-header.header-style-eight .header-upper-style8 .logo-box .logo {
    padding: 0 0;
}
.main-menu.style8 .navigation>li {
    margin-right: 40px;
}
.main-header.header-style-eight .nav-outer .mobile-nav-toggler {
    margin: 11px 0;
    margin-left: 15px;
}


.welcome-content-eight {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}
.welcome-content-eight .inner .authorized {
    margin-top: 43px;
    flex-direction: column;
}
.welcome-content-eight .inner .text {
    padding-left: 0px;
    margin-top: 20px;
}


.video-holder-box8 {
    max-width: 770px;
}
.choose-content-eight {
    padding-top: 60px;
}



.contact-form-eight {
    max-width: 100%;
    padding: 55px 50px 45px;
}
.faq-content-eight {
    padding-top: 60px;
}



.fact-counter-eight .counter-column {
    padding-right: 10px;
    margin-right: 20px;
}
.fact-counter-eight .counter-column .inner .content .count-box {
    padding-left: 10px;
}
.fact-counter-eight .counter-column .inner .content .count-box span {
    font-size: 50px;
}
.fact-counter-eight .counter-column .inner .content .count-box .counter-title {
    font-size: 18px;
    margin-top: 18px;
}


.single-footer-widget .our-company-info {
    padding: 30px 30px 36px;
    max-width: 460px;
}
.single-footer-widget.pdtop {
    padding-top: 50px;
}





.main-header .header-upper-style9 .nav-outer .mobile-nav-toggler {
    float: right;
    margin: 10px 0;
    margin-left: 0px;
}
.main-menu.style9 .navigation>li {
    margin-right: 30px;
}



.welcome-image-box-nine {
    max-width: 470px;
    margin: 0 auto;
}
.welcome-image-box-nine .left-box {
    display: block;
    margin-bottom: 30px;
}
.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}
.welcome-content-nine {
    margin-top: 60px;
    padding: 0 100px;
    text-align: center;
}



.gallery-nine_title {
    padding-bottom: 50px;
}
.gallery-nine-carousel{
    position: relative;
    display: block;
}
.gallery-nine-carousel.owl-theme .owl-stage-outer {
    margin-right: 0px;
}
.gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 40px;
}



.working-process-block-nine .border-box {
    display: none;
}


.testimonial-nine_title {
    padding-bottom: 50px;
}
.testimonial-nine_title .sec-title.style-nine h2 br{
    display: none;
}


.call-back-form_title {
    padding-bottom: 37px;
}
.call-back-form_title .sec-title.style-nine h2 br{
    display: none;
}



.single-footer-widget-nine.marbtm {
    margin-bottom: 50px;
}









}





@media only screen and (min-width: 768px) and (max-width: 991px) { 

.banner-section.style-nine .banner-carousel .content-box {
    min-height: 690px;
    padding: 60px 0px 70px;
}

.main-header .header-top-style9 {
    display: none;
}

.header-upper-right-style8 .social-links{
    display: none;    
}
.header-upper-right-style8 .search-toggler {
    display: none;   
}
.header-upper-right-style8 .shopping-cart-outer {
    display: none;   
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    display: none;   
}


.main-header.header-style-eight .header-upper-style8 .logo-box .logo {
    padding: 0 0;
}
.main-menu.style8 .navigation>li {
    margin-right: 40px;
}
.main-header.header-style-eight .nav-outer .mobile-nav-toggler {
    margin: 11px 0;
    margin-left: 15px;
}




.contact-info-eight {
    padding: 30px 0;
}
.contact-info-eight ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-info-eight ul li {
    max-width: 320px;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
}
.contact-info-eight ul li:last-child{
    margin-bottom: 0;
}
.contact-info-eight ul li::before {
    display: none;
}



.welcome-content-eight {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}
.welcome-content-eight .inner .authorized {
    margin-top: 43px;
    flex-direction: column;
}
.welcome-content-eight .inner .text {
    padding-left: 0px;
    margin-top: 20px;
}


.service-block-eight {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 43px;
}



.video-holder-box8 {
    max-width: 770px;
}
.choose-content-eight {
    padding-top: 60px;
}


.pricing-plan-block-eight {
    max-width: 500px;
    margin: 0 auto 40px;
}


.contact-form-eight {
    max-width: 100%;
    padding: 55px 50px 45px;
}
.faq-content-eight {
    padding-top: 60px;
}



.fact-counter-eight {
    position: relative;
    display: flex;
    flex-direction: column;
}
.fact-counter-eight .counter-column {
    max-width: 350px;
    border-right: 0px solid rgba(255, 255, 255, 0.20);
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
}
.fact-counter-eight .counter-column:last-child{
    margin-bottom: 0;
}
.fact-counter-eight .counter-column .inner .content .count-box {
    margin-top: 20px;
    padding-left: 0px;
}
.fact-counter-eight .counter-column .inner .content .count-box .counter-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}
.fact-counter-eight .counter-column .inner .content {
    align-items: center;
    flex-direction: column;
    text-align: center;
}



.single-footer-widget .our-company-info {
    padding: 30px 30px 36px;
    max-width: 460px;
}
.single-footer-widget.pdtop {
    padding-top: 50px;
}



.main-header .header-upper-style9 .nav-outer .mobile-nav-toggler {
    float: right;
    margin: 10px 0;
    margin-left: 0px;
}
.main-menu.style9 .navigation>li {
    margin-right: 30px;
}


.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}


.welcome-image-box-nine {
    max-width: 470px;
    margin: 0 auto;
}
.welcome-image-box-nine .left-box {
    display: block;
    margin-bottom: 30px;
}
.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}
.welcome-content-nine {
    margin-top: 60px;
    padding: 0 100px;
    text-align: center;
}



.gallery-nine_title {
    padding-bottom: 50px;
}
.gallery-nine-carousel{
    position: relative;
    display: block;
}
.gallery-nine-carousel.owl-theme .owl-stage-outer {
    margin-right: 0px;
}
.gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 40px;
}



.working-process-block-nine .border-box {
    display: none;
}



.testimonial-nine_title {
    padding-bottom: 50px;
}
.testimonial-nine_title .sec-title.style-nine h2 br{
    display: none;
}


.news-block-eight {
    max-width: 570px;
    margin: 0 auto 60px;
}


.call-back-form_title {
    padding-bottom: 37px;
}
.call-back-form_title .sec-title.style-nine h2 br{
    display: none;
}



.single-footer-widget-nine.marbtm {
    margin-bottom: 50px;
}














}





@media only screen and (max-width: 767px) { 




.header-upper-right-style8 .social-links{
    display: none;    
}
.header-upper-right-style8 .search-toggler {
    display: none;   
}
.header-upper-right-style8 .shopping-cart-outer {
    display: none;   
}
.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    display: none;   
}
.header-upper-right-style8 .right-button {
    display: none;   
}
.header-upper-style8 .nav-outer {
    position: relative;
    float: right;
    padding-right: 10px;
}


.main-header.header-style-eight .header-upper-style8 .logo-box .logo {
    padding: 0 0;
}
.main-menu.style8 .navigation>li {
    margin-right: 40px;
}
.main-header.header-style-eight .nav-outer .mobile-nav-toggler {
    margin: 11px 0;
    margin-left: 15px;
}



.contact-info-eight {
    padding: 40px 20px;
}
.contact-info-eight ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-info-eight ul li {
    max-width: 320px;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
}
.contact-info-eight ul li:last-child{
    margin-bottom: 0;
}
.contact-info-eight ul li::before {
    display: none;
}

.contact-info-eight ul li .inner {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.contact-info-eight ul li .inner .title {
    margin-top: 10px;
}



.welcome-image-box-eight .inner {
    padding: 0px 0;
}
.welcome-content-eight {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.welcome-content-eight .inner .authorized {
    margin-top: 43px;
    flex-direction: column;
}
.welcome-content-eight .inner .text {
    padding-left: 0px;
    margin-top: 20px;
}


.video-holder-box8 {
    max-width: 770px;
}
.choose-content-eight {
    padding-top: 60px;
    text-align: center;
}
.choose-content-eight .inner-content ul li .inner {
    padding-left: 0px;
}
.choose-content-eight .inner-content ul li .inner .icon {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 30px;
}
.choose-content-eight .inner-content ul li .inner .text {
    padding-left: 0px;
}



.team-section-eight_title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 50px;
}
.team-section-eight_title .btn-box {
    padding-top: 27px;
    padding-bottom: 0;
}


.pricing-plan-block-eight {
    max-width: 500px;
    margin: 0 auto 40px;
}




.news-section-eight_title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 50px;
}
.news-section-eight_title .btn-box {
    padding-top: 27px;
    padding-bottom: 0;
}


.contact-form-eight {
    max-width: 100%;
    padding: 55px 30px 45px;
}
.faq-content-eight {
    padding-top: 60px;
}



.fact-counter-eight {
    position: relative;
    display: flex;
    flex-direction: column;
}
.fact-counter-eight .counter-column {
    max-width: 350px;
    border-right: 0px solid rgba(255, 255, 255, 0.20);
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
}
.fact-counter-eight .counter-column:last-child{
    margin-bottom: 0;
}
.fact-counter-eight .counter-column .inner .content .count-box {
    margin-top: 20px;
    padding-left: 0px;
}
.fact-counter-eight .counter-column .inner .content .count-box .counter-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}
.fact-counter-eight .counter-column .inner .content {
    align-items: center;
    flex-direction: column;
    text-align: center;
}



.single-footer-widget .our-company-info {
    padding: 30px 30px 36px;
    max-width: 560px;
}
.single-footer-widget.pdtop {
    padding-top: 50px;
}
.single-footer-widget.marbtm {
    margin-bottom: 50px;
}
.footer-widget-links1.right {
    position: relative;
    display: block;
    padding-top: 12px;
}

.footer-bottom-eight {
    padding: 26px 0;
}
.footer-bottom-eight .outer-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-bottom-eight .copyright-text {
    margin-bottom: 5px;
    text-align: center;
}
.footer-widget-link-box {
    position: relative;
    display: block;
}




.main-header .header-top-style9 {
    display: none;
}
.main-header .header-upper-style9 .nav-outer .mobile-nav-toggler {
    float: right;
    margin: 10px 0;
    margin-left: 0px;
}
.main-menu.style9 .navigation>li {
    margin-right: 30px;
}
.header-upper-right-style9 .search-toggler {
    display: none;
}
.header-upper-right-style9 .shopping-cart-outer {
    display: none;
}
.header-upper-right-style9 .phone-icon {
    display: none;
}




.banner-section.style-nine {
    margin-top: 70px;
}
.banner-section.style-nine .banner-carousel .content-box {
    min-height: 690px;
    padding: 40px 0px 70px;
}



.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}


.welcome-image-box-nine {
    max-width: 470px;
    margin: 0 auto;
}
.welcome-image-box-nine .left-box {
    display: block;
    margin-bottom: 30px;
}
.service-tem-content {
    margin-top: -100px;
    margin-right: 0;
    padding-right: 70px;
}
.welcome-content-nine {
    margin-top: 50px;
    padding: 0 20px;
    text-align: center;
}



.gallery-nine_title {
    padding-bottom: 50px;
}
.gallery-nine-carousel{
    position: relative;
    display: block;
}
.gallery-nine-carousel.owl-theme .owl-stage-outer {
    margin-right: 0px;
}
.gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 40px;
}



.working-process-block-nine .border-box {
    display: none;
}



.choose-block-nine .top {
    display: block;
    margin-bottom: 9px;
    text-align: center;
}
.choose-block-nine .top .icon {
    margin: 0 auto;
    text-align: center;
}
.choose-block-nine .top .title {
    margin-top: 13px;
}
.choose-block-nine .text {
    text-align: center;
}



.testimonial-nine_title {
    padding-bottom: 50px;
}
.testimonial-nine_title .sec-title.style-nine h2 br{
    display: none;
}
.testimonial-block-nine .quote-icon {
    display: none;
}


.brand-content-nine ul li {
    padding-left: 0px;
    text-align: center;
}



.news-block-eight {
    max-width: 570px;
    margin: 0 auto 60px;
}



.call-back-form-nine {
    padding: 70px 40px 54px;
}
.call-back-form_title {
    padding-bottom: 37px;
}
.call-back-form_title .sec-title.style-nine h2 br{
    display: none;
}



.single-footer-widget-nine.marbtm {
    margin-bottom: 50px;
}
.single-footer-widget-nine.pdtop{
    padding-top: 50px;
}

.footer-bottom-nine{
    text-align: center;
}
.footer-bottom-nine .footer-menu-style1 ul li {
    float: none;
    padding-right: 16px;
    margin-right: 10px;
}

}

/* stylefour */








/** css for home-13,14,15 **/


/** header-style-13 **/

.header-style-13{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
}

.header-top-13{
	position: relative;
	background-color: rgba(255, 255, 255, 0.60);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
}

.header-top-13 .info-box{
	position: relative;
	padding-left: 30px;
}

.header-top-13 .info-box .icon-box{
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 22px;
	font-weight: 700;
}

.header-top-13 .info-box h6{
	font-size: 16px;
	line-height: 30px;
	color: #363a3d;
	font-weight: 600;
}

.header-top-13 .info-box h6 a{
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 18px;
	color: #363a3d;
	transition: all 500ms ease;
}

.header-top-13 .info-box h6 a:hover{

}

.header-top-13 .info-box h6 a i{
	position: relative;
	font-size: 24px;
	font-weight: 400;
	margin-right: 8px;
	top: 4px;
}

.header-top-13 .top-left{
	position: relative;
	padding: 11px 0px;
	float: left;
	padding-right: 30px;
}

.header-top-13 .top-left:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 5000px;
	height: 100%;
	top: 0px;
	right: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.header-top-13 .top-right{
	position: relative;
	float: right;
	padding: 11px 0px;
}

.header-top-13 .top-right .social-links,
.header-top-13 .top-right .support-box{
	position: relative;
	display: inline-block;
	float: left;
}

.header-top-13 .top-right .social-links{
	margin-right: 10px;
}

.header-top-13 .top-right .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.header-top-13 .top-right .social-links li:last-child{
	margin-right: 0px;
}

.header-top-13 .top-right .social-links li a{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	font-size: 15px;
	color: #363a3d;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.header-top-13 .top-right .social-links li a:hover{
	color: #fff;
}

.header-top-13 .top-right .support-box{
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-radius: 30px;
	padding-right: 15px;
}

.header-top-13 .top-right .support-box h6{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	padding-left: 40px;
}

.header-top-13 .top-right .support-box h6 a{
	display: inline-block;
	color: #363a3d;
	transition: all 500ms ease;
}

.header-top-13 .top-right .support-box h6 a:hover{

}

.header-top-13 .top-right .support-box h6 i{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.header-style-13 .outer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.btn-style-seven {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}

.btn-style-seven .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 43px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
}

.btn-style-seven:hover .btn-title {
    color: #ffffff;
}

.btn-style-seven .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-seven:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.header-style-13 .outer-box .logo-box{
	float: none;
	padding: 25px 0px;
}

.header-style-13 .nav-outer{
	float: none;
}

.header-style-13 .nav-right .search-btn{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.header-style-13 .nav-right .search-btn button{
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #393d40;
	background-color: #fff;
	font-weight: 700;
	width: 42px;
	height: 42px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.header-style-13 .nav-right .search-btn button:hover{
	color: #fff;
}

.header-style-13 .nav-right .btn-box{
	position: relative;
	display: inline-block;
	float: left;
}

.header-style-13 .nav-right .btn-box .btn-style-seven .btn-title{
	padding: 6px 18px;
}

.header-style-13 .header-upper .logo-box .logo{
	padding: 0px;
}

.header-style-13 .main-menu .navigation>li>a{
	color: #fff;
	padding: 0px 0px;
}

.header-style-13 .main-menu .navigation>li.dropdown>a:after{
	display: none;
}

.header-style-13 .main-menu .navigation>li{
	margin-right: 30px;
}

.header-style-13 .header-upper{
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	border-top: none;
}

.header-style-13 .main-menu .navigation{
	margin: 0px;
}

.header-style-13 .sticky-header{
	background-color: #201630;
}

.header-style-13 .sticky-header .btn-style-seven .btn-title::before{
	background-color: #fff;
}

.header-style-13 .sticky-header .btn-style-seven .btn-title:hover{
	
}



/** banner-section-home13 **/


.banner-section-home13 .banner-carousel .content-box{
	padding-top: 287px;
	padding-bottom: 180px;
}

.banner-section-home13 .banner-carousel .slide-item:before{
	position: absolute;
	content: '';
	background-color: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.40;
	z-index: 1;
}

.banner-section-home13 .banner-carousel .content-box h2:before,
.banner-section-home13 .banner-carousel .content-box h2:after{
	display: none;
}

.banner-section-home13 .banner-carousel .content-box h2{
	padding-bottom: 0px;
	margin-bottom: 35px;
	font-size: 60px;
	line-height: 72px;
	font-weight: 600;
	text-transform: capitalize;
}

.banner-section-home13 .banner-carousel .content-box{
	min-height: auto;
}

.banner-section-home13 .banner-carousel .content-box .btn-box .theme-btn{
	margin: 0px;
}

.banner-section-home13 .owl-theme .owl-nav .owl-prev::after{
	content: "\f101";
	font-family: customicon;
}

.banner-section-home13 .owl-theme .owl-nav .owl-next::after{
	content: "\f101";
	font-family: customicon;
}

.banner-section-home13 .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section-home13 .owl-theme .owl-nav .owl-next:hover::after{
	color: #fff;
}


/** about-section-home13 **/

.about-section-home13{
	position: relative;
	padding: 120px 0px 120px 0px;
}

.sec-title-two{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.sec-title-two h6{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 17px;
	padding-left: 20px;
}

.sec-title-two h6:before{
	position: absolute;
	content: '//';
	left: 0px;
	top: 0px;
	font-size: 12px;
	font-weight: 800;
	font-family: 'Fira Sans', sans-serif;
}

.sec-title-two.text-center h6{
	padding-right: 20px;
}

.sec-title-two.text-center h6:after{
	position: absolute;
	content: '//';
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-weight: 800;
	font-family: 'Fira Sans', sans-serif;
}

.sec-title-two h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #202327;
	margin-bottom: 0px;
}

.sec-title-two.light h2{
	color: #fff;
}

.about-section-home13 .content-box{
	position: relative;
	display: block;
	margin-right: 50px;
}

.about-section-home13 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.about-section-home13 .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	color: #202327;
	margin-bottom: 18px;
}

.about-section-home13 .content-box p{
	font-size: 18px;
	line-height: 28px;
	color: #717070;
	margin-bottom: 0px;
}

.about-section-home13 .content-box .inner-box{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.about-section-home13 .content-box .inner-box .single-item .icon-box{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 13px;
}

.about-section-home13 .content-box .inner-box .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #202327;
	margin-bottom: 7px;
}

.about-section-home13 .image-box{
	position: relative;
	display: block;
}

.about-section-home13 .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.about-section-home13 .image-box .image img{
	width: 100%;
}

.about-section-home13 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); 
}

.about-section-home13 .image-box:hover .image:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.about-section-home13 .image-box .counter-column{
	position: relative;
	float: left;
	width: 50%;
	padding: 25px 20px 22px 20px;
}

.about-section-home13 .image-box .counter-column:last-child{
	background-color: #202327;
}

.about-section-home13 .image-box .counter-column .count-outer{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 50px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8px;
}

.about-section-home13 .image-box .counter-column h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}


/** service-section-home13 **/

.service-section-home13{
	position: relative;
	padding: 115px 0px 120px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.service-section-home13:before{
	position: absolute;
	content: '';
	background-color: #202327;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.95;
}

.service-section-home13 .single-item .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-section-home13 .single-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-section-home13 .single-item .inner-box .image-box:before{
	position: absolute;
	content: '';
	border: 2px solid #fff;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
	transform: scale(0,0);
	z-index: 1;
	transition: all 500ms ease;
}

.service-section-home13 .single-item .inner-box:hover .image-box:before{
	transform: scale(1,1);
}

.service-section-home13 .single-item .inner-box .image-box img{
	width: 100%;
}

.service-section-home13 .single-item .inner-box .icon-box{
	position: absolute;
	left: 50%;
	top: 32%;
	transform: translate(-50%,-50%);
	width: 110px;
	height: 110px;
	line-height: 120px;
	background-color: #fff;
	font-size: 60px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.50);
	z-index: 2;
	transition: all 500ms ease;
}

.service-section-home13 .single-item .inner-box:hover .icon-box{
	transform: translate(-50%,-50%) scale(0,0);
}

.service-section-home13 .single-item .inner-box .text{
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	background-color: #fff;
	padding: 21px 15px 18px 15px;
	text-align: center;
	z-index: 2;
}

.service-section-home13 .single-item .inner-box .text h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 1px;
	color: #202327;
}

.service-section-home13 .single-item .inner-box .text h3 a{
	display: inline-block;
	color: #202327;
	transition: all 500ms ease;
}

.service-section-home13 .single-item .inner-box .text h3 a:hover{

}

.service-section-home13 .single-item .inner-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #717070;
	margin-bottom: 0px;
}

.service-section-home13 .sec-title-two{
	margin-bottom: 50px;
}


/** chooseus-home13 **/

.chooseus-section-home13{
	position: relative;
	background-color: #f8f7f7;
	padding: 111px 0px 75px 0px;
}

.chooseus-section-home13 .single-item .inner-box{
	position: relative;
	display: block;
	margin-bottom: 37px;
}

.chooseus-section-home13 .single-item .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: var(--ms-gris);
	padding-left: 30px;
	margin-bottom: 14px;
}

.chooseus-section-home13 .single-item .inner-box h3:before{
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	left: 0px;
	top: 7px;
    clip-path: polygon(0% 0%, 50% 0%, 150% 100%, -50% 100%, 50% 0%);
}

.chooseus-section-home13 .single-item .inner-box p{
	font-size: 18px;
	line-height: 28px;
	color: #717070;
	margin-bottom: 17px;
}

.chooseus-section-home13 .single-item .inner-box h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: var(--ms-gris);
	text-transform: uppercase;
	font-weight: 600;
}

.chooseus-section-home13 .single-item .inner-box h6 a{
	position: relative;
	display: inline-block;
	color: var(--ms-gris);
	padding-left: 30px;
	transition: all 500ms ease;
}

.chooseus-section-home13 .single-item .inner-box h6 a:hover{

}

.chooseus-section-home13 .single-item .inner-box h6 a i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	font-weight: 400;
}


/** project-section-home13 **/

.project-section-home13{
	position: relative;
	padding: 111px 0px 120px 0px;
}

.project-section-home13 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.project-section-home13 .owl-carousel{
	max-width: 975px;
	width: 100%;
	margin: 0 auto;
}

.project-section-home13 .project-block .inner-box{
	position: relative;
	display: block;
}

.project-section-home13 .project-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-section-home13 .project-block .inner-box .image-box img{
	width: 100%;
}

.project-section-home13 .project-block .inner-box .image-box:before{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(32,35,39,0.20) 50%, rgba(32,35,39,0.95) 100%);
    top: 0px;
    right: 0px;
    z-index: 1;
}

.project-section-home13 .project-block .inner-box .text{
	position: absolute;
	display: block;
	left: 60px;
	bottom: 0px;
	width: calc(100% - 120px);
	z-index: 2;
	opacity: 0;
	transition: all 500ms ease;
}

.project-section-home13 .owl-item.active .project-block .inner-box .text{
	opacity: 1;
	bottom: 35px;
}

.project-section-home13 .project-block .inner-box .text .btn-box{
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.project-section-home13 .project-block .inner-box .text .btn-box a{
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 46px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.project-section-home13 .project-block .inner-box .text .btn-box a:hover{
	color: #fff;
}

.project-section-home13 .project-block .inner-box .text p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 7px;
}

.project-section-home13 .project-block .inner-box .text p i{
	margin-right: 8px;
}

.project-section-home13 .project-block .inner-box .text h2{
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
}

.project-section-home13 .project-block .inner-box .text h2 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.project-section-home13 .project-block .inner-box .text h2 a:hover{

}

.project-section-home13 .owl-theme .owl-dots {
    display: none;
}

.project-section-home13 .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.project-section-home13 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -89px;
    top: 0px;
    height: 64px;
    width: 64px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: #f8f7f7;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.project-section-home13 .owl-theme .owl-nav .owl-prev::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0px;
    color: #737272;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-section-home13 .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -89px;
    top: 0px;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    background: #f8f7f7;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.project-section-home13 .owl-theme .owl-nav .owl-next::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    right: 0px;
    color: #737272;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
}


.project-section-home13 .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

.project-section-home13 .sec-title-two{
	margin-bottom: 50px;
}


/** video-section-home13 **/

.video-section-home13{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 135px 0px 120px 0px;
	background-attachment: fixed;
}

.video-section-home13:before{
	position: absolute;
	content: '';
	background-color: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.1;
}

.video-section-home13 .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255,255,255,1);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.video-section-home13 .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.video-section-home13 .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.video-section-home13 .inner-box .video-btn a{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 96px;
	background-color: #fff;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
}

/** squares animation **/

squares{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-moz-keyframes squares{0%{-moz-transform:scale(1);transform:scale(1);opacity:0}20%{-moz-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-moz-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-o-keyframes squares{0%{-o-transform:scale(1);transform:scale(1);opacity:0}20%{-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@keyframes squares{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);-moz-transform:scale(1.24);-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);-moz-transform:scale(2.1);-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}



.video-section-home13 .inner-box .video-btn{
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.video-section-home13 .slider-block{
	position: relative;
	display: block;
}

.video-section-home13 .slider-block h2{
	position: relative;
	display: block;
	font-size: 72px;
	line-height: 80px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2px;
	padding-right: 20px;
}

.video-section-home13 .slider-block h3{
	position: relative;
	display: inline-block;
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	font-weight: 700;
	padding-right: 25px;
}

.video-section-home13 .slider-block h3 span{
	position: absolute;
	top: -14px;
	right: 0px;
	font-size: 36px;
	font-weight: 400;
}

.video-section-home13 .sec-title-two{
	margin-bottom: 4px;
}

.video-section-home13 .owl-nav{
	display: none;
}

.video-section-home13 .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 32px;
}

.video-section-home13 .owl-dots button{
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 7.5px;
	transition: all 500ms ease;
}

.video-section-home13 .owl-dots button.active{
	background-color: #fff;
}

.video-section-home13 .owl-dots button:before{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 2px;
	top: 2px;
	transform: scale(0,0);
	transition: all 500sm ease;
}

.video-section-home13 .owl-dots button.active:before{
	transform: scale(1,1);
}


/** team-section-home13 **/

.team-section-home13{
	position: relative;
	padding: 111px 0px 120px 0px;
}

.team-section-home13 .team-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.10);
	border: 1px solid #eaeaea;
}

.team-section-home13 .team-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 9px;
	border-bottom: 1px solid #eaeaea;
}

.team-section-home13 .team-block .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #201630;
}

.team-section-home13 .team-block .inner-box:hover .image-box img{
	opacity: 0.3;
	transform: scale(1.05);
}

.team-section-home13 .team-block .inner-box .lower-content{
	position: relative;
	padding: 25px 29px 30px 29px;
}

.team-section-home13 .team-block .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.team-section-home13 .team-block .inner-box .lower-content h3 a{
	display: inline-block;
	color: #202327;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .lower-content h3 a:hover{

}

.team-section-home13 .team-block .inner-box .lower-content .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box:last-child{
	margin-right: 0px;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box > a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #717070;
	line-height: 30px;
	border: 1px solid #eaeaea;
	padding:  5px 17.5px;
	min-width: 100px;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box > a i{
	color: #363a3d;
	margin-right: 8px;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box > a:hover i{
	color: #fff;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box > a:hover{
	color: #fff;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link{
	position: absolute;
	right: 0px;
	bottom: 50px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	min-width: 127px;
	padding: 13px 0px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;

}

.team-section-home13 .team-block .inner-box .lower-content .info-box:hover .share-link{
	bottom: 60px;
	opacity: 1;
	visibility: visible;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 14px;
	height: 14px;
	right: 14px;
	bottom: -5px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 0px 0px #eaeaea;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link:after{
	position: absolute;
	content: '';
	background-color: transparent;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: -20px;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link li{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	font-size: 16px;
	line-height: 16px;
	border-right: 1px solid #eaeaea;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link li:last-child{
	border-right: none;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #717070;
	line-height: 16px;
	transition: all 500ms ease;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box .share-link li a:hover{

}

.team-section-home13 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.team-section-home13 .owl-carousel .owl-item{
	opacity: 0;
}

.team-section-home13 .owl-carousel .owl-item.active{
	opacity: 1;
}

.team-section-home13 .owl-theme .owl-dots {
    display: none;
}

.team-section-home13 .owl-theme .owl-nav {
    position: absolute;
    top: -125px;
    right: 0px;
    display: block;
}

.team-section-home13 .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    background: #f8f7f7;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    margin-right: 10px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.team-section-home13 .owl-theme .owl-nav .owl-prev::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0px;
    color: #737272;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.team-section-home13 .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    background: #f8f7f7;
    font-size: 0px;
    opacity: 1;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.team-section-home13 .owl-theme .owl-nav .owl-next::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    right: 0px;
    color: #737272;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
}

.team-section-home13 .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

.team-section-home13 .sec-title-two{
	margin-bottom: 50px;
}


/** testimonial-section-home13 **/

.testimonial-section-home13{
	position: relative;
	padding: 111px 0px 120px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.testimonial-section-home13:before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

.testimonial-section-home13 .testimonial-block{
	padding: 0px;
	margin-bottom: 45px;
}

.testimonial-section-home13 .testimonial-block .inner-box{
	position: relative;
	display: block;
	background-color: #fff;
	padding: 40px 40px 0px 40px;
}

.testimonial-section-home13 .testimonial-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border: 4px solid #fff;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 26px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.testimonial-section-home13 .testimonial-block .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #222324;
	margin-bottom: 0px;
}

.testimonial-section-home13 .testimonial-block .inner-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 23px;
}

.testimonial-section-home13 .testimonial-block .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #717070;
	margin-bottom: 33px;
}

.testimonial-section-home13 .testimonial-block .inner-box .testimonial-thumb{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	background-color: #fff;
	padding: 4px;
	border-radius: 50%;
	margin-bottom: -52px;
}

.testimonial-section-home13 .testimonial-block .inner-box .testimonial-thumb img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-section-home13 .sec-title-two{
	margin-bottom: 50px;
}


/** news-section-home13 **/

.news-section-home13{
	position: relative;
	padding: 111px 0px 120px 0px;
}

.news-section-home13 .news-block .inner-box h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: var(--ms-gris);
	text-transform: uppercase;
	font-weight: 600;
}

.news-section-home13 .news-block .inner-box h6 a{
	position: relative;
	display: inline-block;
	color: var(--ms-gris);
	padding-left: 30px;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box h6 a:hover{

}

.news-section-home13 .news-block h6 a i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	font-weight: 400;
}

.news-section-home13 .news-block .inner-box{
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 2px 0px 20px 0px rgb(0 0 0 / 10%);
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box:hover{
	box-shadow: 10px 0px 40px 0px rgb(0 0 0 / 15%);
}

.news-section-home13 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.news-section-home13 .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.news-section-home13 .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}

.news-section-home13 .news-block .inner-box .image-box{
	position: relative;
	display: block;
}

.news-section-home13 .news-block .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #202327;
}

.news-section-home13 .news-block .inner-box .image-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box:hover .image-box .image img{
	transform: scale(1.05);
	opacity: 0.1;
}

.news-section-home13 .news-block .inner-box .image-box .category{
	position: absolute;
	left: 30px;
	top: -15px;
}

.news-section-home13 .news-block .inner-box .image-box .category a{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px 21px;
	text-align: center;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box .image-box .category a:hover{
	background: #201630;
}

.news-section-home13 .news-block .inner-box .image-box .image a{
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box:hover .image-box .image a{
	transform: translate(-50%,-50%) scale(1,1);
}

.news-section-home13 .news-block .inner-box .image-box .image a:hover{
	background-color: #fff;
}

.news-section-home13 .news-block .inner-box .lower-content{
	position: relative;
	display: block;
	border: 1px solid #eaeaea;
	padding: 21px 30px;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-right: 20px;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li:last-child{
	margin: 0px !important;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li a{
	color: #717070;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li a:hover{

}

.news-section-home13 .news-block .inner-box .lower-content .post-info li:before{
	position: absolute;
	content: '/';
	color: #717070;
	top: 0px;
	right: -12px;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li:last-child:before{
	display: none;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info{
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.news-section-home13 .news-block .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.news-section-home13 .news-block .inner-box .lower-content h3 a{
	display: inline-block;
	color: #202327;
	transition: all 500ms ease;
}

.news-section-home13 .news-block .inner-box .lower-content h3 a:hover{

}

.news-section-home13 .sec-title-two{
	margin-bottom: 65px;
}

.news-section-home13 .owl-theme .owl-dots {
    display: none;
}

.news-section-home13 .owl-theme .owl-nav {
    position: absolute;
    top: -125px;
    right: 0px;
    display: block;
}

.news-section-home13 .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    background: #f8f7f7;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    margin-right: 10px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.news-section-home13 .owl-theme .owl-nav .owl-prev::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0px;
    color: #737272;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-section-home13 .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    background: #f8f7f7;
    font-size: 0px;
    opacity: 1;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.news-section-home13 .owl-theme .owl-nav .owl-next::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    right: 0px;
    color: #737272;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
}


.news-section-home13 .owl-theme .owl-nav button:hover:after {
    color: #fff;
}


/** faq-section-home13 **/

.faq-section-home13{
	position: relative;
	padding-top: 120px;
	background-color: #f8f7f7;
}

.faq-section-home13 .bg-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(50% - 45px);
	height: calc(100% - 120px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.faq-section-home13 .content-box{
	position: relative;
	display: block;
	padding: 150px 100px 150px 0px;
}

.faq-section-home13 .content-box .content-inner{
	position: relative;
	display: block;
	padding: 50px 40px;
}

.faq-section-home13 .content-box .content-inner .icon-box{
	position: absolute;
	right: 20px;
	bottom: 40px;
}

.faq-section-home13 .content-box .content-inner .inner{
	position: relative;
	display: block;
	padding: 2px 0px 0px 90px;
	margin-bottom: 31px;
}

.faq-section-home13 .content-box .content-inner .inner .thumb-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.faq-section-home13 .content-box .content-inner .inner .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.faq-section-home13 .content-box .content-inner .inner h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.faq-section-home13 .content-box .content-inner .inner h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
}

.faq-section-home13 .content-box .content-inner .inner h2 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.faq-section-home13 .content-box .content-inner .inner h2 a:hover{
	text-decoration: underline !important;
}

.faq-section-home13 .content-box .content-inner .email-box{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.faq-section-home13 .content-box .content-inner .email-box p{
	position: relative;
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}

.faq-section-home13 .content-box .content-inner .email-box p a{
	color: #fff;
	transition: all 500ms ease;
}

.faq-section-home13 .content-box .content-inner .email-box p a:hover{
	text-decoration: underline !important;
}

.faq-section-home13 .content-box .content-inner .info li{
	position: relative;
	display: block;
	font-size: 18px;
	color: #fff;
}

.faq-section-home13 .content-box .content-inner .info{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.faq-section-home13 .content-box .content-inner .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 46px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
}

.faq-section-home13 .content-box .content-inner .btn-box a:hover{
	background: #202327;
}

.faq-section-home13 .accordion-box .block{
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}

.faq-section-home13 .accordion-box .block.active-block{
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	border: 1px solid transparent;
}

.faq-section-home13 .accordion-box .block .acc-btn{
	color: #202327;
	border-left: 2px solid transparent;
}

.faq-section-home13 .accordion-box .block .acc-btn.active{

}

.faq-section-home13 .accordion-box .block .content .text{
	font-weight: 400;
	color: #717070;
}

.faq-section-home13 .accordion-box .block .acc-btn.active .icon-outer{

}

.faq-section-home13 .sec-title-two{
	margin-bottom: 48px;
}


/** clients-section-home13 **/

.clients-section-home13{
	position: relative;
	padding: 110px 0px 118px 0px;
}

.clients-section-home13 .clients-inner{
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #e9e4de;
	box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 10%);
	border-bottom: none;
	margin-bottom: 54px;
}

.clients-section-home13 .logo-list li{
	position: relative;
	display: inline-block;
	width: 25%;
	float: left;
}

.clients-section-home13 .logo-list li .clients-logo{
	position: relative;
	display: block;
	text-align: center;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-right: 1px solid #e9e4de;
	border-bottom: 1px solid #e9e4de;
}

.clients-section-home13 .logo-list li:nth-child(4) .clients-logo,
.clients-section-home13 .logo-list li:last-child .clients-logo{
	border-right: none;
}

.clients-section-home13 .logo-list img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section-home13 .logo-list img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.clients-section-home13 .more-links h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: var(--ms-gris);
	text-transform: uppercase;
	font-weight: 600;
}

.clients-section-home13 .more-links h6 a{
	position: relative;
	display: inline-block;
	color: var(--ms-gris);
	padding-left: 30px;
	transition: all 500ms ease;
}

.clients-section-home13 .more-links h6 a:hover{

}

.clients-section-home13 .more-links h6 a i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	font-weight: 400;
}

.clients-section-home13 .sec-title-two{
	margin-bottom: 48px;
}


/** footer-style-13 **/

.footer-style-13{
	position: relative;
	background-color: #202327;
}

.footer-style-13 .footer-top{
	position: relative;
	background-color: #2a2e33;
	padding: 30px 40px;
}

.footer-style-13 .footer-top:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 6px;
	left: 0px;
	top: -6px;
}

.footer-style-13 .footer-top .logo-inner .footer-logo,
.footer-style-13 .footer-top .logo-inner .text{
	position: relative;
	display: inline-block;
	float: left;
}

.footer-style-13 .footer-top .logo-inner{
	position: relative;
	margin-top: 9px;
}

.footer-style-13 .footer-top .logo-inner .footer-logo{
	margin-right: 80px;
}


.footer-style-13 .footer-top .logo-inner .footer-logo:before{
	position: absolute;
	content: '';
	background-color: rgba(255, 255, 255, 0.20);
	width: 1px;
	height: 65px;
	top: -12px;
	right: -40px;
}

.footer-style-13 .footer-top .logo-inner .text h2{
	position: relative;
	font-size: 28px;
	line-height: 42px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-13 .footer-top .subscribe-inner .form-group{
	position: relative;
	margin-bottom: 0px;
	padding-right: 180px;
}

.footer-style-13 .footer-top .subscribe-inner .form-group input[type='email']{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 30px;
	padding: 10px 30px;
	padding-left: 70px;
	background-color: transparent;
	font-size: 16px;
	color: #9fa2a6;
	transition: all 500ms ease;
}

.footer-style-13 .footer-top .subscribe-inner .form-group input:focus{

}

.footer-style-13 .footer-top .subscribe-inner .form-group .icon{
	position: absolute;
	left: 42px;
	top: 17px;
	z-index: 1;
	font-size: 18px;
}

.btn-style-eight2{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 44.5px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
}

.btn-style-eight2:hover{
	color: #fff;
}

.btn-style-eight2:before{
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.btn-style-eight2:hover:before{
	width: 100%;
}

.footer-style-13 .footer-top .subscribe-inner .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
}

.footer-style-13 .footer-widget .widget-title{
	position: relative;
	display: block;
	padding-bottom: 22px;
	margin-bottom: 35px;
}

.footer-style-13 .footer-widget h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-13 .footer-widget .widget-title .decore{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 41px;
	height: 10px;
	background-repeat: no-repeat;
}

.footer-style-13 .widget-section{
	position: relative;
	padding: 95px 0px 80px 0px;
}

.footer-style-13 .about-widget .widget-content h3{
	margin-bottom: 12px;
	line-height: 32px;
}

.footer-style-13 .widget-section p{
	font-size: 16px;
	color: #9fa2a6;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}

.footer-style-13 .about-widget p{
	margin-bottom: 33px;
}

.footer-style-13 .links-widget ul lili{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.footer-style-13 .links-widget ul li:last-child{
	margin-bottom: 0px;
}

.footer-style-13 .links-widget ul li a{
	font-size: 16px;
	color: #9fa2a6;
	font-size: 18px;
	line-height: 28px;
	padding-left: 26px;
}

.footer-style-13 .links-widget ul li a:hover{

}

.footer-style-13 .links-widget ul li a:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: 0px;
    top: 6px;
    border-radius: 0px;
    opacity: 1;
    background-color: #444950;
    transform: rotate(90deg);
    clip-path: polygon(0% 0%, 50% 0%, 150% 100%, -50% 100%, 50% 0%);
    transition: all 500ms ease;
}

.footer-style-13 .links-widget ul li a:after{
	display: none;
}

.footer-style-13 .links-widget .widget-title{
	margin-bottom: 31px;
}

.footer-style-13 .post-widget .post{
	position: relative;
	display: block;
	margin-bottom: 24px;
	padding-bottom: 22px;
	padding-left: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-style-13 .post-widget .post:last-child{
	margin-bottom: 0px;
	border-bottom: none;
}

.footer-style-13 .post-widget .post .post-date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #9fa2a6;
	margin-bottom: 6px;
}

.footer-style-13 .post-widget .post h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
}

.footer-style-13 .post-widget .post h5 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.footer-style-13 .post-widget .post h5 a:hover{

}

.footer-style-13 .post-widget .more-links h6{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.footer-style-13 .post-widget .more-links h6 a{
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 30px;
	transition: all 500ms ease;
}

.footer-style-13 .post-widget .more-links h6 a:hover{

}

.footer-style-13 .post-widget .more-links h6 a i{
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 24px;
	font-weight: 400;
}

.footer-style-13 .post-widget .post-inner{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.scroll-to-top.style-13{
	transform: rotate(0deg);
	background-color: transparent;
	font-size: 30px;
	border: solid;
	border-width: 2px;
	border-radius: 0px;
}

.footer-style-13 .footer-bottom{
	position: relative;
	width: 100%;
	background-color: #2a2e33;
	padding: 21px 0px;
	border: none;
}

.footer-style-13 .footer-bottom p,
.footer-style-13 .footer-bottom a{
	font-size: 16px;
	color: #9fa2a6;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.footer-style-13 .footer-bottom a:hover{

}

.footer-style-13 .footer-bottom .copyright{
	float: left;
}

.footer-style-13 .footer-bottom .footer-nav{
	float: right;
}

.footer-style-13 .footer-bottom .footer-nav li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.footer-style-13 .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-13 .footer-bottom .footer-nav li:before{
	position: absolute;
	content: '/';
	top: 1px;
	right: -14px;
	font-size: 18px;
	color: #9fa2a6;
}

.footer-style-13 .footer-bottom .footer-nav li:last-child:before{
	display: none;
}





/************* home-page-14 **************/



/** header-style-14 **/

.header-style-14{
	position: relative;
	background-color: #fff;
}

.header-top-14 .top-inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dbe3e6;
    padding: 11px 0px;
}

.header-top-14 .top-inner .info-box li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #727b7f;
	text-transform: uppercase;
	margin-right: 18px;
}

.header-top-14 .top-inner .info-box li:last-child{
	margin: 0px !important;
}

.header-top-14 .top-inner .info-box li a{
	display: inline-block;
	color: #727b7f;
	font-family: 'Fira Sans', sans-serif;
	transition: all 500ms ease;
}

.header-top-14 .top-inner .info-box li a:hover{

}

.header-top-14 .top-inner .text{
	margin-bottom: 0px;
}

.header-top-14 .top-inner .text p{
	position: relative;
	display: block;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #727b7f;
	padding-left: 30px;
	margin-bottom: 0px;
}

.header-top-14 .top-inner .text p a{
	font-family: 'Fira Sans', sans-serif;
	color: #727b7f;
	transition: all 500ms ease;
}

.header-top-14 .top-inner .text p a:hover{

}

.header-top-14 .top-inner .text p i{
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 20px;
}

.header-top-14 .top-inner .language,
.header-top-14 .top-inner .search-btn{
	position: relative;
	display: inline-block;
	float: left;
}

.header-top-14 .top-inner .language li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #727b7f;
	text-transform: uppercase;
	margin-right: 18px;
}

.header-top-14 .top-inner .language li a{
	font-family: 'Fira Sans', sans-serif;
	color: #727b7f;
}

.header-top-14 .top-inner .language li a.current{

}

.header-top-14 .top-inner .language li:last-child{
	margin: 0px !important;
}

.header-top-14 .top-inner .language{
	margin-right: 40px;
}

.header-top-14 .top-inner .language:before{
	position: absolute;
	content: '';
	background-color: #dbe3e6;
	width: 1px;
	height: 16px;
	top: 5px;
	right: -20px;
}

.header-top-14 .top-inner .search-btn button{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #222;
	background: transparent;
	cursor: pointer;
	top: 3px;
	transition: all 500ms ease;
}

.header-top-14 .top-inner .search-btn button:hover{

}

.header-style-14 .header-upper{
	border-top: none;
}

.header-style-14 .outer-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;;
}

.header-style-14 .outer-box .main-menu .navigation{
	margin-top: 0px;
	margin-left: 0px;
}

.header-style-14 .logo-box .logo{
	padding: 25px 0px;
}

.header-style-14 .main-menu .navigation>li.dropdown>a:after{
	display: none;
}

.header-style-14 .main-menu .navigation>li.current>a,
.header-style-14 .main-menu .navigation>li>a:hover{

}

.header-style-14 .main-menu .navigation>li>ul>li>a:hover{

}

.header-style-14 .main-menu .navigation>li>ul>li>ul>li>a:hover{

}

.header-style-14 .nav-right .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 0px !important;
}

.header-style-14 .nav-right .social-links li:last-child{
	margin: 0px !important;
}

.header-style-14 .social-links li a{
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: all 500ms ease;
}

.header-style-14 .social-links li a:hover{
	background-color: #222;
}

.header-style-14 .sticky-header{
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}


/** banner-style-14 **/

.banner-section-home14{
	position: relative;
}

.banner-section-home14 .slide-item{
	position: relative;
	padding: 120px 0px;
}

.banner-section-home14 .content-inner{
	position: relative;
	display: block;
	background-color: rgba(255, 255, 255, 0.92);
	padding: 73px 60px 80px 60px;
}

.btn-style-nine {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 0px;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
    border-radius: 20px;
}

.btn-style-nine .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 13px 53px;
    font-weight: 600;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.btn-style-nine:hover .btn-title {
    color: #ffffff;
}

.btn-style-nine .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 0px;
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-nine:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.banner-section-home14 .content-inner h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.banner-section-home14 .content-inner h2{
	display: block;
	font-size: 60px;
	line-height: 70px;
	font-weight: 500;
	color: #133441;
	padding-bottom: 29px;
	margin-bottom: 42px;
}

.banner-section-home14 .content-inner h2:before{
	position: absolute;
	content: '';
	background-color: #133441;
	width: 80px;
	height: 3px;
	left: 0px;
	bottom: 0px;
}

.banner-section-home14 .content-inner p{
	position: relative;
	display: block;
	color: #727b7f;
	line-height: 28px;
	margin-bottom: 32px;
}

.banner-section-home14 .banner-carousel .content-inner{
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.banner-section-home14 .banner-carousel .active .content-inner{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}


.banner-section-home14 .owl-theme .owl-dots {
    display: none;
}

.banner-section-home14 .owl-theme .owl-nav {
    position: absolute;
    right: 375px;
    bottom: 98px;
    display: block;
    top: initial;
    left: inherit;
    width: auto;
}

.banner-section-home14 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -146px;
    height: 68px;
    width: 68px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner-section-home14 .owl-theme .owl-nav .owl-prev::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    left: 0px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 24px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner-section-home14 .owl-theme .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    height: 68px;
    width: 68px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner-section-home14 .owl-theme .owl-nav .owl-next::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    right: 0px;
    color: #fff;
    border-radius: 0px;
    border: 2px solid #fff;
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}




/** feature-section-home14 **/

.feature-section-home14{
	position: relative;
	padding: 114px 0px 113px 0px;
}

.sec-title-three{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.sec-title-three h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #133441;
	font-weight: 500;
	margin-bottom: 10px;
}

.sec-title-three p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 0px;
}

.feature-section-home14 .feature-block .inner-box{
	position: relative;
	display: block;
	padding: 0px 30px;
}

.feature-section-home14 .feature-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 80px;
	line-height: 80px;
	color: #aab2b6;
	margin-bottom: 28px;
	z-index: 1;
	transition: all 500ms ease;
}

.feature-section-home14 .feature-block .inner-box:hover .icon-box{

}

.feature-section-home14 .feature-block .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background-color: #f0f6f8;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	top: 0px;
	left: 29px;
	z-index: -1;
}

.feature-section-home14 .feature-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 14px;
}

.feature-section-home14 .feature-block .inner-box h3 a{
	display: inline-block;
	color: #133441;
	transition: all 500ms ease;
}

.feature-section-home14 .feature-block .inner-box h3 a:hover{

}

.feature-section-home14 .feature-block .inner-box p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 0px;
}


/** service-section-home14 **/

.service-section-home14{
	position: relative;
}

.service-section-home14 .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;
}

.service-section-home14 .tabs-box .tab.active-tab{
  display:block;  
}

.service-section-home14 .tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.service-section-home14 .tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.service-section-home14 .tab-btns{
	position: relative;
	width: 100%;
	background-color: #133441;
	padding: 20px 20px 17px 20px;
}

.service-section-home14 .tab-btn{
	position: relative;
	display: block;
	padding: 1px 10px 0px 90px;
	cursor: pointer;
	transition: all 500ms ease;
}

.service-section-home14 .tab-btn .icon-box{
	position: absolute;
	left: 20px;
	top: 0px;
	font-size: 45px;
	line-height: 45px;
}

.service-section-home14 .tab-btn span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.service-section-home14 .tab-btn h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.service-section-home14 .tabs-content{
	position: relative;
	width: 100%;
	padding: 80px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-section-home14 .tabs-content .content-box{
	position: relative;
	display: block;
	background-color: #fff;
	max-width: 310px;
	width: 100%;
	margin: 0 auto;
	padding: 31px 30px 32px 40px;
}

.service-section-home14 .tabs-box{
	position: relative;
	width: 100%;
}

.service-section-home14 .tabs-box .line-box{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.service-section-home14 .tabs-box .line-box .line{
	position: absolute;
	top: 0px;
	left: 33.333%;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.20);
	z-index: 1;
}

.service-section-home14 .tabs-box .line-box .line-2{
	left: 66.666%;
}

.service-section-home14 .tabs-content .content-box p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 19px;
}

.service-section-home14 .tabs-content .content-box .list li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 8px;
}

.service-section-home14 .tabs-content .content-box .list li:last-child{
	margin-bottom: 0px;
}

.service-section-home14 .tabs-content .content-box .list{
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.service-section-home14 .tabs-content .content-box h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #133441;
	text-transform: uppercase;
	font-weight: 600;
}

.service-section-home14 .tabs-content .content-box h6 a{
	position: relative;
	display: inline-block;
	color: #133441;
	padding-left: 30px;
	transition: all 500ms ease;
}

.service-section-home14 .tabs-content .content-box h6 a:hover{

}

.service-section-home14 .tabs-content .content-box a i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 24px;
	font-weight: 400;
}

.service-section-home14 .big-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 240px;
  line-height: 200px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  text-align: center;
}

.process-section-two.home-14 .process-block-two h4{
	color: #133441;
}

.process-section-two.home-14 .process-block-two p{
	color: #727b7f;
}

.process-section-two.home-14 .process-block-two .text{
	color: #727b7f;
}

.process-section-two.home-14{
	padding: 114px 0px 84px 0px;
}


/** funfact-section-home14 **/

.funfact-section-home14{
	position: relative;
}

.funfact-section-home14 .inner-container{
	position: relative;
	width: calc(100% + 100px);
	padding: 0px 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: -50px;
}

.funfact-section-home14 .counter-block{
	position: relative;
	display: block;
	padding: 56px 0px 53px 135px;
}

.funfact-section-home14 .counter-block .icon-box{
	position: absolute;
	left: 30px;
	top: 60px;
	display: inline-block;
	width: 85px;
	height: 85px;
	line-height: 92px;
	font-size: 40px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
}

.funfact-section-home14 .counter-block .count-outer{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	margin-bottom: 6px;
}

.funfact-section-home14 .counter-block h3{
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.funfact-section-home14 .counter-column{
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.40);
}

.funfact-section-home14 .counter-column:last-child{
	border: none;
}


/** project-section-home14 **/

.project-section-home14{
	position: relative;
	padding: 114px 0px 120px 0px;
}

.project-section-home14 .project-block{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-section-home14 .project-block .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-section-home14 .project-block .image-box img{
	width: 100%;
}

.project-section-home14 .project-block .content-box{
	position: absolute;
	left: 20px;
	top: 50px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: rgba(255, 255, 255, 0.94);
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.project-section-home14 .project-block:hover .content-box{
	top: 20px;
	opacity: 1;
	visibility: visible;
}

.project-section-home14 .project-block .content-box .view-btn{
	position: absolute;
	top: 20px;
	right: 20px;
}

.project-section-home14 .project-block .content-box .view-btn a{
	position: relative;
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	z-index: 1;
	transition: all 500ms ease;
}

.project-section-home14 .project-block .content-box .view-btn a:hover{
	background-color: #133441;
}

.project-section-home14 .project-block .content-box .text{
	position: absolute;
	bottom: 22px;
	width: 100%;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 0px;
}

.project-section-home14 .project-block .content-box .text p{
	position: relative;
	margin-bottom: 3px;
}

.project-section-home14 .project-block .content-box .text h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 0px;
}

.project-section-home14 .project-block .content-box .text h3 a{
	display: inline-block;
	color: #133441;
	transition: all 500ms ease;
}

.project-section-home14 .project-block .content-box .text h3 a:hover{

}

.project-section-home14 .owl-nav{
	display: none;
}

.project-section-home14 .owl-dots{
	position: relative;
	display: block !important;
	text-align: center;
	margin-top: 30px;
}

.project-section-home14 .owl-dots button{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #dbe3e6;
	border-radius: 0px;
	cursor: pointer;
	margin: 0px 6px;
	transition: all 500ms ease;
}

.project-section-home14 .owl-dots button.active{
	
}


/** cta-section-home14 **/

.cta-section-home14{
	position: relative;
}

.cta-section-home14 .inner-container{
	position: relative;
	padding: 55px 0px 54px 0px;
	border-top: 1px solid #dbe3e6;
	border-bottom: 1px solid #dbe3e6;
}

.cta-section-home14 .text{
	position: relative;
	display: block;
	padding-left: 85px;
	margin-bottom: 0px;
}

.cta-section-home14 .text .icon-box{
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 60px;
	line-height: 60px;
}

.cta-section-home14 .text h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 2px;
}

.cta-section-home14 .text p{
	position: relative;
	display: block;
	font-size: 18px;
	color: #727b7f;
	margin-bottom: 0px;
}

.cta-section-home14 .btn-box{
	margin-top: 8px;
}


/** chooseus-section-home14 **/

.chooseus-section-home14{
	position: relative;
	padding: 120px 0px;
}

.chooseus-section-home14 .video-inner{
	position: relative;
	width: 100%;
	padding: 293px 0px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-section-home14 .video-inner .video-btn a{
	position: relative;
	display: inline-block;
}

.chooseus-section-home14 .video-inner .video-btn a:before,
.chooseus-section-home14 .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.chooseus-section-home14 .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.chooseus-section-home14 .content-box .single-item{
	position: relative;
	display: block;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 15%);
	padding: 36px 30px 33px 145px;
	min-height: 164px;
}

.chooseus-section-home14 .content-box .single-item:last-child{
	margin-bottom: 0px;
}

.chooseus-section-home14 .content-box .single-item .icon-box{
	position: absolute;
	left: 30px;
	top: 40px;
	width: 84px;
	height: 84px;
	line-height: 92px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.chooseus-section-home14 .content-box .single-item .icon-box:before{
	position: absolute;
	content: '';
	background-color: #719fb1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.chooseus-section-home14 .content-box .single-item h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 9px;
}

.chooseus-section-home14 .content-box .single-item p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 0px;
}

.chooseus-section-home14 .content-box .sec-title-three{
	margin-bottom: 43px;
}

.chooseus-section-home14 .content-box{
	margin-top: -5px;
}


/** team-section-home14 **/

.team-section-home14{
	position: relative;
}

.team-section-home14 .team-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.team-section-home14 .team-block .inner-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #133441;
}

.team-section-home14 .team-block .inner-box .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.10) 50%, rgba(0,0,0,0.7) 100%);
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    transition: all 1500ms ease;
}

.team-section-home14 .team-block .inner-box:hover .image:before{
	opacity: 0;
}

.team-section-home14 .team-block .inner-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box:hover .image img{
	opacity: 0.1;
}

.team-section-home14 .team-block .inner-box .content-box{
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 0px 30px;
	width: 100%;
	z-index: 2;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option,
.team-section-home14 .team-block .inner-box .content-box .other-option .mail-box{
	position: relative;
	display: inline-block;
	float: left;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option{
	margin-right: 10px;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-icon,
.team-section-home14 .team-block .inner-box .content-box .other-option .mail-box a{
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-icon:hover,
.team-section-home14 .team-block .inner-box .content-box .other-option .mail-box a:hover{
	
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links{
	position: absolute;
    left: 0px;
    bottom: 45px;
    width: 113px;
    background: #fff;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 10px 50px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 50px 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option:hover .share-links{
	visibility: visible;
	opacity: 1;
	bottom: 55px;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 10px;
	height: 10px;
	left: 16px;
	bottom: -5px;
	transform: rotate(45deg);
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links li{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	line-height: 20px;
	border-right: 1px solid #d9cec7;
	text-align: center;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links li:last-child{
	border-right: none;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links li a{
	font-size: 14px;
	line-height: 20px;
	color: #133441;
	transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box .content-box .other-option .share-option .share-links li a:hover{

}

.team-section-home14 .team-block .inner-box .content-box .other-option{
	position: relative;
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px solid #727272;
	margin-bottom: 21px;
}

.team-section-home14 .team-block .inner-box .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.team-section-home14 .team-block .inner-box .content-box .text h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.team-section-home14 .team-block .inner-box .content-box .text h3 a:hover{

}

.team-section-home14 .team-block .inner-box .content-box .text .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.team-section-home14 .sec-title-three{
	margin-bottom: 40px;
}

.team-section-home14 .more-btn{
	margin-top: 50px;
}


/** testimonial-section-home14 **/

.testimonial-section-home14{
	position: relative;
	padding: 114px 0px 60px 0px;
}

.testimonial-section-home14 .testimonial-block{
	position: relative;
	display: block;
	background-color: #f0f6f8;
	padding: 0px 50px 43px 50px;
	border-right: 1px solid #dbe3e6;
}

.testimonial-section-home14 .theme_carousel{
	position: relative;
}

.testimonial-section-home14 .theme_carousel:before{
	position: absolute;
	content: '';
	background-color: #f0f6f8;
	width: 1px;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.testimonial-section-home14 .testimonial-block .testimonial-thumb{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	background-color: #fff;
	padding: 4px;
	border-radius: 50%;
	margin-bottom: 19px;
	margin-top: -48px;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
}

.testimonial-section-home14 .testimonial-block .testimonial-thumb img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-section-home14 .slide{
	margin-top: 60px;
}

.testimonial-section-home14 .testimonial-block h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #133441;
	margin-bottom: 0px;
}

.testimonial-section-home14 .testimonial-block .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 16px;
}

.testimonial-section-home14 .testimonial-block p{
	font-size: 18px;
	line-height: 28px;
	color: #727b7f;
	margin-bottom: 0px;
}

.testimonial-section-home14 .sec-title-three{
	margin-bottom: 40px;
}


/** clients-section-home14 **/

.clients-section-home14{
	position: relative;
	padding-bottom: 120px;
}


.clients-section-home14 .clients-logo img{
	position: relative;
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
  filter: grayscale(100%);
  min-height: 46px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section-home14 .clients-logo img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.clients-section-home14 .clients-logo{
	position: relative;
	display: block;
	padding: 20px 0px;
}

.clients-section-home14 .clients-logo:before{
	position: absolute;
	content: '';
	background-color: #dbe3e6;
	width: 1px;
	height: 85px;
	top: 0px;
	right: -15px;
}

.scroll-to-top.style-14{
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
	font-size: 30px;
	transform: rotate(0deg);
}

.scroll-to-top.style-14:hover{
	color: #fff;
	box-shadow: none;
}


/** footer-style-14 **/

.footer-style-14{
	position: relative;
	background-color: #133441;
}

.footer-style-14 .footer-top{
	position: relative;
	padding: 100px 0px 92px 0px;
}

.footer-style-14 .footer-bottom{
	position: relative;
	width: 100%;
	background-color: #102d38;
	padding: 21px 0px;
	border: none;
}

.footer-style-14 .footer-bottom p,
.footer-style-14 .footer-bottom a{
	font-size: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.footer-style-14 .footer-bottom a:hover{

}

.footer-style-14 .footer-bottom .copyright{
	float: left;
}

.footer-style-14 .footer-bottom .footer-nav{
	float: right;
}

.footer-style-14 .footer-bottom .footer-nav li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.footer-style-14 .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-14 .footer-bottom .footer-nav li:before{
	position: absolute;
	content: '/';
	top: 1px;
	right: -14px;
	font-size: 18px;
	color: #9fa2a6;
}

.footer-style-14 .footer-bottom .footer-nav li:last-child:before{
	display: none;
}

.footer-style-14 .footer-top .upper-box{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.footer-style-14 .footer-top .upper-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 25px;
}

.footer-style-14 .footer-top .upper-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 28px;
}

.footer-style-14 .footer-top .info-box{
	position: relative;
	display: block;
}

.footer-style-14 .footer-top .info-box:before{
	position: absolute;
	content: '';
	background-color: #214959;
	width: 1px;
	height: 50px;
	top: 4px;
	right: -15px;
}

.footer-style-14 .footer-top .info-column:last-child .info-box:before{
	display: none;
}

.footer-style-14 .footer-top .info-box h6{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 7px;
}

.footer-style-14 .footer-top .info-box p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}

.footer-style-14 .footer-top .info-box p a{
	color: #fff;
	transition: all 500ms ease;
}

.footer-style-14 .footer-top .info-box p a:hover{

}

.footer-style-14 .footer-top .info-inner{
	position: relative;
	display: block;
	padding-bottom: 53px;
	margin-bottom: 53px;
	border-bottom: 1px solid #214959;
}

.footer-style-14 .footer-top .footer-menu li{
	position: relative;
	display: inline-block;
	margin: 0px 20px;
}

.footer-style-14 .footer-top .footer-menu li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	transition: all 500ms ease;
}

.footer-style-14 .footer-top .footer-menu li a:hover{

}




/** header-style-15 **/

.header-style-15{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: transparent;
}

.header-style-15 .header-inner{
	position: relative;
	padding: 40px 100px 0px 100px;
}

.header-style-15 .header-inner .outer-box{
	position: relative;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 6px;
}

.header-style-15 .header-upper{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: none;
    padding: 0px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.header-style-15 .main-menu .navigation{
	margin: 0px;
}

.header-style-15 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-15 .header-upper .logo-box .logo{
	padding: 28px 0px;
}

.header-style-15 .nav-right .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 0px !important;
}

.header-style-15 .nav-right .social-links li:last-child{
	margin: 0px !important;
}

.header-style-15 .nav-right .social-links li a{
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #131821;
	text-align: center;
	border-radius: 5px;
}

.header-style-15 .nav-right .social-links li a:hover{
	background-color: #fff;
}

.header-style-15 .header-lower {
	position: relative;
	padding: 0px 40px;
}

.header-style-15 .header-lower .left-column{
	position: relative;
	float: left;
}

.header-style-15 .header-lower .right-column{
	position: relative;
	float: right;
}

.header-style-15 .header-lower .info li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 48px;
	margin-right: 40px;
	color: #a7adb7;
	padding-left: 30px;
}

.header-style-15 .header-lower .info li:before{
	position: absolute;
	content: '';
	background-color: rgba(255, 255, 255, 0.20);
	width: 1px;
	height: 100%;
	top: 0px;
	right: -20px;
}

.header-style-15 .header-lower .info li:last-child:before{
	display: none;
}

.header-style-15 .header-lower .info li:last-child{
	margin: 0px !important;
}

.header-style-15 .header-lower .info li a{
	display: inline-block;
	color: #a7adb7;
	transition: all 500ms ease;
}

.header-style-15 .header-lower .info li i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 20px;
}

.header-style-15 .header-lower .info li a:hover{

}

.header-style-15 .header-lower .right-column .info li i{
	top: 14px;
}

.header-style-15 .header-lower .right-column .info li a span{
	font-weight: 600;
	color: #fff;
	transition: all 500ms ease;
}

.header-style-15 .header-lower .right-column .info li a:hover span{

}

.header-style-15 .sticky-header .header-upper{
	border-bottom: none !important;
}

.header-style-15 .sticky-header{
	background-color: #131821;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-style-15 .nav-outer{
	position: relative;
	padding-right: 20px;
}

.header-style-15 .nav-outer .search-btn{
	position: absolute;
	top: 18px;
	right: 0px;
}

.header-style-15 .nav-outer .search-btn button{
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	transition: all 500ms ease;
}

.header-style-15 .nav-outer .search-btn button:hover{

}

.header-style-15 .main-menu .navigation>li.dropdown>a:after{
	display: none;
}

.header-style-15 .main-menu .navigation>li{
	margin-right: 30px !important;
}

.header-style-15 .main-menu .navigation>li.current>a,
.header-style-15 .main-menu .navigation>li>a:hover{

}



.btn-style-ten {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #131821;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}

.btn-style-ten .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 13px 43px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
}

.btn-style-ten:hover .btn-title {
    color: #ffffff;
}

.btn-style-ten .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #131821;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-ten:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}


/** banner-style-15 **/


.banner-section-home15 .banner-carousel .slide-item{
	padding: 378px 0px 207px 0px;
}

.banner-section-home15 .banner-carousel .slide-item:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.8;
	z-index: 1;
}

.banner-section-home15 .banner-carousel .content-box{
	position: relative;
	display: block;
	width: 100%;
	min-height: auto;
	padding: 0px;
}

.banner-section-home15 .banner-carousel .content-box h2{
	padding-bottom: 0px;
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.banner-section-home15 .banner-carousel .content-box h2:before,
.banner-section-home15 .banner-carousel .content-box h2:after{
	display: none;
}

.banner-section-home15 .banner-carousel .content-box h3{
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.banner-section-home15 .banner-carousel .content-box p{
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 43px;
}

.banner-section-home15 .banner-carousel .content-box h2 {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.banner-section-home15 .banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-section-home15 .banner-carousel .content-box p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #a7adb7;
    margin-bottom: 43px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-home15 .banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section-home15 .owl-theme .owl-nav .owl-prev::after{
	content: "\f101";
	border-radius: 5px;
}

.banner-section-home15 .owl-theme .owl-nav .owl-next::after{
	content: "\f101";
	border-radius: 5px;
}

.banner-section-home15 .owl-theme .owl-nav .owl-prev:hover::after,
.banner-section-home15 .owl-theme .owl-nav .owl-next:hover::after{
	color: #fff;
}

.banner-section-home15 .owl-theme .owl-nav{
	top: 59%;
}


/** service-section-home15 **/

.service-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
	background-color: #131821;
}

.sec-title-four{
	position: relative;
	display: block;
	padding-bottom: 24px;
	margin-bottom: 60px;
}

.sec-title-four h2{
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #131821;
}

.sec-title-four:before{
	position: absolute;
	content: '';
	width: 60px;
	height: 6px;
	left: 0px;
	bottom: 0px;
	border-radius: 3px;
}

.sec-title-four.text-center:before{
	left: 50%;
	transform: translateX(-50%);
}

.sec-title-four.light h2{
	color: #fff;
}

.service-section-home15 .service-block .inner-box{
	position: relative;
	display: block;
	border-radius: 5px;
	border: 1px solid #2b3038;
	padding: 30px 30px 21px 30px;
	overflow: hidden;
}

.service-section-home15 .service-block .inner-box .shape-1{
	position: absolute;
	top: -55px;
	right: -70px;
	width: 180px;
	height: 160px;
	background-color: #1e232c;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
    transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .shape-2{
	position: absolute;
	top: 0px;
	right: 95px;
	width: 80px;
	height: 68px;
	background-color: #1e232c;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
    transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .shape-3{
	position: absolute;
	top: 0px;
	right: 36px;
	width: 64px;
	height: 55px;
	opacity: 0.67;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
    transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box:hover .shape-1,
.service-section-home15 .service-block .inner-box:hover .shape-2,
.service-section-home15 .service-block .inner-box:hover .shape-3{
	opacity: 0;
}

.service-section-home15 .service-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 13px;
}

.service-section-home15 .service-block .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 7px;
}

.service-section-home15 .service-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 29px;
	margin-bottom: 23px;
}

.service-section-home15 .service-block .inner-box h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box h3 a:hover{

}

.service-section-home15 .service-block .inner-box h3:before{
	position: absolute;
	content: '';
	border: 1px dashed #525967;
	left: 0px;
	bottom: 5px;
	width: 100%;
	height: 1px;
}

.service-section-home15 .service-block .inner-box h3:after{
	position: absolute;
	content: '';
	border: 1px dashed #525967;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
}

.service-section-home15 .service-block .inner-box .link-btn a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #a7adb7;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 16px;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .link-btn a:hover{
	color: #fff;
}


.service-section-home15 .service-block .inner-box .link-btn a:hover{
	padding-left: 40px;
}

.service-section-home15 .service-block .inner-box .link-btn a:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	left: 0px;
	top: 12px;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .link-btn a:hover:before{
	width: 20px;
}

.service-section-home15 .service-block .inner-box .link-btn a i{
	position: absolute;
	left: 21px;
	top: 3px;
	font-size: 14px;
	opacity: 0;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box .link-btn a:hover i{
	opacity: 1;
}

.service-section-home15 .service-block .inner-box .bg-layer{
	position: absolute;
	left: -100%;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	transition: all 500ms ease;
}

.service-section-home15 .service-block .inner-box:hover .bg-layer{
	left: 0px;
}

.service-section-home15 .service-block .inner-box .bg-layer:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.94;
}

.service-section-home15 .more-text{
	position: relative;
	display: block;
	margin-top: 55px;
}

.service-section-home15 .more-text h5{
	font-size: 20px;
	line-height: 28px;
	color: #a7adb7;
}

.service-section-home15 .more-text h5 a{
	color: #a7adb7;
	border-bottom: 1px dashed #a7adb7;
	transition: all 500ms ease;
}

.service-section-home15 .more-text h5 a:hover{

}


/** about-section-home15 **/

.about-section-home15{
	position: relative;
	padding: 110px 0px;
}

.about-section-home15 .image-box{
	position: relative;
	display: block;
	padding-right: 140px;
	padding-top: 50px;
	margin-right: 20px;
}

.about-section-home15 .image-box .image{
	position: relative;
	display: block;
	border-radius: 6px;
	overflow: hidden;
}

.about-section-home15 .image-box .image img{
	width: 100%;
	border-radius: 6px;
}

.about-section-home15 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); 
}

.about-section-home15 .image-box:hover .image:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.about-section-home15 .image-box .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(100% - 140px);
	height: calc(100% - 50px);
	border-radius: 6px;
}

.about-section-home15 .image-box .text{
	position: absolute;
	top: 250px;
	right: -160px;
	transform: rotate(90deg);
	margin-bottom: 0px;
}

.about-section-home15 .image-box .text h2{
	font-size: 44px;
	line-height: 50px;
	font-weight: 600;
	color: #131821;
	text-transform: uppercase;
}

.about-section-home15 .progress-box{
	position:relative;
	display:block;
	width:100%;
	padding-left: 80px;
	margin-bottom: 51px;
}

.about-section-home15 .progress-box:last-child{
	margin-bottom: 0px;
}

.about-section-home15 .progress-box .bar{
	position:relative;
	width:100%;
	height:3px;
	background:#e9e9e9;
	border-radius:0px;
	margin-bottom:20px;
}

.about-section-home15 .progress-box .bar-inner{
	position:relative;
	display:block;
	width:0px;
	height:3px;
	border-radius:3px;
	-webkit-transition:all 1500ms ease;
	-ms-transition:all 1500ms ease;
	-o-transition:all 1500ms ease;
	-moz-transition:all 1500ms ease;
	transition:all 1500ms ease;	
}

.about-section-home15 .progress-box .bar-inner:before{
	position: absolute;
	content: '';
	border: dashed;
	border-width: 3px;
	border-color: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.about-section-home15 .progress-box .bar-inner:after{
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: -5px;
	right: -3px;
	box-shadow: 0px 0px 0px 4px #ffe5b2;
}

.about-section-home15 .progress-box .count-text{
	position:absolute;
	left: 0px;
	top: 0px;
	width:54px;
	height:54px;
	font-family: 'Fira Sans', Sans-serif;
	line-height:54px;
	background: #f4f4f4;
	color: #131821;
	font-size:16px;
	font-weight:600;
	border-radius:5px;
	text-align:center;	
}

.about-section-home15 .progress-box h5{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #131821;
	margin-bottom: 20px;
}

.about-section-home15 .progress-inner h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 27px;
}

.about-section-home15 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.about-section-home15 .content-box .text p{
	color: #727580;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 0px;
}

.about-section-home15 .progress-inner{
	position: relative;
	display: block;
	margin-bottom: 52px;
}

.about-section-home15 .sec-title-four{
	margin-bottom: 40px;
}

.about-section-home15 .content-box .author-box{
	position: relative;
	display: block;
}

.about-section-home15 .content-box .author-box .author,
.about-section-home15 .content-box .author-box .signature{
	position: relative;
	float: left;
}

.about-section-home15 .content-box .author-box .signature{
	top: -4px;
}

.about-section-home15 .content-box .author-box .author{
	margin-right: 60px;
	padding-left: 80px;
	padding-bottom: 5px;
}

.about-section-home15 .content-box .author-box .author .author-thumb{
	position: absolute;
	left: 0px;
	top: -4px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.about-section-home15 .content-box .author-box .author .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.about-section-home15 .content-box .author-box .author h4{
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #131821;
	font-weight: 500;
	margin-bottom: 0px;
}

.about-section-home15 .content-box .author-box .author .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.about-section-home15 .content-box .author-box .author:before{
	position: absolute;
	content: '';
	background-color: #ece9e4;
	width: 1px;
	height: 60px;
	top: -4px;
	right: -30px;
}


/** chooseus-section-home15 **/

.chooseus-section-home15{
	position: relative;
	background-color: #131821;
	padding: 105px 0px 80px 0px;
}

.chooseus-section-home15 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% + 250px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-section-home15 .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% - 250px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chooseus-section-home15 .single-item{
	position: relative;
	display: block;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px 30px 22px 30px;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover{
	border-color: rgb(255, 255, 255, 15%);
}

.chooseus-section-home15 .single-item:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover:before{
	height: 0%;
}

.chooseus-section-home15 .single-item .upper{
	position: relative;
	display: block;
	padding-left: 72px;
	margin-bottom: 13px;
	min-height: 65px;
}

.chooseus-section-home15 .single-item .upper .icon-box{
	position: absolute;
	left: 0px;
	top: 4px;
	width: 52px;
	height: 52px;
	line-height: 56px;
	background-color: #131821;
	font-size: 30px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover .upper .icon-box{

}

.chooseus-section-home15 .single-item .upper h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: #131821;
	font-weight: 600;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover .upper h3{
	color: #fff;
}

.chooseus-section-home15 .single-item .text{
	position: relative;
	display: block;
	margin-bottom: 0px;
}

.chooseus-section-home15 .single-item .text p{
	margin-bottom: 0px;
	color: #72757f;
	font-size: 18px;
	line-height: 28px;
	transition: all 500ms ease;
}

.chooseus-section-home15 .single-item:hover .text p{
	color: #a7adb7;
}


/** project-section-home15 **/

.project-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
}

.project-section-home15 .project-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.project-section-home15 .project-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-section-home15 .project-block .inner-box .image-box img{
	width: 100%;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-section-home15 .project-block .inner-box:hover .image-box img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);

}

.project-section-home15 .project-block .inner-box .text{
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: calc(100% - 40px);
	background-color: #131821;
	padding: 12px 20px;
	border-radius: 5px;
	margin-bottom: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.project-section-home15 .project-block .inner-box:hover .text{
	opacity: 1;
	visibility: visible;
	bottom: 20px;
}

.project-section-home15 .project-block .inner-box .text p{
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 3px;
}

.project-section-home15 .project-block .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.project-section-home15 .project-block .inner-box h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.project-section-home15 .project-block .inner-box h3 a:hover {

}

.project-section-home15 .more-btn{
	position: relative;
	display: block;
	margin-top: 60px;
}


/** video-section-home15 **/

.video-section-home15{
	position: relative;
	padding-top: 110px;
}

.video-section-home15 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: calc(100% - 110px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-section-home15 .inner-box{
	position: relative;
	display: block;
	width: 100%;
	padding: 80px 50px 80px 50px;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-section-home15 .inner-box:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.95;
}

.video-section-home15 .inner-box h2{
	font-size: 46px;
	line-height: 54px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 38px;
}

.video-section-home15 .inner-box .btn-style-ten .btn-title::before{
	background-color: #fff;
}

.video-section-home15 .inner-box .btn-style-ten:hover .btn-title{
	color: #131821 !important;
}

.video-section-home15 .inner-box .video-box {
    position: relative;
    display: inline-block;
    width: 142px;
    height: 142px;
    text-align: center;
    margin-bottom: 35px;
}

.video-section-home15 .inner-box .video-box a {
    color: #fff;
}

.video-section-home15 .inner-box .play-icon {
    position: absolute;
    top: 53%;
    left: 53%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 33px;
}

.video-section-home15 .inner-box .curved-circle {
    position: absolute;
    top: -10px;
    left: 0;
    width: 142px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--fira-sans);
    transform: rotate(180deg);
}

.video-section-home15 .inner-box .curved-circle:before{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 69px;
	bottom: 9px;
}


/** team-section-home15 **/

.team-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
}

.team-section-home15 .team-block{
	position: relative;
	padding-right: 25px;
	text-align: center;
}

.team-section-home15 .team-block .inner-box{
	position: relative;
	display: block;
	background-color: #fff;
	max-width: 245px;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
	padding: 30px 15px 25px 15px;
}

.team-section-home15 .team-block .inner-box:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	border-radius: 6px;
	transition: all 500ms ease;
}

.team-section-home15 .team-block:hover .inner-box:before{
	height: 100%;
	top: 0px;
}

.team-section-home15 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.team-section-home15 .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.team-section-home15 .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}

.team-section-home15 .team-block .inner-box .image-box{
	position: relative;
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-bottom: 13px;
}

.team-section-home15 .team-block .inner-box .image-box img{
	width: 100%;
	border-radius: 50%;
	transition: all 500ms ease;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.team-section-home15 .team-block:hover .inner-box .image-box img{
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.team-section-home15 .team-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0px;
}

.team-section-home15 .team-block .inner-box h3 a{
	position: relative;
	display: inline-block;
	color: #131821;
	transition: all 500ms ease;
}

.team-section-home15 .team-block:hover .inner-box h3 a{
	color: #fff;
}

.team-section-home15 .team-block .inner-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #72757f;
	transition: all 500ms ease;
}

.team-section-home15 .team-block:hover .inner-box .designation{

}

.team-section-home15 .team-block .inner-box .other-option{
	position: absolute;
	right: -25px;
	bottom: 45px;
	background-color: #fff;
	width: 50px;
	text-align: center;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	border-radius: 30px;
}

.team-section-home15 .team-block .inner-box .other-option > li{
	position: relative;
	display: block;
	text-align: center;
	padding: 14px 0px;
	color: #b6b9c1;
	cursor: pointer;
	transition: all 500ms ease;
}

.team-section-home15 .team-block .inner-box .other-option > li a{
	color: #b6b9c1;
	transition: all 500ms ease;
}

.team-section-home15 .team-block .inner-box .other-option > li a:hover{

}

.team-section-home15 .team-block .inner-box .other-option > li:before{
	position: absolute;
	content: '';
	background-color: #e9e9e9;
	width: 34px;
	height: 1px;
	left: 8px;
	bottom: 0px;
}

.team-section-home15 .team-block .inner-box .other-option > li:last-child:before{
	display: none;
}

.team-section-home15 .team-block .inner-box .other-option .share-links{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 50px;
	width: 100px;
	padding: 5px 0px;
	background-color: #fff;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	transition: all 500ms ease;
}

.team-section-home15 .team-block .inner-box .other-option .share-option:hover .share-links{
	visibility: visible;
	opacity: 1;
	right: 60px;
}

.team-section-home15 .team-block .inner-box .other-option .share-links:before{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 10px;
	height: 10px;
	top: 14px;
	right: -4px;
	transform: rotate(45deg);
}

.team-section-home15 .team-block .inner-box .other-option .share-links li{
	width: 33.333%;
}

.team-section-home15 .team-block .inner-box .other-option .share-links li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #b6b9c1;
	transition: all 500ms ease;
}

.team-section-home15 .team-block .inner-box .other-option .share-links li a:hover{

}

.team-section-home15 .owl-theme .owl-dots {
    display: none;
}

.team-section-home15 .owl-theme .owl-nav {
    position: absolute;
    top: -115px;
    right: 0px;
    display: block;
}

.team-section-home15 .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 8%);
    margin-right: 10px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.team-section-home15 .owl-theme .owl-nav .owl-prev::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: 0px;
    color: #22262f;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.team-section-home15 .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    background: #fff;
    font-size: 0px;
    opacity: 1;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 8%);
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.team-section-home15 .owl-theme .owl-nav .owl-next::after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 0px;
    color: #22262f;
    font-size: 20px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
}



/** testimonial-home-15 **/

.testimonial-home-15{
	position: relative;
	background-color: #f4f4f4;
	padding: 105px 0px 110px 0px;
}

.testimonial-home-15 .inner-box{
	position: relative;
	display: block;
	background: #fff;
	padding: 46px 40px 42px 40px;
	margin-top: 45px;
	box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 8%);
	border-radius: 6px;
}

.testimonial-home-15 .inner-box .icon-box{
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 200px;
	line-height: 200px;
	color: #f4f4f4;
}

.testimonial-home-15 .inner-box .thumb-box{
	position: absolute;
	top: -45px;
	right: 40px;
	width: 90px;
	height: 90px;
	border: 4px solid #ffffff;
	border-radius: 50%;
}

.testimonial-home-15 .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-home-15 .inner-box h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #131821;
	font-weight: 600;
	margin: 0px;
}

.testimonial-home-15 .inner-box .rating-box li{
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.testimonial-home-15 .inner-box .rating-box{
	position: relative;
	margin-top: 4px;
	margin-bottom: 15px;
}

.testimonial-home-15 .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #72757f;
	margin-bottom: 29px;
}

.testimonial-home-15 .inner-box h3 span{
	font-size: 18px;
	font-weight: 400;
}

.testimonial-home-15 .sec-title{
	margin-bottom: 38px;
}

.testimonial-home-15 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.testimonial-home-15 .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.testimonial-home-15 .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}


/** pricing-section-home15 **/

.pricing-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
}

.pricing-section-home15 .sec-title-four .theme-btn{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.pricing-section-home15 .pricing-table{
	position: relative;
	display: block;
	padding: 40px 30px 40px 30px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}

.pricing-section-home15 .pricing-table .icon-box{
	position: relative;
	display: inline-block;
	margin-bottom: 26px;
}

.pricing-section-home15 .pricing-table .table-header h3{
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 36px;
	color: #131821;
	font-weight: 800;
	margin-bottom: 5px;
}

.pricing-section-home15 .pricing-table .table-header span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #72757f;
}

.pricing-section-home15 .pricing-table .table-header{
	position: relative;
	display: block;
	padding-bottom: 25px;
	margin-bottom: 33px;
}

.pricing-section-home15 .pricing-table .table-header:before{
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.pricing-section-home15 .pricing-table .table-content h2{
	position: relative;
	display: block;
	float: left;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	margin-right: 10px;
	padding-left: 20px;
}

.pricing-section-home15 .pricing-table .table-content span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #72757f;
	float: left;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	top: 11px;
}

.pricing-section-home15 .pricing-table .table-content h2 .symble{
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 34px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
}

.pricing-section-home15 .pricing-table .table-content .price-box{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.pricing-section-home15 .pricing-table .table-content p{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #131821;
	margin-bottom: 34px;
}

.pricing-section-home15 .pricing-table .table-content .pricing-btn{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fira Sans' ,sans-serif;
	background-color: #131821;
	border-radius: 6px;
	text-align: center;
	padding: 12px 15px;
	transition: all 500ms ease;
}

.pricing-section-home15 .pricing-table .table-content .pricing-btn:hover{
	color: #131821;
}

.pricing-section-home15 .pricing-table.active{
	background-color: #131821;
}

.pricing-section-home15 .pricing-table.active .table-header h3{
	color: #fff;
}

.pricing-section-home15 .pricing-table.active .table-header span{
	color: #a5abb5;
}

.pricing-section-home15 .pricing-table.active .table-content span{
	color: #a5abb5;
}

.pricing-section-home15 .pricing-table.active .table-content p{
	color: #fff;
}

.pricing-section-home15 .pricing-table.active .table-content .pricing-btn{
	background-color: #fff;
}

.pricing-section-home15 .pricing-table.active .table-content .pricing-btn:hover{
	color: #131821;
}

.pricing-section-home15 .pricing-table .tags{
	position: absolute;
	top: 24px;
	right: -6px;
	height: 30px;
	padding: 0px 17px;
	text-align: center;
	transform: rotate(-90deg);
}

.pricing-section-home15 .pricing-table .tags h6{
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pricing-section-home15 .pricing-table .tags .shape{
	position: absolute;
	content: '';
	background-color: #d78e00;
	width: 11px;
	height: 9px;
	right: 0px;
	top: -8px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.pricing-section-home15 .pricing-table .tags:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 15px;
	left: -13px;
	top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.pricing-section-home15 .pricing-table .tags:after{
	position: absolute;
	content: '';
	width: 14px;
	height: 15px;
	left: -13px;
	bottom: 0px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}


/** news-section-home15 **/

.news-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
	background-color: #131821;
}

.news-section-home15 .news-block .inner-box{
	position: relative;
	display: block;
	border-radius: 6px;
	background-color: #1e232c;
	border-top: solid;
	border-width: 3px;
	overflow: hidden;
	padding: 32px 30px 36px 30px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box:before{
	position: absolute;
	content: '';
	border: solid;
	border-width: 3px;
	border-radius: 6px;
	left: 0px;
	top: -3px;
	height: 0%;
	width: 100%;
	opacity: 0;
	z-index: 1;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box:hover:before{
	height: calc(100% + 3px);
	opacity: 1;
}

.news-section-home15 .news-block .inner-box .upper{
	position: relative;
	display: block;
	margin-bottom: 30px;
	z-index: 2;
}

.news-section-home15 .news-block .inner-box .upper h2{
	position: relative;
	float: left;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
	margin-right: 13px;
}

.news-section-home15 .news-block .inner-box .upper span{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-size: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
	top: 5px;
}

.news-section-home15 .news-block .inner-box .post-thumb{
	position: absolute;
	top: 8px;
	right: 0px;
	border-radius: 50%;
}

.news-section-home15 .news-block .inner-box .post-thumb img{
	width: 100%;
	border-radius: 50%;
}

.news-section-home15 .news-block .inner-box .category a{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	color: #131821;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
	padding: 0px 22px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .category{
	position: relative;
	display: block;
	margin-bottom: 15px;
	z-index: 2;
}

.news-section-home15 .news-block .inner-box .category a:hover{
	background-color: #fff;
}

.news-section-home15 .news-block .inner-box .title{
	position: relative;
	display: block;
	padding-bottom: 27px;
	margin-bottom: 23px;
	z-index: 1;
}

.news-section-home15 .news-block .inner-box .title h3{
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	font-weight: 600;
}

.news-section-home15 .news-block .inner-box .title h3 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .title h3 a:hover{

}

.news-section-home15 .news-block .inner-box .title .line{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 6px;
	background-size: cover;
	background-repeat: repeat-x;
}

.news-section-home15 .news-block .inner-box .lower-box .link{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #a7adb7;
	font-weight: 600;
	padding-left: 16px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .lower-box .link:hover{
	color: #fff;
}


.news-section-home15 .news-block .inner-box .lower-box .link:hover{
	padding-left: 40px;
}

.news-section-home15 .news-block .inner-box .lower-box .link:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	left: 0px;
	top: 12px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .lower-box .link:hover:before{
	width: 20px;
}

.news-section-home15 .news-block .inner-box .lower-box .link i{
	position: absolute;
	left: 21px;
	top: 3px;
	font-size: 14px;
	opacity: 0;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .lower-box .link:hover i{
	opacity: 1;
}

.news-section-home15 .news-block .inner-box .lower-box{
	position: relative;
	display: block;
	z-index: 2;
}

.news-section-home15 .news-block .inner-box .lower-box .comment{
	position: absolute;
	top: 4px;
	right: 0px;
	font-size: 16px;
	line-height: 26px;
	color: #999fa9;
	font-style: normal;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .lower-box .comment i{
	margin-right: 8px;
}

.news-section-home15 .news-block .inner-box .lower-box .comment:hover{

}

.news-section-home15 .news-block .inner-box .bg-layer{
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	transition: all 500ms ease;
}

.news-section-home15 .news-block .inner-box .bg-layer:before{
	position: absolute;
	content: '';
	background-color: #131821;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.92;
}

.news-section-home15 .news-block .inner-box:hover .bg-layer{
	left: 0%;
}

.clients-section-home15{
	padding: 105px 0px 110px 0px;
}

.clients-section-home15 .clients-inner{
	box-shadow: none;
	margin-bottom: 0px;
}

.clients-section-home15 .text p{
	color: #72757f;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}

.clients-section-home15 .text{
	position: relative;
	margin-bottom: 0px;
	margin-top: 10px;
}


/** contact-section-home15 **/

.contact-section-home15{
	position: relative;
	padding: 105px 0px 110px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.contact-section-home15 .form-group{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-section-home15 .form-group:last-child{
	margin-bottom: 0px;
}

.contact-section-home15 .form-group label{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	color: #131821;
	margin-bottom: 5px;
}

.contact-section-home15 .form-group input[type='text'],
.contact-section-home15 .form-group input[type='email'],
.contact-section-home15 .form-group textarea{
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #f4f4f4;
	border-radius: 6px;
	border: 1px solid #f4f4f4;
	padding: 15px 20px;
	font-size: 18px;
	color: #727580;
	transition: all 500ms ease;
}

.contact-section-home15 .form-group textarea{
	display: block;
	resize: none;
	height: 207px;
}

.contact-section-home15 .form-inner{
	position: relative;
	background-color: #fff;
	padding: 45px 50px 50px 50px;
}

.contact-section-home15 .form-group .theme-btn{
	width: 100%;
}

.contact-section-home15 .form-group input:focus,
.contact-section-home15 .form-group textarea:focus{

}

.scroll-to-top.style-15 {
    background-color: transparent;
    border-radius: 5px;
    font-size: 30px;
    transform: rotate(0deg);
    border: solid;
    border-width: 1px;
}


/** footer-style-15 **/

.footer-style-15{
	background-color: #131821;
}

.footer-style-15 .footer-top{
	position: relative;
	padding: 106px 0px 100px 0px;
}

.footer-style-15 .widget-title{
	position: relative;
	display: block;
	margin-bottom: 23px;
}

.footer-style-15 .widget-title h3{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-15 .footer-top p{
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 0px;
}

.footer-style-15 .footer-top .about-widget h5{
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 7px;
	margin-top: 18px;
}

.footer-style-15 .footer-top .about-widget .email{
	position: relative;
	display: block;
	padding-left: 58px;
}

.footer-style-15 .footer-top .about-widget .email i{
	position: absolute;
	left: 0px;
	top: 8px;
	font-size: 40px;
}

.footer-style-15 .footer-top .about-widget .email p a{
	color: #a7adb7;
	transition: all 500ms ease;
}

.footer-style-15 .footer-top .about-widget .email p a:hover{

}

.footer-style-15 .links-widget .link-list li{
	position: relative;
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}

.footer-style-15 .links-widget .link-list li a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	padding-left: 17px;
	transition: all 500ms ease;
}

.footer-style-15 .links-widget .link-list li a:hover{

}

.footer-style-15 .links-widget .link-list li a:before{
	position: absolute;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
	left: 0px;
	top: 0px;
	font-weight: 400;
	opacity: 1;
}

.footer-style-15 .gallery-widget .image-list{
	position: relative;
	display: block;
	margin: 0px -4.5px;
}

.footer-style-15 .gallery-widget .image-list li{
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px 4.5px 12px 4.5px;
}

.footer-style-15 .gallery-widget .image-list li .image{
	position: relative;
	display: block;
	border-radius: 5px;
}

.footer-style-15 .gallery-widget .image-list li .image img{
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
}

.footer-style-15 .gallery-widget .image-list li .image:hover img{
	opacity: 0.3;
}

.footer-style-15 .gallery-widget .widget-title{
	margin-bottom: 32px;
}

.footer-style-15 .post-widget .post{
	position: relative;
	display: block;
	margin-bottom: 18px;
	padding: 0px;
}

.footer-style-15 .post-widget .post:last-child{
	margin-bottom: 0px;
}

.footer-style-15 .post-widget .post span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #a7adb7;
	margin-bottom: 4px;
}

.footer-style-15 .post-widget .post h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-15 .post-widget .post h5 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.footer-style-15 .post-widget .post h5 a:hover{

}

.footer-style-15 .footer-subscribe{
	position: relative;
}

.footer-style-15 .footer-subscribe:before{
	position: absolute;
	content: '';
	background-color: #1e232c;
	width: 100%;
	height: 50%;
	left: 0px;
	bottom: 0px;
}

.footer-style-15 .footer-subscribe .subscribe-inner{
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding-left: 74px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 74px;
	height: 74px;
	line-height: 74px;
	font-size: 24px;
	color: #131821;
	text-align: center;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group{
	position: relative;
	display: block;
	margin-bottom: 0px;
	padding-right: 300px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box{
	position: relative;
	width: 50%;
	float: left;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box:first-child:before{
	position: absolute;
	content: '';
	background-color: #e9e9e9;
	width: 1px;
	height: 100%;
	top: 0px;
	right: 0px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group input[type='text'],
.footer-style-15 .footer-subscribe .subscribe-inner .form-group input[type='email']{
	position: relative;
	font-size: 18px;
	color: #727580;
	height: 74px;
	padding: 15px 30px;
	padding-left: 50px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box i{
	position: absolute;
	font-size: 16px;
	left: 20px;
	top: 29px;
	color: #727580;
	z-index: 1;
}

.footer-style-15 .footer-subscribe .subscribe-inner .message-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 74px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .message-btn button{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 24px 15px;
}


.footer-style-15 .footer-bottom{
	position: relative;
	width: 100%;
	background-color: #1e232c;
	padding: 32px 0px;
	border: none;
}

.footer-style-15 .footer-bottom p,
.footer-style-15 .footer-bottom a{
	font-size: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.footer-style-15 .footer-bottom a:hover{

}

.footer-style-15 .footer-bottom .copyright{
	float: left;
}

.footer-style-15 .footer-bottom .footer-nav{
	float: right;
}

.footer-style-15 .footer-bottom .footer-nav li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.footer-style-15 .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-15 .footer-bottom .footer-nav li:before{
	position: absolute;
	content: '/';
	top: 1px;
	right: -14px;
	font-size: 18px;
	color: #9fa2a6;
}

.footer-style-15 .footer-bottom .footer-nav li:last-child:before{
	display: none;
}




/************* responsive-css for home-13,14,15 ***************/



@media only screen and (max-width: 1399px){
	.header-style-15 .nav-right{
		display: none;
	}
}

@media only screen and (max-width: 1200px){
	.about-section-home13 .content-box{
		margin-right: 0px;
	}

	.footer-style-13 .footer-top .logo-inner .footer-logo{
		margin-bottom: 15px;
	}

	.footer-style-13 .footer-top .logo-inner .footer-logo:before{
		display: none;
	}

	.process-section-two.home-14 .process-wrapper:before{
		display: none;
	}

	.cta-section-home14 .text,
	.cta-section-home14 .btn-box{
		float: none !important;
		display: block;
	}

	.cta-section-home14 .btn-box{
		margin-top: 20px;
	}

	.header-style-15 .nav-outer .mobile-nav-toggler{
		margin: 0px;
		background-color: #fff;
		margin-right: 15px;
	}

	.header-style-15 .header-lower{
		display: none;
	}

	.header-style-15 .header-upper{
		border-bottom: none;
	}

	.chooseus-section-home15 .pattern-layer{
		width: 100%;
	}

	.chooseus-section-home15 .bg-layer{
		display: none;
	}

	.header-style-13 .nav-outer .mobile-nav-toggler{
		margin-left: 0px;
		margin-top: 0px;
		background-color: #fff;
	}

}

@media only screen and (max-width: 991px){
	.header-top-13 .top-left{
		float: none;
		display: block;
		text-align: center;
	}

	.header-top-13 .info-box{
		display: inline-block;
	}

	.header-top-13 .top-left:before{
		right: -15px;
		border-radius: 0px;
	}

	.header-top-13 .top-right{
		float: none;
		display: block;
		text-align: center;
		padding-bottom: 5px;
	}

	.header-top-13 .top-right .social-links, .header-top-13 .top-right .support-box{
		float: none;
	}

	.header-top-13 .top-right .support-box{
		display: none;
	}

	.banner-carousel .content-box{
		display: block;
	}

	.about-section-home13 .content-box{
		margin-bottom: 30px;
	}

	.service-section-home13 .single-item .inner-box{
		margin-bottom: 30px;
	}

	.service-section-home13{
		padding-bottom: 90px;
	}

	.faq-section-home13 .content-box{
		padding: 0px;
		margin-bottom: 30px;
	}

	.faq-section-home13 .bg-layer{
		display: none;
	}

	.clients-section-home13 .logo-list li{
		width: 50%;
	}

	.footer-style-13 .footer-widget{
		margin: 0px 0px 30px 0px !important;
	}

	.footer-style-13 .widget-section{
		padding-bottom: 50px;
	}

	.banner-section-home13 .banner-carousel .content-box{
		width: 100%;
	}

	.feature-section-home14 .feature-block .inner-box{
		margin-bottom: 30px;
	}

	.feature-section-home14{
		padding-bottom: 83px;
	}

	.service-section-home14 .tab-btn{
		margin-bottom: 15px;
	}

	.service-section-home14 .tabs-box .line-box{
		display: none;
	}

	.service-section-home14 .tab-btns{
		padding-bottom: 2px;
	}

	.chooseus-section-home14 .video-inner{
		margin-bottom: 30px;
	}

	.team-section-home14 .team-block .inner-box{
		margin-bottom: 30px;
	}

	.footer-style-14 .footer-top .info-box{
		margin-bottom: 15px;
	}

	.banner-section-home15 .banner-carousel .slide-item{
		padding-top: 300px;
	}

	.service-section-home15 .service-block .inner-box{
		margin-bottom: 30px;
	}

	.about-section-home15 .image-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.video-section-home15 .inner-box h2 br{
		display: none;
	}

	.pricing-section-home15 .sec-title-four .theme-btn{
		position: relative;
		margin-top: 10px;
	}

	.pricing-section-home15 .pricing-table{
		margin-bottom: 30px;
	}

	.pricing-section-home15{
		padding-bottom: 80px;
	}

	.news-section-home15 .news-block .inner-box{
		margin-bottom: 30px;
	}

	.news-section-home15{
		padding-bottom: 90px;
	}

	.clients-section-home15 .text{
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.footer-style-15 .footer-widget{
		margin: 0px 0px 30px 0px;
	}

	.footer-style-15 .footer-top{
		padding-bottom: 70px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .message-btn{
		width: 160px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group{
		padding-right: 180px;
	}

	.team-section-home15 .team-block .inner-box{
		margin: 0 auto;
	}
}


@media only screen and (max-width: 767px){
	.project-section-home13 .project-block .inner-box .text .btn-box{
		display: none;
	}

	.team-section-home13 .owl-theme .owl-nav .owl-prev{
		display: none;
	}

	.video-section-home13 .slider-block h2{
		font-size: 50px;
		line-height: 60px;
	}

	.news-section-home13 .owl-theme .owl-nav{
		display: none;
	}

	.clients-section-home13 .logo-list li{
		width: 100%;
	}

	.footer-style-13 .footer-bottom .copyright,
	.footer-style-14 .footer-bottom .copyright,
	.footer-style-15 .footer-bottom .copyright,
	.footer-style-13 .footer-bottom .footer-nav,
	.footer-style-14 .footer-bottom .footer-nav,
	.footer-style-15 .footer-bottom .footer-nav{
		float: none;
		display: block;
		text-align: center;
	}

	.footer-style-13 .footer-bottom .footer-nav li,
	.footer-style-14 .footer-bottom .footer-nav li,
	.footer-style-15 .footer-bottom .footer-nav li{
		float: none;
	}

	.funfact-section-home14 .counter-block{
		padding-bottom: 0px;
	}

	.funfact-section-home14 .inner-container{
		padding-bottom: 60px;
	}

	.project-section-home14 .owl-dots{
		display: none !important;
	}

	.header-top-14 .top-inner{
		display: block;
		text-align: center;
	}

	.header-top-14 .top-inner .text p i{
		display: none;
	}

	.header-style-15 .header-inner{
		padding-left: 15px;
		padding-right: 15px;
	}

	.team-section-home15 .owl-theme .owl-nav{
		display: none;
	}

	.about-section-home13 .content-box .inner-box .single-item{
		margin-bottom: 30px;
	}

	.header-top-14 .top-inner .language, .header-top-14 .top-inner .search-btn{
		float: none;
	}

	.header-top-14 .top-inner .search-btn{
		top: -7px;
	}

	.clients-section-home13 .logo-list li .clients-logo{
		border-right: none !important;
	}

	.contact-section-home15 .form-group:last-child{
		margin-bottom: 20px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group{
		padding-right: 0px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box{
		width: 100%;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .message-btn{
		position: relative;
		width: 100%;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner{
		padding-left: 0px;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .message-btn{
		height: auto;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group input[type='text'], .footer-style-15 .footer-subscribe .subscribe-inner .form-group input[type='email']{
		width: 100%;
		z-index: 1;
	}

	.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box i{
		z-index: 2;
	}


}


@media only screen and (max-width: 499px){
	.header-style-13 .nav-right .btn-box{
		display: none;
	}

	.footer-style-15 .links-widget .link-list li{
		width: 100%;
	}

	.header-style-13 .nav-right .search-btn{
		margin-right: 0px;
	}

	.header-style-13 .nav-outer .mobile-nav-toggler{
		margin-bottom: 0px;
	}

	.header-style-13 .nav-right .search-btn button{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.search-popup .search-form fieldset input[type="submit"]{
		position: relative;
		width: 100%;
		margin-top: 15px;
		border-radius: 7px;
	}

	.search-popup .search-form fieldset{
		border: none;
	}

	.banner-section-home13 .banner-carousel .content-box h2{
		line-height: 40px;
		font-size: 35px;
	}

	.banner-section-home13 .banner-carousel .content-box{
		padding-top: 370px;
	}

	.header-style-13 .header-upper .logo-box .logo img{
		width: 80%;
	}
	.header-style-13 .header-upper .logo-box .logo{
		text-align: left;
	}

	.about-section-home13 .image-box .counter-column h3{
		font-size: 18px;
		line-height: 26px;
	}

	.service-section-home13 .single-item .inner-box .text{
		left: 0px;
		width: 100%;
		margin-bottom: 0px;
	}

	.project-section-home13 .project-block .inner-box .text{
		left: 15px;
		width: calc(100% - 30px);
		bottom: 0px;
	}

	.project-section-home13 .owl-item.active .project-block .inner-box .text{
		bottom: 0px;
	}

	.footer-style-13 .footer-top .subscribe-inner .form-group button{
		position: relative;
		margin-top: 15px;
		width: 100%;
	}

	.footer-style-13 .footer-top .subscribe-inner .form-group{
		padding-right: 0px;
	}

	.footer-style-13 .footer-top{
		padding: 30px 30px;
	}

	.banner-section-home14 .content-inner{
		padding-left: 30px;
		padding-right: 30px;
	}

	.banner-section-home14 .content-inner h2{
		font-size: 40px;
		line-height: 50px;
	}

	.header-upper .social-links{
		display: none;
	}

	.header-top-14 .top-inner .text p{
		padding-left: 0px;
	}

	.search-popup .search-form fieldset input[type="search"]{
		padding-right: 30px;
	}

	.funfact-section-home14 .counter-block h3{
		font-size: 22px;
	}

	.chooseus-section-home14 .video-inner{
		padding: 150px 0px;
	}

	.chooseus-section-home14 .content-box .single-item{
		padding-left: 30px;
	}

	.chooseus-section-home14 .content-box .single-item .icon-box{
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 15px;
	}

	.header-style-15 .header-upper{
		padding: 0px 15px;
		padding-bottom: 10px;
	}

	br{
		display: none !important;
	}

	.banner-section-home15 .banner-carousel .content-box h3{
		font-size: 40px;
		line-height: 50px;
	}

	.about-section-home15 .image-box .text{
		position: relative;
		top: 0px;
		right: 0px;
		transform: rotate(0deg);
		margin-top: 15px;
	}

	.about-section-home15 .image-box{
		padding-right: 0px;
		margin-bottom: 15px;
	}

	.about-section-home15 .image-box .bg-layer{
		display: none;
	}

	.about-section-home15 .content-box .author-box .author{
		margin-bottom: 15px;
	}

	.contact-section-home15 .form-inner{
		padding-left: 30px;
		padding-right: 30px;
	}

}






