@import url('fontawesome-all.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('botstrap-select.min.css');
@import url('swiper.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

:root {
    --fira-sans: font-family: "Inter", serif;;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

body {
    font-size: 16px;
    color: #181910;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: "Inter", 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: font-family: "Inter", 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: 1440px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

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*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
}

.btn-style-one:hover {
    color: #ffffff;
    background: transparent;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: font-family: "Inter", 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;
    
    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: font-family: "Inter", 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;
    
    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: font-family: "Inter", serif;;
    padding: 10px 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 900;
}

.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;
    
    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: font-family: "Inter", 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-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)!important;
    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: 14px;
    font-weight: 400;
}

.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);
    
    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 rgb(229, 229, 229);
}

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

.navbar-right-info .search-toggler {
    position: relative;
    background-color: transparent;
    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: 18px;
    line-height: 30px;
    font-weight: 700;
    
    font-family: var(--fira-sans);
    color: #201630;
    padding: 0px;
    opacity: 1;
    letter-spacing: -0.5px;
    -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';
    content: "\f107";
    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: 320px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: #101010;
    -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 #41394f;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--fira-sans);
    font-size: 16px;
    
    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: 360px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: #111;
    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: 400;
    font-family: var(--fira-sans);
    border-bottom: 1px solid #41394f;
    font-size: 14px;
    
    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: 1440px;
}

.header-style-two .main-menu .navigation>li {
	padding: 10px 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: #FFFFFF;
    opacity: 0.1;
    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 */



.header-top-two {
    position: relative;
    padding: 10px 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: #181910;
    margin-bottom: 0;
}

.header-top-two .text i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}


/* 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;
    
}

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


.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: #181910;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


/*** 

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

.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;
    
    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;
    display: block;
    overflow: hidden;
}
#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 900px;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.banner-carousel .slide-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom right, rgba(0,0,0,0.9), rgba(255,255,255,0));
}
.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;
}

.banner-carousel .content-box.text-al-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 80px;
    line-height: 1.1;
    color: rgb(255, 255, 255);
    font-weight: 800;
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    -o-transform: translateY(-75px);
    transform: translateY(-75px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms 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: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.banner-carousel .content-box p {
	font-size: 20px;
	display: block;
	line-height: 1.4;
	font-weight: 400;
	color: #FFF;
	margin: 35px 0px;
	opacity: 0;
    position: relative;
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    -o-transform: translateY(-75px);
    transform: translateY(-75px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel .content-box {
    width: 100%;
    max-width: 850px;
}
.banner-carousel .content-box .btn-box a:first-child {
	margin-right: 30px;
	display: inline-block;
	line-height: 60px;
	padding: 0px 50px;
	border: 2px solid red;
	background: red;
	color: #FFF!important;
	font-weight: 800;
	font-size: 18px;
	border-radius: 30px;
	opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;   	
}
.banner-carousel .active .content-box .btn-box a:first-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}



.banner-carousel .content-box .btn-box a:last-child {
	display: inline-block;
	line-height: 60px;
	padding: 0px 50px;
	border: 2px solid #FFF;
	color: #FFF!important;
	font-weight: 800;
	font-size: 18px;
	border-radius: 30px;
	opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; 	
}
.banner-carousel .active .content-box .btn-box a:last-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}
.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: 'Font Awesome 5 Pro';
    content: "\f105";
    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: 'Font Awesome 5 Pro';
    content: "\f105";
    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: 1440px;
}

.banner-section.style-two .banner-carousel .content-box {
    margin-left: 0;
    padding-bottom: 0;
    min-height: 850px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.banner-section.style-two .banner-carousel .content-box h2 {
    font-size: 72px;   
    padding-bottom: 0;
}

.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: #181910;
    background-color: #ebf0f9;
    
}

.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;
    
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.banner-section-two .content-box .image {
    margin-bottom: 40px;
}



/* 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;
    
    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;
    
    margin-bottom: 15px;
    font-family: "Inter", serif;
}

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

.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;
    
    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;
    
    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: font-family: "Inter", 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);
    
    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;
    
    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;
    
    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;
    
    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;
    
    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;
}


/* 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 */

