/*** 

====================================================================
            Fonts
====================================================================

 ***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('jquery.touchspin.css');
@import url('botstrap-select.min.css');
@import url('shop.css');
@import url('swiper.min.css');
@import url('rtl.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

:root {
    --fira-sans: "Fira Sans", sans-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: #0c2957;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: "Barlow", sans-serif;
    background: rgb(255, 255, 255);
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    color: #36b0fd;
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.25em;
    margin: 0px;
    background: none;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px 0px 15px;
}
/*NUEVOS ESTILOS*/

span.word{
    position: relative;
    font-weight: 700;
}
span.word:after{
    background-color: #36ada2;
    content: "";
    height: 30%;
    position: absolute;
    left: 12px;
    /* right: -144px; */
    margin-left: -1rem;
    top: 60%;
    width: calc(85% + 2.75rem);
    /* border-radius: 1em 0em 1em 1em; */
    z-index: -1;
}

.white{
    color: white !important;
}
.light-blue{
    color: #36b0fd !important;
}
.no-padding{
    padding-left: 0px !important;
}
.fondo-dark-blue{
    background-color: #003fa3 !important;
}
.color-dark-blue{
    color: #003fa3 !important;
}
select {

  // The select element is set to required
  // as long as the selected options value
  // is empty the element is not valid.
  &:invalid {
    color: gray;
  }

  // Styling for browsers which do support
  // styling select option elements directly
  [disabled] {
    color: gray;
  }

}
.subti{
        color: #002662;
    font-size: 20px;
}

/*FIN NUEVOS ESTILOS*/
::-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;
    width: 80%;
    min-width: 1200px;
    padding: 0px 100px;
    margin: 0 auto;
}

@media screen and (max-width: 552px){
    .auto-container {
    position: static;
    /*width: 80%;*/
    max-width: 100%;
    min-width: 0px;
    padding: 0px 0px;
    margin: 0 auto;
}
}





ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}
.bg-gris{
    background-color: #e2e2e2;
}
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: white;
}

.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: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    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: "Fira Sans", sans-serif;
    padding: 10px 20px;
    -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: #002662;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-one:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-style-one .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
}

.btn-style-two:hover {
    color: #ffffff;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 10px 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #36b0fd;
}

.btn-style-two:hover .btn-title {
    color: #ffffff;
}

.btn-style-two .btn-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-two:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-style-two .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

/* Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 25px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
    margin: 0 auto;
}

.btn-style-four .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 13px 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}

.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: #002662;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-four:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-style-four .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

/* Btn Style Five */

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid;
}

.btn-style-five:hover {
    border-color: #222222;
}

.btn-style-five .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    padding: 13px 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
}

.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: white;
    background: #002662;
    padding: 10px 0px;
}

.main-header .header-top .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.main-header .header-top .text {
    position: relative;
    margin-bottom: 0px;
    font-weight: 600;
}

.main-header .header-top .text span {
    margin-right: 10px;
    line-height: 1em;
    padding: 2px 10px;
    border-radius: 11px;
}

.header-top .top-left,
.header-top .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-top .contact-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-top .contact-info li {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
}

.header-top .contact-info li a {
    color: #fff;
}

.header-top .contact-info li i {
    margin-right: 10px;
}

.header-top.style-two .contact-info li i {
    color: #fff !important;
}

.main-header .header-top .language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px;
}

.bootstrap-select .dropdown-menu li {
    width: 100%;
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.main-header .header-top .language span {
    color: rgb(61, 99, 118);
    margin: 1px 8px 0px 0px;
}

.header-top .language .language-switcher .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 90px;
}

.header-top .language .language-switcher button {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    top: -2px;
    border-radius: 4px;
    padding: 0px 10px 0px 0px;
    background: transparent;
    border-width: initial;
    border-style: initial;
    border-color: transparent;
    -o-border-image: initial;
       border-image: initial;
    height: auto;
}

.header-top .language .language-switcher .dropdown-toggle .filter-option::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    font-size: 15px;
    color: rgb(255, 255, 255);
    right: 0px;
    top: 1px;
}

.header-top .contact-info-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-top .contact-info-two li {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    padding-right: 20px;
    line-height: 1.2em;
}

.header-top .contact-info-two li a {
    color: #fff;
}

.header-top .contact-info-two li i {
    margin-right: 10px;
}

.header-top .social-links {
    position: relative;
}

.header-top .social-links li {
    float: left;
}

.header-top .social-links li+li {
    margin-left: 20px;
}

.header-top .social-links li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-top .social-links li a:hover {
    color: #202020;
}

/* Header Upper */

.main-header .header-upper {
    position: relative;
    border-top: 1px solid 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;
    padding: .8em 0em .8em .8em;
}

.navbar-right-info {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0px 25px 40px;
}

.navbar-right-info .search-toggler {
    position: relative;
    background-color: transparent;
    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: 0px;
}

.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: 600;
    text-transform: capitalize;
    font-family: var(--fira-sans);
    color: #201630;
    padding: 3px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
    width: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    width: 100%;
}

.main-menu .navigation>li.dropdown {
    padding-right: 14px;
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    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: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: white;
    -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 #36b0fd;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--fira-sans);
    font-size: 16px;
    text-transform: capitalize;
    color: #002662;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: #201630;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--fira-sans);
    border-bottom: 1px solid #41394f;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
    left: auto;
    right: 100%;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-menu .navigation > li:nth-last-child(-n+2) > ul {
    /*left: auto;*/
    right: 0;
}
.main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
    left: auto;
    right: 100%;
}

.main-header.header-style-one .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

/* Header Style Two */

.header-style-two .header-upper .auto-container,
.header-style-two .header-top .auto-container {
    max-width: 1590px;
}

.header-style-two .main-menu .navigation>li {
	padding: 15px 0px;
}

.main-header.header-style-two .header-upper .logo-box .logo {
    padding: 25px 0px;
}

.header-top.style-two:before {
    position: absolute;
    content: '';
    right: -50px;
    width: 35%;
    height: 100%;
    background: #ff5c2e;
    top: 0;
    -webkit-transform: skewX(-40deg);
        -ms-transform: skewX(-40deg);
            transform: skewX(-40deg);
}

.main-header.header-style-two .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

/* Header Style Three */

.main-header.header-style-three .header-top .language {
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    padding-right: 15px;
}

.main-header.header-style-three .header-top .contact-info li+li {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.header-top-two {
    position: relative;
    background-image: url(../images/shape/pattern-9.png);
    padding: 11.5px 0;
}

.header-top-two .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header-top-two .text {
    position: relative;
    font-size: 16px;
    color: #0c2957;
    margin-bottom: 0;
}

.header-top-two .text i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.header-top-two .text span {
    margin-left: 10px;
}

.header-top-two .search-toggler {
    font-size: 20px;
    background: transparent;
    margin-left: 30px;
    color: #201630;
}

.main-header.header-style-three {
    position: absolute;
}

.main-header.header-style-three .header-upper .inner-container {
    border: 0;
}

.main-header.header-style-three .header-upper .auto-container {
    max-width: 1375px;
}

.main-header.header-style-three .header-upper .inner-container {
    background: #201630;
    padding: 0 90px;
}

.main-header.header-style-three .main-menu .navigation>li>a {
    color: #fff;
}

.main-header.header-style-three .navbar-right-info .link-btn {
    margin-right: 0;
}

.main-header.header-style-three .header-upper .logo-box .logo {
    padding: 20px 0;
}

.main-header.header-style-three .navbar-right-info {
    margin: 25px 0px 25px 40px;
}

.main-header.header-style-three .main-menu .navigation>li {
    padding: 10px 0;
}

.main-header.header-style-three .shopping-cart {
    color: #fff;
    margin-left: 0;
    margin-right: 20px;
}

.main-header.header-style-three .btn-style-one {
    border-radius: 20px;
}

.main-header.header-style-three .btn-style-one .btn-title {
    padding: 8px 26px;
}

.main-header.header-style-three .btn-style-one .btn-title::before {
    background: #fff;
}

/* Header Style Four */

.main-header.header-style-four {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header .header-top.style-four {
    background: transparent;
}

.header-top.style-four .contact-info li a {
    color: #0c2957;
    font-size: 18px;
}

.header-top.style-four .top-right .text {
    color: #0c2957;
    font-weight: 500;
}

.header-top.style-four .top-right .text i {
    margin-right: 10px;
}

.main-header .header-top.style-four .text span {
    background: transparent;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

.header-top.style-four .contact-info li i {
    font-size: 18px;
    font-weight: normal;
}

/* Header Middle */

.header-middle {
    position: relative;
}

.header-middle .outer-box {
    margin: 0 -50px;
}

.header-middle .wrapper-box {
    position: relative;
    background: #132252;
    padding: 22px 50px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header-middle .logo {
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
}

.header-middle .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
}

.header-middle .icon-box {
    position: relative;
    padding-left: 50px;
    margin-right: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.header-middle .icon-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 5px;
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
}

.header-middle .icon-box:last-child:before {
    display: none;
}

.header-middle .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
}

.header-middle .icon-box h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.header-middle .icon-box .text {
    color: #fff;
    margin-bottom: 0;
}

.header-middle .btn-style-one {
    background: transparent;
    border: 2px solid;
    margin-top: 3px;
    overflow: visible;
}

.header-middle .btn-style-one:before {
    position: absolute;
    content: '';
    left: 35px;
    bottom: -13px;
    width: 12px;
    height: 13px;
    background-image: url(../images/icons/icon-33.png);
}

.header-middle .btn-style-one .btn-title {
    padding: 5px 25px;
}

.main-header.header-style-four .nav-outer {
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0px 27px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 27px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 0 50px;
}

.main-header.header-style-four .header-upper {
    border-top: 0;
}

.main-header.header-style-four .header-upper .inner-container {
    margin: 0 -50px;
    min-height: 70px;
}

.header-style-four .main-menu .navigation {
    margin-left: 0;
    margin-top: 0;
}

.header-style-four .main-menu .navigation>li {
    padding: 17px 0;
}

.header-style-four .main-menu .navigation>li>a {
    font-size: 17px;
    font-weight: 700;
}

.header-style-four .main-menu .navigation>li>a:before {
    display: none;
}

.header-style-four .main-menu .navigation>li.dropdown>a:after {
    display: none;
}

.header-style-four .main-menu .navigation>li.dropdown {
    padding-right: 0;
}

.header-style-four .navbar-right-info {
    margin: 0;
}

.header-style-four .shopping-cart {
    margin: 0 30px;
    padding: 21px 0;
    padding-right: 10px;
}

.header-style-four .shopping-cart:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e4e7ee;
}

.header-style-four .shopping-cart:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e4e7ee;
}

.header-style-four .shopping-cart .count {
    top: 22px;
}

.header-upper .social-links {
    position: relative;
}

.header-upper .social-links li {
    float: left;
}

.header-upper .social-links li+li {
    margin-left: 20px;
}

.header-upper .social-links li a {
    color: #0c2957;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* Header Style Five */

.main-header.header-style-five {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header.header-style-five .auto-container {
    max-width: 100%;
    padding: 0 100px;
}

.main-header.header-style-five .header-top {
    background: transparent;
}

.main-header.header-style-five .header-top .language {
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    padding-right: 15px;
}

.main-header.header-style-five .header-top .contact-info li i,
.main-header.header-style-five .header-top .language span {
    color: #fff;
}

.main-header.header-style-five .header-top .contact-info li+li {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.main-header.header-style-five .sidemenu-nav-toggler {
    position: relative;
    top: 0;
    left: 0;
    padding: 9px 0;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    cursor: pointer;
}

.main-header.header-style-five .header-upper .logo-box {
    padding-left: 0px;
}

.main-header.header-style-five .header-upper {
    border: 0px;
}

.main-header.header-style-five .header-upper .inner-container {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header.header-style-five .header-upper .btn-style-one {
    background: transparent;
    border: 2px solid #fff;
    margin-top: 3px;
    overflow: visible;
}

.main-header.header-style-five .header-upper .btn-style-one:before {
    position: absolute;
    content: '';
    left: 35px;
    bottom: -13px;
    width: 12px;
    height: 13px;
    /*background-image: url(../images/icons/icon-38.png);*/
}

.main-header.header-style-five .header-upper .btn-style-one .btn-title {
    padding: 3px 25px;
}

.main-header.header-style-five .navbar-right-info .search-toggler {
    color: #fff;
    margin-right: 21px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header.header-style-five .main-menu .navigation>li>a {
    color: #fff;
}

.main-header.header-style-five .navbar-right-info .link-btn {
    margin-right: 0;
}

.main-header.header-style-five .header-upper .logo-box .logo {
    padding: 26px 0;
}

.main-header.header-style-five .navbar-right-info {
    margin: 25px 0px 25px 40px;
}

.main-header.header-style-five .main-menu .navigation>li {
    padding: 10px 0;
}

.main-header.header-style-five .shopping-cart {
    color: #fff;
    margin-left: 0;
    margin-right: 20px;
}

.main-header.header-style-five .btn-style-one {
    border-radius: 20px;
}

.main-header.header-style-five .btn-style-one .btn-title {
    padding: 8px 26px;
}

.main-header.header-style-five .btn-style-one .btn-title::before {
    display: none;
}

.main-header.header-style-five .sticky-header {
    background: #2d284f;
}

/*** 

====================================================================
                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: 100%;
    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: #002662;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    height: 100%;
    padding: 40px 45px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden-sidebar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}

.hidden-sidebar .logo {
    padding-bottom: 30px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #e7e7e7;*/
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 50px;
}

.hidden-sidebar .about-widget-two {
    position: relative;
}

.hidden-sidebar .about-widget-two h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hidden-sidebar .news-widget {
    position: relative;
}

.hidden-sidebar .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hidden-sidebar .news-widget .post-wrapper {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.hidden-sidebar .news-widget .post-wrapper:last-child {
    margin-bottom: 0px;
}

.hidden-sidebar .news-widget .image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
}

.hidden-sidebar .news-widget .category {
    font-size: 13px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
}

.hidden-sidebar .news-widget h4 {
    font-size: 18px;
    font-weight: 700;
}

.hidden-sidebar .news-widget h4 a {
    color: #282828;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.hidden-sidebar .newsletter-widget {
    position: relative;
    margin-bottom: 50px;
}

.hidden-sidebar .newsletter-widget input[type="email"] {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.hidden-sidebar .newsletter-widget .theme-btn i {
    font-size: 13px;
    margin-right: 10px;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Banner Section */

.banner-section {
    position: relative;
    height: 650px;
}

.banner-section.style-three {
    margin-top: 102px;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    display:block;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 7000ms linear 0s;
    -o-transition: all 7000ms linear 0s;
    transition: all 7000ms linear 0s;
}

.banner-carousel .content-box {
    position: relative;
    z-index: 5;
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px auto;
    padding: 0px 0px 160px;
}

.banner-carousel .content-box.text-al-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.banner-carousel .content-box h3 {
    display: block;
    font-size: 22px;
    line-height: 1.15em;
    color: #36b0fd;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 30px;
    letter-spacing: 0px;
    /*text-transform: capitalize;*/
    font-family: inherit;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 65px;
    line-height: 1.15em;
    color: #002662;
    font-weight: 800;
    opacity: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
    /*text-transform: uppercase;*/
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel .content-box h2:before {
/*    position: absolute;
    content: "";
    left: 0px;
    bottom: 5px;
    height: 0px;
    right: 100px;
    background-color: rgb(255, 255, 255);*/
}

.banner-carousel .content-box h2::after {
/*    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    right: 160px;
    background-color: rgb(255, 255, 255);*/
}

.banner-carousel .content-box.style-two {
    width: 100%;
}

.banner-carousel .content-box.style-two>div {
    display: block;
    width: 100%;
}

.banner-carousel .content-box.style-two h2 {
    font-size: 100px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.banner-carousel .content-box.style-two h2:after,
.banner-carousel .content-box.style-two h2:before {
    display: none;
}

.banner-carousel .content-box .video-wrapper {
    position: relative;
}

.banner-carousel .content-box .border-shape-left {
    position: absolute;
    left: 0;
    width: 50%;
    top: 57px;
}

.banner-carousel .content-box .border-shape-left:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 5px;
    height: 1px;
    right: 80px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .border-shape-left:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    right: 140px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .border-shape-right {
    position: absolute;
    right: 0;
    width: 50%;
    top: 57px;
}

.banner-carousel .content-box .border-shape-right:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 5px;
    height: 1px;
    left: 80px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .border-shape-right:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    height: 1px;
    left: 140px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .default-video-box {
    position: relative;
    padding: 22px;
    width: 124px;
    margin: 0 auto;
    margin-bottom: 40px;
    opacity: 0;
    z-index: 5;
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.banner-carousel .active .default-video-box {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}


.banner-carousel .default-video-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .35;
    border-radius: 50%;
}

.banner-carousel .default-video-box a {
    position: relative;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    display: inline-block;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    color: #36b0fd ;
    margin: 0px auto 35px;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.banner-section .owl-theme .owl-dots {
    display: none;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    top: 35%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0px;
    height: 70px;
    width: 70px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}

.banner-section .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner-section .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
}

.banner-section .owl-theme .owl-nav button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.banner-section .owl-theme .owl-nav button:hover:before {
    opacity: 1;
}

.banner-section .owl-theme .owl-nav button:hover:after {
    border-color: transparent;
}

/* Style Two */

.banner-section.style-two .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-section.style-two .pattern:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-image: url(../images/main-slider/pattern.png);
    background-repeat: no-repeat;
}

.banner-section.style-two .owl-theme .owl-nav {
    width: 70px;
    left: auto;
    height: 160px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 50px;
}

.banner-section.style-two .owl-theme .owl-nav .owl-prev {
    bottom: 0;
    top: auto;
    left: 0;
}

.banner-section.style-two .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 0;
    margin-top: 0;
}

.banner-section.style-two .auto-container {
    max-width: 1590px;
}

.banner-section.style-two .banner-carousel .content-box {
    margin-left: 0;
    padding-bottom: 0;
    min-height: 800px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.banner-section.style-two .banner-carousel .content-box h2 {
    font-size: 72px;
    text-transform: capitalize;
    padding-bottom: 0;
}

.banner-section.style-two .banner-carousel .content-box h2::after,
.banner-section.style-two .banner-carousel .content-box h2:before {
    display: none;
}

/* Style Three */

.banner-section.style-three .banner-carousel .content-box {
    margin-left: 0;
    padding-bottom: 50px;
    min-height: 925px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.banner-section.style-three .banner-carousel .content-box h2 {
    font-size: 100px;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #201630;
    font-weight: 900;
}

.banner-section.style-three .banner-carousel .content-box h3 {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--fira-sans);
}

.banner-section.style-three .banner-carousel .content-box .text {
    color: #0c2957;
    font-size: 22px;
    font-weight: 500;
}

.banner-section.style-three .banner-carousel .content-box h2::after,
.banner-section.style-three .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section.style-three .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 16px;
    padding-left: 18px;
    border-left: 1px solid #fff;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section.style-three .btn-style-one .btn-title {
    padding: 17px 30px;
    border-radius: 32px;
}

.banner-section.style-three .btn-box .theme-btn {
    border-radius: 32px;
}

/* Style Four */

.banner-section.style-four .banner-carousel .content-box {
    margin-left: 0;
    padding-top: 210px;
    padding-bottom: 0;
    min-height: 850px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.banner-section.style-four .banner-carousel .content-box h2 {
    font-size: 72px;
    text-transform: capitalize;
    padding-bottom: 0;
    color: #0c2957;
    font-weight: 800;
}

.banner-section.style-four .banner-carousel .content-box .text {
    color: #0c2957;
    font-size: 20px;
    font-weight: 500;
    padding-left: 100px;
}

.banner-section.style-four .banner-carousel .content-box .text .video-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 68px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 16px;
    text-align: center;
}

.banner-section.style-four .banner-carousel .content-box h2::after,
.banner-section.style-four .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section.style-four .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section.style-four .btn-style-one .btn-title {
    padding: 15px 42px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #ebf0f9;
    text-transform: uppercase;
}

.banner-section.style-four .btn-style-one:hover .btn-title {
    color: #fff;
}

.banner-section.style-four .btn-box .theme-btn {
    border-radius: 32px;
    background-color: transparent;
}

.banner-section.style-four .owl-theme .owl-nav {
    display: none;
}

/* Owl Dots */

.banner-section.style-four .owl-dots {
    position: absolute;
    text-align: center;
    display: block;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.banner-section.style-four .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.banner-section.style-four .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #c9cfe3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section.style-four .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.banner-section.style-four .owl-dots .owl-dot.active span,
.banner-section.style-four .owl-dots .owl-dot:hover span {}

.banner-section-two {
    position: relative;
    padding: 110px 0px 65px 0px;
    background: #2d284f;
    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: 75px;
    line-height: 80px;
    margin-bottom: 30px;
}

.banner-section-two h2 span {
    font-weight: 700;
}

.banner-section-two .text {
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 500;
    padding-left: 130px;
    margin-bottom: 30px;
}

.banner-section-two .text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    width: 100px;
}

.banner-section-two .btn-box {
    margin-bottom: 40px;
}

.banner-section-two .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section-two .btn-style-one .btn-title {
    padding: 15px 42px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #ebf0f9;
    text-transform: uppercase;
}

.banner-section-two .btn-style-one:hover .btn-title {
    color: #fff;
}

.banner-section-two .theme-btn {
    border-radius: 32px;
    background-color: transparent;
    margin-right: 30px;
}

.banner-section-two .btn-style-six {
    font-size: 16px;
    font-family: var(--fira-sans);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.banner-section-two .content-box .image {
    margin-bottom: 30px;
    margin-top: 0px;
}

.banner-section-two .shape-one {
    position: absolute;
    top: -150px;
    left: 40%;
    -webkit-animation: animationFramesTwo 53s infinite linear;
            animation: animationFramesTwo 53s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-two {
    position: absolute;
    bottom: 150px;
    right: 0px;
    -webkit-animation: animationFramesTwo 13s infinite linear;
            animation: animationFramesTwo 13s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-three {
    position: absolute;
    bottom: 150px;
    left: 11%;
    -webkit-animation: rotatedHalfTwo 37s infinite linear;
            animation: rotatedHalfTwo 37s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-four {
    position: absolute;
    top: 50%;
    left: 47%;
    -webkit-animation: animationFramesTwo 37s infinite linear;
            animation: animationFramesTwo 37s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-five {
    position: absolute;
    top: 170px;
    left: 22%;
    -webkit-animation: animationFramesTwo 78s infinite linear;
            animation: animationFramesTwo 78s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-six {
    position: absolute;
    bottom: 31%;
    left: 37%;
    -webkit-animation: rotatedHalfTwo 37s infinite linear;
            animation: rotatedHalfTwo 37s infinite linear;
    z-index: 0;
}

/* Sec Title */

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 700;
    /*text-transform: capitalize;*/
    padding-bottom: 30px;
    letter-spacing: -0.5px;
}

.sec-title.style-two h2 {
    padding-bottom: 0;
    color: #202020;
    font-weight: 600;
}

.sec-title.style-two.light h2 {
    color: #fff;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "Barlow", sans-serif;
}

.sec-title 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: 24px;
    color: #232629;
    font-weight: 500;
    margin-bottom: 0;
}

.sec-title.light .text {
    color: #fff;
}

.sec-title h5 {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px 5px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
}

.sec-title.style-three h2 {
    padding-bottom: 0px;
}

.sec-title.style-three .text {
    font-size: 20px;
    font-weight: 500;
    color: #0c2957;
}

.sec-title.style-three.light .text {
    color: #fff;
}

.text-decoration-two {
    position: relative;
    height: 3px;
    width: 74px;
    background: url(../images/icons/sec-title-dec.png);
    display: block;
}

.light .text-decoration-two {
    background: url(../images/icons/sec-title-dec-2.png);
}

.text-center .text-decoration-two {
    margin: 0 auto;
}

.sec-title.style-four h2 {
    padding-bottom: 20px;
}

.text-decoration-three {
    position: relative;
    height: 3px;
    width: 70px;
    background: url(../images/icons/sec-title-dec-3.png);
    display: block;
}

.light .text-decoration-three {
    background: url(../images/icons/sec-title-dec-3.png);
}

.text-center .text-decoration-three {
    margin: 0 auto;
}

.sec-title.style-five h2 {
    padding-bottom: 20px;
}

/* Client Section */

.clients-section {
    position: relative;
    margin-top: -165px;
    z-index: 9;
    padding: 50px 0px 315px;
}

.clients-section .pattern {
    
    position: absolute;
    left: 175px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #003fa3;
    border-top-left-radius: 2em;
    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: white;
    border-radius: 0em 2em 0em 0em;
}

/* Feature Block One */

.feature-block-one {
    position: relative;
}

.feature-block-one .inner-box {
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0px 20px;
}

.feature-block-one .inner-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 38px;
    right: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    -webkit-transform: translateY(38px);
        -ms-transform: translateY(38px);
            transform: translateY(38px);
    background: rgb(255, 255, 255);
    border-radius: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block-one .inner-box:hover::before {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.feature-block-one .image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block-one .image .icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 75px;
    height: 80px;
    font-size: 35px;
    color: rgb(255, 255, 255);
    line-height: 75px;
    text-align: center;
}

.feature-block-one .image .icon::before {
    position: absolute;
    content: "";
    top: 16px;
    left: -5px;
    height: 64px;
    width: 100px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 32px;
}

.feature-block-one .image .icon span {
    position: relative;
}

.feature-block-one .inner-box:hover .image {
    opacity: 0;
    visibility: hidden;
}

.feature-block-one .content {
    position: relative;
    text-align: center;
    padding: 24px 0px;
}

.feature-block-one .content h5 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.feature-block-one .content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.feature-block-one .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    border-radius: 6px;
    padding: 0px 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block-one .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.feature-block-one .text {
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 38px 30px 0px;
    border-radius: 6px;
}

.feature-block-one .text::before {
    position: absolute;
    content: "";
    opacity: 0.85;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(32, 22, 48);
    border-radius: 6px;
}

.feature-block-one .text p {
    color: rgb(215, 207, 227);
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.feature-block-one .text .link-btn {
    position: relative;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

.feature-block-one .link-btn a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    display: inline-block;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.feature-block-one .link-btn a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    display: inline-block;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.feature-block-one .inner-box:hover .link-btn a {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.features-section .bottom-content {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.features-section .bottom-content .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgb(12, 41, 87);
}

.features-section .bottom-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
}

.features-section .bottom-content h3:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 9px;
    font-size: 60px;
    color: #c7cfcd;
    width: 55px;
    height: 68px;
    background: url(../images/icons/icon-13.png);
}

.features-section .bottom-content .theme-btn {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
}


/*COPIA*/
.features-section .image-block {
    position: relative;
    margin-bottom: 30px;
}

.features-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;
}

.features-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;
}

.features-section .image-one .image-box {
    overflow: hidden;
    border-radius: 0px;
}

.features-section .image-one img {
    border-radius: 0px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.features-section .image-one:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.features-section .image-two {
    position: relative;
    margin-top: -250px;
    -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: 50%;
}

.features-section .image-two .image-box {
    position: relative;
    overflow: hidden;
}

.features-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); 
}

.features-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%;
    }
}

.features-section .image-two img {
    border-radius: 50%;
}

.features-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;
}

.features-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%;
}

.features-section .logo img {
    position: relative;
}

.features-section .text-block {
    position: relative;
    /*padding-left: 30px;*/
    margin-bottom: 25px;
}

.features-section .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.features-section .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.features-section .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

/* About Section */

.about-section {
    position: relative;
    padding: 100px 0px 70px;
}

.about-section .image-block {
    position: relative;
    margin-bottom: 30px;
}

.about-section .image-block::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(241, 242, 245);
    -o-border-image: initial;
       border-image: initial;
    border-radius: 3px;
}

.about-section .image-one {
    position: relative;
    margin-left: 130px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}

.about-section .image-one .image-box {
    overflow: hidden;
    border-radius: 6px;
}

.about-section .image-one img {
    border-radius: 6px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-section .image-one:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.about-section .image-two {
    position: relative;
    margin-top: -180px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    display: inline-block;
    border-radius: 6px;
}

.about-section .image-two .image-box {
    position: relative;
    overflow: hidden;
}

.about-section .image-two .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); 
}

.about-section .image-two:hover .image-box:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}

.about-section .image-two img {
    border-radius: 6px;
}

.about-section .logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 130px;
    height: 130px;
    line-height: 118px;
    text-align: center;
    border-radius: 50%;
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(51, 51, 51);
    -o-border-image: initial;
       border-image: initial;
}

.about-section .logo::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 20px 0px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.about-section .logo img {
    position: relative;
}

.about-section .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px;
}

.about-section .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(225, 229, 233);
}

.about-section .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
}

.about-section .sec-title {
    margin-bottom: 40px;
}



/* Why Choose Us Section */

.why-choose-us-section {
    position: relative;
    background-color: #003fa3;
    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;
    top: 0px;
}

.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: #36b0fd80;
    -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: #36b0fd80;
    -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(190px);
        -ms-transform: translateY(190px);
            transform: translateY(190px);
    margin-right: 40px;
}

.consult-form::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 18px;
    right: 18px;
    bottom: 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;
    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 50px;
    background: rgb(255, 255, 255);
    border-radius: 1em;
}

.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: #36b0fd;
}

.why-choose-us-section .single-feature-item {
    position: relative;
    padding: 0px 50px 0px 95px;
    margin-bottom: 45px;
}

.why-choose-us-section .single-feature-item:before {
    position: absolute;
    content: "\f106";
    font-size: 55px;
    color: #36b0fd;
    font-family: Flaticon;
    line-height: 48px;
    top: 5px;
    left: 0px;
    background: #003fa3;
    transition: .5s;
}