footer {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    background: rgb(32, 22, 48);
    padding: 60px 0px 20px;
}
footer:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: linear-gradient(to bottom right, rgba(0,0,0,0.7), rgba(255,255,255,0.2));
}
.fbox span, .fbox h3{
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
	color: #FFF;
	margin-bottom: 30px;
	display: block;
	position: relative;
}
.fbox span:before, .fbox h3:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 3px;
	left: 0px;
	bottom: -10px;
	background: red;
}
.fbox span:after, .fbox h3:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	left: 13px;
	bottom: -10px;
	background: #FFF;
}

.flist ul {
	padding: 0px;
	margin: 0px;
	display: block;
}
.flist ul li {
	padding: 0px;
	margin: 0px;
	display: block;
}
.flist ul li a {
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255,0.5);
	display: block;
	line-height: 20px;
	padding: 6px 0px 6px 12px;
	position: relative;
	padding-left: 10px;
}
.flist ul li a:hover {
	color: #FFF;
}
.flist ul li a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: red;
	left: 0px;
	top: 14px;
}
.footerbox {
	background: red;
	padding: 30px 0px;
	position: relative;
	margin: -100px 0px 0px;
	z-index: 2;
}






/*** 

====================================================================
    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;
    
    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);
    
}

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


/* Testimonail Section Two */

.testimonial-section-two {
    position: relative;
    padding: 100px 0;
}

.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);
    
    color: #fff;
    margin-bottom: 25px;
}

.funfacts-section-two .count-box {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    font-family: var(--fira-sans);
    
    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;
    
    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;
    
}

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

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

.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: #181910;
    -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;
    
    -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: #181910;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    
    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;
    
    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: font-family: "Inter", 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: #181910;
    line-height: 1.4em;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    
}

.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;
    
    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;
    
    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: #181910;
    margin-bottom: 24px;
    
}

.testimonial-block-four .text {
    color: #181910;
    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: "Inter", 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;
    
    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;
    
    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;
    
}

.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;
    
    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;
    
    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;
    
    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);
    
    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;
    
    margin-bottom: 5px;
}

.meet-up-section .content-box h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    
    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: #181910;
}

.meet-up-section .content-box ul li a {
    color: #181910;
}

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

.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: #181910;
    background-color: #ebf0f9;
    
}

.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;
    
    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: #181910;
    background-color: #fff;
    
}

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





.pagetitle {
	position: relative;
	display: block;
	padding: 140px 0px;
}
.pagetitle:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	background: #000;
	opacity: 0.6;
}
.pagetitle h1 {
	position: relative;
	z-index: 1;
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -1px;
	color: #FFF;
}
.pagetitle ul {
	position: relative;
	z-index: 1;
	color: #FFF;
	display: block;
	margin-top: 5px;
	line-height: 30px;
}
.pagetitle ul li {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	position: relative;
}
.pagetitle ul li:first-child {
	padding-left: 30px;
	height: 30px;
	position: relative;
	
}
.pagetitle ul li:first-child:before {
	position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f015";
	left: 0px;
	top: 0px;
	font-size: 18px;
	color: red;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.pagetitle ul li a {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	font-weight: 300;
	padding-right: 30px;
	display: block;
}
.pagetitle ul li:last-child a, .pagetitle ul li:last-child a:before {
	padding-right: 0px!important;
	background: none!important;
	
}
.pagetitle ul li a:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: red;
	right: 9px;
	top: 11px;
}




.iletisim {
	position: relative;
	display: block;
	padding: 100px 0px;
}
.iletisim input {
	width: 100%;
	padding: 15px 25px;
	margin-bottom: 25px;
	line-height: 30px;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
}