.why-choose-us-section h5 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.why-choose-us-section .text {
    color: rgb(210, 204, 218);
}

/* Cases Section */

.cases-section {
    position: relative;
    padding: 160px 0px 70px;
}

.cases-section .sec-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 470px;
    background-position: right center;
    background-repeat: no-repeat;
}

.cases-section .sec-bg::before {
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(255, 255, 255);
}

.case-block-one {
    position: relative;
}

.case-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.case-block-one .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.case-block-one .image img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.case-block-one .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.case-block-one .overlay::before {
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgb(32, 22, 48);
}

.case-block-one .overlay .title {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: var(--fira-sans);
    z-index: 1;
}

.case-block-one .overlay .title span {
    margin-right: 10px;
    font-weight: normal;
}

.case-block-one .overlay .link-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transform: translateX(30px) rotate(-360deg);
        -ms-transform: translateX(30px) rotate(-360deg);
            transform: translateX(30px) rotate(-360deg);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay .link-btn {
    -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
}

.case-block-one .overlay .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.case-block-one .overlay .content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: right;
}

.case-block-one .overlay::after {
    position: absolute;
    content: "";
    opacity: 0.9;
    right: 43%;
    bottom: 90px;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-30deg) scale(0.8);
        -ms-transform: rotate(-30deg) scale(0.8);
            transform: rotate(-30deg) scale(0.8);
    border-radius: 25px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay::after {
    -webkit-transform: rotate(-30deg) scale(1);
        -ms-transform: rotate(-30deg) scale(1);
            transform: rotate(-30deg) scale(1);
}

.case-block-one .overlay .content h5 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.case-block-one .overlay .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
            transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay .content h4 {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
            transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

.case-block-one .read-more-btn {
    position: relative;
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgb(32, 22, 48);
    border-radius: 6px;
}

.case-block-one .read-more-btn a {
    position: relative;
    width: 160px;
    height: 160px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: var(--fira-sans);
    border-radius: 50%;
    padding: 53px 0px;
}

/* Process Section */

.process-section {
    position: relative;
    padding: 100px 0px 70px;
}

.process-section .pattern {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.process-section .sec-top .text {
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.process-block-one {
    position: relative;
}

.process-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block-one .inner-box::before {
    position: absolute;
    content: "";
    height: 32px;
    width: 72px;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background: url(../images/icons/icon-7.png) center center no-repeat;
}

.process-block-one:last-child .inner-box::before {
    display: none;
}

.process-block-one h5 {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
}

.process-block-one h5:before {
    position: absolute;
    content: '';
    left: -105px;
    top: 6px;
    background: #dcdfe3;
    width: 75px;
    height: 1px;
}

.process-block-one h5:after {
    position: absolute;
    content: '';
    right: -105px;
    top: 6px;
    background: #dcdfe3;
    width: 75px;
    height: 1px;
}

.process-block-one h5 .count {
    font-size: 18px;
    margin-right: 5px;
}

.process-block-one .icon {
    position: relative;
    margin-bottom: 30px;
    line-height: 125px;
}

.process-block-one h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.process-block-one .text {
    font-size: 18px;
    font-weight: 600;
}

/* CTA Section */

.cta-section {
    position: relative;
    padding: 110px 0px 84px;
    background: #f2f3f6;
}

.cta-section .image-column .image {
    position: relative;
    margin-left: -95px;
    margin-right: -20px;
    margin-top: -50px;
}

.cta-section .sec-title h2 {
    padding-bottom: 0px;
}

.cta-section .sec-title .text {
    padding-bottom: 30px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.cta-section .content-column .image {
    margin-bottom: 10px;
    text-align: center;
}

.cta-section .content-column .bottom-content {
    margin-bottom: 80px;
}

.cta-section .link-btn {
    margin-bottom: 25px;
}

.cta-section .theme-btn {
    margin: 0 10px;
}

.cta-section .btn-style-one span {
    padding: 9px 30px;
}

.cta-section .btn-style-two span {
    padding: 9px 30px;
}

.cta-section .btn-style-two {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

.cta-section .hint {
    font-size: 18px;
    font-weight: 500;
}

/* Feature Section Two */

.feature-section-two {
    position: relative;
    margin-top: -90px;
    margin-bottom: -90px;
    z-index: 9;
}

.feature-section-two.style-two {
    margin-top: 0;
}

.feature-block-two {
    position: relative;
}

.feature-block-two .shape-box {
    position: relative;
}

.feature-block-two .shape-box:before {
    position: absolute;
    content: '';
    left: 15px;
    top: -10px;
    right: 15px;
    bottom: -10px;
    background: #fff;
    opacity: .3;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
}

.feature-block-two:nth-child(even) .shape-box:before {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
}

.feature-block-two .inner-box {
    position: relative;
    padding-left: 130px;
    padding-top: 45px;
    padding-bottom: 32px;
    min-height: 160px;
    background: #fff;
}

.feature-block-two.style-two .inner-box {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.feature-block-two .icon {
    position: absolute;
    left: 50px;
    top: 50px;
}

.feature-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-block-two .text {
    font-size: 18px;
    font-weight: 500;
}

/* Main Footer */

.main-footer {
    position: relative;
    color: #6c757d;
    background-color: #002662;
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 30px;
}

.main-footer.sp-two .widgets-section {
    padding: 210px 0px 30px;
}

.main-footer.sp-three .widgets-section {
    padding: 135px 0px 30px;
}

.main-footer .column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 50px;
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main-footer .footer-logo {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
}

.main-footer .logo-widget h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.main-footer .logo-widget .link-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
}

.main-footer .logo-widget .link-btn i {
    margin-right: 10px;
}

/* Footer Style Four */

.main-footer.style-four {
    background-color: #111c3f;
}

.main-footer.style-four .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
}

.main-footer.style-four .widgets-section {
    padding-top: 100px;
}

.about-widget-two .social-links {
    position: relative;
    margin-bottom: 20px;
}

.about-widget-two .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.about-widget-two .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-widget-two .social-links li a:hover {
    color: #ffffff;
}

.about-widget-two .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-widget-two .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-widget-two .social-links li a span {
    position: relative;
}

.about-widget-two .copyright-text {
    color: #fff;
    position: relative;
    font-size: 18px;
}

.main-footer.style-four .post-widget h4 {
    line-height: 1.4em;
}

.main-footer.style-four .post-widget .date {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 6px;
}

.main-footer.style-four .post-widget .post {
    margin-bottom: 28px;
}

.main-footer.style-four .footer-bottom-two {
    background: #fff;
}

.main-footer.style-four .footer-bottom-two .menu li a {
    color: #0c2957;
    position: relative;
    font-size: 16px;
}

.main-footer.style-four .footer-bottom-two .menu li a:before {
    position: absolute;
    content: "/";
    left: -15px;
    top: -4px;
}

.main-footer.style-four .footer-bottom-two .menu li:first-child a:before {
    display: none;
}

.footer-bottom-two .scroll-to-top-two {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.footer-bottom-two .scroll-to-top-two i {
    margin-right: 7px;
    font-weight: normal;
}

.about-widget-two .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 95px;
}

.footer-bottom ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
}

.footer-bottom ul.menu li {
    position: relative;
    margin-right: 20px;
}

.footer-bottom ul.menu li+li:before {
    position: absolute;
    content: '/';
    color: #d2ccda;
    left: -13px;
    top: 0;
    font-size: 18px;
}

.footer-bottom ul.menu li a {
    position: relative;
    color: #d2ccda;
    font-size: 18px;
}

.footer-bottom .scroll-to-top-two {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.footer-bottom .scroll-to-top-two i {
    margin-right: 5px;
}

.footer-bottom .social-links {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.footer-bottom .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-bottom .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #3ab2fd;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-bottom .social-links li a:hover {
    color: #ffffff;
}

.footer-bottom .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer-bottom .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.footer-bottom .social-links li a span {
    position: relative;
}

.footer-bottom .copyright {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #25283a;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*** 

====================================================================
    Features Section Two
====================================================================

***/

.features-section-two {
    position: relative;
    padding: 100px 0px 70px;
    background-color: #fafafa;
}

.features-section-two .content-block {
    position: relative;
    padding-left: 140px;
    margin-bottom: 30px;
    min-height: 250px;
}

.features-section-two .content-block .image {
    position: absolute;
    left: 0;
}

.features-section-two .content-block .text {
    margin-bottom: 35px;
}

.features-section-two .content-block .text p {
    font-size: 18px;
    font-weight: 500;
}

.feature-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.feature-block-three .image {
    position: relative;
}

.feature-block-three .lower-content {
    position: relative;
    padding: 30px 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
    max-width: 270px;
}

.feature-block-three .lower-content:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 174px;
    height: 109px;
    background-image: url(../images/shape/shape-1.png);
}

.feature-block-three .lower-content .icon {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}

.feature-block-three .lower-content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
    margin-bottom: 20px;
    color: #202020;
}

.feature-block-three .lower-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/shape/border-shape.png) repeat-x center;
}

.feature-block-three .read-more-link {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    transition: .5s;
}

.feature-block-three .read-more-link:hover {
    padding-left: 36px;
}

.feature-block-three .read-more-link:after {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: -4px;
    width: 20px;
    height: 20px;
    left: 17px;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}

.feature-block-three .read-more-link:hover:after {
    opacity: 1;
}

.feature-block-three .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    height: 1px;
    width: 10px;
    transition: .5s;
}

.feature-block-three .read-more-link:hover:before {
    width: 17px;
}

.feature-block-three .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
    opacity: 0;
}

.feature-block-three .inner-box:hover .overlay {
    opacity: 1;
}

.feature-block-three .overlay .top-content {
    position: relative;
    padding: 34px 30px;
    background-size: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
}

.feature-block-three .inner-box:hover .overlay .top-content {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.feature-block-three .top-content .icon {
    position: relative;
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 30px;
    color: #fff;
}

.feature-block-three .top-content h4 {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.feature-block-three .overlay .bottom-content {
    position: relative;
    background-color: #fff;
    padding: 30px;
}

.feature-block-three .overlay .text {
    font-size: 18px;
    font-weight: 500;
    color: #3b3b3b;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.feature-block-three .overlay .text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/shape/border-shape.png) repeat-x center;
}

/* CTA Section Two */

.cta-section-two {
    position: relative;
    padding: 130px 0px 50px;
    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;
}


/* Contact Section */

.contact-section {
    position: relative;
    padding: 100px 0 0;
}

.contact-section .top-content {
    padding-bottom: 70px;
}

.contact-section .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.contact-section .sec-title {
    margin-bottom: 40px;
}

.contact-section .wrapper-box {
    margin-bottom: 30px;
}

.contact-section .author-box {
    position: relative;
    padding-left: 90px;
    min-height: 60px;
    margin-bottom: 40px;
    padding-top: 5px;
}

.contact-section .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.contact-section .author-box .image img {
    border-radius: 50%;
}

.contact-section .author-box h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-section .author-box .phone-numer {
    font-size: 30px;
    font-weight: 600;
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-section .list {
    margin-bottom: 30px;
}

.contact-section .list li {
    font-size: 18px;
    font-weight: 500;
    color: #3b3b3b;
}

.contact-section .read-more-link {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
}

.contact-section .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    height: 1px;
    width: 10px;
}

.contact-section .contact-form {
    margin-bottom: 30px;
}

.contact-section .contact-form .bootstrap-select>.dropdown-toggle,
.contact-section .contact-form .form-group input[type="text"],
.contact-section .contact-form .form-group input[type="email"],
.contact-section .contact-form .form-group textarea,
.contact-section .contact-form .form-group select {
    color: #9a9b9c;
    border-color: #f3f3f3;
    background-color: #fff;
    height: 60px;
}

.contact-section .contact-form .form-group textarea {
    height: 143px;
}

.contact-section .contact-form .btn-style-four {
    width: 100%;
}

.contact-section .contact-form .btn-style-four .btn-title {
    padding: 15px 40px;
}

.contact-form button:focus,
.contact-form .btn-light:not(:disabled):not(.disabled).active:focus,
.contact-form .btn-light:not(:disabled):not(.disabled):active:focus,
.contact-form .show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    outline: none !important;
    box-shadow: none;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 25px;
    top: 15px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}

.contact-form .btn-light:not(:disabled):not(.disabled).active,
.contact-form .btn-light:not(:disabled):not(.disabled):active,
.contact-form .show>.btn-light.dropdown-toggle {
    color: #9a9b9c;
    border-color: #f3f3f3;
    background-color: #fff;
}

/* Post Widget */

.post-widget {
    position: relative;
}

.post-widget .post {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.post-widget .image {
    position: absolute;
    left: 0;
    top: 7px;
}

.post-widget .image img {
    border-radius: 6px;
}

.post-widget .date {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #c0c2ce;
    margin-bottom: 5px;
}

.post-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.post-widget h4 a {
    color: #fff;
}

.post-widget .read-more-post {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    color: #aab1c8;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.post-widget .read-more-post i {
    font-weight: normal;
    margin-left: 10px;
}

/* 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;
}
/* Link Widget Two */

.links-widget-two .widget-content {
    position: relative;
}

.links-widget-two ul li {
    position: relative;
    margin-bottom: 10px;
}

.links-widget-two ul li a {
    position: relative;
    color: #d2ccda;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-left: 22px;
}

.links-widget-two ul li a:before {
    position: absolute;
    content: "\f105";
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.links-widget-two ul li a:after {
    position: absolute;
    content: "\f101";
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.links-widget-two ul li a:hover:before {
    opacity: 0;
}

.links-widget-two ul li a:hover:after {
    opacity: 1;
}

.links-widget-two ul li a:hover {
    color: #36b0fd;
}


/* 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);
}


.whay-choose-block .inner-box {
    position: relative;
    padding-left: 150px;
    margin-bottom: 30px;
    min-height: 120px;
}

.whay-choose-block .icon {
    position: absolute;
    left: 20px;
    top: 0px;
    color: #fff;
}

.whay-choose-block .icon span {
    height: 70px;
    width: 70px;
    border: 1px solid #ffffff30;
    line-height: 68px;
    text-align: center;
    background-color: #183783;
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.whay-choose-block .inner-box:hover .icon span {
    border-radius: 0;
}

.whay-choose-block .icon:before {
    position: absolute;
    content: '';
    left: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    background-image: url(../images/shape/pattern-15.png);
    border-radius: 50%;
}

.whay-choose-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.whay-choose-block .text {
    font-size: 18px;
    font-weight: 500;
    color: #bac6e3;
    margin-bottom: 35px;
}

.why-choose-us-section-two .image {
    position: relative;
    margin-top: -50px;
    margin-right: -290px;
    margin-bottom: -30px;
}

/* Projects Section Three */

.projects-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.project-block-three {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.project-block-three .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.project-block-three .image img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.project-block-three .overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-block-three .overlay-content::before {
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-image: -moz-linear-gradient( 90deg, rgb(15,49,134) 0%, rgba(15,49,134,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(15,49,134) 0%, rgba(15,49,134,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(15,49,134) 0%, rgba(15,49,134,0) 100%);
}

.project-block-three .inner-box:hover .overlay-content {
    opacity: 1;
    visibility: visible;
}

.project-block-three .overlay-content .link-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transform: translateX(30px) rotate(-360deg);
        -ms-transform: translateX(30px) rotate(-360deg);
            transform: translateX(30px) rotate(-360deg);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-block-three .inner-box:hover .overlay-content .link-btn {
    -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
}

.project-block-three .overlay-content .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.project-block-three .overlay-content .content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.project-block-three .overlay-content .category {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.project-block-three .overlay-content .text {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
            transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-bottom: 0;
}

.project-block-three .inner-box:hover .overlay-content .content .text {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
            transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

/** page-title **/

.page-title {
    position: relative;
    padding: 80px 0px;
    background-color: #646464;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*border-radius: 6px;*/
    overflow: hidden;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(32,22,48) 0%, rgba(32,22,48,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0 38 98) 0%, rgba(32,22,48,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(32,22,48) 0%, rgba(32,22,48,0) 100%);
}

.page-title .content-box {
    padding-left: 22px;
    position: relative;
}

.page-title .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 4px;
    height: 84px;
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-right: 15px;
    margin-right: 5px;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.page-title .content-box .bread-crumb li a {
    color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
    text-decoration: underline;
}

.page-title .content-box .bread-crumb li:last-child {
    padding: 0px;
    margin: 0px;
}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    top: -1px;
    right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}

/* Error Section */

.error-section {
    position: relative;
    padding: 100px 0;
}

.error-section .image {
    margin-bottom: 60px;
}

.error-section h1 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.error-section .text {
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
}

.faq-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.faq-section-two .icon {
    margin-bottom: 20px;
}

.faq-section-two h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-section-two form {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.faq-section-two form input {
    position: relative;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    width: 100%;
}

.faq-section-two form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 50px;
    line-height: 60px;
    font-size: 20px;
    background-color: transparent;
}

.faq-section-two .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}

/* Contact Section Style Two */

.contact-section.style-two {
    margin-top: 20px;
}

.contact-section.style-two .subscribe-newsletter .form-group button.btn-style-four {
    background-image: inherit;
    border-radius: 25px;
}

.contact-section.style-two .sec-title .text-decoration .right::before,
.contact-section.style-two .sec-title .text-decoration .right::after,
.contact-section.style-two .sec-title .text-decoration .left::before,
.contact-section.style-two .sec-title .text-decoration .left::after,
.contact-section.style-two .sec-title .text-decoration::before {
    background-color: #fff;
}

.contact-section.style-two .subscribe-newsletter h2 {
    padding-bottom: 0;
}

.contact-section.style-two .subscribe-newsletter .text {
    padding-bottom: 20px;
}

.contact-section.style-two .sec-title {
    margin-bottom: 50px;
}

/* Accordion Style Two */

.accordion-box.style-two .block .acc-btn {
    border: 1px solid #dee2e6;
}

.accordion-box.style-two .block .acc-content {
    -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
}

.accordion-box.style-two .block .acc-btn.active {
    background: #201630;
    border-color: #201630;
    color: #fff;
    border-left: 3px solid;
}

/* Accordion Style Three */

.accordion-box.style-three .block {
    -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
}

.accordion-box.style-three .block .acc-btn {
    border: 1px solid #dee2e6;
}

.accordion-box.style-three .block .acc-btn.active {
    border-color: #fff;
    border-left: 3px solid;
    background-color: #fff;
}

/* Sidebar Page Container */

.sidebar-page-container {
    position: relative;
    padding: 100px 0 70px;
}

.sidebar-page-container .pattern {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-size: cover;
}

.sidebar {
    position: relative;
    margin-bottom: 30px;
}

.widget+.widget {
    margin-top: 50px;
}

.widget .widget-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}

.widget_search .form-group input[type='search'] {
    position: relative;
    width: 100%;
    height: 57px;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: 500;
    color: #5a5a68;
    padding: 10px 80px 10px 20px;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    width: 50px;
    height: 57px;
}

.widget_search .form-group {
    position: relative;
}

.pagination {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #5a5a68;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pagination li a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -1px;
    top: -1px;
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
            transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pagination li a:hover:before,
.pagination li a.active:before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}

.pagination li a:hover,
.pagination li a.active {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

/* Portfolio Section */

.portfolio-section {
    position: relative;
    padding: 100px 0 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.filter-tabs.filter-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.filter-tabs.filter-btns li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
    padding-bottom: 50px;
    cursor: pointer;
}

.filter-tabs.filter-btns li:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.filter-tabs.filter-btns li.active:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.filters {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 70px;
}

.filter-tabs.filter-btns li span.count {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 26px;
    background: #fff;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
}

.filter-tabs.filter-btns li.active span.count {
    opacity: 1;
}

/* Portfolio Section Two */

.portfolio-section-two {
    position: relative;
    padding: 100px 0 70px;
}

/* Project Block Four */

.project-block-four {
    position: relative;
}

.project-block-four .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-four .inner-box:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.project-block-four .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 10px solid #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: scaleY(.7);
        -ms-transform: scaleY(.7);
            transform: scaleY(.7);
}

.project-block-four .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

.project-block-four .image img {
    width: 100%;
}

.project-block-four .inner-box .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    text-align: center;
}

.project-block-four .inner-box:hover .overlay {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    bottom: 50%;
}

.project-block-four h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    font-family: inherit;
}

.project-block-four h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}

/* Project Block Five */

.project-block-five {
    position: relative;
}

.project-block-five .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.project-block-five .image img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-block-five .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.project-block-five .image:before {
    position: absolute;
    content: "";
    opacity: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 9;
    background: rgb(32, 22, 48);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-five .inner-box:hover .image:before {
    opacity: .9;
}

.project-block-five .lower-content {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 30px;
    padding-bottom: 40px;
}

.project-block-five .inner-box:hover .lower-content {
    padding-left: 70px;
}

.project-block-five .link-btn {
    position: absolute;
    left: 0;
    top: 30px;
    -webkit-transform: translateX(20px) rotate(-360deg);
        -ms-transform: translateX(20px) rotate(-360deg);
            transform: translateX(20px) rotate(-360deg);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.project-block-five .inner-box:hover .link-btn {
    -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
    opacity: 1;
}

.project-block-five .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}

.project-block-five h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.project-block-five h4 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* Project Block Four */

.project-block-six {
    position: relative;
}

.project-block-six .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-six .image img {
    width: 100%;
}

.project-block-five .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.project-block-five .image:before {
    position: absolute;
    content: "";
    opacity: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 9;
    background: rgb(32, 22, 48);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-five .inner-box:hover .image:before {
    opacity: .9;
}

.project-block-six .inner-box .content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    text-align: center;
}

.project-block-six .inner-box:hover .content-box {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    bottom: 50%;
}

.project-block-six h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    font-family: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-block-six .inner-box:hover h5 {
    opacity: 1;
}

.project-block-six h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}

.project-block-six .link-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateY(20px) translateX(-50%) rotate(-360deg);
        -ms-transform: translateY(20px) translateX(-50%) rotate(-360deg);
            transform: translateY(20px) translateX(-50%) rotate(-360deg);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.project-block-six .inner-box:hover .link-btn {
    -webkit-transform: translateX(0px) translateX(-50%) rotate(0deg);
        -ms-transform: translateX(0px) translateX(-50%) rotate(0deg);
            transform: translateX(0px) translateX(-50%) rotate(0deg);
    opacity: 1;
}

.project-block-six .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}

/* Project Block Seven */

.project-block-seven {
    position: relative;
}

.project-block-seven .inner-box {
    position: relative;
    padding: 30px;
    border-radius: 6px;
}

.project-block-seven h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.project-block-seven h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.project-block-seven .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.project-block-seven .read-more-link i {
    margin-left: 5px;
}

.projects-section-three .bottom-text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.projects-section-three .bottom-text a i {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

/* Projects Details */

.project-details {
    position: relative;
    padding: 100px 0 70px;
}

.project-details .top-box {
    position: relative;
    margin-bottom: 70px;
}

.project-details h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 40px;
}

.project-details .project-info {
    position: relative;
    margin-bottom: 20px;
}

.project-details .project-info p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #838d9e;
    margin-bottom: 5px;
}

.project-details .project-info h5 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.project-details .project-info .social-links {
    position: relative;
}

.project-details .project-info .social-links li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.project-details .project-info .social-links li a {
    font-size: 16px;
    color: #0c2957;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-details h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.project-details .text {
    margin-bottom: 35px;
}

.project-details .text p {
    font-size: 18px;
    font-weight: 500;
}

/* Services Section Five */

.services-section-five {
    position: relative;
    padding: 100px 0 70px;
    background-color: #eff2f5;
}

.services-section-five .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.service-block-five {
    position: relative;
}

.service-block-five .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-five .inner-box .content-box {
    position: relative;
    padding: 30px;
    padding-left: 133px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    z-index: 9;
    min-height: 120px;
}

.service-block-five .inner-box .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0f3186;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.service-block-five .inner-box:hover .content-box:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.service-block-five .inner-box:before {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 20px;
    opacity: .3;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #0f3186;
}

.service-block-five .inner-box:hover:before {
    bottom: -10px;
}

.service-block-five .inner-box:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 10px;
    opacity: .5;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #0f3186;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-five .inner-box:hover:after {
    bottom: -5px;
}

.service-block-five .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 60px;
    padding-right: 20px;
    line-height: 60px;
    color: #a3b4ce;
    border-right: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.style-two .service-block-five .icon {
    color: #0c2957;
}

.style-two .service-block-five .inner-box:hover .icon {
    color: #fff;
}

.service-block-five .inner-box:hover .icon {
    border-color: #4b65a4;
}

.service-block-five h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-five .inner-box:hover h4 {
    color: #fff;
}

/* style-three */

.style-three .service-block-five .inner-box .content-box:before {
    background-color: #201630;
}

.style-three .service-block-five .inner-box:before {
    background-color: #201630;
}

.style-three .service-block-five .inner-box:after {
    background-color: #201630;
}

.style-three .service-block-five .inner-box:hover .icon {
    color: #fff;
}

/* Testimonial Section Six */

.testimonial-section-six {
    position: relative;
    padding: 100px 0 0;
}

.testimonial-section-six .wrapper-box {
    position: relative;
}