.widgetbar {
	position: relative;
	display: block;
	margin-top: -70px;
}
.hizmetwidget {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 40px 35px;
    background: rgb(32, 22, 48);
    font-weight: 300;
}
.hizmetwidget span, .wiletisim span {
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
	line-height: 1;
	margin-bottom: 30px;
	display: block;
	letter-spacing: -1px;
}
.hizmetwidget > ul {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}
.hizmetwidget > ul > li {
    padding: 0px;
    margin: 0px;
    display: block;
    font-size: 18px;
}
.hizmetwidget > ul > li > a {
    line-height: 34px;
    display: block;
    color: #FFF;
    position: relative;
    padding: 0px 0px 0px 10px;
    position: relative;
}
.hizmetwidget > ul > li > a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: -2px;
    top: 14px;
    background: red;
}
.hizmetwidget > ul > li > ul {
    padding: 0px 0px 0px 20px;
    display: block;
}
.hizmetwidget > ul > li > ul > li {
    display: block;
}
.hizmetwidget > ul > li > ul > li > a {
    color: rgba(255,255,255,0.65);
    display: block;
    padding: 0px 0px 0px 12px;
    margin: 0px;
    position: relative;
    font-size: 14px!important;
    line-height: 34px;  
}
.hizmetwidget > ul > li > ul > li > a:before {
    position: absolute;
    content:"";
    width: 8px;
    height: 1px;
    left: -2px;
    top: 17px;
    background: red;
}
.wiletisim {
    width: 100%;
    padding: 40px 35px;
    background: red;
    color: #FFF;
    margin-bottom: 30px;
}
.wiletisim p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
}
.wiletisim ul {
    display: block;
    margin-top: 30px;
}
.wiletisim ul li {
    position: relative;
    display: block;
    padding: 10px 0px 10px 45px;
    line-height: 20px;
    margin-bottom: 5px;
}
.wiletisim ul li i {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #181910;
    border-radius: 3px;
    text-align: center;
    left: 0px;
    top: 0px;
}
.wiletisim ul li.adres {
    padding: 0px 0px 0px 45px!important;
}
.wiletisim ul li a {
    color: #FFF;
}
.wiletisim ul li.telefon, .wiletisim ul li.mail {
    font-size: 18px;
    font-weight: 900;
}






.sayfadetay {
    position: relative;
    padding: 50px 0px 100px;
}
.sayfadetay h2, .sayfadetay h3, .sayfadetay h4, .sayfadetay h5, .sayfadetay h6 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 10px;
}
.sayfadetay p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}
.sayfadetay ul {
    display: block;
    margin-left: 30px;
    margin-bottom: 30px;
}
.sayfadetay ul li {
    font-size: 15px;
    display: block;
    line-break: 24px;
    font-weight: 500;
    position: relative;
}
.sayfadetay ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #181910;
    left: -15px;
    top: 10px;
}


.mainhizmet {
    position: relative;
    display: block;
    border-radius: 3px;
    background: #FFF;
    padding: 20px 20px 0px 20px;
}
.mainhizmetimg {
    widows: 100%;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    background: #FFF;
    min-height: 230px;
}
.mainhizmet h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    margin: 20px 0px 15px;
}
.mainhizmet h3 a {
    color: #171819;
}
.mainhizmet p {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
}




.basliklar span {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 1;
}
.basliklar p {
    font-size: 18px;
    line-height: 1.5;
    margin: 30px 0px 50px 0px;
    position: relative;
    z-index: 1;
}

.mainhizmetler .basliklar span, .mainhizmetler .basliklar p {
    color: #FFF;
}




.mainblogs {
    position: relative;
    display: block;
    padding: 75px 0px 100px;
    background: rgba(0,0,0,0.05);
}
.mainblog h4 {
    display: block;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px;
}
.mainblog h4 a {
    color: #181910;
}
.mainblog p {
    font-size: 17px;
    line-break: 1.5;
    font-weight: 400;
}
.mainblog .mblogimg {
    width: 100%;
    min-height: 230px;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    z-index: 0;
    background: rgba(0,0,0,0.075);
}
.mainblog .mblogtext {
    position: relative;
    z-index: 1;
    margin: -50px 35px -30px 35px;
    padding: 30px;
    background: #FFF;
    border-radius: 3px;
}


.blogsayfa {
	position: relative;
	display: block;
	padding: 75px 100px;
}
.blogsayfa .row, .blogsayfa .col-md-4 {
	padding: 0px!important;
	margin: 0px!important;
}
.blog {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.blog .blogimg {
	width: 100%;
	min-height: 240px;
	background: rgba(0,0,0,0.05);
	border-radius: 6px;
	overflow: hidden;
}
.blog .blogtext {
	margin: -60px 25px 0px 25px;
	background: #FFF;
	padding: 25px;
	border-radius: 5px;
}
.blog .blogtext h3 a {
	color: #181910;
}
.blog .blogtext h3 {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 900;
	margin-bottom: 15px;
}






.nedenler {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.neden {
	position: relative;
	text-align: center;
}
.neden span {
	display: block;
	font-size: 20px;
	line-height: 1.1;
	margin: 15px 0px;
	font-weight: 900;
}
.neden p {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
.neden .nedenimg {
	width: 90px;
	height: 90px;
	display: block;
	position: relative;
	background: red;
	padding: 25px;
	border-radius: 50%;
	left: 50%;
	margin-left: -45px;
}
.neden .nedenimg img {
  filter: invert(100%);
}