.testimonial-section-six .pointer-block {
    position: absolute;
    left: 3%;
    top: 28%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-section-six .pointer-block:nth-child(2) {
    left: 15.5%;
    top: 35.5%;
}

.testimonial-section-six .pointer-block:nth-child(3) {
    left: 31%;
    top: 19%;
}

.testimonial-section-six .pointer-block:nth-child(4) {
    left: 32.5%;
    bottom: 31%;
    top: auto;
}

.testimonial-section-six .pointer-block:nth-child(5) {
    left: 50.5%;
    top: auto;
    bottom: 45%;
}

.testimonial-section-six .pointer-block:nth-child(6) {
    left: auto;
    right: 40.5%;
    top: 28%;
}

.testimonial-section-six .pointer-block:nth-child(7) {
    left: auto;
    right: 30%;
    top: 39%;
}

.testimonial-section-six .pointer-block:nth-child(8) {
    left: auto;
    right: 11%;
    top: auto;
    bottom: 30%;
}

.testimonial-section-six .pointer-block:nth-child(9) {
    left: auto;
    right: 10%;
    top: 29%;
}

.testimonial-section-six .pointer-block .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #96a2bc;
    -webkit-box-shadow: 0 0 0 0 #96a2bc;
    -ms-box-shadow: 0 0 0 0 #96a2bc;
    -o-box-shadow: 0 0 0 0 #96a2bc;
    box-shadow: 0 0 0 0 #96a2bc;
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-six .pointer-block:hover .point {
    border-color: #0f3185;
}

.testimonial-section-six .pointer-block .point:after {
    position: absolute;
    content: '';
    left: 9px;
    top: 9px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #0f3186;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-six .pointer-block .point:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-six .pointer-block:hover .point:before {
    background-color: #0f3185;
}

.testimonial-section-six .pointer-block:nth-child(1) .point:before,
.testimonial-section-six .pointer-block:nth-child(3) .point:before {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

.testimonial-section-six .pointer-block .content {
    opacity: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 430px;
    padding: 33px 50px;
    padding-left: 55px;
    bottom: 30px;
    left: -100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    z-index: 9;
    pointer-events: none;
}

.testimonial-section-six .pointer-block .content:before {
    position: absolute;
    content: '';
    left: 98px;
    bottom: -40px;
    border: 20px solid transparent;
    border-top-color: #fff;
}

.testimonial-section-six .pointer-block:hover .content {
    opacity: 1;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.testimonial-section-six .pointer-block .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.testimonial-section-six .pointer-block .content .logo {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.testimonial-section-six .pointer-block .content h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.testimonial-section-six .pointer-block .content h4 span {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
}

/* Process Section Four */

.process-section-four {
    position: relative;
    padding: 100px 0 70px;
    background-color: #0f3186;
}

.process-block-four {
    position: relative;
}

.process-block-four .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block-four .inner-box:before {
    position: absolute;
    content: '';
    right: -121px;
    top: 52px;
    width: 214px;
    height: 35px;
    background: url(../images/icons/icon-31.png) no-repeat center;
}

.process-block-four:last-child .inner-box:before {
    display: none;
}

.process-block-four .icon {
    position: relative;
    width: 130px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/shape/shape-7.png) no-repeat center;
}

.process-block-four:nth-child(2) .icon {
    background: url(../images/shape/shape-8.png) no-repeat center;
}

.process-block-four:nth-child(3) .icon {
    background: url(../images/shape/shape-9.png) no-repeat center;
}

.process-block-four h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.process-block-four .text {
    position: relative;
    color: #bac6e3;
    font-size: 18px;
    font-weight: 500;
}

.process-section-four .bottom-text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.process-section-four .bottom-text a {
    font-weight: 600;
}

.process-section-four .bottom-text a i {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

/* Award Section Two */

.award-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-color: #eff2f5;
}

.award-block-two {
    position: relative;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.award-block-two .image {
    margin-bottom: 20px;
}

.award-block-two .image img {
    width: auto;
    margin: 0 auto;
}

.award-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.award-section-two .owl-theme .owl-nav {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.award-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 70px;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: 0;
    border-radius: 50%;
    background: #fff;
    color: #9ca6b6;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-prev:hover:before {
    color: #fff;
}

.award-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 0;
    color: #9ca6b6;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-next:hover:before {
    color: #fff;
}

/* Contact Section Two */

.contact-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.contact-section-two .contact-form-area {
    position: relative;
    background: #fff;
    padding: 50px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-section-two .theme-btn {
    width: 100%;
    background-color: #0f3186;
}

.contact-section-two .theme-btn .btn-title {
    padding: 14.5px 50px;
    border-radius: 30px;
}

.contact-section-two .theme-btn i {
    font-size: 19px;
    top: 1px;
}

.contact-section-two .contact-form textarea {
    height: 115px;
}

.contact-section-two .row {
    margin: 0 -10px;
}

.contact-section-two .contact-form .form-group {
    padding: 0 10px;
}

.contact-section-two .contact-info {
    position: relative;
    padding: 59px 40px 60px;
    background-color: #0f3186;
}

.contact-section-two .contact-info .logo {
    margin-bottom: 35px;
}

.contact-section-two .contact-info .logo img {
    width: auto;
}

.contact-section-two .contact-info h4 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.contact-section-two .contact-info ul {
    position: relative;
    margin-bottom: 30px;
}

.contact-section-two .contact-info ul li {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-section-two .contact-info ul li a {
    color: rgb(255, 255, 255);
}

.contact-section-two .read-more-link {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.contact-section-two .read-more-link i {
    position: relative;
    margin-left: 5px;
}

.contact-section-two .read-more-link:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #576fab
}

.contact-section-two .owl-theme .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 35px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.contact-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 50px;
    width: 30px;
    text-align: center;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.contact-section-two .owl-theme .owl-nav .owl-prev::before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.contact-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.contact-section-two .owl-theme .owl-nav .owl-next::before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

/* Client Section Style Two */

.client-section-two.style-two {
    background-color: #0f3186;
    padding: 100px 0 70px;
}

.client-section-two.style-two .wrapper-box {
    border: 0;
}

.client-section-two.style-two .column {
    border-color: rgba(255, 255, 255, 0.10);
}

.client-section-two.style-two .top-content .text {
    color: #fff;
}

.client-section-two.style-two .column img {
    opacity: 1;
}

/* News Section Three  Style Two */

.news-section-three.style-two {
    background-color: #fff;
}

.news-section-three.style-two .news-block-three .lower-content {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.news-section-three.style-two .news-block-three .read-more-link i {
    font-weight: 900;
}

.news-section-three.style-two .news-block-three .inner-box:hover .read-more-link {
    color: #fff;
}

.news-section-three.style-two .news-block-three .lower-content:before {
    background-color: #0f3186;
}

.news-section-three.style-two .news-block-four .category {
    background-color: #0f3186;
}

.news-section-three.style-two .news-block-three .category {
    background-color: #0f3186;
}

.news-section-three.style-two .read-more-post {
    background-color: #0f3186;
    color: #fff;
}

.news-section-three.style-two .read-more-post i {
    font-weight: 900;
}

/* Footer Style Five */

.main-footer.style-five {
    background-size: cover;
}

.main-footer.style-five .widget-title {
    color: #0c2957;
}

.main-footer.style-five .logo-widget .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    color: #0c2957;
}

.main-footer.style-five .logo-widget .link-btn i {
    margin-right: 0;
    margin-left: 5px;
}

.main-footer.style-five .logo-widget .link-btn a {
    color: #0c2957;
}

.main-footer.style-five .links-widget ul li a {
    color: #0c2957;
}

.main-footer.style-five .links-widget ul li a:after,
.main-footer.style-five .links-widget ul li a:before {
    display: none;
}

/* Subscribe Widget */

.subscribe-widget {
    position: relative;
}

.subscribe-widget .text {
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
    margin-bottom: 20px;
}

.subscribe-widget .form-group {
    position: relative;
    margin-bottom: 30px;
}

.subscribe-widget .form-group input {
    height: 56px;
    background: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 70px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #0c2957;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.subscribe-widget .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #0f3186;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
}

.subscribe-widget .social-links {
    position: relative;
    margin-bottom: 20px;
}

.subscribe-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.subscribe-widget .social-links li a {
    position: relative;
    display: block;
    color: #0c2957;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-widget .social-links li a:hover {
    color: #ffffff;
}

.subscribe-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.subscribe-widget .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.subscribe-widget .social-links li a span {
    position: relative;
}

.main-footer.style-five .footer-bottom {
    padding-bottom: 4px;
    border-top: 1px solid #d1d5d8;
    padding-top: 22px;
}

.main-footer.style-five .footer-bottom .copyright {
    color: #0c2957;
}

.main-footer.style-five .footer-bottom ul.menu li a {
    color: #0c2957;
}

/* Career Section */

.career-section {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.career-block {
    position: relative;
}

.career-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background-color: #fff;
    padding: 80px 30px 35px;
    text-align: center;
}

.career-block .time {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #e1e5e9;
    line-height: 28px;
    padding: 0 30px;
    border-radius: 15px;
}

.career-block .icon {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.career-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.career-block .location {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.career-block .theme-btn {
    background-color: #f1f5f8;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px;
}

.career-block .theme-btn:hover .btn-title {
    color: #fff;
}

.career-block .theme-btn .btn-title {
    width: 100%;
}

.career-block ul {
    text-align: left;
}

.career-block ul li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e1e5e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.career-block ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.career-block ul li a {
    color: #0c2957;
}

.career-block ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #84859c;
    font-weight: normal;
}

/* Services Section Six */

.services-section-six {
    position: relative;
    padding: 100px 0 70px;
}

.service-block-six {
    position: relative;
}

.service-block-six .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.service-block-six .image-box {
    position: relative;
}

.service-block-six .image-box img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    width: 100%;
}

.service-block-six .image-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: .74;
    background-image: -moz-linear-gradient( 47deg, rgb(32,22,48) 37%, rgb(122,41,32) 86%);
    background-image: -webkit-linear-gradient( 47deg, rgb(32,22,48) 37%, rgb(122,41,32) 86%);
    background-image: -ms-linear-gradient( 47deg, rgb(32,22,48) 37%, rgb(122,41,32) 86%);
}

.service-block-six .icon-box {
    position: absolute;
    bottom: 0;
    left: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-six .inner-box:hover .icon-box {
    opacity: 0;
}

.service-block-six .icon-box .icon {
    position: relative;
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 20px;
}

.service-block-six .icon-box h4 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
}

.service-block-six .icon-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
}

.service-block-six .overlay {
    position: absolute;
    content: '';
    left: 30px;
    right: 30px;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    font-size: 50px;
    opacity: 0;
}

.service-block-six .inner-box:hover .overlay {
    opacity: 1;
}

.service-block-six .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
}

.service-block-six .overlay a {
    position: relative;
    height: 100px;
    width: 100px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    color: #fff;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    margin: 0 auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-six .inner-box:hover .overlay a {
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
}

.service-block-six .content {
    position: relative;
    padding: 35px 30px;
    background-color: #eff2f5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-block-six .inner-box:hover .content {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.service-block-six .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

/* Testimonial Block Six */

.testimonial-section-seven {
    position: relative;
    padding: 100px 0;
}

/* style one */

.testimonial-section-seven .owl-dots {
    position: relative;
    text-align: center;
    display: block;
}

.testimonial-section-seven .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.testimonial-section-seven .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #e0e0e4;
    border-radius: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.testimonial-block-six {
    position: relative;
    padding: 0 15px;
}

.testimonial-block-six .inner-box {
    margin-bottom: 40px;
}

.testimonial-block-six .top-content {
    position: relative;
    background-color: #fff;
    padding: 28px 45px 25px;
    padding-left: 60px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    margin-left: 30px;
}

.testimonial-block-six .top-content:before {
    position: absolute;
    content: '';
    left: 78px;
    bottom: -40px;
    border: 20px solid transparent;
    border-top-color: #fff;
}

.testimonial-block-six .logo {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #dcdfe3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .logo .default {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .inner-box:hover .logo .default {
    opacity: 0;
}

.testimonial-block-six .logo .hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}

.testimonial-block-six .inner-box:hover .logo .hover {
    opacity: 1;
}

.testimonial-block-six .logo img {
    width: auto;
    margin: 0 auto;
    line-height: 56px;
    display: inline-block;
}

.testimonial-block-six .quote {
    position: absolute;
    font-size: 60px;
    color: #e0e0e4;
    bottom: -20px;
    right: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .inner-box:hover .quote {
    bottom: 20px;
}

.testimonial-block-six .rating {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-block-six .rating span {
    margin-right: 3px;
}

.testimonial-block-six .rating .style-two {
    color: #c0cdd3;
}

.testimonial-block-six .text {
    position: relative;
    color: #0c2957;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .author-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 5px;
    padding-top: 13px;
    margin-top: 30px;
    margin-left: 90px;
}

.testimonial-block-six .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.testimonial-block-six .author-box .image img {
    border-radius: 50%;
}

.testimonial-block-six .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--fira-sans);
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-six .author-box .designation {
    font-size: 18px;
    font-weight: 500;
    color: #3c3b3b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-seven .testimonial-block-six .inner-box {
    margin-top: 30px;
}

.testimonial-section-seven .sec-title {
    margin-bottom: 20px;
}

/* Testimonial Section Eight */

.testimonial-section-eight {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.testimonial-section-eight .image-block,
.testimonial-section-eight .testimonial-block-four {
    margin-bottom: 30px;
}

/* Testimonial Section Nine */

.testimonial-section-nine {
    position: relative;
    padding: 100px 0 50px;
    background-color: #f1f5f8;
}

.testimonial-section-nine .testimonial-block-three {
    margin-bottom: 50px;
}

/* Testimonial Section Ten */

.testimonial-section-ten {
    position: relative;
    padding: 100px 0 60px;
}

/* Testimonail Block Style Two */

.testimonial-block-six.style-two .top-content {
    background: #201630;
    margin-left: 0;
}

.testimonial-block-six.style-two .top-content:before {
    border-top-color: #201630;
    left: 55px;
}

.testimonial-block-six.style-two .author-box {
    margin-left: 40px;
}

.testimonial-block-six.style-two .text {
    color: #d2ccda;
}

.testimonial-block-six.style-two .quote {
    bottom: 30px;
    color: #4d4559;
}

.testimonial-block-six.style-two .inner-box:hover .quote {
    bottom: 30px;
}

/* Contact Section Style Three */

.contact-section.style-three {
    background-color: #f1f5f8;
}

.contact-section.style-three .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-section.style-three .btn-style-one {
    width: 100%;
}

.contact-section.style-three .btn-style-one .btn-title {
    padding: 13px 30px;
    border-radius: 28px;
}

.contact-section.style-three .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: inherit;
}

.contact-section.style-three .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: normal;
}

.contact-section.style-three .read-more-link:before {
    display: none;
}

.contact-section.style-three .read-more-link:hover {
    text-decoration: none;
}

.contact-section.style-three .list li {
    color: inherit;
}

.contact-section.style-three .contact-section .author-box .phone-numer {
    color: inherit;
}

.contact-section.style-three .contact-form .bootstrap-select>.dropdown-toggle,
.contact-section.style-three .contact-form .form-group input[type="text"],
.contact-section.style-three .contact-form .form-group input[type="email"],
.contact-section.style-three .contact-form .form-group textarea,
.contact-section.style-three .contact-form .form-group select {
    border: 1px solid #e3e3e3;
}

/* CTA Section Two Style Two */

.cta-section-two.style-two {
    position: relative;
    padding: 75px 0 45px;
}

.cta-section-two.style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .92;
}

.cta-section-two.style-two .contact-info .icon,
.cta-section-two.style-two h2 span {
    -webkit-text-fill-color: white;
}

.cta-section-two.style-two .btn-style-two .btn-title {
    padding: 13px 50px;
}

.cta-section-two.style-two .btn-style-two .btn-title:before {
    background-color: #222;
}

/* Team Section Two */

.team-section-two {
    position: relative;
    padding: 100px 0 70px;
}

/* Team Section Three */

.team-section-three {
    position: relative;
    padding: 100px 0;
}

.team-section-three .read-more-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    font-family: var(--fira-sans);
}

.team-section-three .read-more-link i {
    margin-left: 5px;
    font-weight: normal;
}

.team-section-three .sec-title .text {
    font-size: 20px;
    color: inherit;
}

.team-section-three .link-btn {
    position: relative;
    margin-top: 50px;
}

/* Team Section Four */

.team-section-four {
    position: relative;
    padding-bottom: 70px;
    background-image: -webkit-linear-gradient( 90deg, #201630 70%, #fff0 100%);
    padding-top: 101px;
}

/* Team Block Three */

.team-block-three {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.team-block-three .inner-box {
    position: relative;
}

.team-block-three .image {
    position: relative;
}

.team-block-three .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    background-image: -webkit-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    background-image: -ms-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

.team-block-three:hover .image:before {
    opacity: .9;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.team-block-three .image img {
    width: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-block-three .inner-box:hover .image img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.team-block-three .content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 30px 30px 20px;
    opacity: 0;
    z-index: 9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-block-three .inner-box:hover .content {
    opacity: 1;
}

.team-block-three .content .author-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.team-block-three .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.team-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.team-block-three .social-links {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
}

.team-block-three .inner-box:hover .social-links {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.team-block-three .social-links li a {
    width: 42px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
}

.team-block-three .social-links li:last-child a {
    border-bottom: 0;
}

/* Contact Section Style Four */

.contact-section.style-four {
    background-color: #fff;
    padding-bottom: 70px;
}

.contact-section.style-four .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-section.style-four .btn-style-one {
    width: 100%;
}

.contact-section.style-four .btn-style-one .btn-title {
    padding: 13px 30px;
    border-radius: 28px;
}

.contact-section.style-four .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: inherit;
}

.contact-section.style-four .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: normal;
}

.contact-section.style-four .read-more-link:before {
    display: none;
}

.contact-section.style-four .read-more-link:hover {
    text-decoration: none;
}

.contact-section.style-four .list li {
    color: inherit;
}

.contact-section.style-four .contact-section .author-box .phone-numer {
    color: inherit;
}

.contact-section.style-four .contact-form .bootstrap-select>.dropdown-toggle,
.contact-section.style-four .contact-form .form-group input[type="text"],
.contact-section.style-four .contact-form .form-group input[type="email"],
.contact-section.style-four .contact-form .form-group textarea,
.contact-section.style-four .contact-form .form-group select {
    border: 1px solid #e3e3e3;
}

/* Faq Section Three */

.faq-section-three {
    position: relative;
    padding: 100px 0 160px;
}

.faq-section-three .contact-form-area {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 50px;
}

.faq-section-three .contact-form-area h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section-three .contact-form-area .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-section-three .contact-form .form-group {
    margin-bottom: 15px;
}

.faq-section-three .contact-form .bootstrap-select>.dropdown-toggle,
.faq-section-three .contact-form .form-group input[type="text"],
.faq-section-three .contact-form .form-group input[type="email"],
.faq-section-three .contact-form .form-group textarea,
.faq-section-three .contact-form .form-group select {
    border-color: transparent;
    border-bottom-color: #e1e5e9;
    padding: 0;
}

.faq-section-three .contact-form .form-group textarea {
    height: 95px;
}

.faq-section-three .contact-form .theme-btn.btn-style-one {
    margin-top: 25px;
}

/* Team Section Five */

.team-section-five {
    position: relative;
    padding: 100px 0 135px;
}

.team-section-five .row {
    margin: 0 -30px;
}

/* Team Block Four */

.team-block-four {
    position: relative;
    padding: 0 30px;
}

.team-block-four .inner-box {
    position: relative;
    margin-bottom: 60px;
    background-color: #fff;
}

.team-block-four .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.team-block-four .image:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 75px;
    height: 30px;
    background-color: #fff;
    z-index: 6;
    border-top-right-radius: 6px;
}

.team-block-four .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
  background-image: -webkit-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
  background-image: -ms-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

.team-block-four:hover .image:before {
    opacity: .85;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.team-block-four .image img {
    width: 100%;
}

.team-block-four .social-links-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9;
}

.team-block-four .social-links-wrapper .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #84859c;
    font-size: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.team-block-four .social-links-wrapper:hover .icon {
    color: #fff;
}

.team-block-four .social-links {
    position: absolute;
    right: -50%;
    top: 70px;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.team-block-four .social-links-wrapper:hover .social-links {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.team-block-four .social-links li {
    display: inline-block;
}

.team-block-four .social-links li a {
    width: 35px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
}

.team-block-four .social-links li:last-child a {
    border-right: 0;
}

.team-block-four .author-title {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid;
    margin-top: -5px;
    margin-bottom: 20px;
    z-index: 9;
}

.team-block-four h4 {
    font-size: 22px;
    font-weight: 600;
}

.team-block-four .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    bottom: -5px;
}

.team-block-four .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.team-block-four .text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background: url(../images/shape/border-shape-2.png) repeat-x center;
}

/* Team Section Six */

.team-section-six {
    position: relative;
    padding: 100px 0 70px;
    background-color: #201630;
}

.team-section-six .sec-top .text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

/* Award Section Two */

.award-section-three {
    position: relative;
    padding: 100px 0 135px;
    background-color: #fff;
}

.award-section-three .sec-title {
    margin-bottom: 20px;
}

.award-block-three {
    position: relative;
    padding: 30px 15px;
}

.award-block-three .inner-box {
    position: relative;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.award-block-three .image {
    margin-bottom: 20px;
}

.award-block-three .image img {
    width: auto;
    margin: 0 auto;
}

.award-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.award-section-three .owl-dots {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    top: -20px;
}

.award-section-three .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.award-section-three .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #e0e0e4;
    border-radius: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Funfacts Section Two / Style Two */

.funfacts-section-two.style-two .content {
    background: transparent;
}

.funfacts-section-two.style-two .icon-box {
    background: transparent;
    top: 63px;
}

.funfacts-section-two.style-two .inner:before {
    position: absolute;
    content: '';
    right: 0;
    top: 20px;
    width: 1px;
    bottom: 20px;
    background: #41394f;
}

.funfacts-section-two.style-two .column:last-child .inner:before {
    display: none;
}

/* Client Section Style Three */

.client-section-two.style-three {
    background-color: #f1f5f8;
    padding-top: 100px;
}

.client-section-two.style-three .column,
.client-section-two.style-three .wrapper-box {
    border-color: #e1e5e9;
}

/* Award Section Style Two */

.award-section.style-two {
    position: relative;
    background-position: left center;
}

.award-section.style-two .bottom-text a {
    color: #fff;
}

.award-section.style-two .sec-title .text {
    color: #d2ccda;
}

/* Team Section Seven */

.team-section-seven {
    position: relative;
    padding: 100px 0 135px;
}

/* Contact Details */

.contact-details-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.contact-details-section .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: inherit;
}

.contact-details-section .sec-title h2 {
    padding-bottom: 20px;
}

.contact-info-block {
    position: relative;
}

.contact-info-block .inner-box {
    position: relative;
    padding: 40px 30px 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border-radius: 6px;
}

.contact-info-block .icon-box {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
}

.contact-info-block .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-block h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-info-block h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact-info-block ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-info-block ul li a {
    color: #0c2957;
}

/* Contact form Section */

.contact-form-section {
    position: relative;
    padding-bottom: 70px;
}

.contact-form-section .live-contact {
    position: relative;
    margin-bottom: 30px;
}

.contact-form-section .live-contact img {
    border-radius: 6px;
}

.contact-form-section .live-contact .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px;
    text-align: center;
}

.contact-form-section .live-contact .content .icon {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}

.contact-form-section .live-contact .content h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-form-section .live-contact .content .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-form-section .live-contact .content .btn-style-one .btn-title::before {
    background: #fff;
}


.contact-form-section .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form-section .contact-form .bootstrap-select>.dropdown-toggle,
.contact-form-section .contact-form .form-group input[type="text"],
.contact-form-section .contact-form .form-group input[type="email"],
.contact-form-section .contact-form .form-group textarea,
.contact-form-section .contact-form .form-group select {
    border-color: #f1f5f8;
    background-color: #f1f5f8;
    height: 56px;
}

.contact-form-section .contact-form .form-group textarea {
    height: 120px;
}

.contact-form-section .note p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

/* Contact Details Two */

.contact-details-section-two {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
}

.contact-details-section-two:before {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    background: #fff;
    content: '';
    height: 50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 6px;
}

.contact-details-section-two .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: inherit;
}

.contact-details-section-two .sec-title h2 {
    padding-bottom: 20px;
}

.contact-details-section-two .bottom-text {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contact-details-section-two .bottom-text a {
    position: relative;
    font-weight: 600;
}

.contact-details-section-two .bottom-text a i {
    margin-left: 5px;
    font-weight: normal;
    font-size: 16px;
}

.contact-info-block {
    position: relative;
}

.contact-info-block-two {
    position: relative;
    z-index: 2;
}

.contact-info-block-two .inner-box {
    position: relative;
    background: #fff;
    padding: 45px 30px 40px;
    padding-left: 115px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-info-block-two:nth-child(1) .inner-box {
    border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box {
    border-top-right-radius: 30px;
}

.contact-info-block-two:nth-child(1) .inner-box:before {
    border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box:before {
    border-top-right-radius: 30px;
}

.contact-info-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #201630;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top: 3px solid;
}

.contact-info-block-two .inner-box:hover:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.contact-info-block-two .icon {
    position: absolute;
    left: 35px;
    top: 46px;
}

.contact-info-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-info-block-two .inner-box:hover h4 {
    color: #fff;
}

.contact-info-block-two ul li {
    font-size: 18px;
    font-weight: 500;
    /* margin-bottom: 5px; */
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}

.contact-info-block-two .inner-box:hover ul li {
    color: #fff;
}

.contact-info-block-two ul li a {
    color: #0c2957;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-info-block-two .inner-box:hover ul li a {
    color: #ffff;
}

/* Contact Section Style Five */

.contact-section.style-five {
    background-color: #f1f5f8;
    padding: 0;
}

.contact-section.style-five .auto-container {
    max-width: 100%;
    padding: 0;
}

.contact-section.style-five .inner-container {
    max-width: 585px;
}

.contact-section.style-five .left-column .inner-container {
    margin: 0 auto;
    margin-right: 0;
}

.contact-section.style-five .right-column,
.contact-section.style-five .left-column {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
}

.contact-section.style-five .contact-form {
    margin-bottom: 0;
}

.contact-section.style-five .contact-form .row {
    margin: 0 -10px;
}

.contact-section.style-five .contact-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-section.style-five .btn-style-one {
    width: 100%;
}

.contact-section.style-five .btn-style-one .btn-title {
    padding: 13px 30px;
    border-radius: 28px;
}

.contact-section.style-five .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: #fff;
}

.contact-section.style-five .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: normal;
}

.contact-section.style-five .read-more-link:before {
    display: none;
}

.contact-section.style-five .read-more-link:hover {
    text-decoration: none;
}

.contact-section.style-five .list li {
    color: #d7cfe3;
}

.contact-section.style-five .contact-section .author-box .phone-numer {
    color: inherit;
}

.contact-section.style-five .contact-form .bootstrap-select>.dropdown-toggle,
.contact-section.style-five .contact-form .form-group input[type="text"],
.contact-section.style-five .contact-form .form-group input[type="email"],
.contact-section.style-five .contact-form .form-group textarea,
.contact-section.style-five .contact-form .form-group select {
    border: 1px solid #e3e3e3;
    height: 55px;
}

.contact-section.style-five .author-box .phone-numer {
    color: #fff;
}

.contact-section.style-five .sec-title.light .text {
    color: #d7cfe3;
}

.contact-section.style-five .contact-form-box {
    position: relative;
    padding: 50px 50px 30px;
    background: #fff;
    margin-left: -50px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.contact-section.style-five .contact-form .form-group textarea {
    height: 110px;
}

/* Faq Section Four */

.faq-section-four {
    padding: 100px 0 160px;
}

/* Faq Section Five */

.faq-section-five {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.faq-section-five .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.faq-section-five .contact-form-area {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 60px 50px;
}

.faq-section-five .contact-form-area h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section-five .contact-form-area .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-section-five .contact-form .form-group {
    margin-bottom: 15px;
}

.faq-section-five .contact-form .bootstrap-select>.dropdown-toggle,
.faq-section-five .contact-form .form-group input[type="text"],
.faq-section-five .contact-form .form-group input[type="email"],
.faq-section-five .contact-form .form-group textarea,
.faq-section-five .contact-form .form-group select {
    border-color: transparent;
    border-bottom-color: #e1e5e9;
    padding: 0;
}

.faq-section-five .contact-form .form-group textarea {
    height: 95px;
}

.faq-section-five .contact-form .theme-btn.btn-style-one {
    margin-top: 25px;
}

/* Contact Details Three */

.contact-details-section-three {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.contact-details-section-three .sec-top .text {
    font-size: 20px;
    font-weight: 500;
}

.contact-details-section-three .outer-box {
    position: relative;
    background: #fff;
    padding: 0 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-info-block-three {
    position: relative;
    z-index: 2;
}

.contact-info-block-three .inner-box {
    position: relative;
    background: #fff;
    padding: 45px 0px 40px;
    padding-left: 85px;
    border-bottom: 1px solid #e1e5e9;
}

.contact-info-block-three:last-child .inner-box {
    border-bottom: 0;
}

.contact-info-block-three .icon {
    position: absolute;
    left: 0;
    top: 46px;
}

.contact-info-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-info-block-three ul li {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}

.contact-info-block-three ul li a {
    color: #0c2957;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .wrapper-box {
    position: relative;
}

.contact-details-section-three .pointer-block {
    position: absolute;
    left: 21%;
    top: 36%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.contact-details-section-three .pointer-block:nth-child(2) {
    left: 61%;
    top: 45.5%;
}

.contact-details-section-three .pointer-block:nth-child(3) {
    left: auto;
    right: 18.5%;
    top: auto;
    bottom: 28%;
}

.contact-details-section-three .pointer-block:nth-child(4) {
    left: 48.5%;
    bottom: 20.5%;
    top: auto;
}

.contact-details-section-three .pointer-block .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point {
    border-color: #fec8c2;
    -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
            transform: scale(1.7);
}

.contact-details-section-three .pointer-block .point:after {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point:after {
    -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
            transform: scale(.7);
}

.contact-details-section-three .pointer-block .point:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point:before {
    background-color: #fca197;
}

.contact-details-section-three .pointer-block:nth-child(1) .point:before,
.contact-details-section-three .pointer-block:nth-child(3) .point:before {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.contact-details-section-three .pointer-block .content {
    opacity: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 210px;
    padding: 10px 20px;
    bottom: 30px;
    left: -100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    z-index: 9;
    pointer-events: none;
}

.contact-details-section-three .pointer-block .content:before {
    position: absolute;
    content: '';
    left: 90px;
    bottom: -30px;
    border: 15px solid transparent;
    border-top-color: #fff;
}

.contact-details-section-three .pointer-block:hover .content {
    opacity: 1;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.contact-details-section-three .pointer-block .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 26px;
    text-align: center;
}

/* Contact Details Section Four */

.contact-details-section-four {
    position: relative;
    padding-top: 100px;
    padding-bottom: 170px;
    background-color: #f1f5f8;
}

/* Contact Form Section Two */

.contact-form-section-two {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f1f5f8;
}

.contact-form-section-two .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form-section-two .contact-form .bootstrap-select>.dropdown-toggle,
.contact-form-section-two .contact-form .form-group input[type="text"],
.contact-form-section-two .contact-form .form-group input[type="email"],
.contact-form-section-two .contact-form .form-group textarea,
.contact-form-section-two .contact-form .form-group select {
    border-color: #ffffff;
    background-color: #ffffff;
    height: 56px;
}

.contact-form-section-two .contact-form .form-group textarea {
    height: 120px;
}

/* Heighlight Section */

.heighlight-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
}

.heighlight-section:before {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    background: #fff;
    content: '';
    height: 50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 6px;
}

.heighlight-block {
    position: relative;
}

.heighlight-block .inner-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.heighlight-block .inner-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e1e5e9;
    width: 1px;
}

.heighlight-block:last-child .inner-box:before {
    display: none;
}

.heighlight-block .icon {
    position: relative;
    margin-bottom: 30px;
}

.heighlight-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.heighlight-block .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.heighlight-block .theme-btn {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

/*
    News Block Six
*/

.news-block-six {
    position: relative;
}

.news-block-six .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-six .image img {
    border-radius: 6px;
}

.news-block-six .lower-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -50px;
    padding: 0 40px 40px;
}

.news-block-six .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #292f43;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
}

.news-block-six .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
}

.news-block-six .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-six .post-meta li i {
    margin-right: 5px;
}

.news-block-six h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    padding-bottom: 30px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-six h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/shape/border-shape-2.png) repeat-x center;
}

.news-block-six h4 a {
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-six .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.news-block-six .bottom-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.news-block-six .social-links-wrapper {
    position: relative;
    width: 55px;
    height: 55px;
    z-index: 9;
}

.news-block-six .social-links-wrapper .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #84859c;
    font-size: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    border: 1px solid #e1e5e9;
}

.news-block-six .social-links-wrapper:hover .icon {
    color: #fff;
}

.news-block-six .social-links {
    position: absolute;
    right: 65px;
    top: 5px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.news-block-six .social-links-wrapper:hover .social-links {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.news-block-six .social-links li {
    display: inline-block;
}

.news-block-six .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
    border-radius: 50%;
}

.news-block-six .social-links li:last-child a {
    border-right: 0;
}

/* Blog Sidebar */

.blog-sidebar {
    position: relative;
    border: 1px solid #e1e5e9;
    background-color: #f1f5f8;
    padding: 40px 30px;
    border-radius: 6px;
}

.blog-sidebar .widget_search {
    margin-top: -40px;
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

/* Popular post widget */

.widget_popular_post {
    position: relative;
}

.widget_popular_post .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.widget_popular_post .post:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 7px;
    width: 100%;
    background-image: url(../images/shape/pattern-6.png);
}

.widget_popular_post .post:last-child {}

.widget_popular_post .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.widget_popular_post .post .post-thumb img {
    border-radius: 50%;
}

.widget_popular_post .post h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.widget_popular_post .post h5 a {
    color: #0c2957;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.widget_popular_post .post .post-info {
    font-size: 15px;
    font-weight: 500;
}

/* Archive Widget */

.widget_archive .bootstrap-select>.dropdown-toggle {
    border-radius: 0;
    width: 100%;
    color: #0c2957;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: var(--fira-sans);
    border-radius: 6px;
}

.widget_archive .dropdown.bootstrap-select {
    width: 100% !important;
}

.widget_archive .bootstrap-select .dropdown-menu li a span.text {
    margin: 0;
    line-height: 40px;
}

/* Newsletter Widget */

.widget_newsletter {
    text-align: center;
    background: #fff;
    margin: 0 -30px -40px;
    padding: 35px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.widget_newsletter .content-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.widget_newsletter .form-group {
    position: relative;
}

.widget_newsletter .form-group input {
    height: 55px;
    border: 1px solid #e4e7ee;
    background: transparent;
    width: 100%;
    padding-left: 45px;
    padding-right: 75px;
}

.widget_newsletter .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #e4e7ee;
    line-height: 55px;
    text-align: center;
    background-color: transparent;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    color: #9ca6b6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.widget_newsletter .form-group i {
    position: absolute;
    left: 21px;
    top: 15px;
}

.widget_newsletter h5 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}

/* Tag Cloud Widget */

.widget_tag_cloud ul {
    margin: 0 -5px;
}

.widget_tag_cloud ul li {
    margin: 0 5px 10px;
    float: left;
}

.widget_tag_cloud ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 20px;
    color: #838d9e;
    padding: 3.5px 17px 7px;
    display: inline-block;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}

.widget_tag_cloud ul li a:hover {
    color: #fff;
}

/* Team Details */

.team-details-section {
    position: relative;
    padding: 100px 0 70px;
}

.single-team-member {
    position: relative;
    margin-right: 30px;
}

.single-team-member .inner-box {
    position: relative;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 6px;
}

.single-team-member .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-team-member .image .author-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 20px;
    width: 3px;
    height: 45px;
    z-index: 6;
}

.single-team-member .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
  background-image: -webkit-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
  background-image: -ms-linear-gradient( 90deg, rgb(253,74,54) 0%, rgb(32,22,48) 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

.single-team-member:hover .image:before {
    opacity: .85;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-team-member .image img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-team-member .social-links-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9;
}

.single-team-member .social-links-wrapper .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #84859c;
    font-size: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.single-team-member .social-links-wrapper:hover .icon {
    color: #fff;
}

.single-team-member .social-links {
    position: absolute;
    right: -50%;
    top: 70px;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.single-team-member .social-links-wrapper:hover .social-links {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.single-team-member .social-links li {
    display: inline-block;
}

.single-team-member .social-links li a {
    width: 35px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #e1e5e9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
}

.single-team-member .social-links li:last-child a {
    border-right: 0;
}

.single-team-member .author-title {
    position: relative;
    padding: 19px 33px;
    margin-top: -92px;
    margin-bottom: 20px;
    z-index: 9;
    background: #fff;
    margin-right: 75px;
    border-top-right-radius: 6px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-team-member h4 {
    font-size: 22px;
    font-weight: 600;
}

.single-team-member .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    bottom: -5px;
}

.single-team-member ul.info-list {
    position: relative;
    padding: 10px 30px;
}

.single-team-member ul.info-list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
    margin-bottom: 20px;
}

.single-team-member ul.info-list li a {
    color: #0c2957;
}

.team-details-section .single-team-member ul.info-list li span {
    font-weight: 600;
    display: block;
    color: #838d9e;
}

.team-details-section .working-history {
    position: relative;
}

.team-details-section .working-history .top-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.team-details-section .working-history .top-content .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.team-details-section .timeline {
    position: relative;
    margin-left: 165px;
    border-left: 1px solid #e4e8eb;
    margin-bottom: 60px;
}

.team-details-section .timeline .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    top: -8px;
}

.team-details-section .timeline li {
    position: relative;
    padding-left: 37px;
}

.team-details-section .timeline li:before {
    position: absolute;
    content: attr(data-date);
    left: -165px;
    top: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--fira-sans);
    color: #838d9e;
}

.team-details-section .timeline li:after {
    position: absolute;
    content: "";
    left: -7.5px;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #e4e8eb;
    border-radius: 50%;
    background-color: #fff;
}

.team-details-section .timeline li.current:after {
    border: 4px solid #fecdc7;
}

.team-details-section .contact-form .bootstrap-select>.dropdown-toggle,
.team-details-section .contact-form .form-group input[type="text"],
.team-details-section .contact-form .form-group input[type="email"],
.team-details-section .contact-form .form-group textarea,
.team-details-section .contact-form .form-group select {
    background-color: #f1f5f8;
    border-color: #f1f5f8;
}

.team-details-section .contact-form .form-group i {
    position: absolute;
    top: 20px;
    right: 35px;
}

.team-details-section .bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

/* Widget Categories */

.widget_categories {
    margin-bottom: 45px;
}

.widget_categories .categories-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e5e9;
}

.widget_categories .categories-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.widget_categories .categories-list li a:hover {
    padding-left: 0;
}

.widget_categories .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 0px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_categories .categories-list li a:hover:before {
    opacity: 0;
}

.widget_categories .categories-list li a span {
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    padding-left: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.widget_categories .categories-list li a span:before {
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 13px;
    left: 0px;
    top: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_categories .categories-list li a:hover span {
    opacity: 1;
}

.widget_categories .widget-title {
    margin-bottom: 7px;
}

/* Widget Categories */

.widget_categories_two {
    margin-bottom: 45px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.widget_categories_two .categories-list li {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    margin-bottom: 10px;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 42px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a:hover {
    padding-left: 20px;
    color: #fff;
    background: #201630;
}

.widget_categories_two .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget_categories_two .categories-list li a:hover:before {
    opacity: 0;
}

.widget_categories_two .categories-list li a span {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    padding-left: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.widget_categories_two .categories-list li a span:before {
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 13px;
    left: 0px;
    top: 0;
    color: #fff;
}

.widget_categories_two .categories-list li a:hover span {
    opacity: 1;
}

.widget_categories_two .widget-title {
    margin-bottom: 7px;
}

/* Widget Brochur */

.widget_brochur {
    position: relative;
    padding: 30px;
    border-radius: 6px;
    background-size: cover;
}

.widget_brochur .widget-content {
    position: relative;
    padding-left: 65px;
}

.widget_brochur .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.widget_brochur h5 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.widget_brochur h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.widget_brochur a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #0c2957;
}

.widget_brochur a i {
    margin-right: 10px;
    color: #959ead;
    font-weight: normal;
    position: relative;
    top: 1px;
}

/* Widget Contact */

.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
}

.widget_contact img {
    margin-bottom: 20px;
}

.widget_contact h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}

.widget_contact .phone-number a {
    color: #fff;
}

.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget_contact .email a {
    color: #fff;
}

.widget_contact .btn-style-one .btn-title:before {
    background-color: #fff;
}

.widget_contact .btn-style-one:hover .btn-title {
    color: #222;
}

/** page-title Two **/

.page-title-two {
    position: relative;
    padding: 157px 0px;
    background-color: #646464;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}

.page-title-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 22, 48, 0.85);
}

.page-title-two .content-box {
    padding-left: 22px;
    position: relative;
}

.page-title-two .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 4px;
    height: 84px;
}

.page-title-two .content-box h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 65px;
    color: #fff;
    font-weight: 600;
}

.page-title-two .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
    margin: 0 auto 10px;
}

.page-title-two .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page-title-two .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.page-title-two .post-meta li i {
    margin-right: 5px;
}

/* Blog Single Post */

.blog-single-post {
    position: relative;
    text-align: justify;
}

.blog-single-post .top-content {
    position: relative;
}

.blog-single-post .lower-content {
    position: relative;
    margin: 0 0px;
    padding: 0 0px;
    border-radius: 6px;
    margin-top: 0px;
    background-color: #fff;
}

.blog-single-post .title h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 65px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.blog-single-post .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #201630;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
    margin: 0 auto 10px;
}

.blog-single-post .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.blog-single-post .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #838d9e;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-single-post .post-meta li i {
    margin-right: 5px;
}

.blog-single-post h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-single-post .text {
    margin-bottom: 30px;
}

.blog-single-post .text,
.blog-single-post .text p {
    font-size: 18px;
    font-weight: 500;
}

.blog-single-post .text p a {
    color: #838d9e;
    text-decoration: underline;
}

.blog-single-post blockquote {
    padding: 50px 0;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #0c2957;
    font-family: var(--fira-sans);
    font-style: italic;
    text-align: center;
    margin: 0;
    background-color: transparent;
}

.blog-single-post ul.tag {
    margin: 0 -5px;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e5e9;
    text-align: center;
}

.blog-single-post ul.tag li {
    margin: 0 5px 10px;
    display: inline-block;
}

.blog-single-post ul.tag li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 20px;
    color: #838d9e;
    padding: 3.5px 17px 7px;
    display: inline-block;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}

.blog-single-post ul.tag li a:hover {
    color: #fff;
}

.blog-single-post .share-icon {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.blog-single-post .share-icon h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-single-post .share-icon .social-links {
    position: relative;
    text-align: center;
}

.blog-single-post .share-icon .social-links li {
    display: inline-block;
    margin: 0 5px;
}

.blog-single-post .share-icon .social-links a {
    font-size: 14px;
    color: #fff;
    font-family: var(--fira-sans);
    display: inline-block;
    padding: 11.5px 35px;
    border-radius: 25px;
}

.blog-single-post .share-icon .social-links a i {
    margin-right: 10px;
}

.blog-single-post .share-icon .social-links a.facebook {
    background-color: #3b5998;
}

.blog-single-post .share-icon .social-links a.twitter {
    background-color: #55acee;
}

.blog-single-post .share-icon .social-links a.linkedin {
    background-color: #dc4e41;
}

.blog-single-post .share-icon .social-links a.pinterest {
    background-color: #bd081c;
}

.blog-single-post .author-box {
    position: relative;
    padding: 40px 40px 30px;
    padding-left: 170px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    border-radius: 6px;
}

.blog-single-post .author-box .image {
    position: absolute;
    left: 40px;
    top: 40px;
}

.blog-single-post .author-box .image img {
    border-radius: 50%;
}

.blog-single-post .author-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-single-post .author-box h5 {
    font-family: inherit;
    margin-bottom: 10px;
}

.blog-single-post .author-box h5 a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #838d9e;
}

.blog-single-post .author-box .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-single-post .author-box .social-links {
    position: relative;
    margin-bottom: 10px;
}

.blog-single-post .author-box .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-single-post .author-box .social-links li a {
    position: relative;
    display: block;
    color: #838d9e;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e2e6ea;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single-post .author-box .social-links li a:hover {
    color: #ffffff;
    border-color: transparent;
}

.blog-single-post .author-box .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-single-post .author-box .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.blog-single-post .author-box .social-links li a span {
    position: relative;
}

/* Blog post pagination */

.blog-post-pagination {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eef2ed;
}

.blog-post-pagination h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7em;
    margin-bottom: 10px;
}

.blog-post-pagination .prev-post a {
    position: relative;
    color: #838d9e;
    font-size: 16px;
    font-weight: 500;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-post-pagination .prev-post a i {
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    display: inline-block;
}

.blog-post-pagination .next-post {
    text-align: right;
    width: 50%;
}

.blog-post-pagination .next-post .image-box {
    position: relative;
    padding-right: 90px;
}

.blog-post-pagination .next-post .image-box img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
}

.blog-post-pagination .next-post a {
    position: relative;
    padding-right: 16px;
    color: #838d9e;
    font-size: 16px;
    font-weight: 500;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-post-pagination .next-post a i {
    margin-left: 5px;
}

.blog-post-pagination .prev-post {
    position: relative;
    width: 50%;
}

.blog-post-pagination .prev-post .image-box {
    position: relative;
    padding-left: 90px;
}

.blog-post-pagination .prev-post .image-box img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.blog-post-pagination:after {
    position: absolute;
    left: 50%;
    content: '';
    top: 45px;
    width: 1px;
    bottom: 45px;
    background-color: #f2f2f2;
}

.blog-post-pagination .prev-post a:hover,
.blog-post-pagination .next-post a:hover {
    color: #f13729;
}

/*** 

====================================================================
    Comments Area
====================================================================

 ***/

.comments-area {
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

.blog-single-post .group-title {
    position: relative;
}

.blog-single-post .group-title h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box:last-child .comment {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.comments-area .comment-box:hover {
    border-color: #eb5310;
}

.comments-area .comment-box.reply-comment {
    margin-left: 65px;
}

.comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 20px 110px;
}

.comments-area .comment .comment-inner {
    position: relative;
    padding: 40px;
    background: #f1f5f8;
}

.comments-area .comment-box.reply-comment .comment-inner {
    background-color: #fff;
    border: 1px solid #e1e5e9;
}

.comments-area .comment .comment-inner .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
    width: 80px;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--fira-sans);
    margin-bottom: 15px;
}

.comments-area .comment-info a {
    position: relative;
    color: #1e1e29;
}

.comments-area .date {
    font-size: 16px;
    color: #838d9e;
    font-weight: normal;
    font-family: "Barlow", sans-serif;
}

.comments-area .comment-box .reply-comment-btn {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    font-family: var(--fira-sans);
}

/* Comment Form */

.comment-form {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 15px 20px;
    height: 58px;
    color: #7c7b7b;
    font-size: 18px;
    font-weight: 500;
    background: #ffffff;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #f13729;
}

.comment-form .form-group textarea {
    height: 120px;
}

.comment-form button {
    position: relative;
    display: block;
    margin-top: 10px;
}

.comment-form .note {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.comment-form .note input {
    margin-right: 7px;
}

/* Services Details */

.services-details {
    position: relative;
    padding: 50px 0 0px;
}

.services-details .content-side .image-slide {
    position: relative;
    margin-bottom: 50px;
}

.services-details .content-side .image-slide img {
    border-radius: 6px;
}

.services-details .content-side .image-slide .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 140px;
    background-color: #201630;
    padding: 40px;
    border-top-right-radius: 6px;
}

.services-details .content-side .image-slide .content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.services-details .content-side h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-details .content-side .icon {
    position: relative;
    font-size: 200px;
    line-height: 210px;
    color: #e5ebf4;
}

.services-details .content-side .text {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

.services-details .content-side .text p {
    font-size: 18px;
    font-weight: 500;
}

.services-details .content-side .list {
    position: relative;
}

.services-details .content-side .list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}

.service-block-seven {
    position: relative;
}

.service-block-seven .inner-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
/*    -webkit-box-shadow: 0 0 10px #00000014;
            box-shadow: 0 0 10px #00000014;*/
}

.service-block-seven .icon {
    position: relative;
    padding: 30px 0 15px;
    min-height: 110px;
}

.service-block-seven .icon img {
    width: auto;
    margin: 0 auto;
}

.service-block-seven h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-block-seven .text {
    position: relative;
    padding: 20px 20px;
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 10%, #f1f5f8 100%);
    font-size: 18px;
    font-weight: 500;
}

.services-details .tab-btn-style-one {
    position: relative;
    border: 0px;
    margin-bottom: 30px;
}

.services-details .tab-btn-style-one li {
    margin-bottom: 10px;
    width: 100%;
}

.services-details .tab-btn-style-one li a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    border: 0;
    color: #0c2957;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.services-details .tab-btn-style-one li a.active,
.services-details .tab-btn-style-one li a:hover {
    color: #fff;
}

.services-details .tab-btn-style-one li a:before {
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    font-size: 16px;
    right: 20px;
    top: 13px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.services-details .tab-btn-style-one li a.active:before,
.services-details .tab-btn-style-one li a:hover:before {
    opacity: 1;
}

.services-details .tab-content {
    position: relative;
    margin-bottom: 30px;
}

.services-details .tab-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services-details .tab-content .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.services-details .tab-content img {
    border-radius: 6px;
}

/* Pricing Section Two */

.pricing-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.pricing-block-three {
    position: relative;
}

.pricing-block-three .inner-box {
    position: relative;
    padding: 40px 30px;
    background-color: #eef2f5;
    border-radius: 6px;
    margin-bottom: 50px;
}

.pricing-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -48px;
    width: 100%;
    height: 27px;
    background-image: url(../images/shape/shape-17.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-block-three .icon {
    position: relative;
    margin-bottom: 25px;
}

.pricing-block-three h3 {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.1em;
}

.pricing-block-three h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 25px;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    border-bottom: 0;
}

.pricing-block-three h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
}

.pricing-block-three .price {
    position: relative;
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    margin-bottom: 15px;
}

.pricing-block-three .price sup {
    position: relative;
    top: -23px;
    font-size: 32px;
}

.pricing-block-three .price span {
    position: absolute;
    right: 5px;
    bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #838d9e;
    line-height: 1.2em;
}

.pricing-block-three .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.pricing-block-three .btn-style-two .btn-title {
    color: #fff;
    background-color: #201630;
}

.pricing-block-three.popular .inner-box {
    background-color: #201630;
}

.pricing-block-three.popular .text {
    color: #fff;
}

.pricing-block-three.popular h3 {
    color: #fff;
}

.pricing-block-three.popular h4 {
    color: #fff;
}

.pricing-block-three.popular .btn-style-two .btn-title {
    background-color: #fff;
}

.pricing-block-three.popular .btn-style-two:hover .btn-title {
    color: #fff;
}

.pricing-block-three .ribbon {
    position: absolute;
    right: -50px;
    top: -25px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    padding: 1.5px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--fira-sans);
}

.pricing-block-three .ribbon:before {
    position: absolute;
    content: "";
    top: 0px;
    right: -15px;
    width: 16px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
            clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
}

.pricing-block-three .ribbon:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -8px;
    width: 10px;
    height: 8px;
    background-color: #c32c1b;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}


/* About Section Six */

.about-section-six {
    position: relative;
    padding: 100px 0px 70px;
}

.about-section-six .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section-six .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section-six .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section-six .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section-six .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 50px;
}

.about-section-six .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(225, 229, 233);
}

.about-section-six .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-six .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-six .content-column .text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
}

.about-section-six .content-column .sec-title {
    margin-bottom: 30px;
}

.about-section-six .experience-years-block {
    position: relative;
    margin-bottom: 30px;
}

.about-section-six .experience-years-block .image {
    position: relative;
    display: inline-block;
}

.about-section-six .experience-years-block .image img {
    border-radius: 50%;
}

.about-section-six .experience-years-block h2 {
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    font-weight: 700;
    color: #fff;
}

.about-section-six .experience-years-block .text {
    position: absolute;
    right: 0;
    top: 50%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--fira-sans);
    padding: 54px 29px 0;
    line-height: 1.2em;
    transform: translateY(-50%);
    color: #fff;
    margin: 0;
}

.about-section-six .experience-years-block:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 100px;
    bottom: 0;
    background-image: url(../images/shape/shape-18.png);
    background-position: 50% 80%;
}

.about-section-six .whay-choose-block .icon:before {
    background-image: url(../images/shape/pattern-18.png);
}

.about-section-six .whay-choose-block h4 {
    color: #0c2957;
}

.about-section-six .whay-choose-block .text {
    color: #0c2957;
}

.about-section-six .whay-choose-block .icon span {
    border-radius: 0;
    background: #fff;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.about-section-six .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

/* About Section Seven */

.about-section-seven {
    position: relative;
    padding: 100px 0px 70px;
}

.about-section-seven .image-box {
    position: relative;
    z-index: 9;
    text-align: center;
}

.about-section-seven .shape-one {
    position: absolute;
    left: -170px;
    top: -50px;
}

.about-section-seven .shape-two {
    position: absolute;
    left: -100px;
    bottom: 100px;
}

.about-section-seven .image-block .video-box {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 201px;
    height: 200px;
    text-align: center;
    z-index: 11;
    padding: 30px;
    margin-bottom: 30px;
}

.about-section-seven .image-block .video-box a {
    color: #fff;
}

.about-section-seven .play-icon {
    position: absolute;
    top: 50%;
    left: 53%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 33px;
}

.about-section-seven .curved-circle {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 142px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fira-sans);
}

.about-section-seven .image-block {
    position: relative;
}

.about-section-seven .image-block:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 30px;
    top: 100px;
    background-color: #0c2957;
    z-index: 2;
}

.about-section-seven .text-block {
    position: relative;
}

.about-section-seven .text-block::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section-seven .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section-seven .text-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section-seven .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px;
}

.about-section-seven .author-info {
    position: relative;
    padding-left: 80px;
    border-right: 1px solid rgb(225, 229, 233);
    padding-right: 30px;
    margin-right: 30px;
    padding-top: 5px;
}

.about-section-seven .author-info img {
    position: absolute;
    left: 0;
    top: 0;
}

.about-section-seven .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.about-section-seven .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-seven .text {
    font-size: 18px;
    font-weight: 500;
}

.about-section-seven .sec-title {
    margin-bottom: 40px;
}

.about-section-seven .bottom-content {
    margin-bottom: 30px;
}

.about-section-seven .bottom-content h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-section-seven form {
    position: relative;
}

.about-section-seven .form-group {
    position: relative;
    margin-bottom: 25px;
}

.about-section-seven input {
    position: relative;
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #eee;
    width: calc(100% - 210px);
    border-radius: 25px;
}

.about-section-seven .theme-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.about-section-seven .phone-number {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--fira-sans);
}



/* Progress Levels */
.progress-levels .progress-box {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 3px;
    margin-left: 0;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 10px;
    border-radius: 5px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: -5%;
    top: 0px;
    width: 0px;
    height: 3px;
    border-bottom: 3px dashed;
    -webkit-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.html .bar .bar-fill {
    background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
    background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
    background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}

.progress-levels .progress-box .percent {
    position: absolute;
    left: -85px;
    top: -43px;
    letter-spacing: 0px;
    font-size: 16px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 2000ms ease 700ms;
    -o-transition: all 2000ms ease 700ms;
    transition: all 2000ms ease 700ms;
    background: #362d45;
}

.progress-levels .progress-box.animated .percent {
    opacity: 1;
}

/* Timeline Section */

.timeline-section {
    position: relative;
    padding: 100px 0 70px;
}

.timeline-section .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 335px;
    background-size: cover;
}

.timeline-section .sec-bg:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #201630;
    opacity: .8;
}

.timeline-section .wrapper-box {
    position: relative;
    overflow: hidden;
}

.timeline-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    flex-direction: row-reverse;
    min-width: 600px;
} 

.timeline-block:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 45px;
    width: 2px;
    background-color: #eee;
    transform: translateX(-50%);
}

.timeline-block:after {
    position: absolute;
    content: "\f13c";
    font-size: 30px;
    color: #ffffff;
    font-family: Flaticon;
    line-height: 48px;
    top: 0;
    left: 50%;
    background: rgb(253, 74, 54);
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #fff;
    transform: translateX(-50%) rotate(90deg);
}

.timeline-block li {
    width: 50%;
    padding-left: 215px;
    position: relative;
    margin-bottom: 62px;
}

.timeline-block li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background-color: #d4d7de;
    border: 9px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-block li:nth-child(even):before {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.timeline-block li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 34px;
    height: 34px;
    background-color: #d4d7de;
    border: 14px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-block li:nth-child(even):after {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.timeline-block li:nth-child(even) {
    padding-left: 0;
    padding-right: 215px;
    text-align: right;
    transform: translateY(127px);
}

.timeline-block .date {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.timeline-block h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.timeline-block .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.timeline-block .theme-btn {
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}

.timeline-block .read-more-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0c2957;
    font-family: var(--fira-sans);
    margin-top: 7px;
    display: inline-block;
}

.timeline-block .read-more-btn i {
    margin-left: 10px;
}

.timeline-block .shape {
    position: absolute;
    left: 55px;
    top: 7px;
}

.timeline-block li:nth-child(even) .shape {
    left: auto;
    right: 55px;
}

/* Experience Section Two */

.experience-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-color: #222;
    background-size: cover;
}

.experience-section-two .progress-levels {
    margin-bottom: 30px;
}

.experience-section-two .progress-box {
    position: relative;
    padding-left: 84px;
    margin-bottom: 30px;
}

.experience-section-two .progress-box h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.experience-section-two .progress-box .parcent {
    position: absolute;.
    left: 0;
    top: 0;
}

.experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:before {
    position: absolute;
    right: -18px;
    top: 2px;
    width: 20px;
    height: 20px;
    opacity: .3;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
}

.experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:after {
    position: absolute;
    right: -15px;
    top: 2px;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
}

.experience-section-two .wrapper-box {
    padding-left: 120px;
}

.experience-section-two .wrapper-box h2 {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg) translateX(0) translateY(-50%);
    -ms-transform: rotate(90deg) translateX(0) translateY(-50%);
    transform: rotate(90deg) translateX(0) translateY(-50%);
    transform-origin: 0;
    font-size: 50px;
    opacity: .2;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.experience-section-two .counter-column {
    margin-bottom: 50px;
}

.experience-section-two .counter-column .counter-title {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.experience-section-two .counter-column .count-box {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
}

.experience-section-two .counter-column .text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: var(--fira-sans);
    margin-bottom: 15px;
}

.experience-section-two .counter-column a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.experience-section-two .counter-column a i {
    margin-right: 7px;
}

/* Why Choose Us Section Three */

.why-choose-us-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.why-choose-us-section-three .wrapper-box {
    overflow: hidden;
}

.why-choose-us-section-three .outer-box {
    position: relative;
    margin: -2px;
}

.why-choose-us-section-three .whay-choose-block {
    border: 1px solid #f5f5f5;
    padding: 0;
    padding-left: 30px;
    padding-top: 50px;
}

.why-choose-us-section-three .whay-choose-block .icon:before {
    background-image: url(../images/shape/pattern-18.png);
}

.why-choose-us-section-three .whay-choose-block h4 {
    color: #0c2957;
}

.why-choose-us-section-three .whay-choose-block .text {
    color: #0c2957;
}

.why-choose-us-section-three .whay-choose-block .icon span {
    border-radius: 0;
    background: #fff;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.why-choose-us-section-three .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

/* Features Section */

.features-section-six {
    position: relative;
    padding: 100px 0 0px;
    background-color: white;
}

.features-section-six .auto-container {
    max-width: 100%;
    padding: 0;
}

.features-section-six .content {
    max-width: 585px;
    margin: 0 auto;
    margin-right: 0;
    padding-left: 15px;
}

.features-section-six .video-box {
    position: relative;
    text-align: right;
    margin-bottom: -70px;
}

.features-section-six .video-box .image {
    position: relative;
}

.features-section-six .video-box .image:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 270px;
}

.features-section-six .video-box .image img {
    position: relative;
}

.features-section-six .video-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    line-height: 116px;
    border-radius: 50%;
    z-index: 9;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.features-section-six .whay-choose-block {
    position: relative;
}

.features-section-six .whay-choose-block .icon:before {
    /*background-image: url(../images/shape/pattern-18.png);*/
}

.features-section-six .whay-choose-block h4 {
    color: #0c2957;
}

.features-section-six .whay-choose-block .text {
    color: #0c2957;
}

.features-section-six .whay-choose-block .icon span {
    border-radius: 0;
    background: #f1f5f8;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.features-section-six .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

/* Testimonail Section Eleven */

.testimonial-section-eleven {
    position: relative;
    background-color: #201630;
    padding: 100px 0 0;
    margin-bottom: 100px;
}

.testimonial-section-eleven .wrapper-box {
    position: relative;
}

.testimonial-section-eleven .client-block {
    position: absolute;
    left: 8%;
    top: 20%;
    cursor: pointer;
}

.testimonial-section-eleven .client-block:nth-child(2) {
    left: 24%;
    top: -34px;
}

.testimonial-section-eleven .client-block:nth-child(3) {
    left: 21.5%;
    top: auto;
    bottom: 23%;
}

.testimonial-section-eleven .client-block:nth-child(4) {
    left: 42.5%;
    bottom: 40.5%;
    top: auto;
}

.testimonial-section-eleven .client-block:nth-child(5) {
    left: 57%;
    top: 9%;
}

.testimonial-section-eleven .client-block:nth-child(6) {
    right: 16%;
    top: 24.5%;
    left: auto;
}

.testimonial-section-eleven .client-block:nth-child(7) {
    right: 13%;
    top: -2.5%;
    left: auto;
}

.testimonial-section-eleven .client-block .thumb {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transition: .5s;
}

.testimonial-section-eleven .client-block .thumb:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid #fff;
} 

.testimonial-section-eleven .client-block .content {
    opacity: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 210px;
    padding: 10px 20px;
    text-align: center;
    bottom: 30px;
    left: 50%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transform: translateY(-20px) translateX(-50%);
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    z-index: 9;
    pointer-events: none;
}

.testimonial-section-eleven .client-block .content:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -23px;
    border: 15px solid transparent;
    border-top-color: #fff;
    transform: translateX(-50%);
}

.testimonial-section-eleven .client-block:hover .content {
    opacity: 1;
    transform: translateY(4px) translateX(-50%);
}

.testimonial-section-eleven .client-block .content h4 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-section-eleven .client-block .content h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
}

.testimonial-block-seven {
    position: relative;
    z-index: 9;
}

.testimonial-block-seven .image {
    position: relative;
    width: 44%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}

.testimonial-block-seven .inner-box {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.testimonial-block-seven .content {
    position: relative;
    width: 56%;
    padding: 30px;
    padding-left: 60px;
}

.testimonial-block-seven .logo {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-seven .logo img {
    width: auto;
    margin: 0 auto;
    line-height: 56px;
    display: inline-block;
}

.testimonial-block-seven .text {
    position: relative;
    color: #0c2957;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 16px;
}

.testimonial-block-seven .author-box {
    position: relative;
    margin-bottom: 5px;
}

.testimonial-block-seven .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-block-seven .author-box span {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.testimonial-section-eleven .testimonial-outer {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(50%);
    border-radius: 6px;
    margin-top: -50px;
}







