/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Main Slider
# Page Header
# Google Map
# Client Carousel
# Blog Details
# Blog Sidebar
# Footer
# FAQ
# Testimonials
# Why Choose
# Funfact
# Call To Action
# Trusted Company
# Features
# Services
# About
# Video
# team
# contact
# credit Card
# How Works
# update 20-12-2022
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-120 {
    margin-top: 120px;
}
.mt--60 {
    margin-top: -60px;
}
.mt--120 {
    margin-top: -120px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb--60 {
    margin-bottom: -60px;
}
.mb--120 {
    margin-bottom: -120px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-142 {
    padding-top: 142px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
ul.main-menu__list.header-search {
    margin-left: auto;
}
.logged-in ul.main-menu__list.header-search {
    margin-left: 0;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-card {
    background-color: var(--thm-black);
    position: relative;
}
.video-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: grayscale(100%);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.video-card .container {
    position: relative;
}
.video-card .container p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}
.video-card .container p img {
    margin-right: 10px;
}
.video-card .container h3 {
    margin: 0;
    color: #fff;
    letter-spacing: -0.04em;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 45px;
}
@media (max-width: 575px) {
    .video-card .container h3 {
        font-size: 40px;
    }
    .video-card .container h3 br {
        display: none;
    }
}
@media (max-width: 375px) {
    .video-card .container h3 {
        font-size: 30px;
    }
}
.video-card__btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-card__btn {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    margin-left: 30px;
    background-color: var(--thm-primary);
    color: #fff;
}
.video-card__btn:hover {
    color: var(--thm-primary);
    background-color: #fff;
}
.video-card-two {
    padding-top: 100px;
    position: relative;
    z-index: 11;
}
.video-card-two .inner-container {
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #242323;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 65px;
    padding-bottom: 20px;
    position: relative;
    z-index: 11;
}
@media (max-width: 991px) {
    .video-card-two .inner-container {
        padding-top: 40px;
        padding-bottom: 30px;
        text-align: center;
        padding-right: 20px;
        border-radius: 4px !important;
    }
}
.video-card-two h3 {
    margin: 0;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #fff;
    padding-left: 22px;
    position: relative;
    left: 30px;
}
@media (max-width: 1199px) {
    .video-card-two h3 {
        left: 0;
        font-size: 30px;
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    .video-card-two h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
    }
}
.video-card-two p {
    margin: 0;
    padding-left: 70px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #9e9e9e;
}
@media (max-width: 1199px) {
    .video-card-two p {
        padding-left: 0;
    }
}
.video-card-two__box {
    display: inline-block;
    position: relative;
}
@media (max-width: 991px) {
    .video-card-two__box {
        width: 251px;
        height: 251px;
        margin-left: auto;
        display: block;
        margin-right: auto;
    }
}
.video-card-two__box>img {
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .video-card-two__box>img {
        max-width: 100%;
    }
}
.video-card-two__box-btn {
    width: 56px;
    height: 56px;
    background-color: var(--thm-base);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    transition: 500ms ease;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%);
}
.video-card-two__box-btn:hover {
    color: #fff;
    background-color: var(--thm-primary);
}
@media (max-width: 575px) {
    .video-card-two__box-btn {
        top: 50%;
        right: auto;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}
.team-3-col {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
@media (min-width: 576px) {
    .team-3-col {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .team-3-col {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.team-4-col {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
@media (min-width: 576px) {
    .team-4-col {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1200px) {
    .team-4-col {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.team-card {
    position: relative;
}
.team-card:hover .team-card__social {
    opacity: 1;
    visibility: visible;
}
.team-card__image {
    border-top-left-radius: 185px;
    border-top-right-radius: 185px;
    overflow: hidden;
}
.team-card__image>img {
    width: 100%;
}
.team-card__social {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
}
.team-card__social a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--thm-secondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    transition: 500ms ease;
}
.team-card__social a+a {
    margin-left: 10px;
}
.team-card__social a:hover {
    background-color: #fff;
    color: var(--thm-secondary);
}
.team-card__social a:nth-child(2) {
    transform: translateY(-50%);
    background-color: var(--thm-special);
    color: #fff;
}
.team-card__social a:nth-child(2):hover {
    color: var(--thm-special);
    background-color: #fff;
}
.team-card__social a:nth-child(3) {
    transform: translateY(-50%);
    background-color: var(--thm-base);
    color: #fff;
}
.team-card__social a:nth-child(3):hover {
    color: var(--thm-base);
    background-color: #fff;
}
.team-card__social a:nth-child(4) {
    background-color: var(--thm-primary);
    color: #fff;
}
.team-card__social a:nth-child(4):hover {
    color: var(--thm-primary);
    background-color: #fff;
}
.team-card__content {
    background-color: var(--thm-secondary);
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    border-radius: 4px;
}
.team-card__content h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}
.team-card__content p {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.content-bg-1 .team-card__content {
    background-color: var(--thm-secondary);
}
.content-bg-2 .team-card__content {
    background-color: var(--thm-base);
}
.content-bg-3 .team-card__content {
    background-color: var(--thm-primary);
}
.content-bg-4 .team-card__content {
    background-color: var(--thm-special);
}
.content-bg-5 .team-card__content {
    background-color: #4bb2ed;
}
.content-bg-6 .team-card__content {
    background-color: #c94bed;
}
.team-4-col .team-card__content {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -20px;
}
.team-about {
    background-repeat: no-repeat;
    background-position: center center;
}
.team-about__top {
    margin-bottom: 50px;
}
.team-about__top .block-title {
    margin-bottom: 0;
}
.team-about__top-text {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 25px;
}
@media (min-width: 992px) {
    .team-about__top-text {
        padding-right: 40px;
        margin-top: 0;
    }
}
.blog-card {
    margin-bottom: 40px;
}
.blog-card__image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.blog-card__image img {
    max-width: 100%;
    border-radius: 4px;
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.grid-post-item .blog-card__image img{
    margin-bottom: 20px;
}
.grid-post-item .blog-card{
    margin-bottom: 0;
}
.blog-card__image>span {
    background-color: var(--thm-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 4px;
    z-index: 10;
    padding: 12px 20px;
}
.blog-card__image a {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.blog-card:hover .blog-card__image img {
    transform: scale(1.10);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.blog-card__content {
    background-color: #fff;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 20px 30px;
    position: relative;
    border-radius: 4px;
}
.top-margin {
    margin-top: -3px;
}
.blog-card__meta{
    margin-bottom: 10px;
}
.blog-card__content h3 {
    font-size: 28px;
    color: var(--thm-black);
    margin-bottom: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.blog-card__content h3 a {
    color: inherit;
    transition: all 500ms ease;
}
.blog-card__content h3 a:hover {
    color: var(--thm-base);
}
.blog-card__meta {
    align-items: center;
}
.blog-card__meta span{
    position: relative;
}
.blog-card__meta span:after {
    background-color: #CCC;
    display: inline-block;
    content: "";
    width: 1px;
    height: 16px;
    vertical-align: middle;
    margin: 0 12px;
}
.blog-card__meta span:last-child:after{
    background-color: transparent;
    display: none;
}
.blog-card__meta span.blog_comment>span{
    font-size: 13px;
}
.blog-card__meta a {
    align-items: center;
    color: var(--thm-color);
    transition: all 500ms ease;
    font-size: 13px;
    line-height: 1;
}
.blog-card__meta a+a {
    margin-left: 7px;
}
.blog-card__meta a>i {
    color: var(--thm-base);
    transition: all 500ms ease;
    margin-right: 5px;
}
.blog-card__meta a:hover,.readmore-card-link:hover,.blog_comment a:hover {
    color: var(--thm-base);
}
.blog-card__meta a:hover>i {
    color: var(--thm-black);
}
.blog-card__meta span.cat-links:before {
    content: "\f07b";
    font-family: 'Font Awesome 5 Pro';
    color: #008fd5;
    transition: all 500ms ease;
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
}
.blog-card__meta .byline_author:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Pro';
    color: #008fd5;
    transition: all 500ms ease;
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
}
.blog-card-bottom {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 20px;
}
.blog-card-bottom-readmore {
    display: block;
    margin-top: 0;
}
.readmore-card-link {
    position: relative;
    color: var(--thm-color);
    transition: all .5s ease;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    transition: all .5s ease;
    outline: none;
}
.readmore-card-link>i {
    font-size: 16px;
    margin-right: 10px;
}
.blog_comment a {
    color: var(--thm-color);
    font-size: 14px;
}
.blog-details .blog_comment a{
    font-size: 13px;
}
.blog-card__meta span+span {   
}
span.blog_comment:before {
    content: "\f086";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-right: 5px;
    color: var(--thm-base);
    transition: all 500ms ease;
    font-size: 14px;
}
.blog-card__author {
    font-size: 14px;
    font-weight: 500;
    color: #798490;
}
.blog-card__author img {
    border-radius: 50% !important;
    margin-right: 10px;
}
.blog-card__author img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.blog-card__author span.author.vcard a {
    font-size: 14px;
    font-weight: 500;
    color: #798490;
    text-transform: capitalize;
}
.blog-card__author span.author.vcard a:hover {
    color: #008fd5;
}
.sticky .blog-card__content::before,
.tag-sticky::before{
  background:#f96921;
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  z-index: 1;
  font-family: FontAwesome;
  content: "\f097";
  color: #FFF;
  font-size:16px;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
  right:0;
  top: 0;
}
/* Style Two */
.blog-card-two
{
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.blog-card-two .blog-card-two__image
{
    position: relative;
}
.blog-card-two .blog-card-two__image .blog-card__cat
{
    position: absolute;
    padding: 5px 20px;
    background-color: var(--thm-base);
    color: #fff;
    left: 30px;
    bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.blog-card-two .blog-card-two__image .blog-card__cat .cat-links
{
    position: relative;
}
.blog-card-two .blog-card-two__image .blog-card__cat .cat-links a
{
    color: #fff;
}
.blog-card-two .blog-card-two__image .blog-card__cat .cat-links a + a
{
    margin-left: 5px;
}
.blog-card-two .blog-card-two__content
{
    position: relative;
    padding: 30px 30px;
}
.blog-card-two .blog-card-two__content .blog-card-two__title
{
    position: relative;
}
.blog-card-two .blog-card-two__content .blog-card-two__title h5
{
    position: relative;
    margin-bottom: 0;
    font-size: 26px;
}
.blog-card-two .blog-card-two__content .blog-card-two__title h5 a
{
    transition: 0.5s ease;    
}
.blog-card-two .blog-card-two__content .blog-card-two__title h5 a:hover
{
    color: var(--thm-base);
}
.blog-card-two .blog-card-two__content .blog-card-two__meta
{
    position: relative;
    display: flex;
    align-items: center;
}
.blog-card-two .blog-card-two__content .blog-card-two__title + .blog-card-two__meta
{
    margin-top: 15px;
}
.blog-card-two .blog-card-two__content .blog-card-two__meta .author_img
{
    position: relative;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.blog-card-two .blog-card-two__content .blog-card-two__meta .author_img img
{
    position: relative;
    height: 54px;
    width: 54px;
    object-fit: cover;
}
.blog-card-two .blog-card-two__content .blog-card-two__meta .author_name h6
{
    margin-bottom: 0;
}
.blog-card-two .blog-card-two__content .blog-card-two__meta .author_name h6 a
{
    position: relative;
    transition: all 0.3s ease;
}
.blog-card-two .blog-card-two__content .blog-card-two__meta .author_name .blog-comment-date
{
    position: relative;
}
.blog-card-two .blog-card-two__content .blog-card-two__meta .author_name .blog-comment-date a
{
    color: var(--thm-base);
}
@media(max-width:  991px)
{
    .blog-card-two .blog-card-two__image img
    {
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --thm-font: "Inter", sans-serif;
    --heading-font: "Rajdhani", serif;
    --thm-color: #555c63;
    --thm-color-rgb: 121, 132, 144;
    --thm-base: #008fd5;
    --thm-base-rgb: 0, 143, 213;
    --thm-primary: #004aa1;
    --thm-primary-rgb: 0, 74, 161;
    --thm-secondary: #ed4b4b;
    --thm-secondary-rgb: 237, 75, 75;
    --thm-special: #5366c2;
    --thm-special-rgb: 83, 102, 194;
    --thm-black: #0c2139;
    --thm-black-rgb: 12, 33, 57;
    --thm-black2: #1d1c1c;
    --thm-black2-rgb: 29, 28, 28;
    --thm-text-dark: #8e96a0;
    --thm-text-dark-rgb: 142, 150, 160;
}
body {
    font-family: var(--thm-font);
    color: var(--thm-color);
    font-size: 15px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--thm-black);
    -ms-word-wrap: break-word;
    word-wrap: break-word;    
    text-rendering: optimizeLegibility;
}
@media (max-width: 575px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}
@media (max-width: 575px) {
    p br {
        display: none;
    }
}
::placeholder {
    color: inherit;
    opacity: 1;
}
.background-base {
    background-color: var(--thm-base);
}
.background-primary {
    background-color: var(--thm-primary);
}
.background-secondary {
    background-color: var(--thm-secondary);
}
.background-special {
    background-color: var(--thm-special);
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.thm-btn {
    display: inline-block;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-base);
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 15px 30px;
    transition: 500ms;
    background-color: var(--thm-base);
    color: #fff;
}
.thm-btn:hover,
.thm-btn:focus {
    color: var(--thm-base);
    background-color: #fff;
}
.block-text {
    font-size: 18px;
    line-height: 1.88;
    color: var(--thm-color);
    margin-bottom: 0;
}
.block-title {
    margin-bottom: 30px;
}
@media (max-width: 425px) {
    .block-title {
        margin-bottom: 30px;
    }
}
.block-title p {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    color: var(--thm-color);
    margin: 0;
    line-height: 1;
    position: relative;
    top: -10px;
}
.block-title p::after {
    content: '';
    width: 43px;
    height: 3px;
    background-color: var(--thm-base);
    border-radius: 4px;
    margin-left: 10px;
}
.block-title .title-block {
    margin: 0;
    color: var(--thm-black);
    font-size: 40px;
    line-height: 1.1;
}
.block-title.mb-20{
    margin-bottom: 20px;
}
.block-title.mb-15{
    margin-bottom: 15px;
}
.block-title.mb-10{
    margin-bottom: 10px;
}
.contact-one__form label strong{
    font-size: 12px !important;
}
p.small-title{
    font-size: 15px;
}
@media (min-width: 1200px) {
    .block-title .title-block {
        font-size: 44px;
        line-height: 1.2;
    }
}
@media (max-width: 575px) {
    .block-title .title-block br {
        display: none;
    }
}
.ul-list-one {
    margin-bottom: 0;
}
.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-black);
}
ul ul {
    list-style-type: circle;
}
@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 20px;
    }
}
.ul-list-one li::before {
    content: "\e907";
    color: var(--thm-secondary);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
}
.preloader,
.preloaders {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999999;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
.preloader__image,
.preloader__image1 {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.preloader__image1 {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}
/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: var(--thm-base);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
    transition: all .4s ease;
}
.scroll-to-top i {
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
}
.scroll-to-top:hover {
    background-color: var(--thm-black);
}
.scroll-to-top:hover i {
    color: #fff;
}
/* post paginations */
.post-pagination,
nav.navigation.pagination .page-numbers {
    margin-bottom: 0;
    margin-top: 0px;
}
.navigation.pagination{
    margin-top: 20px;
}
@media (min-width: 992px) {
    .post-pagination,
    nav.navigation.pagination .page-numbers {
        margin-top: 0px;
    }
}
.post-pagination a,
nav.navigation.pagination .page-numbers a,
nav.navigation.pagination .page-numbers span.page-numbers.current {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: #eff2f6;
    align-items: center;
    justify-content: center;
    color: var(--thm-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    transition: 500ms ease;
}
nav.navigation.pagination .page-numbers span.page-numbers.current {
    background: var(--thm-base);
    color: #fff;
}
.post-pagination a:hover,
nav.navigation.pagination .page-numbers a:hover {
    background-color: var(--thm-primary);
    color: #fff;
}
.post-pagination li:first-child a,
nav.navigation.pagination .page-numbers li:first-child a {
    background-color: var(--thm-base);
    color: #fff;
}
.post-pagination li+li,
nav.navigation.pagination .page-numbers li+li {
    margin-left: 10px;
}
nav.navigation.pagination ul.page-numbers {
    list-style: none;
    padding: 0;
}
nav.navigation.pagination ul.page-numbers li {
    display: inline-block;
}
nav.navigation.pagination {
    justify-content: center;
    width: 100%;
}
/* custom animations */
@-webkit-keyframes shapeMover {
    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}
@keyframes shapeMover {
    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one .form-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 0;
}
@media (min-width: 576px) {
    .form-one .form-group {
        grid-template-columns: 1fr 1fr;
    }
}
.form-one .form-control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
}
.form-one .form-control-full {
    grid-column-start: 1;
    grid-column-end: -1;
}
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
    display: block;
    width: 100%;
    height: 73px;
    border-radius: 36.5px;
    background-color: #f1f1f1;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
}
.form-one textarea {
    border-radius: 30px;
    height: 195px;
    padding-top: 20px;
}
.form-one .thm-btn {
    padding: 24.5px 57.5px;
}
.form-one .thm-btn:hover {
    background-color: var(--thm-primary);
    color: #fff;
}
/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-menu .container {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}
@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}
.main-menu .main-menu__list,
.stricky-header .main-menu__list {
    margin-left: auto;
    padding-right: 0px;
    margin-right: 30px;
}
ul.main-menu__list.header-search {
    margin-left: 0;
    border-right: 1px solid #e6eaef;
    padding-right: 30px;
}
.main-header.main-header__two ul.main-menu__list.header-search {
    border-right-color: rgba(255, 255, 255, 0.1);
}
ul.main-menu__list.header-search li.search-btn {
    margin-left: 0;
}
.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 14px;
    padding-bottom: 14px;
}
.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}
.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 500ms;
    position: relative;
    color: var(--thm-color);
    font-weight: 500;
}
.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background-color: var(--thm-base);
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 500ms ease;
}
.main-menu .main-menu__list>li.current-menu-item>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current-menu-item>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-black);
    text-shadow: 0px 0 0 currentColor;
}
.main-menu .main-menu__list>li.current-menu-item>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.main-menu .main-menu__list li.current-menu-parent a::before,
.main-menu .main-menu__list li.current-menu-ancestor a::before,
.stricky-header .main-menu__list>li.current-menu-item>a::before,
.stricky-header .main-menu__list li.current-menu-parent a::before,
.stricky-header .main-menu__list li.current-menu-ancestor a::before,
.stricky-header .main-menu__list>li:hover>a::before
 {
    transform-origin: right center;
    transform: scale(1, 1);
}
.main-menu .main-menu__list li.search-btn,
.stricky-header .main-menu__list li.search-btn {
    margin-left: 30px;
}
.main-menu .main-menu__list li.search-btn a::before,
.stricky-header .main-menu__list li.search-btn a::before {
    display: none;
}
.main-menu .main-menu__list li.search-btn i,
.stricky-header .main-menu__list li.search-btn i {
    font-size: 20px;
}
.main-menu .main-menu__list li.cart-btn a,
.stricky-header .main-menu__list li.cart-btn a {
    position: relative;
}
.main-menu .main-menu__list li.cart-btn span,
.stricky-header .main-menu__list li.cart-btn span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: var(--thm-font);
    background-color: var(--thm-primary);
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%) translateX(50%);
    transition: background-color 500ms, color 500ms;
}
.main-menu .main-menu__list li.cart-btn:hover span,
.stricky-header .main-menu__list li.cart-btn:hover span {
    background-color: #fff;
    color: var(--thm-black);
}
.main-menu .main-menu__list li.cart-btn i,
.stricky-header .main-menu__list li.cart-btn i {
    font-size: 23px;
}
.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}
.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}
.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}
.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), 0.1);
}
.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 16px;
    line-height: 30px;
    color: var(--thm-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 500ms;
    font-weight: 500;
}
.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-primary);
    color: #fff;
}
.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}
.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}
.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: block;
}
.main-header__info-phone {
    display: flex;
    align-items: flex-start;
}
.main-header__info-phone>i {
    font-size: 32px;
    color: var(--thm-base);
}
.main-header__info-phone-content {
    margin-left: 20px;
}
.main-header__info-phone-content span {
    display: block;
    color: var(--thm-color);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.main-header__info-phone-content h3 {
    font-size: 20px;
    margin: 0;
    line-height: 1;
    color: var(--thm-black);
}
.main-header__info-phone-content h3 a {
    color: inherit;
    transition: all 500ms ease;
}
.main-header__info-phone-content h3 a:hover {
    color: var(--thm-base);
}
.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
    transition: 500ms;
}
@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}
.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-primary);
}
.stricky-header {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    transform: translateY(-110%);
    transition: transform 500ms ease;
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.20);
}
@media (max-width: 1199px) {
    .stricky-header {
        display: none;
    }
}
.stricky-header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.stricky-header.stricky-fixed {
    transform: translateY(0);
}
.topbar {
    background-color: #eff2f6;
}
@media (max-width: 991px) {
    .topbar {
        display: none !important;
    }
}
.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.topbar__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.topbar__left>a {
    font-size: 14px;
    color: var(--thm-color);
    transition: all 500ms ease;
    display: flex;
    align-items: center;
}
.topbar__left>a:hover {
    color: var(--thm-base);
}
.topbar__left>a:not(:last-of-type)::after {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}
.topbar__social {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 30px;
}
.topbar__social a {
    color: var(--thm-black);
    font-size: 14px;
    transition: all 500ms ease;
    display: flex;
    line-height: 42px;
}
.topbar__social a:hover {
    color: var(--thm-primary);
}
.topbar__social a+a {
    margin-left: 24px;
}
.topbar__right {
    display: flex;
    align-items: center;
}
.topbar__right>a {
    color: var(--thm-color);
    font-size: 14px;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
}
.topbar__right>a+a {
    margin-left: 30px;
}
.topbar__right>a>i {
    font-size: 14px;
    color: var(--thm-base);
    transition: all 500ms ease;
    margin-right: 10px;
}
.topbar__right>a:hover {
    color: var(--thm-base);
}
.topbar__right>a:hover>i {
    color: var(--thm-black);
}
.main-menu__two {
    background-color: #0c2139;
}
.main-menu__two .main-menu__list {
    border-right-color: rgba(255, 255, 255, 0.1);
}
.main-menu__two .main-menu__list>li>a {
    color: var(--thm-text-dark);
}
.main-menu__two .main-menu__list>li.current-menu-item>a,
.main-menu__two .main-menu__list>li:hover>a {
    color: #fff;
}
.main-menu__two .main-header__info-phone-content span {
    color: var(--thm-text-dark);
}
.main-menu__two .main-header__info-phone-content h3 {
    color: #fff;
}
.main-menu__two .mobile-nav__toggler {
    color: var(--thm-text-dark);
}
.main-menu .logo-box {
    display: flex;
    align-items: center;
}
.main-header.main-header__three .topbar__right>a
{
    position: relative;
    color: #cecece;
    font-size: 13px;
    margin: 0;
    margin-right: 30px;
}
.main-header.main-header__three .topbar__right>a:last-of-type:after
{
    content: '|';
    color: #cecece;
    position: absolute;
    right: -30px;
}
.main-header.main-header__three .topbar__social
{
    background-color: transparent;
    padding-right: 0;
    margin: 0;
}
.main-header.main-header__three .topbar__social>a
{
    color: #fff;
    font-size: 13px;
}
@media (max-width: 425px) {
    .main-menu .logo-box {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 1199px) {
    .main-menu .logo-box .mobile-nav__toggler {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .main-menu .main-header__info {
        margin-left: auto;
    }
}
@media (max-width: 425px) {
    .main-menu .main-header__info {
        display: none;
    }
}
/* Header Three */
.main-header.main-header__three
{
    z-index: 2;
}
.main-header.main-header__three .main-header-inner,
.stricky-header .sticky-header__content.style-three
{
    position: relative;
    display: flex;
}
.main-header.main-header__three .logo-box,
.stricky-header .sticky-header__content.style-three .logo-box
{
    position: relative;
    width: 240px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
}
.stricky-header .sticky-header__content.style-three .logo-box
{
    padding: 17px 20px;
}
.main-header.main-header__three .logo-box a,
.stricky-header .sticky-header__content.style-three .logo-box a
{
    display: block;
}
.main-header.main-header__three .menu-box
{
    position: relative;
    width: calc(100% - 240px);
}
.stricky-header .sticky-header__content.style-three .container
{
    position: relative;
    max-width: calc(100% - 240px);
    padding: 0 35px;
}
.main-header.main-header__three.stricky-header
{
    z-index: 9999999;
    border: none;
}
.main-header.main-header__three .topbar
{
    position: relative;
    background-color: var(--thm-primary);
    display: flex;
    width: 100%;
    padding: 0 35px;
    align-items: center;
    height: 40px;
    justify-content: space-between;
}
.main-header.main-header__three .topbar .topbar__left>a
{
    position: relative;
    color: #cecece;
    font-size: 13px;
}
.main-header.main-header__three .topbar .topbar__left>a+a
{
    margin-left: 30px;
}
.main-header.main-header__three .topbar .topbar__left>a:not(:last-of-type)::after
{
    content: '|';
    position: absolute;
    right: -27px;
}
.main-header.main-header__three .topbar .topbar__left>a>i
{
    margin-right: 10px;
}
.main-menu.main-menu__three
{
    position: relative;
}
.main-menu.main-menu__three .container
{
    max-width: 100%;
    padding: 0;
    background-color: rgb(12 33 57 / 65%);
}
.main-menu.main-menu__three .menu-toggler
{
    padding: 25px 0;
}
@media (max-width: 1199px)
{
    .main-menu.main-menu__three .container
    {
        padding-left: 35px;
    }
}
.main-menu.main-menu__three .container .mobile-nav__toggler
{
    color: #fff;
}
.main-menu.main-menu__three .main-menu__list,
.stricky-header .sticky-header__content.style-three .main-menu__list
{
    margin: 0;
}
.main-menu.main-menu__three .main-menu__list>li,
.stricky-header .sticky-header__content.style-three .main-menu__list>li
{
    padding: 0;
}
.main-menu.main-menu__three .main-menu__list>li>a
{
    color: #fff;
    padding: 25px 30px;
}
@media(max-width: 1299px)
{
    .main-menu.main-menu__three .main-menu__list>li>a
    {
        padding: 25px;
    }
}
.stricky-header .sticky-header__content.style-three .main-menu__list>li>a
{
    padding: 25px 30px;
    color: var(--thm-black);
}
.main-menu.main-menu__three .main-menu__list>li>a:hover,
.main-menu.main-menu__three .main-menu__list>li.current-menu-ancestor>a
{
    background-color: rgba(255, 255, 255, 0.1);
}
.main-menu.main-menu__three .main-menu__list>li>a:hover:before,
.main-menu.main-menu__three .main-menu__list>li.current-menu-ancestor>a:before,
.stricky-header .sticky-header__content.style-three .main-menu__list>li>a::before
{
    border-radius: 0;
}
.main-menu.main-menu__three .main-menu__list>li+li,
.stricky-header .sticky-header__content.style-three .main-menu__list>li+li
{
    margin-left: 0;
}
.main-menu.main-menu__three .main-menu__list.header-search,
.stricky-header .sticky-header__content.style-three .main-menu__list.header-search
{
    margin-left: auto;
    border-right: 0;
}
.main-menu.main-menu__three .main-menu__list.header-search
{
    padding-right: 30;
}
.main-menu.main-menu__three .main-menu__list.header-search >li> a
{
    color: #fff;
    padding: 28px 30px;
}
@media(max-width: 1299px)
{
    .main-menu.main-menu__three .main-menu__list.header-search >li> a
    {
        padding: 28px 20px;
    }
}
.main-menu.main-menu__three .main-menu__list li.search-btn:hover a
{
    color: #fff;
}
.main-menu.main-menu__three .main-header__info
{
    padding: 20px 30px;
    background-color: var(--thm-base);
}
@media(max-width: 1199px)
{
     .main-header.main-header__three .topbar
    {
        display: none;
    }
}
@media(max-width: 991px)
{
    .main-menu.main-menu__three .main-header__info
    {
        padding: 22px 30px;
    }
}
@media(max-width: 599px)
{
    .main-menu.main-menu__three .main-header__info
    {
        display: none;
    }
}
.main-menu.main-menu__three .main-header__info .main-header__info-phone>i,
.main-menu.main-menu__three .main-header__info .main-header__info-phone-content span,
.main-menu.main-menu__three .main-header__info .main-header__info-phone-content h3
{
    color: #fff;
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}
@keyframes shapeMover {
    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}
@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    z-index: 9999;
}
.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
.mobile-nav__wrapper.expanded {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: .8;
    cursor: pointer;
}
.mobile-nav__content {
    width: 100%;
    max-width: 400px;
    background-color: rgba(12,33,57,0.98);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    visibility: hidden;
    transform: translateX(51%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;    
    opacity:0;
}
.mobile-nav__wrapper.expanded .mobile-nav__content{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 900ms ease 900ms, visibility 900ms ease 900ms, transform 900ms ease 900ms;    
}
.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}
.mobile-nav__content .logo-box {
    margin-bottom: 30px;
    display: flex;
}
.mobile-nav__close {
    position: absolute;
    top: 36px;
    right: 36px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}
.mobile-nav__close::after, .mobile-nav__close::before {
    content: '';
    width: 2px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    background-color: #fff;
}
.mobile-nav__close::after {
    transform: rotate(-45deg);
}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list ul.sub-menu li {
   margin-left: 1em;
}
.mobile-nav__content .main-menu__list ul ul.sub-menu li {
    margin-left: 1em;
}
.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-family: var(--thm-font);
    font-weight: 400;
    height: 46px;
    align-items: center;
    transition: 500ms;
}
.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-base);
}
.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}
.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}
.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}
.mobile-nav__wrapper .mobile-nav__content .cart-toggler a{
    position: relative;
    display: initial;
}
.mobile-nav__wrapper .mobile-nav__content .cart-btn .cart-count{
    position: absolute;
    right: -13px;
    top: -12px;
    background-color: var(--thm-base);
    height: 18px;
    width: 18px;
    line-height: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
}
.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.mobile-nav__language {
    display: flex;
    align-items: center;
}
.mobile-nav__language img {
    border-radius: 50%;
    margin-right: 10px;
}
.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 70px;
}
.mobile-nav__language .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    color: #fff;
}
.mobile-nav__social {
    display: flex;
    align-items: center;
}
.mobile-nav__social a {
    font-size: 16px;
    color: #fff;
    transition: 500ms;
    margin-right: 12px;
}
.mobile-nav__social a+a {
    margin-left: 10px;
}
.mobile-nav__social a:hover {
    color: var(--thm-primary);
}
.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mobile-nav__contact li {
    color: #fff;
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.mobile-nav__contact li+li {
    margin-top: 15px;
}
.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
}
.mobile-nav__contact li a:hover {
    color: var(--thm-primary);
}
.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}
.mobile-nav__container .logo-box {
    display: none;
}
.mobile-nav__container .main-header__info {
    display: none;
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 991;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}
.search-popup.active {
    transform: translateY(0%);
}
.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.75;
    cursor: pointer;
}
.search-popup__content {
    width: 100%;
    max-width: 560px;
}
.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 20px;
    margin-bottom: 0;
}
.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
}
.search-popup__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}
.search-popup__content .thm-btn i {
    margin: 0;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    background-color: var(--thm-black);
    position: relative;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 90px;
    padding-bottom: 90px;
}
.page-builder-not-used .page-header .container {
    margin-bottom: 90px;
}
.widget select{
    width: 100%;
}
.page-header.front-post-header{
    margin-bottom: 0;
}
.page-builder-not-used .page-header.front-post-header .container{
     margin-bottom: 0;
}
@media (max-width: 480px) {
    .page-header .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.page-header .container h2 {
    margin: 0;
    color: #fff;
    font-size: 54px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: 0.5px;
}
@media (max-width: 480px) {
    .page-header .container h2 {
        font-size: 32px;
    }
}
.thm-breadcrumb {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,.85);
    display: inline-block;
    margin-bottom: 20px;
    background: rgba(255,255,255,.09);
    padding: 11px 21px 11px 11px;
    border-radius: 4px;
    text-transform: capitalize;
}
.thm-breadcrumb a {
    padding-bottom: 3px;
}
.thm-breadcrumb span,
.thm-breadcrumb li {
    padding-bottom: 0px;
    display: inline-block;
    color: rgba(255,255,255,.85);    
}
.thm-breadcrumb.list-unstyled span >a {
    margin: 0 10px;
}
.thm-breadcrumb span
.thm-breadcrumb li:not(:last-of-type) {
    margin-right: 10px;
}
.thm-breadcrumb.list-unstyled span .current-item{
    margin-left: 10px;
}
.thm-breadcrumb.list-unstyled a:hover span{
    color: rgba(255,255,255,0.95);
}
/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map__home-two {
    width: 100%;
}
.google-map__home-two iframe {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 550px;
}
/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel__has-border-top {
    border-top: 1px solid #e6eaef;
}
.client-carousel__has-top-shadow {
    box-shadow: 0px -1px 0px 0px RGBA(227, 227, 227, 0.004);
}
.client-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-carousel.hover-effect-no img{
    opacity: 0.8;
}
.client-carousel.hover-effect-yes img {
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}
.client-carousel.hover-effect-yes img:hover {
    opacity: .8;
}
.client-carousel .title-box .small-title
{
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--thm-base);
}
.client-carousel .title-box h4
{
    margin-bottom: 0;
}
@media (max-width: 991px)
{
    .client-carousel .title-box h4
    {
        margin-bottom: 40px; 
    }   
}
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details .blog-card__image {
    margin-bottom: 20px;
}
.blog-details__content {
    margin-top: 10px;
    line-height: 1.66;
}
.blog-details__content p,.page-area p {
    margin: 0;
}
.blog-details__content p+p{
}
.blog-details__content p,.page-area p {
   margin-bottom: 20px;
   line-height: 1.66;
}
.blog-details__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e6eaef;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.blog-details__tags {
    display: block;
    align-items: center;
    flex-wrap: wrap;
}
.single-next-pre-box{
    padding: 20px;
    background: #eff2f6;
    border:1px solid #dce4ed;
    margin-bottom: 30px;
}
.single-next-pre-box 
.blog-next-prev-box{
    margin-bottom: 30px;
    border-bottom: 1px solid #e6eaef;
    padding-bottom: 30px;
}
.blog-next-prev-box a{
       color: var(--thm-black); 
}
.blog-next-prev-box h3{
    font-size: 23px;
}
.blog-next-prev-box .next-link,.blog-next-prev-box .prev-link {
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--thm-black);
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}
.single-next-pre-inner{
    position: relative;
    border-bottom: 1px solid #dce4ed;
     margin-bottom: 20px;
}
.single-next-pre-inner:after {
    content: '';
    width: 60px;
    height: 4px;
    background: var(--thm-base);
    position: absolute;
    bottom: -3px;
    left: 0;
}
.prev-post .single-next-pre-inner:after{
    left: auto;
    right: 0;
}
.blog-sidebar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 5000px;
    left: 18px;
    background-color: #eff2f6;
    margin-top: -90px;
    margin-bottom: -90px;
}
.blog-sidebar.left-sidebar:before {
    left: auto;
    right: 17px;
}
.blog-sidebar{
    position: relative;
}
@media (max-width: 480px) {
    .blog-details__tags {
        margin-bottom: 15px;
    }
}
.blog-details__tags span {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 18px;
}
.blog-details__tags a{
    font-size: 14px;
    color: #FFF;
    margin-right: 8px;
    transition: all 500ms ease;
    background: var(--thm-base);
    padding: 8px 14px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 400;
}
.blog-details__tags a:hover,.blog-details__tags a:focus {
    background: var(--thm-primary);
    color: #FFF;
}
.blog-details__author {
    margin-bottom: 50px;
    display: flex;
    padding: 40px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
    .blog-details__author {
        padding: 30px;
        flex-direction: column;
    }
}
.blog-details__author>img {
    flex-shrink: 0;
    margin-right: 40px;
    border-radius: 0;
}
@media (max-width: 1199px) {
    .blog-details__author>img {
        margin-right: 0px;
        margin-bottom: 30px;
        width: 170px;
    }
}
.blog-details__author h3 {
    margin: 0;
    font-size: 24px;
    color: var(--thm-black);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .blog-details__author h3 {
        margin-bottom: 20px;
    }
}
.blog-details__author p {
    margin: 0;
}
.blog-details__box-title {
    margin: 0;
    font-size: 30px;
    color: var(--thm-black);
    margin-bottom: 20px;
}
.blog-comment li.comment,
.blog-comment li.comment .children li
{
    list-style: none;    
}
.blog-comment li.comment .blog-comment__box{
    border-bottom: 1px solid #e6eaef;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .about-one__form h3::after {
        background-image: none;
    }
    .blog-comment__box {
        flex-direction: column;
    }
    .page-builder-not-used .page-header{
        margin-bottom: 60px !important;        
    }
    .page-builder-not-used.elementor-default  .page-header{
        margin-bottom: 0 !important;        
    }
}
.blog-comment__box>img {
    flex-shrink: 0;
    margin-right: 40px;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .blog-comment__box>img {
        margin-right: 0;
        margin-bottom: 40px;
    }
}
.blog-comment__box p {
    margin: 0;
}
.blog-comment__box-top {
    margin-bottom: 20px;
    position: relative;
}
.blog-comment__box-top h3 {
    color: var(--thm-black);
    font-size: 20px;
}
.blog-comment__box-top .blog-comment-date {
    font-size: 14px;
    color: var(--thm-primary);
}
@media (max-width: 375px) {
    .blog-comment__box-top .blog-comment-date {
        margin-top: 5px;
    }
}
.comments-area ol.children {
    margin-left: 60px;
}
.blog-comment__box-top .thm-btn,
.blog-comment__box-top .comment-reply-link {
    padding: 8px 20px;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 375px) {
    .blog-comment__box-top .thm-btn,
    .blog-comment__box-top .comment-reply-link {
        margin-left: 0;
        margin-top: 10px;
    }
}
.blog-comment__box-top .thm-btn:hover,
.blog-comment__box-top .comment-reply-link:hover {
    background-color: var(--thm-black);
    color: #fff;
}
.blog-comment__box-content {
    width: 100%;
}
.post_reply {
    padding-left: 25px;
    width: 100%;
    position: relative;
}
.post_replay_inner {
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.comment-reply-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-base);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    font-family: var(--thm-font);
    padding: 17px 40px;
    transition: 500ms;
    background-color: var(--thm-base);
    color: #fff;
}
@media (max-width: 767px) {
    .comments-area ol.children {
        margin-left: 15px;
    }
    .blog-comment__box-top .thm-btn, .blog-comment__box-top .comment-reply-link{
        position: relative;
        margin-top: 10px;
    }
}
h2.blog-details__box-title small a {
    font-size: 20px;
    color: #008fd5;
    border-bottom: 2px solid #008fd5;
}
.contact-one__form p.logged-in-as a {
    color: #0c2139;
}
.contact-one__form p.logged-in-as a:hover {
    color: #008fd5;
}
.contact-one__form .writemessage textarea{
    height: 160px;
}
.single-comment.pingback-comment {
    padding-left: 0;
}
/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
    }
    .blog-sidebar.left-sidebar {
        margin-top: 0;
    }
}
.blog-sidebar__box {
    margin-bottom: 40px;
}
.blog-sidebar__box-title {
    font-size: 23px;
    color: var(--thm-black);
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #dce4ed;
}
.blog-sidebar__box-title:after {
    content: '';
    width: 60px;
    height: 4px;
    background: var(--thm-base);
    position: absolute;
    bottom:-2px;
    left: 0;
}
.blog-sidebar .widget_search .searchbox-form {
}
.widget.blog-sidebar__box.widget_search form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.blog-sidebar .widget_search input[type="search"],
.blog-sidebar .widget_search input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 56px;
    padding-left: 20px;
    margin-bottom: 0;
    border: 1px solid #dce4ed;
}
.blog-sidebar .widget_search button[type="submit"] {
   padding: 0;
    width: 60px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
}
.blog-sidebar__post {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.widget .serivces-widget-list li a{
    display: block;
    padding: 15px 20px;
    margin:0 0 10px 0;
    position: relative;
    background-color:#fff;
    border: none;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border:1px solid #dce4ed;
    color: #0c2139;
}
.widget .serivces-widget-list li.pyloan-service-list-arrow a:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 17px;
    right: 20px;
    background-color: transparent;
    font-size: 13px;
}
.widget .serivces-widget-list li a:before{
    content: "";
    width: 5px;
    left: -1px;
    bottom: 50%;
    background: #004aa1;
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    z-index: 1;
}
.widget ul.serivces-widget-list li:last-child a{
    margin-bottom: 0;
}
.widget .serivces-widget-list li a:hover:before,.widget .serivces-widget-list li.service-active a:before{
    height: 100%;
    bottom: 0;
}
.widget .pylon-links{
    margin-bottom: 10px;
    padding: 14px 15px;
    background-color: #FFF;
    border:1px solid #dce4ed;
}
.widget .pylon-links i {
    padding-right: 11px;
    font-size: 18px;
    color: #008fd5;
}
.comment-form .comment-notes {
    margin-bottom: 10px;
    font-size: 15px;
}
.widget_recent_comments li.recentcomments,
.widget_recent_entries a,
.widget_meta a,
.widget_categories a,
.widget_product_categories a,
.widget_archive li a,
.widget_pages li a, 
.widget.widget_nav_menu li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;    
}
.widget_recent_comments li.recentcomments:before,
.widget_recent_entries a:before,
.widget_meta a:before,
.widget_categories a:before,
.widget_archive li a:before,
.widget_pages li a:before,
.widget.widget_nav_menu li a:before,
.widget_product_categories a:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 2px;
    left: 2px;
    color: inherit;
    font-size: 14px;
}
@media (max-width: 1199px) {
    .blog-sidebar__post {
        padding: 30px 40px;
    }
}
@media (max-width: 1199px) {
    .blog-sidebar__tags {
        padding: 30px 40px;
    }
}
.blog-sidebar__tags-list {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -7px;
}
.blog-sidebar__tags-list li {
    margin-left: 7px;
}
.blog-sidebar__tags-list li a {
    font-size: 16px;
    color: var(--thm-color);
    transition: all 500ms ease;
}
.blog-sidebar__tags-list li a:hover {
    color: var(--thm-base);
}
.widget.blog-sidebar__box {
    border-radius: 4px;
}
.blog-sidebar .widget{
    padding-left: 35px;
}
.blog-sidebar.left-sidebar .widget{
    padding-left: 0;
    padding-right: 35px;
}
.widget.blog-sidebar__box ul {
    list-style: none;
    padding: 0;
}
.widget.blog-sidebar__box.services-contact-widget-post{
 }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #0c2139;
    background-position: top left;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 60px;
}
.footer.pt-120{
    padding-top:90px;
} 
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget__title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}
.footer-widget__about p {
    color: rgba(255,255,255,0.65);
    margin-top: 20px;
    margin-bottom: 25px;
}
.footer-widget__about-phone {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    display: flex;
    align-items: flex-start;
}
.footer-widget__about-phone>i {
    font-size: 38px;
    color: var(--thm-base);
}
.footer-widget__about-phone-content {
    margin-left: 20px;
}
.footer-widget__about-phone-content span {
    display: block;
    color: var(--thm-text-dark);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 7px;
    font-weight: 500;
}
.footer .footer-widget__about-phone-content span{
    color: rgba(255,255,255,.65);
}
.footer-widget__about-phone-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.footer-widget__about-phone-content h3 a {
    color: inherit;
    transition: all 500ms ease;
}
.footer .footer-widget__about-phone-content h3 a{
    color: #f5f5f5;
}
.footer-widget__about-phone-content h3 a:hover {
    color: var(--thm-base);
}
.bottom-footer p {
    color: rgba(255,255,255,0.85);
}
@media (min-width: 1200px) {
    .footer-widget__link {
        margin-left: 40px;
    }
}
.footer-widget__link-list {
    margin-bottom: 0;
}
.footer-widget__link-list li a,
.footer-widget ul li a {
    line-height: 30px;
    color: #b0c2d7;
    font-size: 16px;
    transition: all 500ms ease;
}
.footer .footer-widget ul li,.footer .footer-widget .widget_rss,.footer .footer-widget p{
    color: rgba(255,255,255,.85);    
}
.footer .footer-widget ul li{
      color: #b0c2d7;
      margin-bottom: 5px;
}
.footer-widget__link-list li a:hover,
.footer-widget ul li a:hover {
    color: var(--thm-base);
}
.footer-widget__contact {
    background-color: #09192c;
    padding: 30px;
}
@media (min-width: 1200px) {
    .footer-widget__contact {
        margin-left: 60px;
    }
}
.footer-widget__contact h3 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing:0.2px;
}
.footer-widget__contact-list {
    margin: 0;
}
.footer-widget ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.footer-widget__contact-list li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    margin-top: 15px;
}
.footer-widget .footer-widget__contact-list li a,
.footer-widget .footer-widget__contact-list li .contact_link_box
{
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
    transition: all 500ms ease;
}
.footer-widget__contact-list li a>i,.footer-widget__contact-list li .contact_link_box i {
    position: absolute;
    top: 6px;
    font-size: 14px;
    color: var(--thm-base);
    left: 0;
    transition: all 500ms ease;
}
.widget ul.footer-widget__post-list li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.fotter .widget ul.footer-widget__post-list li{
    border-bottom: 1px solid #DDD;
}
.footer .widget .footer-widget__post-list li{
    margin-bottom: 22px;
    padding-bottom: 22px;
}
.widget .footer-widget__post-list li>img {
    flex-shrink: 0;
}
.footer .widget .footer-widget__post-list li{
    border-bottom:1px solid rgba(255,255,255,.2);
}
.widget .footer-widget__post-list li:last-child{
    margin-bottom: 0;   
    border-bottom: none;
    padding-bottom: 0;
}
.footer .widget .footer-widget__post-list li:last-child{
    border-bottom: none;
}    
.widget .footer-widget__post-list-content span {
    font-size: 12px;
    color: var(--thm-base);
    line-height: 1;
    display: block;
    margin-bottom: 7px;
    margin-top: 2px;
}
.widget .footer-widget__post-list-content span i.cale {
    font-size: 11px;
    margin-right: 8px;
    color: var(--thm-base);
}
.widget .footer-widget__post-list-content h3>a {
    font-size: 20px;
    line-height: 26px;
    color: var(--thm-text-dark);
    margin-bottom: 0;
    font-weight: 700;
}
.footer .widget .footer-widget__post-list-content h3>a{
    font-size: 20px;
    font-weight: 600;
     line-height: 20px;
}
.footer .widget .footer-widget__post-list-content h3{
    line-height: 20px;
}
.widget .footer-widget__post-list img {
    width: 75px;
    height: 75px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 15px;
    float: left;
}
.widget .footer-widget__post-list-content h3{
    margin-bottom: 0;
    line-height: 24px;
}
.widget .footer-widget__post-list-content h3 a {
    color: var(--thm-black);
    outline: none;
}
.widget .footer-widget__post-list-content h3 a:hover {
    color: var(--thm-base);
    outline: none;
}
.bottom-footer {
    background-color: #09192c;
    padding-top: 27.5px;
    padding-bottom: 27.5px;
}
.bottom-footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 667px) {
    .bottom-footer .container {
        flex-direction: column;
        justify-content: center;
    }
}
.bottom-footer p {
    margin: 0;
}
.bottom-footer__social {
    display: flex;
    flex-wrap: wrap;
}
.bottom-footer__social a {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    width: 41px;
    height: 41px;
    background-color: rgba(255,255,255,0.17);
    color: #FFF;
    font-size: 12px;
    transition: all 500ms ease;
}
.bottom-footer__social a:hover {
    background-color: var(--thm-base);
    color: #fff;
}
.bottom-footer__social a+a {
    margin-left: 10px;
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-one {
    background-color: #0c2139;
    position: relative;
    padding: 120px 0;
    padding-top: 364px;
}
.faq-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.02;
    background-size: cover;
}
.faq-one__content {
    padding-right: 41px;
}
@media (max-width: 1199px) {
    .faq-one__content {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .faq-one__content {
        margin-bottom: 40px;
    }
}
.faq-one .block-title {
    max-width: 520px;
}
.faq-one .block-title p {
    color: var(--thm-text-dark);
}
.faq-one .block-title .title-block {
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.01em;
}
.accordion li {
    border-radius: 4px;
     -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;    
}
.accordion li+li {
    margin-top: 20px;
}
.accordion .para-title {
    position: relative;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 1.3;
    cursor: pointer;
    margin-bottom: 0;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 4px;
}
@media (max-width: 480px) {
    .accordion .para-title {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.accordion .para-title span {
    display: block;
}
.accordion .para-title{
     -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;    
}
.accordion .para-title.active {
    color: var(--thm-base);
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; 
}
.accordion .para-title.active i {
    color: var(--thm-base);
}
.accordion .para-title i {
    font-size: 16px;
    color: var(--thm-black);
    transition: all 500ms ease;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}
@media (max-width: 480px) {
    .accordion .para-title i {
        right: 25px;
    }
}
.accordion .collapse {
    transition: all 500ms ease;
}
.accordion p {
    transition: all 500ms ease;
    background-color: #fff;
    margin: 0;
    padding: 0 35px;
    padding-bottom: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media (max-width: 480px) {
    .accordion p {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.faq-one__faq-page {
    background-color: #fff;
    padding-top: 120px;
}
.faq-one__faq-page .accordion li {
    background-color: #eff2f6;
    border-radius: 4px;
    transition: all 500ms ease;
}
.faq-one__faq-page .accordion li.active {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.faq-one__faq-page .accordion li .para-title {
    background-color: #eff2f6;
}
.faq-one__faq-page .accordion li .para-title.active {
    background-color: #fff;
}
.faq-one__faq-page .accordion li .collapse {
    background-color: #eff2f6;
}
.faq-one__box {
    background-color: var(--thm-primary);
    border-radius: 4px;
}
@media (max-width: 991px) {
    .faq-one__box {
        margin-top: 60px;
    }
}
.faq-one__box img {
    width: 100%;
}
.faq-one__box .main-header__info-phone {
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}
.faq-one__box .main-header__info-phone-content span {
    color: var(--thm-text-dark);
}
.faq-one__box .main-header__info-phone-content h3 {
    color: #fff;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
    padding-top: 120px;
    background-image: url(../images/shapes/testimonials-map-1-1.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.testimonials-one__box {
    background-color: #FFF;
    transition: all 500ms ease;
    margin-bottom: 0;
    position: relative;
    padding: 35px 40px;
    padding-bottom: 60px;
    border-left:3px solid var(--thm-primary); 
    transition: all 500ms ease;
    margin-bottom: 40px;
}
.testimonials-one__box:hover{
    border-left:3px solid var(--thm-base); 
    transition: all 500ms ease;
}
.testimonials-one__box:after {
    position: absolute;
    content: '"';
    font-size: 110px;
    line-height: normal;
    bottom: -5px;
    right: 50px;
    color: #000;
    opacity: .2;
    font-weight: 400;
    font-style: italic;
}
@media (max-width: 1199px) {
    .testimonials-one__box p {
    }
}
.testimonials-one__box p{
    position: relative;
}
.testimonials-one__box-info {
    position: absolute;
    bottom:  0;
    left: 35px;
    margin-bottom: 10px;
}
.testimonials-one__box-info>img {
    border-radius: 50%;
}
.testimonials-one__box h4 {
    margin: 0;
    font-size: 18px;
    color:var(--thm-primary);
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}
.testimonials-one__box p {
    font-style: italic;
}
.testimonials-one__box .testi_sname{
    font-size: 14px;
    color: var(--thm-black);    
    font-weight: 500;
}
.testimonials-one__box:hover p::before {
    opacity: 1;
}
.testimonials-one__swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    text-align: right !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.testimonials-break-grid .testimonials-one__swiper-pagination {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .testimonials-one__swiper-pagination {
        text-align: center;
    }
}
.testimonials-one__swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #0c2139;
    border-radius: 50%;
    transition: transform 500ms ease;
    transform: scale(1);
    transform-origin: center center;
}
.testimonials-one__swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--thm-base);
    transform: scale(1.5);
    transform-origin: center center;
}
.testimonials-one__about-page {
    padding-bottom: 70px;
}
.testimonials-one__about-page .testimonials-one__swiper-pagination {
    text-align: center;
}
@media (max-width: 767px) {
.testimonials-one__swiper-pagination{
 text-align:left!important;  
 margin-top:30px; 
 margin-bottom:50px; 
}
}
@media (max-width: 1399px) {
    .pylon-testimonial-section
    {   
        margin-top: -10% !important;
    }
}
@media (max-width: 1199px) {
    .pylon-testimonial-section
    {   
        margin-top: -5% !important;
    }
}
@media (max-width: 1023px) {
    .pylon-testimonial-section
    {   
        margin-top: 0 !important;
    }
}
.testimonials-two
{
    padding: 20px 35px 20px;
}
.testimonials-two__box
{
    position: relative;
    border-bottom: 1px solid #fff;
    background-color: #008fd5;
    padding-top: 80px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.testimonials-two__box:before
{
    content: '';
    background-color: inherit;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -9px;
    left: 35px;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg) translateY(-50%);
}
.testimonials-two__box:after
{
    position: absolute;
    content: "\f10d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    color: #0073ab;
    font-size: 50px;
    top: 0;
    left: 0;
}
.swiper-slide-next .testimonials-two__box:after
{
    color: #fff;
}   
.testimonials-two__box-info
{
    position: relative;
    padding: 30px 0 30px 90px;
}
.testimonials-two__box-info img
{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.testimonials-two__box-info .testi-desig
{
    color: #97ddff;
}
.testimonials-two__box-info .testi-name
{
    color: #fff;
}
/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
    background-color: #eff2f6;
    padding-bottom: 120px;
    margin-top: 100px;
    position: relative;
}
@media (max-width: 425px) {
    .why-choose {
        padding-bottom: 80px;
    }
}
.why-choose__shape-1 {
    position: absolute;
    top: 60px;
    right: 300px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.why-choose__shape-2 {
    position: absolute;
    bottom: 0;
    right: 100px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.why-choose .container {
    position: relative;
}
.about-two__box {
    position: relative;
}
.why-choose__image>img {
    position: relative;
    border-radius: 4px;
}
@media (max-width: 1199px) {
    .why-choose__image>img {
        max-width: 100%;
    }
}
.why-choose__image>p {
    position: absolute;
    bottom: calc(100% + 20px);
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
}
.why-choose__image>p>i {
    font-size: 50px;
    color: #fff;
    margin-right: 20px;
}
.why-choose__image::before {
    content: "";
    width: 10000px;
    height: calc(100% + 100px);
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary);
    border-radius: 4px;
}
.blue-right::before {
    content: "";
    width: 10000px;
    height: calc(100% + 1px);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--thm-primary);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.blue-right {
    padding-top: 40px;
    margin-top: -65px;
    margin-bottom: 30px;    
}
@media (max-width: 991px) {
    .why-choose__image::before {
        right: auto;
        left: -100%;
    }
    .blue-right::before {
        right: auto;
        right: -100%;
    }
    .blue-right {
        padding-top: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .site-footer{
        padding-top:70px;
        padding-bottom: 40px;
    }
    .footer-widget__title{
        margin-bottom: 20px;
    }
}
.why-choose__content {
    padding-top: 120px;
    margin-left: 70px;
}
@media (max-width: 1199px) {
    .why-choose__content {
        margin-left: 0;
    }
}
@media (max-width: 425px) {
    .why-choose__content {
        padding-top: 80px;
    }
}
.why-choose__content .block-title {
    margin-bottom: 36px;
}
.why-choose__content>p {
    margin-bottom: 34px;
}
.why-choose__box {
    margin-bottom: 31px;
}
.why-choose__box h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 17px;
}
.why-choose__box h3>i {
    color: var(--thm-primary);
    margin-right: 10px;
}
.why-choose__box p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}
.why-choose__progress+.why-choose__progress {
    margin-top: 23px;
}
.why-choose__progress-top {
    margin-bottom: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.why-choose__progress-top h4 {
    margin: 0;
    font-size: 18px;
}
.why-choose__progress-top h3 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
}
.why-choose__progress-top span {
    font-size: 14px;
    color: var(--thm-color);
}
.why-choose__progress-bar {
    width: 100%;
    height: 4px;
    background-color: rgba(5,5,5,0.1);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.why-choose__progress-bar>span {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    height: 100%;
    background-color: var(--thm-base);
}
/*why choose us card*/
.why-choose-us-card
{
    position: relative;
}
.why-choose-us-card [class*=col-]:not(:last-child) .why-choose-us-inner
{
    border-right: 1px solid #ddd;
}
.why-choose-us-card .why-choose-us-inner
{
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 40px 35px;
}
.why-choose-us-card .why-choose-us-inner .why-choose-us-icon
{ 
    position: relative;
    margin-bottom: 25px;
}
.why-choose-us-card .why-choose-us-inner .why-choose-us-icon i
{
    transition: 1s ease;
    display: inline-block;
    font-size: 60px;
    height: 60px;
    width: 60px;
    line-height: 1;
    color: var(--thm-primary);
}
.why-choose-us-card .why-choose-us-inner:hover .why-choose-us-icon i
{
    transform: rotateY(360deg);
}
.why-choose-us-card .why-choose-us-inner .why-choose-us-content
{
    position: relative;
}
.why-choose-us-card .why-choose-us-inner .why-choose-us-content .why-choose-us-title
{
    position: relative;
    margin-bottom: 15px;
}
.why-choose-us-card .why-choose-us-inner .why-choose-us-content p
{
    position: relative;
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
    position: relative;
    padding: 121px 0;
    background-color: var(--thm-base);
}
@media (max-width: 991px) {
    .funfact-one {
        padding-bottom: 90px;
    }
}
.funfact-one__box {
    text-align: center;
    position: relative;
}
@media (max-width: 991px) {
    .funfact-one__box {
        margin-bottom: 30px;
    }
}
.funfact-one__box h3 {
    font-size: 54px;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
}
.funfact-one__box p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.funfact-one__box .funfact-amount,
.funfact-one__box .funfact-symbol {
    position: relative;
}
.funfact-one__box:before {
    content: '';
    width: 2px;
    height: 66px;
    background-color: rgba(255,255,255,.55);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 4px;
}
/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
    background-color: var(--thm-primary);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-top: 110px;
    padding-bottom: 120px;
    background-blend-mode: hard-light;
}
.call-to-action::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--thm-primary);
    opacity: 0.9;
}
.call-to-action .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .call-to-action .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
.call-to-action .left-content p {
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #ffffff;
}
@media (max-width: 991px) {
    .call-to-action .left-content p {
        justify-content: center;
    }
}
.call-to-action .left-content p span:not(:first-of-type)::before {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
}
.call-to-action .left-content .pylon-cta-title {
    margin: 0;
    font-size: 44px;
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .call-to-action .left-content .pylon-cta-title {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .call-to-action .right-content {
        margin-top: 30px;
    }
}
/*--------------------------------------------------------------
# Trusted Company
--------------------------------------------------------------*/
.trusted-company {
    background-color: #0c2139;
    position: relative;
    padding: 120px 0;
}
.trusted-company__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.02;
    background-size: cover;
}
.trusted-company .block-title {
    max-width: 520px;
}
@media (max-width: 991px) {
    .trusted-company .block-title {
        max-width: 450px;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.trusted-company .block-title p {
    color: var(--thm-text-dark);
}
.trusted-company .block-title .title-block {
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.01em;
}
.trusted-company__image {
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .trusted-company__image {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .trusted-company__image {
        flex-wrap: nowrap;
    }
}
@media (max-width: 480px) {
    .trusted-company__image {
        flex-wrap: wrap;
    }
}
.trusted-company__image>img {
    flex-shrink: 0;
    border-radius: 4px;
}
.trusted-company__image p {
    margin: 0;
    margin-left: 30px;
    color: var(--thm-text-dark);
}
@media (max-width: 1199px) {
    .trusted-company__image p {
        margin-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .trusted-company__image p {
        margin-left: 30px;
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .trusted-company__image p {
        margin-left: 0;
        margin-top: 30px;
    }
}
.trusted-company__box+.trusted-company__box {
    margin-top: 30px;
}
.trusted-company__box {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}
.trusted-company__box-wrap {
    margin-left: 70px;
}
@media (max-width: 1199px) {
    .trusted-company__box-wrap {
        margin-left: 0;
        margin-top: 50px;
    }
}
.trusted-company__box>span {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 500ms ease;
}
.trusted-company__box .pylon-contact-num-list {
    margin-bottom: 0;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 28px;
    margin-left: 24px;
    transition: all 500ms ease;
    font-weight: 500;
}
.trusted-company__box:hover {
    background-color: var(--thm-base);
}
.trusted-company__box:hover>span {
    background-color: #fff;
    color: var(--thm-black);
}
.trusted-company__box:hover .pylon-contact-num-list {
    color: #fff;
}
.trusted-company-two__box
{
    position: relative;
    display: flex;
    align-items: center;
}
.trusted-company-two__box .icon-left
{
    margin-right: 20px;
}
.trusted-company-two__box .icon-left .icon
{
    position: relative;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 52px;
    background-color: var(--thm-base);
    transition: all 500ms ease;
}
.trusted-company-two__box:hover .icon-left .icon
{
    background-color: var(--thm-primary);
}
.trusted-company-two__box .icon-left .icon .sup-number
{
    position: absolute;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Rajdhani';
    height: 20px;
    width: 20px;
    top: 0px;
    right: 10px;
    line-height: 21px;
    border-radius: 50%;
    color: var(--thm-base);
    text-align: center;
    transition: all 500ms ease;
}
.trusted-company-two__box:hover .icon-left .icon .sup-number
{
    background-color: var(--thm-base);
    color: #fff;
}
.trusted-company-two__box:hover .content-right p
{
    color: #0c2139;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
    padding-top: 120px;
    margin-bottom: -236px;
    position: relative;
    z-index: 10;
}
@media (max-width: 991px) {
    .service-one {
        margin-bottom: 0;
        padding-bottom: 60px;
    }
}
@media (max-width: 425px) {
    .service-one {
        padding-top: 80px;
    }
}
.service-one__card {
    border-radius: 4px;
}
@media (max-width: 991px) {
    .service-one__card {
        margin-bottom: 40px;
    }
}
.service-one__image {
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}
.service-one__image img {
    width: 100%;
    transition: transform 500ms ease, opacity 500ms ease;
    opacity: 1;
    transform: scale(1);
}
.service-one__card:hover .service-one__image img {
    transform: scale(1.05);
    opacity: 0.7;
}
.service-one__content {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 9;
}
.service-one__content h3 {
    color: var(--thm-black);
    margin: 0;
    font-size: 28px;
    margin-bottom: 10px;
}
.service-one__content h3 a {
    color: inherit;
    transition: all 500ms ease;
}
.service-one__content p {
    margin-bottom: 20px;
}
.service-one__link {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-color);
    transition: all 500ms ease;
    display: block;
    line-height: 50px;
}
.service-one__card .service-one__link {
    background-color: var(--thm-primary);
    color: #fff;
    margin-bottom: 5px;
}
.service-one__card:hover .service-one__link {
    background-color: var(--thm-base);
    color: #fff;
}
.service-second{
    background-color: #fff;
    padding: 30px 30px 30px 40px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 9; 
    margin-bottom: 30px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;    
}
.service-icon2{
    font-size: 54px;
    line-height: 1.1;
    color: #004aa1;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.service-second h3{
    font-size: 30px;
    margin-top: 5px;
}
.service-second__content p{
    position: relative;
}
.service-second .service-second__content:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    right: -40px;
    background-color: #e6e8eb;
    left: -40px;
    width: calc(100% + 70px);
}
.service-second .service-second__content:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    left: -40px;
    width: calc(100% + 70px);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: all 350ms ease 0s;
    -khtml-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}
.service-second:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.service-second:hover .service-icon2{
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    transform: rotateY(360deg); 
}
.service-second:hover .service-second__content:after {
    transform: scaleX(1);
    background-color:#004aa1; 
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.service-second-info-icon{
    padding-bottom: 15px;
}
.service-second .service-two__card-link>i{
    font-size: 18px;
}
.service-second__content{
    position: relative;
    padding-top: 25px;
}
.service-second .service-second-right-icon-box {
    position: absolute;
    right: -10px;
    bottom: 20px;
    z-index: -1;
}
.service-second .service-second-right-icon-box i {
    font-size: 100px;
    color: rgba(50,50,50,0.03);
    display: block;
    transition: all 500ms ease;    
}
.service-second:hover .service-second-right-icon-box i{
    color: rgba(50,50,50,0.07);
    transition: all 500ms ease;
}
.service-second{
}
.service-one__home-two {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 120px;
}
.service-one__home-two__shape-1 {
    position: absolute;
    z-index: 10;
    top: 70px;
    left: 245px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.service-one__home-two__shape-2 {
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 366px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.service-one__home-two__shape-3 {
    position: absolute;
    z-index: 10;
    right: 146px;
    top: 450px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.pylon-shape-animation {
    position: absolute;
    z-index: 10;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.service-one__home-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 515px;
    background-color: #eff2f6;
}
.service-one__home-two .container {
    position: relative;
}
.service-two__shape-1 {
    position: absolute;
    top: 95px;
    left: 250px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.service-two__shape-3 {
    position: absolute;
    bottom: 65px;
    left: 200px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.service-two__shape-2 {
    position: absolute;
    top: 158px;
    right: 196px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.service-two__card {
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #fff;
    padding: 50px;
    padding-bottom: 42px;
    position: relative;
    transition: all 500ms ease;
}
.service-icon {
    position: absolute;
    z-index: 99;
    background:  var(--thm-base);
    text-align: center;
    color: #fff;
    font-size: 40px;
    top: -40px;
    right: 30px;
    border-radius: 4px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;    
}
.service-one__card:hover .service-icon {
    background:  var(--thm-primary);
    transform: translateX(-110px) translateY(-100px);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.service-one__image .post-thumbnail:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    transform: scaleY(0);
    opacity: 0.7;
    z-index: 1;
    transition: all 500ms ease;
    background:  var(--thm-base);
    transform-origin:bottom;
}
.service-one__image .post-thumbnail {
    position: relative;
    overflow: hidden;
    display: block
}
.service-one__card:hover .service-one__image .post-thumbnail:before {
    transform: scaleY(1.0);
}
@media (max-width: 1199px) {
    .service-two__card {
        padding: 40px;
    }
}
.service-two__card::before {
    content: "";
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: calc(100% - 4px);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
.service-two__card>i {
    position: relative;
    font-size: 60px;
    color: var(--thm-base);
    position: relative;
}
.service-two__card>i::before {
    position: relative;
    z-index: 10;
}
.service-two__card>i::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #eff2f6;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.service-two__card h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
    color: var(--thm-black);
    font-size: 30px;
}
.service-two__card h3 a {
    color: inherit;
    transition: all 500ms ease;
}
.service-two__card h3 a:hover {
    color: var(--thm-base);
}
.service-two__card p {
    position: relative;
    margin: 0;
    margin-bottom: 22px;
}
.service-two__card-link {
    position: relative;
    color: var(--thm-color);
    transition: all 500ms ease;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 500ms ease;
    font-weight: 500;
}
.service-two__card-link>i {
    font-size: 32px;
    margin-right: 10px;
}
.service-two__card-link:hover {
    color: var(--thm-primary);
}
.service-two__card:hover {
    background-color: var(--thm-primary);
}
/*Service Three card*/
.service-three_card
{
    position: relative;
}
.service-three_card .service-three_content
{
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 15px;
    right: 15px;
    bottom: -66px;
    border: 1px solid #d8dfe4;
    border-top: 0;
    background: #fff;
}
.service-three_card .service-three_content .upper-content
{
    position: relative;
    padding: 3px 30px;
    line-height: 1.3;
}
@media(max-width: 991px)
{
    .service-three_card .service-three_content .upper-content
    {
        padding: 3px 15px;
    }
}
.service-three_card .service-three_content .upper-content a,
.service-three_card .service-three_content .upper-content .service-title-icon
{
    position: relative;
    display: flex;
    align-items: center;
}
.service-three_card .service-three_content .upper-content .service-icon3
{
    font-size: 50px;
    color: var(--thm-base);
    margin-right: 15px;
}
.service-three_card .service-three_content .upper-content h3
{
    margin-bottom: 0;
    font-size: 22px;
}
.service-three_card .service-three_content .lower-content
{
    position: relative;
    background-color: #EFF2F6;
    transition: all 0.5s ease;
}
.service-three_card .service-three_content .lower-content a
{
    position: relative;
    display: flex;
    padding: 20px 30px;
    transition: all 0.5s ease;
    align-items: center;
    justify-content: space-between;
}
.service-three_card:hover .service-three_content .lower-content
{
    background-color: var(--thm-primary);
}
.service-three_card:hover .service-three_content .lower-content a
{
    color: #fff;
}
@media(max-width :767px)
{
    .service-three_card
    {
        margin-bottom: 40px;
    }
    .service-three_card .service-three_image img
    {
        width: 100%;
    }
    .service-three_card .service-three_content
    {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.service-sidebar__category-list {
    margin-bottom: 0;
}
.service-sidebar__category-list li {
    line-height: 1;
}
.service-sidebar__category-list li a {
    display: block;
    padding: 12px 30px;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    transition: all 500ms ease;
}
@media (max-width: 1199px) {
    .service-sidebar__category-list li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.service-sidebar__category-list li:hover a {
    color: var(--thm-black);
    text-shadow: 0px 0 0 currentColor;
    background-color: #fff;
}
.service-sidebar__call {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0c2139;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 4px;
}
.service-sidebar__call-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position: center center;
    opacity: 0.1;
}
.widget ul li.cat-item:last-child{
    border-bottom:none;    
    padding-bottom: 0;       
}
.service-sidebar__call i {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 32px;
    width: 67px;
    height: 67px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 2;
    text-align: center;
}
.banner-icon {
    width: 100%;
    margin-bottom: 30px;
}
.service-sidebar-contact-left{
    position: relative;
    z-index: 1;
}
.service-sidebar__call h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
}
.service-sidebar__call h3 a {
    color: inherit;
    transition: all 500ms ease;
}
.service-sidebar__call h3 a:hover {
    color: var(--thm-black);
}
.pylon-mail{
    margin-bottom: 15px;
}
.pylon-mail a{
    font-size: 16px;
    color: var(--thm-base);
}
.pylon-mail a:hover{
    color: var(--thm-base);
}
.service-sidebar__call p {
    margin: 0;
    color: #fff;
}
.service-details {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.service-details__image>img {
    border-radius: 4px;
}
.service-details__content p {
    margin: 0;
    color: var(--thm-color);
}
.service-details__content p+p {
    margin-top: 30px;
}
.service-details__content>.row {
    margin-top: 60px;
    margin-bottom: 60px;
}
.service-details__content-image {
    border-radius: 4px;
}
@media (max-width: 1199px) {
    .service-details__content-image {
        margin-bottom: 30px;
    }
}
.service-details__content>h3 {
    margin: 0;
    font-weight: 400;
    color: var(--thm-black);
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.service-details__content h4 {
    color: var(--thm-black);
    font-size: 26px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 35px;
}
.service-details .about-two__list {
    margin-top: 30px;
    margin-bottom: 0;
}
.service-details .about-two__list li {
    flex: 0 0 100%;
    color: var(--thm-color);
    font-weight: 400;
}
.service-details .about-two__list li+li {
    margin-top: 3px;
}
.service-details .accordion li {
    background-color: #eff2f6;
    border-radius: 4px;
    transition: all 500ms ease;
}
.service-details .accordion li.active {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.service-details .accordion li .para-title {
    background-color: #eff2f6;
}
.service-details .accordion li .para-title.active {
    background-color: #fff;
}
.service-details .accordion li .collapse {
    background-color: #eff2f6;
}
.service-page .service-one__card {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one__content {
    padding-top: 120px;
}
@media (max-width: 991px) {
    .about-one__content {
        padding-top: 40px;
    }
}
.about-one__content p {
    margin: 0;
}
.about-one__text {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    color: var(--thm-primary);
    margin-top: -10px;
    margin-bottom: 40px;
    display: block;
}
.about-one__form {
    margin-top: -120px;
    position: relative;
    z-index: 10;
    margin-left: 70px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
@media (max-width: 1199px) {
    .about-one__form {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .about-one__form {
        margin-top: 60px;
    }
}
.about-one__form-content {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 30px;
}
@media (max-width: 425px) {
    .about-one__form-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.about-one__form-content p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    align-items: center;
}
.about-one__form-content p:first-child {
    margin-top: 40px;
}
.about-one__form-content p span {
    line-height: 1;
}
.about-one__form-content p i {
    font-style: normal;
}
.about-one__form-content p b {
    font-weight: 400;
    color: var(--thm-black);
    line-height: 1;
}
.about-one__form-content p+p {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e6eaef;
}
.about-one__form h3 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    color: #fff;
    background-color: var(--thm-primary);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 42px;
    padding-bottom: 52px;
    position: relative;
}
.about-one__form.about-total-loan-form .about-one__form-content p b{
    font-weight: 400;
    font-size: 18px;
}
.about-one__form.about-total-loan-form .about-one__form-content p:first-child{
    margin-top: 15px;
}
.about-one__form.about-total-loan-form .about-one__form-content{
    padding:30px 40px 40px 40px; 
}
.about-one__form.about-total-loan-form .thm-btn{
    margin-top: 40px;
}
@media (max-width: 375px) {
    .about-one__form h3 {
        font-size: 24px;
    }
}
.block-title .title-block.w-500{
    font-size: 34px;
}
.loan-main-heading.block-title{
    margin-bottom: 40px;
}
@media (max-width: 778px) {
    .about-one__form.about-total-loan-form .about-one__form-content p b{
        font-size: 16px;
    }
}
.about-one__form h3::after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/shapes/about-form-shape-1-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-one__form .thm-btn {
    width: 100%;
    margin-top: 60px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    text-align: center;
}
.about-one__form .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}
.about-one__form .noUi-horizontal {
    height: 7px;
    border-radius: 4px;
    background-color: #eff2f6;
    border: none;
    box-shadow: none;
}
.about-one__form .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border: 3px solid var(--thm-base);
    background:#FFF;
    border-radius:50%;
    outline: none !important;
    box-shadow: none;
}
.about-one__form .noUi-horizontal .noUi-handle::before,
.about-one__form .noUi-horizontal .noUi-handle::after {
    display: none;
}
.about-one__form .noUi-tooltip {
    border: none;
    padding: 0;
    color: var(--thm-color);
    font-size: 15px;
    background-color: none;
    box-shadow: none;
}
.about-one__form .noUi-horizontal .noUi-tooltip {
    bottom: 185%;
}
.about-one__form .noUi-connect {
    background-color: var(--thm-base);
    border-radius: 4px;
}
.about-one__form .input-box {
    margin-bottom: 30px;
}
.about-one__form .input-box__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: var(--thm-color);
    margin-bottom: 12px;
}
.about-two {
    position: relative;
    padding: 120px 0;
}
.about-two__shape-1 {
    position: absolute;
    left: 120px;
    bottom: 375px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.about-two__shape-2 {
    position: absolute;
    top: 190px;
    right: 285px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.about-two__shape-3 {
    position: absolute;
    right: 200px;
    bottom: 133px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.about-two .container {
    position: relative;
}
.about-two__image {
    position: relative;
}
.about-two__image::before {
    content: "";
    width: 20px;
    height: 338px;
    background-color: var(--thm-base);
    position: absolute;
    top: 0;
    left: -50px;
    border-radius: 4px;
    z-index: -1;
}
.about-two__image>img {
    border-radius: 4px;
}
@media (max-width: 1199px) {
    .about-two__image>img {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .pylon-aboutus {
        margin-top: 50px;
    }
}
.pylon-aboutus>P {
    margin-top: -10px;
    margin-bottom: 0;
}
.pylon-aboutus .block-title .title-block {
    line-height: 1.1;
}
.pylon-aboutus .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}
.about-two__box {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 250px;
    border-radius: 4px;
    padding: 40px 20px 40px 35px;
    padding-bottom: 55px;
    position: absolute;
    bottom: 30px;
    left: -90px;
}
@media (max-width: 667px) {
    .about-two__box {
        left: 30px;
    }
}
.about-two__box>i {
    position: relative;
    font-size: 60px;
    color: var(--thm-base);
    position: relative;
}
.about-two__box>i::before {
    position: relative;
    z-index: 10;
}
.about-two__box>i::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #eff2f6;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.about-two__box h3 {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    color: var(--thm-black);
    margin-top: 10px;
}
.pylon-aboutus ul,
.pylon-aboutus ol,
.pylon-title ul,
.pylon-title ol {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-left: 0;
    list-style: none;
}
.pylon-aboutus ul li,
.pylon-aboutus ol li,
.pylon-title ul li,
.pylon-title ol li {
    display: flex;
    flex: 0 0 50%;
    color: var(--thm-black);
    align-items: center;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
.pylon-title ul,
.pylon-title ol {
    padding: 0;
}
@media (max-width: 1199px) {
    .pylon-aboutus ul li,
    .pylon-aboutus ol li,
    .pylon-title ul li,
    .pylon-title ol li {
        flex: 0 0 100%;
    }
}
@media (max-width: 1199px) {
    .pylon-aboutus ul li+li,
    .pylon-aboutus ol li+li,
    .pylon-title ul li+li,
    .pylon-title ol li+li {
        margin-top: 15px;
    }
}
.about-two__list li>i {
    color: var(--thm-base);
    margin-right: 10px;
}
.pylon-aboutus ul li:before,
.pylon-aboutus ol li:before,
.pylon-title ul li:before,
.pylon-title ol li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-family: 'Font Awesome 5 pro';
    color: var(--thm-base);
    margin-right: 10px;
    font-weight: bold;
}
.pylon-aboutus .button-wrap {
    display: flex;
    align-items: center;
}
@media (max-width: 480px) {
    .pylon-aboutus .button-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}
.pylon-aboutus .main-header__info-phone {
    align-items: center;
    margin-left: 20px;
}
@media (max-width: 480px) {
    .pylon-aboutus .main-header__info-phone {
        margin-left: 0;
        margin-top: 20px;
    }
}
.pylon-aboutus .main-header__info-phone>i {
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #eff2f6;
    border-radius: 50%;
}
.about-three {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #eff2f6;
}
.about-three .block-title {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .about-three .block-text {
        margin-left: -30px;
    }
}
@media (max-width: 991px) {
    .about-three .block-text {
        margin-top: 40px;
    }
}
.about-three__image {
   border-radius: 4px;
   position: relative;
   margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .about-three__image {
        position: relative;
    }
}
.about-three__image>img {
    width: 100%;
}
.about-three__image-text {
    width: 333px;
    text-align: center;
    background-color: var(--thm-base);
    line-height: 76px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transform: rotate(-90deg) translate(100.2%, 1px);
    transform-origin: bottom right;
}
@media (max-width: 1199px) {
    .about-three__image-text {
        transform: rotate(0) translate(0, 0);
        width: 100%;
        bottom: 0;
        transform-origin: bottom center;
    }
}
.pylon-aboutus-left-img:before
{
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    z-index: 10;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent #008fd5 transparent transparent;
    animation: animate-up-down 3s linear infinite;
}
.pylon-aboutus-left-img:after
{
    content: '';
    position: absolute;
    right: -30px;
    top: calc(50% + 40px);
    z-index: 10;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 60px 0 0 60px;
    border-color: transparent transparent transparent #004aa1;
    animation: animate-up-down 3s linear infinite;
}
@keyframes animate-up-down{
    0%{
        transform: translateY(calc(-50% - 10px));
    }
    50%{
        transform: translateY(calc(-50% + 10px));
    }
    100%{
        transform: translateY(calc(-50% - 10px));
    }
}
@media(max-width: 767px)
{
    .pylon-aboutus-left-img:before,
    .pylon-aboutus-left-img:after
    {
        display: none;
    }
}
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-one__box {
    background-color: #0c2139;
    width: 100%;
    position: relative;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: -244px;
    position: relative;
    z-index: 10;
    padding-top: 130px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 110px;
}
@media (max-width: 575px) {
    .video-one__box {
        padding-top: 90px;
        padding-bottom: 70px;
    }
}
.video-one__box-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    position: absolute;
    filter: grayscale(100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: hard-light;
    background-position: center center;
    border-radius: 4px;
}
.video-one__btn {
    width: 100px;
    height: 100px;
    background-color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    transition: all 500ms ease;
}
.video-one__btn:hover {
    background-color: #fff;
    color: var(--thm-black);
}
.video-one__btn::before {
    content: "";
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
.video-one h3 {
    text-align: center;
    color: #fff;
    margin: 0;
    max-width: 747px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 60px;
    margin-top: 60px;
}
@media (max-width: 767px) {
    ul.main-menu__list.header-search{
        border-right:none;
    }
    .video-one h3 {
        font-size: 40px;
    }
}
.video-two {
    background-color: #0c2139;
    position: relative;
    padding-bottom: 110px;
    padding-top: 135px;
}
.video-two__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    position: absolute;
    filter: grayscale(100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: hard-light;
    background-position: center center;
    border-radius: 4px;
    background-attachment: fixed;
}
.video-two .container {
    position: relative;
}
.video-two .video-one__btn {
    margin-left: auto;
    margin-right: auto;
}
.video-two h3 {
    text-align: center;
    color: #fff;
    margin: 0;
    max-width: 747px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 60px;
    font-weight: 400;
    margin-top: 60px;
}
@media (max-width: 767px) {
    .video-two h3 {
        font-size: 32px;
    }
}
/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team-home {
    background-color: #eff2f6;
    padding: 120px 0;
    position: relative;
}
.team-home__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 733px;
    height: calc(100% + 60px);
    background-color: var(--thm-primary);
    background-blend-mode: hard-light;
    overflow: hidden;
    border-bottom-left-radius: 4px;
}
@media (max-width: 1199px) {
    .team-home__bg {
        width: 630px;
    }
}
@media (max-width: 991px) {
    .team-home__bg {
        display: none;
    }
}
.team-home__bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 74 161 / 92%);
}
.team-home__shape-1 {
    position: absolute;
    top: 133px;
    left: 225px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.team-home__shape-2 {
    position: absolute;
    bottom: 0;
    left: 104px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.team-home__content>P {
    margin-bottom: 0;
    margin-top: -10px;
    padding-right: 45px;
}
@media (max-width: 1199px) {
    .team-home__content>P {
        max-width: 450px;
    }
}
.team-home__carousel-wrap {
    width: 100%;
    max-width: 1170px;
    position: absolute;
    top: 100px;
    right: -185px;
}
@media (max-width: 1650px) {
    .team-home__carousel-wrap {
        right: -240px;
    }
}
@media (max-width: 1550px) {
    .team-home__carousel-wrap {
        right: -330px;
    }
}
@media (max-width: 1400px) {
    .team-home__carousel-wrap {
        right: -350px;
    }
}
@media (max-width: 1280px) {
    .team-home__carousel-wrap {
        position: relative;
        top: auto;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.team-home__nav {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.team-home__nav .swiper-button-next,
.team-home__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--thm-color);
    border: 2px solid var(--thm-color);
    border-radius: 50%;
    opacity: .4;
    margin: 0;
    transition: all 500ms ease;
}
.team-home__nav .swiper-button-next:hover,
.team-home__nav .swiper-button-prev:hover {
    opacity: 1;
    border-color: var(--thm-base);
    color: var(--thm-base);
    outline: none;
}
.team-home__nav .swiper-button-next::after,
.team-home__nav .swiper-button-prev::after {
    display: none;
}
.team-home__nav .swiper-button-prev {
    margin-right: 20px;
}
.team-one__card {
    position: relative;
    border-radius: 4px;
}
.team-one__image {
    border-radius: 4px;
    overflow: hidden;
}
.team-one__image>img {
    width: 100%;
    border-radius: 4px;
    opacity: 1;
    transform: scale(1);
    transition: opacity 500ms ease, transform 500ms ease;
}
.team-one__card:hover .team-one__image>img {
    transform: scale(1.05);
}
.team-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    border-top-right-radius: 4px;
    background-color: var(--thm-base);
    padding: 30px 40px;
}
.team-one__content h3 a {
    margin: 0;
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.2px;
}
.team-one__content span {
    display: block;
    margin: 0;
    line-height: 1;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 5px;
}
.team-one__social {
    background-color: #fff;
    width: 100%;
    position: absolute;
    border-top-right-radius: 4px;
    bottom: 100%;
    left: 0;
    max-width: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    opacity: 0;
    transition: transform 500ms ease, opacity 500ms ease;
    transform-origin: bottom left;
}
.team-one__social a {
    display: flex;
    line-height: 49px;
    color: var(--thm-black);
    font-size: 16px;
    transition: all 500ms ease;
}
.team-one__social a:hover {
    color: var(--thm-primary);
}
.team-one__social a+a {
    margin-left: 30px;
}
.team-one__card:hover .team-one__social {
    opacity: 1;
    transform: scale(1, 1);
}
.team-details {
    padding-top: 120px;
    padding-bottom: 120px;
}
.team-details-p{
    margin-bottom: 30px;
}
.team-details-p h3,.team-details-p h4{
   margin-bottom: 10px; 
}
@media (min-width: 1200px) {
    .team-details__content {
        margin-left: 40px;
    }
}
@media (max-width: 991px) {
    .team-details__content {
        margin-top: 30px;
    }
}
.pylon-team-pic-box{
    padding: 35px;
    background-color: #fff;
    transition: all 500ms ease;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.team-details__content h2{
    margin: 0;
    color: var(--thm-black);
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}
.pylon-team-pic-box h3 {
    margin: 0;
    color: var(--thm-black);
    margin-bottom: 10px;
}
.team-details__content>span,.pylon_member_designation {
    font-size: 16px;
    display: block;
    line-height: 1;
}
.pylon_member_designation {
    margin-bottom: 25px;
}
.team-details__content>p {
    margin: 0;
    margin-bottom: 30px;
}
.team-details__certificates {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 40px;
}
.why-choose-progress-box{
    margin-bottom: 35px;
}
.team-details__certificates img{
    width: 32%;
}
@media (max-width: 568px) {
    .team-details__certificates {
        margin-left: -20px;
    }
    .team-details__certificates>img {
        margin-left: 20px;
        width: 44%;
        margin-bottom: 15px;
    }
}
.team-details__social {
    display: flex;
    flex-wrap: wrap;
}
.team-details__social a {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    width: 41px;
    height: 41px;
    background-color: #eff2f6;
    color: #0c2139;
    font-size: 13px;
    transition: all 500ms ease;
    border: 1px solid rgba(0,0,0,.06);
}
.team-details__social a:hover {
    background-color: var(--thm-base);
    color: #fff;
}
.team-details__social a+a {
    margin-left: 10px;
}
.team-details .why-choose__progress-bar {
    background-color: #eff2f6;
}
/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-one {
    padding-top: 120px;
    padding-bottom: 120px;
}
.contact-one .block-title {
    margin-bottom: 75px;
}
@media (max-width: 480px) {
    .contact-one .block-title {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .contact-one__content {
        margin-bottom: 60px;
    }
}
.contact-one__content>p {
    margin: 0;
    margin-bottom: 45px;
}
.contact-one__box+.contact-one__box {
    border-top: 1px solid #e6eaef;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}
.contact-one__box {
    display: flex;
    align-items: center;
}
@media (min-width: 1200px) {
    .contact-one__box {
        margin-right: 30px;
    }
}
.contact-one__box:hover>i {
    background-color: var(--thm-primary);
}
.contact-one__box>i {
    width: 65px;
    height: 65px;
    background-color: var(--thm-base);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
    top: 20px;
}
.contact-one__box-content {
    margin-left: 20px;
}
.contact-one__box-content h4 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    line-height: 1;
    margin-bottom: 10px;
}
.contact-one__box-content p{
    margin-bottom: 6px;
}
.contact-one__box-content a {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    display: block;
    color: var(--thm-color);
    transition: all 500ms ease;
}
.contact-one__box-content a:hover {
    color: var(--thm-primary);
}
.contact-two__box
{
    position: relative;
}
.contact-two__box .contact-two__box-title
{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
}
.contact-two__box .contact-two__box-title h5
{
    position: relative;
    margin-bottom: 0;
}
.contact-two__box .contact-two__box-title .small-icon
{
    color: #ddd;
    font-size: 20px;
}
.contact-two__box .contact-two__box-content
{
    position: relative;
    display: flex;
    align-items: center;
}
.contact-two__box .contact-two__box-content .left-big-icon
{
    position: relative;
    margin-right: 20px;
    font-size: 50px;
    color: var(--thm-base);
    line-height: 1;
}
.contact-two__box .contact-two__box-content .contact-two__box-dec p
{
    margin-bottom: 0;
}
.contact-two__box .contact-two__box-content .contact-two__box-dec span
{
    position: relative;
    font-weight: 600;
    color: var(--thm-base);
}
.contact-two__box .contact-two__box-content .contact-two__box-dec a
{
    position: relative;
    transition: all 0.3s ease;
}
.contact-one__form .low-gutters,
.contact-three__form .row.low-gutters {
    margin-left: -10px;
    margin-right: -10px;
}
.contact-one__form .low-gutters>[class*="col-"],
.contact-three__form .low-gutters>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-one__form textarea,
.contact-one__form input[type="text"],
.contact-one__form input[type="email"],
.contact-one__form select,
.contact-one__form input[type="number"] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: #eff2f6;
    color: var(--thm-color);
    margin-bottom: 20px;
    height: 64px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 4px;
    font-size: 15px;
}
.contact-one__form select{
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 12px),
        calc(100% - 15px) calc(1em + 12px),
        calc(100% - 2.6em) 1.2em;
    background-size:
        7px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}
.contact-one__form textarea,
.contact-three__form textarea {
    height: 140px;
    padding-top: 20px;
}
.contact-one__form .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}
.contact-two {
    padding-top: 120px;
    padding-bottom: 120px;
}
.contact-two .about-one__form {
    margin-top: 0;
}
.contact-three__form textarea,
.contact-three__form input[type="text"],
.contact-three__form input[type="email"],
.contact-three__form input[type="number"]
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    margin-bottom: 25px;
}
.contact-three__form .appointment-btn
{
    position: relative;
}
.contact-three__form .appointment-btn .thm-btn
{
    position: relative;
    padding: 15px 60px 15px 30px;
    border-radius: 0;
    background-color: var(--thm-primary);
}
.contact-three__form .appointment-btn .thm-btn:hover
{
    color: #fff;
}
.contact-three__form .appointment-btn .thm-btn:after
{
    position: absolute;
    right: 30px;
    content: "\e909";
    font-family: 'pylon-icon' !important;
}
@media (max-width: 991px) {
    .contact-two .about-one__form {
        margin-top: 60px;
    }
}
.contact-two .contact-one__form>p {
    margin: 0;
    margin-top: -10px;
    margin-bottom: 35px;
}
.contact-two .contact-one__form textarea {
    height: 185px;
}
/*--------------------------------------------------------------
# credit Card
--------------------------------------------------------------*/
.credit-card {
    padding-bottom: 60px;
}
.credit-card__box {
    margin-bottom: 60px;
    text-align: center;
}
.credit-card__box-image {
    border-radius: 4px;
    text-align: center;
    transition: all 500ms ease;
    background-color: #eff2f6;
    background-blend-mode: multiply;
    padding: 30px;
}
.credit-card__box-image>img {
    max-width: 100%;   
}
.credit-card__box:hover .credit-card__box-image {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.credit-card__box h3 {
    color: var(--thm-black);
    font-size: 28px;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 10px;
}
.credit-card__box h3 a {
    color: inherit;
    transition: all 500ms ease;
}
.credit-card__box p {
    margin: 0;
    color: var(--thm-color);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.credit-card__link {
    background: #eff2f6;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-color);
    margin-top: 20px;
    transition: all 500ms ease;   
}
.credit-card__box:hover .credit-card__link {
    background-color: var(--thm-primary);
    color: #fff;
}
.credit-card__details {
    padding-top: 120px;
    padding-bottom: 0;
}
.credit-card__details .about-two__image {
    display: inline-block;
}
.credit-card__details .about-two__image::before {
    width: 100%;
    height: calc(100% - 60px);
    background-color: var(--thm-primary);
    top: 30px;
    left: -30px;
}
.credit-card__details .about-two__image>img {
    position: relative;
    z-index: 10;
}
.credit-card__details .pylon-aboutus .block-title .title-block {
    letter-spacing: -.01em;
}
.credit-card__details .about-two__list li {
    flex: 0 0 100%;
}
.credit-card__details .about-two__list li+li {
    margin-top: 3px;
}
/*--------------------------------------------------------------
# How Works
--------------------------------------------------------------*/
.how-works {
    padding-top: 120px;
    padding-bottom: 120px;
}
.how-works__image {
    border-radius: 4px;
}
@media (max-width: 767px) {
    .how-works__image {
        max-width: 100%;
    }
}
.how-works__content {
    position: relative;
    margin-top: 60px;
    border-radius: 4px;
    padding: 100px;
    padding-bottom: 95px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
    .how-works__content {
        padding: 50px;
    }
}
@media (max-width: 480px) {
    .how-works__content {
        padding: 40px 30px;
    }
}
@media (max-width: 767px) {
    .about-one__form h3:after{
        display: none;
    }
}
.how-works .block-title .title-block {
    letter-spacing: -.01em;
    line-height: 1.08;
}
.how-works .block-text {
    margin-top: -10px;
}
.error-dec {
    text-align: center;
}
.error-button a.thm-btn:hover {
    background: #0c2139;
    color: #fff;
}
.error-image img {
    width: 450px;
    height: 450px;
    object-fit: cover;
}
.error-image {
    text-align: center;
}
.error-button{
    margin-top: 40px;
}
a.custom-logo-link {
    max-width: 155px;
}
a.custom-logo-link img {
    max-width: 100%;
    height: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}
/* Footer Widget Style 1 **/
.multi-columns-row .first-in-row {
    clear: left;
}
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
    clear: left;
}
.no-results.not-found .search-button {
    position: absolute;
    right: 0;
    top: 0;
}
.no-results.not-found form.search-form {
    position: relative;
}
.no-results.not-found .search-button button[type=submit] {
    padding: 16px 30px;
    line-height: 1.6;
}
.error-dec h2 {
    font-size: 54px;
}
p:empty {
    display: none;
}
@media (min-width:768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }
    .multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
        clear: none;
    }
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
    .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
        clear: left;
    }
}
@media (min-width:992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }
    .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
        clear: left;
    }
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
    .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
        clear: left;
    }
}
@media (min-width:1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }
    .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
        clear: none;
    }
    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
    .multi-columns-row .col-lg-20percent:nth-child(5n + 6) {
        clear: left;
    }
}
.elementor-widget-wp-widget-nav_menu .menu-service-menu-container ul li a {
    display: block;
    padding: 12px 30px;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    transition: all 500ms ease;
}
.elementor-widget-wp-widget-nav_menu .menu-service-menu-container ul li a:hover {
    background-color: #ffffff;
}
.elementor-widget-wp-widget-nav_menu {
    padding: 0;
    list-style: none;
    background: #eff2f6;
    padding: 50px 20px;
    padding-bottom: 38px;
}
.comment-form-cookies-consent label{
    margin-bottom:0;
}
.footer-widget__post-list li {
        margin-bottom: 10px;
}
body .loan-slider-box .ui-widget-content{
    border:none !important;
    background: #eff2f6 !important;
}
.single-loan-slider  .ui-slider .ui-slider-range{
    background: var(--thm-base);
}
.single-loan-slider .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border: 3px solid var(--thm-base);
    background: #fff;
    border-radius: 50%;
    outline: none !important;
    box-shadow: none;
}
.single-loan-slider .ui-slider-horizontal .ui-slider-handle {
    top: -0.21em !important;
    margin-left: -.5em !important;
}
body .single-loan-slider .ui-slider-horizontal{
    background:#eff2f6; 
    border:none;
}
.single-loan-counter{
     font-weight: 600;
    font-size: 18px;   
    color: #6e6d6e;
    margin-bottom: 30px;
}
.single-loan-counter h6{
    margin-top: 14px;
    display: inline-block;    
    font-weight: 600;
    font-size: 18px;
    color: #6e6d6e;
}
.single-loan-slider h4{
    font-size: 22px;
}
.loan-slider-box{
    margin-bottom: 30px;
}
.loan-eligibility-form{
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    color: #FFF;
    background-color: var(--thm-primary);
    border-radius: 4px;
    font-size: 18px;
    padding: 50px 40px 50px 40px;
}
.loan-eligibility-form p,
.loan-eligibility-form h3,
.loan-eligibility-form h4{
    color: #FFF;
}
.eligibility-inner-heading{
    margin-top: 35px;
    border-top:1px solid rgba(255,255,255,0.20);
    padding-top: 35px;
    padding-bottom: 35px;
}
.loan-eligibility-inner-heading h4 {
    font-size: 28px;
}
.eligibility-slider-box{
    margin-top: 10px;
}
.eligibility-slider-box .single-loan-counter{
    margin-bottom: 20px;
}
.loan-eligibility-details{
    margin-top: 25px;
}
.loan-eligibility-details small{
    font-size: 13px;
    color: rgba(255,255,255,0.70);
}
.loan-eligibility-monthly{
    font-size: 20px;
    line-height: 1.2;
    display: inline-block;
}
.loan-eligibility-total{
    font-size: 50px;
    line-height: 1.2;
    display: inline-block;
}
/*Combined Loan Calculator*/
.pylon-combined-calculator
{
    position: relative;
}
.pylon-combined-calculator .nav-tabs
{
    border: 0;
}
.pylon-combined-calculator .nav-tabs .nav-link
{
    border: 0;
    border-radius: 0;
    padding: 15px 35px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.pylon-combined-calculator .nav-tabs .nav-link.active
{
    background-color: var(--thm-base);
    color: #fff;
}
.pylon-combined-calculator .nav-tabs .nav-link:focus
{
    outline: none;
}
.pylon-combined-calculator .loan-calculator-inner
{
    position: relative;
    background-color: #fff;
    padding: 40px 50px;
}
.pylon-combined-calculator .loan-calculator-inner >.row > [class*=col-]:not(:last-child)
{
    border-right: 1px solid #eaeaea;
}
.pylon-combined-calculator .loan-calculator-inner .loan-calculator-left-side
{
    padding-right: 35px;
}
.pylon-combined-calculator .loan-calculator-inner .loan-calculator-left-side .loan-yearly-changer
{
    position: relative;
    margin-bottom: 15px;
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider
{
    position: relative;    
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider:not(:last-child)
{
    margin-bottom: 30px;
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider.yearly,
.pylon-combined-calculator .loan-calculator-inner .loan-slider.monthly
{
    display: none;
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider.yearly.active,
.pylon-combined-calculator .loan-calculator-inner .loan-slider.monthly.active
{
    display: block;
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider-upper
{
    position: relative;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider-upper .loan-slider-title
{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: var(--thm-black);
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider-upper .loan-counter
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 500;
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider-upper .loan-counter span
{
    position: relative;
    margin: 0 2px;
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider-upper .loan-counter .loan-counter-inner
{
    position: relative;
    margin-bottom: 0;
}
.pylon-combined-calculator .ui-slider
{
    border: 0;
    height: 2px;
    background: #eaeaea;
}
.pylon-combined-calculator .ui-slider .ui-slider-range
{
    background: var(--thm-base);
}
.pylon-combined-calculator .ui-slider .ui-slider-handle
{
    border-radius: 0;
    background: var(--thm-base);
    border: 0;
    margin: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pylon-combined-calculator .ui-slider .ui-slider-handle.ui-state-focus,
.pylon-combined-calculator .ui-slider .ui-slider-handle.ui-state-hover
{
    border: 0;
    outline: 0;
    background: var(--thm-primary);
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider-lower
{
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #b4b4b4;
    font-size: 13px;
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider-lower .min-value,
.pylon-combined-calculator .loan-calculator-inner .loan-slider-lower .max-value
{
    position: relative;
    display: flex;
    align-items: center;
}
.pylon-combined-calculator .loan-calculator-inner .loan-slider-lower .min-value span:first-child,
.pylon-combined-calculator .loan-calculator-inner .loan-slider-lower .max-value span:first-child
{
    margin-right: 2px;
}
.pylon-combined-calculator .loan-calculator-inner .loan-calculator-right-side
{
    padding-left: 35px;
    position: relative;
}
.pylon-combined-calculator .loan-calculator-inner .loan-calculator-right-side .upper-box
{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}
.loan-calculator-right-side .upper-box span
{
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    color: var(--thm-black);
}
.loan-calculator-right-side .upper-box .display-amount h1
{
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}
.loan-calculator-right-side .loan-calculator-content ul
{
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}
.loan-calculator-right-side .loan-calculator-content ul li
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loan-calculator-right-side .loan-calculator-content ul li:not(:last-child)
{
    margin-bottom: 20px;
}
.loan-calculator-right-side .loan-calculator-content ul li .loan-calculator-content-inner
{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    font-family: "Rajdhani";
    color: var(--thm-black);
}
.loan-calculator-right-side .loan-calculator-content ul li .loan-calculator-content-inner span
{
    position: relative;
    margin: 0 2px;
}
.loan-calculator-right-side .loan-calculator-content .apply-for-loan-btn
{
    position: relative;
    text-align: right;
    margin-bottom: 20px;
}
.loan-calculator-right-side .loan-calculator-content .apply-for-loan-btn .thm-btn
{
    border-radius: 0;
    padding-right: 60px;
}
.loan-calculator-right-side .loan-calculator-content .apply-for-loan-btn .thm-btn:after
{
    position: absolute;
    right: 30px;
    content: "\e909";
    font-family: 'pylon-icon' !important;
}
.loan-calculator-right-side .loan-calculator-content .apply-for-loan-btn .thm-btn:hover,
.loan-calculator-right-side .loan-calculator-content .apply-for-loan-btn .thm-btn:focus
{
    background-color: var(--thm-primary);
    color: #fff;
}
@media (max-width: 991px)
{
    .pylon-combined-calculator .loan-calculator-inner >.row > [class*=col-]:not(:last-child)
    {
        border-right: 0;
    }
    .pylon-combined-calculator .loan-calculator-inner .loan-calculator-left-side
    {
        padding: 0;
        margin-bottom: 60px;
    }
    .pylon-combined-calculator .loan-calculator-inner .loan-calculator-right-side
    {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .contact-one__box>i{
        position: absolute;
        left: 0;
    }   
    .contact-one__box-content{
        margin-left: 80px;
    }
    .team-details__certificates{
        margin-bottom: 5px;
    }
    .elementor-9 .trusted-company__box{
        padding: 30px !important;
        display: block;
    }
    .elementor-9 .blue-right:before{
        border-radius: 4px;
        width: 100%;
    }
    .blog-card{
        margin-bottom: 30px;
    }
    .trusted-company__box .pylon-contact-num-list{
        margin-left: 0;
        margin-top: 20px;
    }
    .service-two__card{
        margin-bottom: 15px;
    }
    .team-home__nav{
        margin-top: 30px;
    }
    .bottom-footer p {
        margin-bottom: 20px;
    }
    .testimonials-break-grid .testimonials-one__swiper-pagination{
        margin-top:40px;
    }
    .service-one__card{
        margin-bottom: 30px;
    }
    .about-three__image-text{
        line-height: 58px;
    }
    .loan-eligibility-form{
        padding: 40px 30px;
    }
    .eligibility-inner-heading{
        padding-top:20px;
        margin-top:20px;
    }
    .page-header.page-services{
        margin-bottom: 70px;
    }
    footer.footer.pt-120.footer-service{
        padding-top: 60px;
    }
    .page-builder-not-used .page-header .container{
        margin-bottom:70px;
    }
    .page-builder-not-used footer.footer.pt-120{
        padding-top:70px;
    }
    .pylon-team-pic-box{
        margin-bottom:20px;
    }
    .pylon-aboutus ul li,
    .pylon-aboutus ol li,
    .pylon-title ul li,
    .pylon-title ol li {
        padding-left: 30px;
        position: relative;
        line-height: 1.44;
    }
    .pylon-aboutus ul li:before, .pylon-aboutus ol li:before, .pylon-title ul li:before, .pylon-title ol li:before{
        position: absolute;
        top: 4px;
        left: 0;
    }
}
@media (max-width: 991px) {
    .blog-sidebar:before{
        display: none;
    }
    .blog-sidebar .widget{
        padding: 0;
    }
    .blog-sidebar.left-sidebar .widget{
        padding: 0;
    }    
}
.pylon-image-float
{
    position: absolute;
    height: 160px;
    width: 270px;
    z-index: 1;
}
.pylon-image-float img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:  991px)
{
    .pylon-image-float
    {
        position: static;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
.ripple-effect
{
    position: relative;
    margin-bottom: 50px;
}
.ripple-effect .ripple-effect-inner
{
    position: relative;
    height: 140px;
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.ripple-effect .ripple-effect-inner:before,
.ripple-effect .ripple-effect-inner:after
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    bottom: 0;
    border: 2px dashed rgb(0, 143, 213);
    animation: ripple 3s linear infinite;
}
.ripple-effect .ripple-effect-inner:after
{
    animation-delay: 1.5s;
    opacity: 0;
}
.ripple-effect .ripple-effect-inner .ripple-image
{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.ripple-effect .ripple-effect-inner .ripple-text
{
    position: relative;
    text-align: center;
}
.ripple-effect .ripple-effect-inner .ripple-text .text
{
    letter-spacing: 1px;
    margin: 0;
}
@keyframes ripple {
  0% {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
  }
  100% {
    right: -50px;
    left: -50px;
    bottom: -50px;
    top: -50px;
    opacity: 0;
  }
}
@media(max-width:  991px)
{
    .ripple-effect
    {
        padding-top: 50px;
    }
}
.pylon-stretched-content-yes img
{
    width: 100%;
}
/* update 20-12-2022 */
.sec-title-two {
    margin-bottom: 45px;
  }
  .sec-title-two__tagline {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: linear-gradient(270.47deg, #0C2139 9.68%, #004AA1 63.53%, #28B8FF 89.55%);
    border-radius: 27px;
    position: relative;
    padding-left: 11px;
    padding-right: 14px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    text-align: center;
  }
  .sec-title-two__tagline::before {
    content: '';
    border-radius: 27px;
    /* background: linear-gradient(268.38deg, #004AA1 -5.06%, #28B8FF 87.64%); */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
  }
  .sec-title-two__tagline i {
    position: relative;
    font-size: 14px;
    margin-right: 5px;
  }
  .sec-title-two__tagline > span {
    position: relative;
  }
  .sec-title-two__title {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #0C2139;
    margin: 0;
    margin-top: 15px;
  }
  @media (min-width: 768) {
    .sec-title-two__title {
      font-size: 50px;
    }
  }
  .sec-title-two__title--light {
    color: #fff;
  }
  /* footer two */
  .site-footer-two__shape-1 {
    /* background-image: url(../images/update-20-12-2022/shapes/footer-s-1.png); */
    width: 298px;
    height: 224px;
    position: absolute;
    left: 0;
    bottom: 38px;
    display: none;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  @media (min-width: 1200px) {
    .site-footer-two__shape-1 {
      display: block;
    }
  }
  .site-footer-two__shape-2 {
    /* background-image: url(../images/update-20-12-2022/shapes/footer-s-2.png); */
    width: 224px;
    height: 302px;
    position: absolute;
    right: 78px;
    display: none;
    bottom: 0;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  @media (min-width: 1200px) {
    .site-footer-two__shape-2 {
      display: block;
    }
  }
  .site-footer-two__shape-3 {
    /* background-image: url(../images/update-20-12-2022/shapes/footer-s-3.png); */
    width: 317px;
    height: 140px;
    position: absolute;
    top: 65px;
    display: none;
    left: 280px;
  }
  @media (min-width: 1200px) {
    .site-footer-two__shape-3 {
      display: block;
    }
  }
  .site-footer-two__shape-4 {
    /* background-image: url(../images/update-20-12-2022/shapes/footer-s-4.png); */
    width: 220px;
    height: 140px;
    position: absolute;
    top: 120px;
    display: none;
    right: 0;
  }
  @media (min-width: 1200px) {
    .site-footer-two__shape-4 {
      display: block;
    }
  }
  .site-footer-two__main {
    padding-bottom: 25px;
    padding-top: 110px;
    background-color: #0D213A;
    position: relative;
  }
  @media (min-width: 1200px) {
    .site-footer-two__main {
      padding-top: 360px;
    }
  }
  .site-footer-two__main .container {
    position: relative;
  }
  .site-footer-two__widget {
    margin-bottom: 30px;
  }
  .site-footer-two__widget--about {
    position: relative;
  }
  .site-footer-two__widget--about::before {
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px dashed #fff;
    position: absolute;
    top: 0;
    left: calc(100% + 48px);
    display: none;
  }
  @media (min-width: 1200px) {
    .site-footer-two__widget--about::before {
      display: block;
    }
  }
  @media (min-width: 1200px) {
    .site-footer-two__widget--about {
      margin-right: -19px;
      padding-top: 14px;
    }
  }
  @media (min-width: 1200px) {
    .site-footer-two__widget--menu {
      margin-left: 85px;
      margin-right: -35px;
    }
  }
  @media (min-width: 1200px) {
    .site-footer-two__widget--info {
      margin-left: 52px;
    }
  }
  .site-footer-two__widget__title {
    color: #fff;
    font-family: var(--heading-font);
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
  }
  .site-footer-two__widget__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 187.02%;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    margin-top: 32px;
  }
  @media (min-width: 1200px) {
    .site-footer-two__widget__text {
      margin-right: -6px;
    }
  }
  .site-footer-two__widget__time {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 187.02%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px dashed #FFFFFF;
    border-bottom: 1px dashed #FFFFFF;
    padding-top: 33px;
    padding-bottom: 33px;
    margin-top: 76px;
  }
  .site-footer-two__widget__time > i {
    font-size: 58px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .site-footer-two__widget__menu {
    margin: 0;
    margin-top: 16px;
  }
  .site-footer-two__widget__menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 187.02%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .site-footer-two__widget__menu li a:hover {
    background-size: 100% 1px;
  }
  .site-footer-two__widget__menu li a:hover {
    color: var(--thm-base);
  }
  .site-footer-two__widget__info {
    border-radius: 14px;
    background-color: #07172B;
    margin: 0;
    padding: 39px 36px 35px;
    margin-top: 23px;
  }
  .site-footer-two__widget__info li {
    position: relative;
    padding-left: 56px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    min-height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer-two__widget__info li + li {
    margin-top: 21px;
  }
  .site-footer-two__widget__info li a {
    color: inherit;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .site-footer-two__widget__info li a:hover {
    background-size: 100% 1px;
  }
  .site-footer-two__widget__info li i {
    width: 43px;
    height: 43px;
    border: 1px solid #112A49;
    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;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
  }
  .site-footer-two__widget__social {
    border-radius: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 36px;
  }
  .site-footer-two__widget__social span {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-right: auto;
  }
  .site-footer-two__widget__social a {
    font-size: 21px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .site-footer-two__widget__social a:hover {
    opacity: 0.85;
  }
  .site-footer-two__widget__social a + a {
    margin-left: 15px;
  }
  .site-footer-two__widget__gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin-top: 23px;
  }
  @media (min-width: 768px) {
    .site-footer-two__widget__gallery {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
    }
  }
  .site-footer-two__widget__gallery li img {
    width: 100%;
    border-radius: 14px;
  }
  .site-footer-two__bottom {
    background-color: #07172A;
    text-align: center;
    padding: 26.045px 0;
  }
  .site-footer-two__bottom p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 187.02%;
    color: #fff;
  }
  /* cta one */
  .cta-one {
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    z-index: 10;
  }
  @media (min-width: 1200px) {
    .cta-one {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: -250px;
    }
  }
  .cta-one .sec-title-two {
    margin-bottom: 13px;
  }
  .cta-one__inner {
    border-radius: 30px;
    background-color: #004AA1;
    background-size: cover;
    background-position: top center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 992px) {
    .cta-one__inner {
      padding-bottom: 120px;
    }
  }
  .cta-one__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 187.02%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 760px;
    max-width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-one__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px;
  }
  .cta-one__form input[type=email],
  .cta-one__form input[type=text] {
    border: none;
    outline: none;
    width: 100%;
    max-width: 346px;
    height: 60px;
    border: 1px solid #FFFFFF;
    border-radius: 53px;
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
  }
  @media (min-width: 768px) {
    .cta-one__form input[type=email],
    .cta-one__form input[type=text] {
      margin-bottom: 0;
    }
  }
  .cta-one__form button[type=submit] {
    border: none;
    outline: none;
    width: 183px;
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 53px;
    font-weight: 500;
    font-size: 16px;
    color: #008FD5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 8px;
  }
  .cta-one__form button[type=submit]:hover {
    background-color: #0C2139;
    color: #fff;
  }
  /* Blog One */
  .blog-one {
    position: relative;
    padding-top: 90px;
  }
  @media (min-width: 992px) {
    .blog-one {
      padding-top: 120px;
    }
  }
  @media (min-width: 1200px) {
    .blog-one {
      padding-top: 150px;
      }
  }
  .blog-one::before {
    content: '';
    width: 100%;
    height: 510px;
    background-color: #0F2643;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .blog-one .sec-title-two {
    margin-bottom: 15px;
  }
  .blog-one .container {
    position: relative;
  }
  .blog-one__top {
    padding-left: 00px;
  }
  @media (min-width: 992px) {
    .blog-one__top {
      padding-left: 30px;
    }
  }
  .blog-one__bottom {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 0;
    border-radius: 20px;
  }
  .blog-one__single {
    margin-bottom: 30px;
  }
  @media (min-width: 1200px) {
    .blog-one__single {
      margin-bottom: 0;
    }
  }
  .blog-one__single__image {
    position: relative;
  }
  .blog-one__single__image img {
    width: 100%;
  }
  .blog-one__single__image::after {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-color: rgba(15, 38, 67, 0.79);
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
    border-radius: 20px;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .blog-one__single:hover .blog-one__single__image::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .blog-one__single__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #FFFFFF;
    border: 6px solid #E9E9E9;
    -webkit-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54px;
    height: 54px;
    position: absolute;
    left: calc(50% - 27px);
    bottom: 13px;
    font-size: 15px;
    border-radius: 50%;
    color: #0F2643;
    -webkit-transition: background 500ms ease, border 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, border 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, border 500ms ease, color 500ms ease, transform 500ms ease;
    transition: background 500ms ease, border 500ms ease, color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    z-index: 10;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .blog-one__single__arrow:hover {
    background-color: #0F2643;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .blog-one__single:hover .blog-one__single__arrow {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .blog-one__single__category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background-color: #0C2139;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 10px;
    padding: 7.5px 20px;
    z-index: 10;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  }
  .blog-one__single:hover .blog-one__single__category {
    background-color: #008FD5;
    -webkit-transform: translate(25px, 25px);
            transform: translate(25px, 25px);
  }
  .blog-one__single__meta {
    margin: 0;
    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;
    border-bottom: 1px dashed #BEBEBE;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 19px;
  }
  .blog-one__single__meta li {
    font-size: 18px;
    color: #555C63;
  }
  .blog-one__single__meta li a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-one__single__meta li a:hover {
    color: #0c2139;
  }
  .blog-one__single__meta__date {
    background-color: #F5F5F5;
    border-radius: 41px;
    padding: 7.5px 18px;
  }
  .blog-one__single__meta__date i {
    color: #008FD5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
    margin-right: 10px;
  }
  .blog-one__single__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #0C2139;
    margin: 0;
    margin-bottom: 11px;
  }
  .blog-one__single__title a {
    color: inherit;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .blog-one__single__title a:hover {
    background-size: 100% 1px;
  }
  .blog-one__single__btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0C2139;
    border: 1.5px solid #008FD5;
    border-radius: 43px;
    padding: 14px 26px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .blog-one__single__btn:hover {
    background-color: #008FD5;
    color: #fff;
  }
  .blog-one__single__text {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
  }
  /* How Works Two */
  .how-works-two {
    background-color: #F3F3F3;
    background-image: url(../images/update-20-12-2022/shapes/how-works-two-bg-1-1.jpg);
    background-size: cover;
    background-position: bottom center;
    counter-reset: howWorksTwoCount;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
  }
  @media (min-width: 992px) {
    .how-works-two {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  }
  @media (min-width: 1200px) {
    .how-works-two {
      padding-top: 150px;
      padding-bottom: 150px;
    }
  }
  .how-works-two__shape-1 {
    position: absolute;
    background-image: url(../images/update-20-12-2022/shapes/how-works-two-s-1.png);
    width: 284px;
    height: 125px;
    position: absolute;
    top: 80px;
    right: 60px;
    display: none;
  }
  @media (min-width: 1200px) {
    .how-works-two__shape-1 {
      display: block;
    }
  }
  .how-works-two__shape-2 {
    position: absolute;
    background-image: url(../images/update-20-12-2022/shapes/how-works-two-s-1.png);
    width: 284px;
    height: 125px;
    position: absolute;
    bottom: 80px;
    left: 60px;
    display: none;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  @media (min-width: 1200px) {
    .how-works-two__shape-2 {
      display: block;
    }
  }
  .how-works-two__single {
    background: #FFFFFF;
    border-radius: 30px;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 0 0px 0px #0C2139;
            box-shadow: 0 0px 0px #0C2139;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
@media (min-width: 1200px){
.how-work-two .row [class*=col-]:nth-child(even) {
    margin-top: 80px;
}
}
.how-works-two__single span {
    width: 63px;
    height: 63px;
    background-color: #008FD5;
    border: 6px solid #F3F3F3;
    position: absolute;
    top: -22px;
    right: 40px;
    display: block;
    border-radius: 50%;
    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;
    color: #fff;
    font-family: "Rajdhani";
    font-weight: 600;
    font-size: 30px;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .how-works-two__single span:hover {
    background-color: #0C2139;
    border-color: #F3F3F3;
  }
  .how-works-two__single:hover {
    -webkit-box-shadow: 0 7px 0px #0C2139;
            box-shadow: 0 7px 0px #0C2139;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  .how-works-two__single__inner {
    overflow: hidden;
    padding: 25px;
    padding-top: 52px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 30px;
  }
  .how-works-two__single:hover .how-works-two__single__inner {
    background-color: #008FD5;
  }
  .how-works-two__single__icon {
    color: #008FD5;
    font-size: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .how-works-two__single:hover .how-works-two__single__icon {
    color: #fff;
  }
  .how-works-two__single__icon__floated {
    font-size: 140px;
    color: #F9F9F9;
    line-height: 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -20px;
    right: -30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .how-works-two__single:hover .how-works-two__single__icon__floated {
    color: #1C9CDB;
  }
  .how-works-two__single__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #0C2139;
    margin: 0;
    margin-top: 21px;
    margin-bottom: 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .how-works-two__single__title a {
    color: inherit;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .how-works-two__single__title a:hover {
    background-size: 100% 1px;
  }
  .how-works-two__single:hover .how-works-two__single__title a {
    color: #fff;
  }
  .how-works-two__single__text {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .how-works-two__single:hover .how-works-two__single__text {
    color: #fff;
  }
  .how-works-two .row {
    position: relative;
  }
  @media (min-width: 1200px) {
    .how-works-two .row {
      padding: 68.5px 0;
    }
  }
  .how-works-two .row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/update-20-12-2022/shapes/how-works-two-s-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
  }
  @media (min-width: 1200px) {
    .how-works-two .row::before {
      display: block;
    }
  }
  .how-works-two .row [class*=col-]:nth-child(even) {
    position: relative;
  }
  @media (min-width: 1200px) {
    .how-works-two .row [class*=col-]:nth-child(even) {
      margin-top: 80px;
    }
  }
  .how-works-two__btns {
    margin-top: 0px;
  }
  @media (min-width: 1200px) {
    .how-works-two__btns {
      margin-top: 50px;
    }
  }
  .how-works-two__btns a {
    background: #0C2139;
    border-radius: 43px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 20px 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .how-works-two__btns a:hover {
    background-color: #008FD5;
    color: #fff;
  }
  /* testimonials two */
  .testimonials-two {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
  }
  @media (min-width: 992px) {
    .testimonials-two {
      padding-top: 120px;
      padding-bottom: 120px;
      position: relative;
    }
  }
  @media (min-width: 1200px) {
    .testimonials-two {
      padding-top: 150px;
      padding-bottom: 150px;
    }
  }
  .testimonials-two__shape-1 {
    background-image: url(../images/update-20-12-2022/shapes/testi-s-1.png);
    width: 591px;
    height: 356px;
    position: absolute;
    top: 210px;
    display: none;
    left: -170px;
  }
  @media (min-width: 1350px) {
    .testimonials-two__shape-1 {
      display: block;
    }
  }
  @media (min-width: 1700px) {
    .testimonials-two__shape-1 {
      left: 0;
    }
  }
  .testimonials-two__shape-2 {
    background-image: url(../images/update-20-12-2022/shapes/testi-s-2.png);
    width: 591px;
    height: 356px;
    position: absolute;
    top: 210px;
    display: none;
    right: -170px;
  }
  @media (min-width: 1350px) {
    .testimonials-two__shape-2 {
      display: block;
    }
  }
  @media (min-width: 1700px) {
    .testimonials-two__shape-2 {
      right: 0;
    }
  }
  .testimonials-two__shape-3 {
    background-image: url(../images/update-20-12-2022/shapes/testi-s-3.png);
    width: 239px;
    height: 28px;
    position: absolute;
    top: 373px;
    left: 250px;
    display: none;
  }
  @media (min-width: 1350px) {
    .testimonials-two__shape-3 {
      display: block;
    }
  }
  @media (min-width: 1700px) {
    .testimonials-two__shape-3 {
      left: 440px;
    }
  }
  .testimonials-two__shape-4 {
    background-image: url(../images/update-20-12-2022/shapes/testi-s-4.png);
    width: 239px;
    height: 28px;
    position: absolute;
    top: 373px;
    right: 262px;
    display: none;
  }
  @media (min-width: 1350px) {
    .testimonials-two__shape-4 {
      display: block;
    }
  }
  @media (min-width: 1700px) {
    .testimonials-two__shape-4 {
      right: 440px;
    }
  }
  .testimonials-two__shape-5 {
    font-size: 104px;
    color: #EFEFEF;
    position: absolute;
    bottom: 80px;
    left: 375px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .testimonials-two__shape-6 {
    font-size: 104px;
    color: #EFEFEF;
    position: absolute;
    top: 80px;
    right: 375px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .testimonials-two .container {
    position: relative;
  }
  .testimonials-two__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #0C2139;
    margin: 0;
    text-align: center;
    margin-top: 20px;
  }
  .testimonials-two__designation {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    text-align: center;
    margin: 0;
  }
  .testimonials-two__text {
    margin: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #555C63;
    margin-top: 8px;
    margin-bottom: 22px;
  }
  .testimonials-two__stars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonials-two__stars i {
    font-size: 22px;
    color: #FFBE3F;
  }
  .testimonials-two__stars i + i {
    margin-left: 10px;
  }
  .testimonials-two__carousel {
    width: 100%;
    max-width: 644px;
    margin: 0px auto;
  }
  .testimonials-two__carousel__slider {
    width: 100%;
    height: auto;
    margin: 0 0 0px 0;
    text-align: center;
    overflow: visible !important;
  }
  .testimonials-two__carousel__slider .swiper-slide {
    width: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .testimonials-two__carousel__slider .swiper-slide-active {
    opacity: 1;
    visibility: visible;
  }
  .testimonials-two__carousel__thumbs {
    width: 90%;
    padding: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {
    .testimonials-two__carousel__thumbs {
      width: 81.5%;
    }
  }
  .testimonials-two__carousel__thumbs .swiper-slide {
    width: 175px;
    height: 175px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: scale(0.48);
            transform: scale(0.48);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .testimonials-two__carousel__thumbs .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .testimonials-two__carousel__thumbs .swiper-slide img {
    border-radius: 50%;
    width: auto;
    height: 100%;
  }
 .testimonials-two .testimonials-two__carousel .swiper-button-next,
 .testimonials-two .testimonials-two__carousel .swiper-button-prev {
    width: 73px;
    height: 73px;
    background-color: #F4F4F4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #008FD5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: none;
  }
.testimonials-two .testimonials-two__carousel .swiper-button-next:hover,
.testimonials-two .testimonials-two__carousel .swiper-button-prev:hover {
    color: #fff;
    background-color: #0C2139;
  }
  @media (min-width: 1200px) {
    .testimonials-two .testimonials-two__carousel .swiper-button-next,
    .testimonials-two .testimonials-two__carousel .swiper-button-prev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: -90px;
    }
  }
   .testimonials-two .testimonials-two__carousel .swiper-button-next::after,
   .testimonials-two .testimonials-two__carousel .swiper-button-prev::after {
    display: none;
  }
  @media (min-width: 1200px) {
     .testimonials-two .testimonials-two__carousel .swiper-button-prev {
      left: -255px;
    }
  }
  @media (min-width: 1200px) {
     .testimonials-two .testimonials-two__carousel .swiper-button-next {
      right: -255px;
    }
  }
  /* why choose two */
  .why-choose-two {
    padding-top: 90px;
  }
  @media (min-width: 992px) {
    .why-choose-two {
      padding-top: 120px;
    }
  }
  @media (min-width: 1200px) {
    .why-choose-two {
      padding-top: 150px;
    }
  }
  .why-choose-two__shape-1 {
    background-image: url(../images/update-20-12-2022/shapes/progress-s-1-1.png);
    width: 104px;
    height: 236px;
    position: absolute;
    z-index: -1;
    top: -36px;
    left: -36px;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .why-choose-two__shape-2 {
    background-image: url(../images/update-20-12-2022/shapes/progress-s-1-2.png);
    width: 104px;
    height: 236px;
    position: absolute;
    right: -70px;
    bottom: 25px;
    z-index: -1;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .why-choose-two__inner {
    border-radius: 40px;
    background-color: #E7E7E9;
    padding: 80px 30px;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
  }
  .why-choose-two__inner::after {
    content: '';
    width: 483px;
    height: 483px;
    background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
    border-radius: 30px;
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: -1;
    display: none;
  }
  @media (min-width: 992px) {
    .why-choose-two__inner::after {
      display: block;
    }
  }
  .why-choose-two .sec-title-two {
    margin-bottom: 0;
  }
  .why-choose-two__inner{
    padding: 0px !important;
  }
  .why-choose-two__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    width: 100%;
    max-width: 449px;
    margin-bottom: 40px;
    margin-top: 5px;
  }
  .why-choose-two__progress {
    margin-bottom: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    width: 100%;
    max-width: 792px;
  }
  @media (min-width: 768px) {
    .why-choose-two__progress {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 992px) {
    .why-choose-two__progress {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr);
      grid-gap: 40px;
    }
  }
  .why-choose-two__progress li {
    position: relative;
  }
  .why-choose-two__progress li .circleGraphic {
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
  }
  .why-choose-two__progress__box {
    width: 167px;
    height: 167px;
    padding: 20px;
    position: relative;
  }
  .why-choose-two__progress__box > span {
    width: 100%;
    background: rgba(255, 255, 255, 0.46);
    height: 100%;
    border-radius: 50%;
    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;
    text-align: center;
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 43.3521px;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.01em;
    color: #0C2139;
    border-radius: 50%;
    z-index: 10;
    position: relative;
  }
  .why-choose-two__progress__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #0C2139;
    margin: 0;
    padding-left: 13px;
    margin-top: 20px;
  }
  @media (min-width: 992px) {
    .why-choose-two__progress__title {
      text-align: center;
    }
  }
  /* trusted company two */
  .trusted-company-two {
    background: -webkit-gradient(linear, left top, left bottom, from(#E6EDF0), to(rgba(217, 217, 217, 0)));
    background: linear-gradient(180deg, #E6EDF0 0%, rgba(217, 217, 217, 0) 100%);
    position: relative;
    padding-top: 90px;
  }
  @media (min-width: 992px) {
    .trusted-company-two {
      padding-top: 120px;
    }
  }
  @media (min-width: 1200px) {
    .trusted-company-two {
      padding-top: 460px;
      margin-top: -310px;
    }
  }
  .trusted-company-two__shape-1 {
    background-image: url(../images/update-20-12-2022/shapes/trusted-company-s-3.png);
    width: 581px;
    height: 605px;
    position: absolute;
    top: 0;
    left: -364px;
    z-index: 1;
    display: none;
  }
  @media (min-width: 1200px) {
    .trusted-company-two__shape-1 {
      display: block;
    }
  }
  .trusted-company-two__shape-2 {
    background-image: url(../images/update-20-12-2022/shapes/trusted-company-s-1.png);
    width: 362px;
    height: 252px;
    position: absolute;
    top: -150px;
    right: -30%;
    z-index: 10;
    display: none;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  @media (min-width: 1200px) {
    .trusted-company-two__shape-2 {
      display: block;
    }
  }
  .trusted-company-two__shape-3 {
    background-image: url(../images/update-20-12-2022/shapes/trusted-company-s-2.png);
    width: 1272px;
    height: 610px;
    position: absolute;
    top: 0;
    left: -165px;
    display: none;
  }
  @media (min-width: 1200px) {
    .trusted-company-two__shape-3 {
      display: block;
    }
  }
  .trusted-company-two .sec-title-two {
    margin-bottom: 0;
  }
  .trusted-company-two .row,
  .trusted-company-two .container {
    position: relative;
  }
  .trusted-company-two__content {
    max-width: 515px;
  }
  @media (min-width: 1200px) {
    .trusted-company-two__content {
      padding-left: 55px;
    }
  }
  .trusted-company-two__image {
    position: relative;
    padding: 31px;
    display: inline-block;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #0C2139;
    margin-bottom: 50px;
  }
  @media (min-width: 1200px) {
    .trusted-company-two__image {
      padding: 51px;
      margin-bottom: 0;
    }
  }
  .trusted-company-two__image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 10000px;
    height: 100%;
    background-color: #0C2139;
  }
  .trusted-company-two__image img {
    position: relative;
    border-radius: 50%;
    z-index: 11;
    max-width: 100%;
  }
  @media (min-width: 992px) {
    .trusted-company-two__image img {
      max-width: none !important;
    }
  }
  .trusted-company-two__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    margin: 0;
    margin-bottom: 28px;
    margin-top: 15px;
    max-width: 515px;
  }
  .trusted-company-two__list {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    width: 100%;
    max-width: 428px;
  }
  .trusted-company-two__list li {
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    padding-left: 25px;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .trusted-company-two__list li::before {
    content: '';
    width: 7px;
    height: 100%;
    background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .trusted-company-two__list__count {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #008FD5;
    text-transform: uppercase;
    margin-bottom: 9px;
    margin-top: 23px;
  }
  .trusted-company-two__list__text {
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #0C2139;
    margin-bottom: 24px;
  }
  .trusted-company-two__author {
    border-radius: 12px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 45px;
  }
  @media (min-width: 768px) {
    .trusted-company-two__author {
      margin-top: 25px;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-image: url(../images/update-20-12-2022/shapes/trusted-company-s-4.png);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 515px;
    }
  }
  .trusted-company-two__author__image {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
  }
  @media (min-width: 768px) {
    .trusted-company-two__author__image {
      margin-bottom: 0;
      margin-right: 20px;
    }
  }
  .trusted-company-two__author__image img {
    border-radius: 50%;
  }
  .trusted-company-two__author__content {
    position: relative;
  }
  .trusted-company-two__author__name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0C2139;
    margin: 0;
    margin-bottom: 5px;
  }
  .trusted-company-two__author__designation {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #008FD5;
    margin: 0;
    margin-bottom: 4px;
  }
  .trusted-company-two__author__text {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    margin: 0;
  }
  /* loan calculator two */
  .loan-calculator-two {
    padding-top: 90px;
    position: relative;
    z-index: 10;
    padding-bottom: 90px;
  }
  @media (min-width: 992px) {
    .loan-calculator-two {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  }
  @media (min-width: 1200px) {
    .loan-calculator-two {
      padding-top: 150px;
      padding-bottom: 0;
    }
  }
  .loan-calculator-two__shape-1 {
    background-image: url(../images/update-20-12-2022/shapes/loan-calculator-bg-s-1.png);
    width: 284px;
    height: 125px;
    position: absolute;
    top: -61px;
    z-index: -1;
    right: 130px;
  }
  .loan-calculator-two__shape-2 {
    background-image: url(../images/update-20-12-2022/shapes/loan-calculator-bg-s-2.png);
    width: 284px;
    height: 125px;
    position: absolute;
    bottom: 245px;
    left: -95px;
    z-index: -1;
  }
  .loan-calculator-two .container {
    position: relative;
  }
  .loan-calculator-two .container::before {
    content: '';
    height: 115px;
    background-color: black;
    border-radius: 100%;
    position: absolute;
    top: 93px;
    left: 45px;
    right: 45px;
    background: #373737;
    -webkit-filter: blur(150px);
            filter: blur(150px);
    z-index: -1;
  }
  .loan-calculator-two__inner {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 49px 39px #DEE3E6;
            box-shadow: 0px 49px 39px #DEE3E6;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    border-radius: 20px;
    width: 100%;
    padding: 80px 30px;
    position: relative;
    z-index: 10;
  }
  @media (min-width: 1200px) {
    .loan-calculator-two__inner {
      padding: 100px 120px;
      background-image: url(../images/update-20-12-2022/shapes/loan-calculator-bg-border.png);
      margin-bottom: -310px;
    }
  }
  .loan-calculator-two__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    margin: 0;
    margin-top: 8px;
  }
  @media (min-width: 768px) {
    .loan-calculator-two .loan-slider-box {
      margin-right: 30px;
    }
  }
  .loan-calculator-two .single-loan-slider {
    margin-bottom: 19px;
  }
  .loan-calculator-two .single-loan-slider__top {
    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;
    padding-bottom: 10px;
  }
  .loan-calculator-two .single-loan-slider__top h4 {
    margin: 0;
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #0C2139;
  }
  .loan-calculator-two .single-loan-slider__top h6 {
    margin: 0;
  }
  .loan-calculator-two .single-loan-slider__bottom {
    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;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #A5A5A5;
    padding-top: 16px;
  }
  .loan-calculator-two .single-loan-counter {
    margin: 0;
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #008FD5;
  }
  .loan-calculator-two__form {
    background: #1F1F1F;
    -webkit-box-shadow: 2px 41px 26px rgba(177, 177, 177, 0.25);
            box-shadow: 2px 41px 26px rgba(177, 177, 177, 0.25);
    border-radius: 20px;
    padding: 30px;
    margin-top: 50px;
  }
  @media (min-width: 768px) {
    .loan-calculator-two__form {
      padding: 55px;
      margin-left: 9px;
    }
  }
  @media (min-width: 768px) {
    .loan-calculator-two__form {
      margin-top: 0;
    }
  }
  .loan-calculator-two__form p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .loan-calculator-two__form p span {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #C4C4C4;
  }
  .loan-calculator-two__form p b {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    text-align: right;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  .loan-calculator-two__form p b i {
    font-style: normal;
  }
  .loan-calculator-two__form p:not(:last-of-type) {
    padding-bottom: 12px;
    margin-bottom: 13px;
    border-bottom: 1px solid #3D3D3D;
  }
  .loan-calculator-two__form__emi {
    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;
    margin-top: 21px;
    margin-bottom: 30px;
  }
  .loan-calculator-two__form__emi span {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  .loan-calculator-two__form__emi b {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #008FD5;
  }
  .loan-calculator-two__form__emi b i {
    font-style: normal;
  }
  .loan-calculator-two__form .thm-btn {
    background: #FFFFFF;
    border-radius: 43px;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #0C2139;
    padding: 17.5px 30px;
    margin-top: 20px;
    text-align: center;
  }
  .loan-calculator-two__form .thm-btn:hover {
    background-color: #008FD5;
    color: #FFFFFF;
  }
  .loan-calculator-two .ui-slider-horizontal {
    height: 2px;
  }
  .loan-calculator-two .single-loan-slider .ui-slider .ui-slider-handle {
    background: #FFFFFF;
    border: 2px solid #008FD5;
    -webkit-box-shadow: 0px 4px 4px rgba(143, 143, 143, 0.25);
            box-shadow: 0px 4px 4px rgba(143, 143, 143, 0.25);
    top: -10px !important;
  }
  /* Service Three */
  .service-three {
    position: relative;
    z-index: 9;
  }
  .service-three__top {
    position: relative;
    padding-left: 15px;
    padding-top: 90px;
    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;
    padding-bottom: 305px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  @media (min-width: 992px) {
    .service-three__top {
      padding-top: 120px;
    }
  }
  @media (min-width: 1200px) {
    .service-three__top {
      padding-top: 150px;
    }
  }
  @media (min-width: 768px) {
    .service-three__top {
      padding-left: 80px;
    }
  }
  @media (min-width: 1200px) {
    .service-three__top {
      padding-left: 150px;
    }
  }
  .service-three__top__shape {
    background-color: #008FD5;
    background-image: url(../images/update-20-12-2022/shapes/service-three-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    height: 100%;
  }
  .service-three__top__btns {
    position: relative;
    margin-top: 30px;
  }
  @media (min-width: 992px) {
    .service-three__top__btns {
      margin-top: 0;
    }
  }
  .service-three__top__btn {
    border: 2px solid #fff;
    border-radius: 43px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 17px 22.5px;
  }
  .service-three__top__btn:hover {
    background-color: #fff;
    color: #008FD5;
  }
  .service-three .sec-title-two {
    position: relative;
    margin-bottom: 0;
  }
  .service-three .owl-carousel {
    margin-left: 15px;
    margin-top: -256px;
  }
  @media (min-width: 768px) {
    .service-three .owl-carousel {
      margin-left: 80px;
    }
  }
  @media (min-width: 1200px) {
    .service-three .owl-carousel {
      margin-left: 150px;
    }
  }
  .service-three .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .service-three .owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
  .service-three .owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  .service-three .owl-carousel .owl-item.active + .owl-item {
    opacity: 1;
    visibility: visible;
  }
  .service-three .owl-nav {
    margin-top: 40px;
  }
  .service-three .owl-nav [class*=owl-] {
    border: none;
    outline: none;
  }
  .service-three .owl-nav [class*=owl-] + [class*=owl-] {
    margin-left: 10px;
  }
  .service-three .owl-nav [class*=owl-] span {
    width: 73px;
    height: 73px;
    background-color: #ECECEC;
    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;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #008FD5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-three .owl-nav [class*=owl-] span:hover {
    color: #fff;
    background-color: #0C2139;
  }
  .service-three__single {
    background: #FFFFFF;
    -webkit-box-shadow: 2px 41px 26px rgba(177, 177, 177, 0.25);
            box-shadow: 2px 41px 26px rgba(177, 177, 177, 0.25);
    border-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-three__single:hover {
    background-color: #0C2139;
  }
  .service-three__single__inner {
    overflow: hidden;
    position: relative;
    padding: 50px;
  }
  .service-three__single__shape {
    background-image: url(../images/update-20-12-2022/shapes/service-three-single-s-1.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-three__single:hover .service-three__single__shape {
    opacity: 0;
    visibility: hidden;
  }
  .service-three__single__shape-2 {
    background-image: url(../images/update-20-12-2022/shapes/service-three-single-s-2.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-three__single:hover .service-three__single__shape-2 {
    opacity: 1;
    visibility: visible;
  }
  .service-three__single__content {
    position: relative;
  }
  .service-three__single__icon {
    width: 86px;
    height: 86px;
    background-color: #0C2139;
    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;
    color: #fff;
    font-size: 45px;
    border-radius: 50%;
    margin-bottom: 27px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-three__single:hover .service-three__single__icon {
    background-color: #008FD5;
  }
  .service-three__single__title {
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #0C2139;
  }
  .service-three__single__title a {
    color: inherit;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
    .service-three__single__title  {
    color: inherit;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-three__single__title a:hover {
    background-size: 100% 1px;
  }
  .service-three__single:hover .service-three__single__title a {
    color: #fff;
  }
    .service-three__single:hover .service-three__single__title  {
    color: #fff;
  }
  .service-three__single__text {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    margin-top: 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-three__single:hover .service-three__single__text {
    color: #fff;
  }
  /* Introduction One */
  .introduction-one {
    position: relative;
    padding: 0 0 90px;
  }
  @media (min-width: 992px) {
    .introduction-one {
      padding: 0 0 120px;
    }
  }
  @media (min-width: 1200px) {
    .introduction-one {
      padding: 0 0 150px;
    }
  }
  .introduction-one__shape-1 {
    position: absolute;
    width: 262px;
    height: 252px;
    background-image: url(../images/update-20-12-2022/shapes/intro-s-1-2.png);
    top: 170px;
    right: 0;
    display: none;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  @media (min-width: 1200px) {
    .introduction-one__shape-1 {
      display: block;
    }
  }
  .introduction-one .container {
    position: relative;
  }
  .introduction-one .sec-title-two {
    margin-bottom: 20px;
  }
  .introduction-one .sec-title-two__title {
    font-weight: 400;
  }
 .sec-title-two__title span {
    font-weight: 700;
    color: #008FD5;
  }
  .introduction-one__image {
    position: relative;
    display: inline-block;
    margin-bottom: 150px;
  }
  @media (min-width: 992px) {
    .introduction-one__image {
      margin-bottom: 0;
    }
  }
  .introduction-one__image::before {
    content: '';
    position: absolute;
    width: 372px;
    height: 343px;
    background: #0C2139;
    bottom: -30px;
    left: -30px;
    border-radius: 20px;
    display: none;
  }
  @media (min-width: 768px) {
    .introduction-one__image::before {
      display: block;
    }
  }
  .introduction-one__image img {
    position: relative;
    border-radius: 20px;
    max-width: 100%;
  }
  .introduction-one__image__shape-1 {
    position: absolute;
    width: 125px;
    height: 284px;
    background-image: url(../images/update-20-12-2022/shapes/intro-s-1-3.png);
    top: -30px;
    left: -50px;
    z-index: -1;
  }
  .introduction-one__image__shape-2 {
    position: absolute;
    width: 125px;
    height: 284px;
    right: 40px;
    bottom: -140px;
    background-image: url(../images/update-20-12-2022/shapes/intro-s-1-3.png);
  }
  .introduction-one__image__caption {
    background: linear-gradient(53.01deg, #004AA1 11.97%, #008FD5 93.37%);
    border-radius: 20px;
    position: absolute;
    bottom: -80px;
    left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 31px 25px;
  }
  .introduction-one__image__caption::before {
    content: '';
    position: absolute;
    border-radius: 20px;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border: 1px dashed #FFFFFF;
  }
  .introduction-one__image__caption__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1.5px solid #008FD5;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 21px;
    margin-right: 8px;
  }
  .introduction-one__image__caption__content {
    position: relative;
  }
  .introduction-one__image__caption__title {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: -7px;
  }
  .introduction-one__image__caption__text {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.01em;
    margin: 0;
    color: #FFFFFF;
  }
  .introduction-one__btn {
    border-radius: 43px;
    color: #fff;
    background-color: #0C2139;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 20.5px 31px;
  }
  .introduction-one__btn:hover {
    background-color: #008FD5;
    color: #ffffff;
  }
  .introduction-one__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .introduction-one__box__icon {
    font-size: 58px;
    color: #0C2139;
    margin-right: 18px;
  }
  .introduction-one__box__title {
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: #004AA1;
  }
  .introduction-one__text {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    margin-top: 21px;
  }
  .introduction-one__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 370px;
    margin-bottom: 28px;
    margin-top: 19px;
  }
  @media (min-width: 425px) {
    .introduction-one__caption {
      background-image: url(../images/update-20-12-2022/shapes/intro-s-1-1.png);
      padding: 37.5px 13px 28.5px 29px;
    }
  }
  .introduction-one__caption__icon {
    width: 56px;
    height: 56px;
    border: 1.5px solid #008FD5;
    border-radius: 50%;
    font-size: 24px;
    color: #0C2139;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px;
  }
  .introduction-one__caption__title {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #0C2139;
  }
  .introduction-one__caption__text {
    margin: 0;
    margin-top: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
  }
  /* service four */
  .service-four {
    padding: 90px 0;
  }
  @media (min-width: 992px) {
    .service-four {
      padding: 120px 0;
    }
  }
  @media (min-width: 1200px) {
    .service-four {
      padding: 150px 0;
    }
  }
  .service-four__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87px;
    background-color: #C0EAFF;
    -webkit-filter: blur(69px);
            filter: blur(69px);
    z-index: -1;
  }
  .service-four .container {
    position: relative;
  }
  .service-four__single {
    background: #FFFFFF;
    border: 1px solid #CAE7F5;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
  }
  @media (min-width: 992px) {
    .service-four__single {
      margin-bottom: 0;
    }
  }
  .service-four__single::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 20px;
    background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-four__single:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .service-four__single::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 8px;
    right: 8px;
    bottom: -1px;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 0px #0c2139;
            box-shadow: 0 5px 0px #0c2139;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-four__single:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .service-four__single__shape {
    background-image: url(../images/update-20-12-2022/shapes/service-four-s-1.png);
    width: 162px;
    height: 89px;
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .service-four__single__inner {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 38px;
  }
  .service-four__single__icon {
    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;
    text-align: center;
    width: 105px;
    height: 108px;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    position: relative;
    background: #0C2139;
  }
  .service-four__single__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(143.01deg, #004AA1 11.97%, #008FD5 93.37%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-four__single__icon::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: linear-gradient(324.31deg, rgba(156, 156, 156, 0.18) 11.85%, rgba(255, 255, 255, 0) 80.16%);
  }
  .service-four__single__icon i {
    position: relative;
    font-size: 46px;
    color: #fff;
    z-index: 10;
  }
  .service-four__single:hover .service-four__single__icon::before {
    opacity: 0;
    visibility: hidden;
  }
  .service-four__single__title {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #0C2139;
    margin: 0;
    margin-bottom: 9px;
    margin-top: 23px;
    text-align: left;
  }
  .service-four__single__title a {
    color: inherit;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-four__single__title a:hover {
    background-size: 100% 1px;
  }
  .service-four__single:hover .service-four__single__title a {
    color: #fff;
  }
  .service-four__single__text {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-four__single:hover .service-four__single__text {
    color: #fff;
  }
  /* main slider two */
  .main-slider-two .swiper-slide .image-layer {
    background-color: #004AA1;
    background-size: unset;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .main-slider-two .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    padding-left: 150px;
    padding-right: 150px;
    padding-left: 30px;
    padding-right: 30px;
  }
  @media (min-width: 992px) {
    .main-slider-two .container-fluid {
      padding-top: 150px;
      padding-bottom: 150px;
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  @media (min-width: 1200px) {
    .main-slider-two .container-fluid {
      padding-left: 150px;
      padding-right: 150px;
    }
  }
  .main-slider-two .container-fluid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top left;
  }
  .main-slider-two .swiper-slide p {
    padding: 4px 26px 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #0C2139;
    border-radius: 27px;
    margin: 0;
  }
  @media (min-width: 768px) {
    .main-slider-two .swiper-slide p {
      font-size: 16px;
    }
  }
  .main-slider-two .swiper-slide h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
    margin-top: 14px;
  }
  .main-slider-two .swiper-slide h2 span {
    font-weight: 600;
  }
  @media (min-width: 992px) {
    .main-slider-two .swiper-slide h2 {
      font-size: 60px;
    }
  }
  .main-slider-two .swiper-slide .main-slider-two__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    max-width: 392px;
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    margin-bottom: 24px;
    margin-top: 17px;
  }
  .main-slider-two .swiper-slide-active .main-slider-two__text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  .main-slider-two .swiper-slide .thm-btn {
    background: #0C2139;
    border-radius: 52px;
  }
  .main-slider-two .swiper-slide .thm-btn:hover {
    background-color: #fff;
    color: #0C2139;
  }
  /* main header two */
  .main-header-two__info__inner {
    border-bottom: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header-two__info__list {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    margin-left: auto;
  }
  @media (min-width: 1200px) {
    .main-header-two__info__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .main-header-two__info__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #E0E0E0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-header-two__info__list li:last-child {
    padding-right: 0;
  }
  .main-header-two__info__list__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F3F3F3;
    color: var(--thm-base);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 12px;
  }
  li:nth-child(2) .main-header-two__info__list__icon {
    background-color: #008FD5;
    color: #fff;
  }
  li:nth-child(3) .main-header-two__info__list__icon,
  li:nth-child(2):hover .main-header-two__info__list__icon,
  li:hover .main-header-two__info__list__icon {
    background-color: #0C2139;
    color: #fff;
  }
  li:nth-child(3):hover .main-header-two__info__list__icon {
    background-color: #008FD5;
    color: #fff;
  }
  .main-header-two__info__list__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: var(--thm-color);
  }
  .main-header-two__info__list__info {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #0C2139;
  }
  .main-header-two__info__list__info a {
    color: inherit;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .main-header-two__info__list__info a:hover {
    background-size: 100% 1px;
  }
  .main-header-two__info .logo-box {
    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;
    padding: 20px 0;
    width: 100%;
  }
  @media (min-width: 1200px) {
    .main-header-two__info .logo-box {
      padding: 0;
      width: unset;
    }
  }
  .main-header-two__info .logo-box .mobile-nav__toggler {
    font-size: 20px;
    color: #0C2139;
  }
  @media (min-width: 1200px) {
    .main-header-two__info .logo-box .mobile-nav__toggler {
      display: none;
    }
  }
  .main-header-two__menu {
    display: none;
  }
  @media (min-width: 1200px) {
    .main-header-two__menu {
      display: block;
    }
  }
  .main-header-two__menu .container {
    padding-top: 0;
    padding-bottom: 0;
    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;
  }
  .main-header-two-right-box{
    display: flex;
    align-items: center;
  }
  .main-header-two-right-box .main-menu-right-side{
    padding-right: 30px;
  }
  .main-header-two__menu .main-menu__list {
    margin-left: 0;
    margin-right: 0;
    border: 0;
  }
  .main-header-two__menu .main-menu__list > li {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
  .main-header-two__menu .main-menu__list > li > a {
    font-weight: 400;
  }
  .main-header-two__menu .main-menu__list > li > a::before {
    bottom: auto;
    top: calc(100% + 15px);
    background-color: #0C2139;
  }
  .main-header-two__form {
    border-radius: 26px;
    overflow: hidden;
    width: 100%;
    max-width: 260px;
  }
  .main-header-two__form form {
    overflow: hidden;
    border-radius: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 260px;
  }
  .main-header-two__form form input[type=text],
  .main-header-two__form form input[type=search] {
    background-color: #EEEEEE;
    border: none;
    outline: none;
    height: 39px;
    width: calc(100% - 48px);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #A6A6A6;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0px;
  }
  .main-header-two__form form button[type=submit] {
    width: 48px;
    height: 39px;
    background-color: #008FD5;
    padding: 0;
    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;
    font-size: 19px;
    color: #fff;
    border-radius: 26px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .main-header-two__form form button[type=submit]:hover {
    background-color: #0C2139;
  }
  /* topbar two */
  .topbar-two {
    background-color: #004AA1;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }
  @media (min-width: 992px) {
    .topbar-two {
      display: block;
    }
  }
  .topbar-two .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar-two .topbar__social {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
  }
  .topbar-two .topbar__social a {
    color: #fff;
    line-height: 1;
    font-size: 18px;
  }
  .topbar-two .topbar__right > a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .topbar-two .topbar__right > a:hover {
    opacity: 0.8;
  }
  .topbar-two .topbar__right > a + a {
    margin-left: 60px;
  }
  .topbar-two .topbar__right > a > i {
    color: #fff;
  }
  .topbar-two__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    margin-left: auto;
    border-right: 1px solid #fff;
    margin-right: 30px;
    padding-right: 25px;
  }
  .topbar-two__menu li {
    line-height: 17px;
  }
  .topbar-two__menu li + li {
    margin-left: 20px ;
  }
  .topbar-two__menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .topbar-two__menu li a:hover {
    background-size: 100% 1px;
  }
/***
==================================================
Update All Css 08-06-2023

==================================================
Sec Title Three
==================================================
***/
.sec-title-three {
  position: relative;
  display: block;
  margin-top: -6px;
  padding-bottom: 22px;
}
.sec-title-three .sub-title {
  position: relative;
  display: block;
}
.sec-title-three .sub-title p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.sec-title-three .sub-title p span {
  color: var(--thm-base);
}
.sec-title-three h2 {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 500;
}
.sec-title-three.style4 .sub-title p {
  color: var(--thm-base);
}
/***
=====================================================
  Thm Btn2
=====================================================
***/
.thm-btn2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--thm-base);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 65px;
  font-family: var(--thm-font);
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 50px 0px;
  overflow: hidden;
  border-radius: 0px;
}
.thm-btn2:before {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: var(--thm-black);
  color: #ffffff;
}
.thm-btn2:hover:before {
  top: -40%;
}
.thm-btn2:hover {
  color: #ffffff;
}
/***
==================================================
Main Header Four
==================================================
***/
.main-header__four {
  position: relative;
  display: block;
}
.main-header__four-inner {
  position: relative;
  display: block;
}
.main-header__four .logo-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 310px;
  width: 100%;
  background: var(--thm-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.main-header__four .logo-box a {
  position: relative;
  display: inline-block;
}
.main-header__four-top {
  position: relative;
  display: block;
}
.main-header__four-top .container {
  max-width: 100%;
  padding: 0;
}
.main-header__four-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 310px;
  padding-right: 60px;
  background: var(--thm-primary);
  z-index: 6;
}
.main-header__four-top .topbar__right>a {
  color: #ffffff;
}
.main-header__four-top .topbar__right>a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.main-header__four-top .topbar__right>a>i {
  color: #ffffff;
}
.main-header__four-top .topbar__left>a {
  color: #ffffff;
}
.main-header__four-top .topbar__left>a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.main-header__four-top .topbar__left>a:not(:last-of-type)::after {
  color: rgba(255, 255, 255, 0.5);
}
.main-header__four-top .topbar__social {
  background-color: transparent;
  padding-left: 40px;
  padding-right: 0px;
  margin-right: 0px;
}
.main-header__four-top .topbar__social a {
  color: #ffffff;
  font-size: 15px;
}
.main-header__four-bottom {
  position: relative;
  display: block;
}
.main-header__four-bottom .logo-box {
  display: none;
}
.main-header__four-bottom-inner {
  position: relative;
  display: block;
  padding-left: 340px;
  padding-right: 40px;
}
.main-header__four-bottom-inner .container {
  max-width: 100%;
  display: block;
  padding: 0;
}
.main-header__four-bottom-inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__four-bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header-four__form {
  position: relative;
  display: block;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 210px;
  padding-right: 25px;
  display: flex;
  align-items: center;
}
.main-header-four__form::before {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: -3px;
  width: 1px;
  background: #e6eaef;
  content: "";
}
.main-header-four__form form {
  overflow: hidden;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
}
.main-header-four__form form input[type=text],
.main-header-four__form form input[type=search] {
  background-color: #ffffff;
  border: 0px solid #dddddd;
  outline: none;
  height: 45px;
  width: calc(100% - 30px);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--thm-color);
  padding-left: 0px;
  padding-right: 5px;
}
.main-header-four__form form button[type=submit] {
  width: 30px;
  height: 45px;
  background-color: transparent;
  padding: 0;
  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;
  font-size: 19px;
  color: var(--thm-black);
  border-radius: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-header-four__form form button[type=submit]:hover {
  color: var(--thm-primary);
}
.main-menu__list-outer {
  position: relative;
  display: block;
  padding-left: 50px;
}
.main-header__four-bottom .main-menu .main-menu__list>li {
  padding-top: 33px;
  padding-bottom: 33px;
}
.main-header__four-bottom .main-menu .main-menu__list {
  margin-left: auto;
  border-right: 0px solid #e6eaef;
  padding-right: 0;
  margin-right: 0px;
}
.main-header__four-bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.main-header__four-bottom-right::before {
  position: absolute;
  top: -8px;
  left: 0;
  bottom: -9px;
  width: 1px;
  background: #e6eaef;
  content: "";
}
.main-header__four-bottom-right .main-header__info-phone-content h3 {
  font-size: 16px;
  font-weight: 500;
}
.main-header__four-bottom-btn {
  position: relative;
  display: block;
  margin-left: 50px;
}
.main-header__four-bottom-btn a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--thm-base);
  padding: 0px 50px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-header__four-bottom-btn a:hover {
  background: var(--thm-black);
}
.stricky-header--two .main-header-four__form {
  display: none;
}
.stricky-header--two .main-menu__list {
  border-right: 0cm solid #e6eaef;
  margin-right: 0px;
}
.stricky-header--two .main-header__info-phone {
  display: none;
}
.stricky-header--two .main-header__four-bottom-right {
  padding-left: 0px;
}
.stricky-header--two .main-header__four-bottom-right::before {
  display: none;
}
.stricky-header--two .main-header__four-bottom-inner-box {
  width: 100%;
}
.mobile-nav__container .main-header__four-bottom-left {
  display: block;
}
.mobile-nav__container .mobile-nav__toggler {
  display: none;
}
.mobile-nav__container .main-menu__list-outer {
  padding-left: 0px;
}
/***
==================================================
Main Header Five
==================================================
***/
.main-header__five {
  position: relative;
  display: block;
  z-index: 5;
}
.main-header__five:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}
.main-header__five-inner {
  position: relative;
  display: block;
}
.main-header__five .main-menu .container {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.main-header__five-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header__five-left .logo-box {
  position: relative;
  display: block;
}
.main-header__five-left .logo-box a {
  position: relative;
  display: inline-block;
}
.main-header__five-top {
  position: relative;
  display: block;
  padding: 11px 0px 14px;
}
.main-header__five-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__five-top .topbar__social {
  background-color: transparent;
  padding-left: 30px;
  padding-right: 0px;
  margin-right: 0px;
}
.main-header__five-bottom {
  position: relative;
  display: block;
  z-index: 5;
}
.main-header__five-bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  padding: 0px 20px 0px 45px;
}
.main-header__five-bottom-left {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .main-header__five-bottom-left {
    width: auto;
  }
}
.main-header__five-bottom-left .logo-box {
  margin-right: 30px;
}
@media (min-width: 1200px) {
  .main-header__five-bottom-left .logo-box {
    display: none;
  }
}
.main-header__five .main-menu .main-menu__list {
  border-right: 0px solid #e6eaef;
  margin-right: 0px;
}
.main-header__five .main-menu .main-menu__list>li>a {
  color: #9fcbff;
}
.main-header__five .main-menu .main-menu__list>li.current>a,
.main-header__five .main-menu .main-menu__list>li:hover>a {
  color: #ffffff;
}
.stricky-header--three.stricky-header .main-menu__list>li>a {
  color: rgba(255, 255, 255, 0.7);
}
.stricky-header--three.stricky-header .main-menu__list>li.current>a,
.stricky-header--three.stricky-header .main-menu__list>li:hover>a {
  color: #ffffff;
}
.main-header__five .main-menu .main-menu__list>li>a::before {
  display: none;
}
.main-header__five .main-menu .main-menu__list>li {
  padding-top: 28px;
  padding-bottom: 27px;
}
.main-header__five-bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.main-header__five-bottom-right::before {
  position: absolute;
  top: -4px;
  left: 0;
  bottom: 1px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.main-header__five-bottom-right .search-btn {
  position: relative;
  display: block;
}
.main-menu .main-header__five-bottom-right .cart-btn a{
      color: #ffffff;
}
.main-menu__two .header-search .cart-toggler a{
  color:#8e96a0;
}
.main-menu__three .header-search .cart-toggler a{
  color: #fff;  
}

.main-menu .main-header__five-bottom-right .search-btn a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-header__five-bottom-right .search-btn a:hover {
  color: var(--thm-black);
}
.main-header__five-bottom-btn {
  position: relative;
  display: block;
  margin-left: 30px;
}
.main-header__five-bottom-btn a {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-transform: capitalize;
  background: #ffffff;
  padding: 0px 30px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-header__five-bottom-btn a:hover {
  background: var(--thm-black);
  color: #ffffff;
}
.main-header__five-right {
  position: relative;
  display: block;
  padding-left: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 305px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header__five-right::before {
  position: absolute;
  top: 20px;
  left: 28px;
  bottom: 23px;
  width: 1px;
  background: #e6eaef;
  content: "";
}
.main-header__five-right .main-header__info-phone-content h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.main-header__five-right .main-header__info-phone-content span {
  margin-bottom: 3px;
}
.stricky-header--three .main-header__five-top {
  display: none;
}
.stricky-header--three.stricky-header .main-menu__list>li>a::before {
  display: none;
}
.stricky-header--three.stricky-header .main-menu__list {
  border-right: 0px solid #e6eaef;
  margin-right: 0px;
}
.stricky-header--three .main-header__five-bottom {
  width: 100%;
}
.stricky-header--three.stricky-header {
  background: var(--thm-primary);
  padding: 19px 0px 18px;
}
.stricky-header--three.stricky-header .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.stricky-header--three .main-header__five-bottom-inner {
  background: transparent;
  padding: 0px 0px 0px 0px;
}
.mobile-nav__container .main-header__five-bottom-inner {
  display: block;
}
.mobile-nav__container .main-header__five-bottom-right {
  display: none;
}
/***
==================================================
Main Slider Four
==================================================
***/
.main-slider-four {
  position: relative;
  display: block;
  z-index: 1;
}
.main-slider-four__inner {
  position: relative;
  display: block;
}
.main-slider-four__single {
  position: relative;
  display: block;
  z-index: 1;
}
.main-slider-four__single .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
}
.main-slider-four .active .main-slider-four__single .shape1 {
  transform: translate(0);
  transition: all 2000ms ease;
  transition-delay: 400ms;
  opacity: 0.1;
}
.main-slider-four__single .shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: screen;
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
}
.main-slider-four .active .main-slider-four__single .shape2 {
  transform: translate(0);
  transition: all 1500ms ease;
  transition-delay: 300ms;
  opacity: 1;
}
.main-slider-four__single .shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  z-index: 2;
  opacity: 0;
  transform: translateX(100%);
}
.main-slider-four .active .main-slider-four__single .shape3 {
  opacity: 0.2;
  transform: translate(0);
  transition: all 1000ms ease;
  transition-delay: 200ms;
}
.main-slider-four .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.main-slider-four .active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.main-slider-four .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #09192c;
  opacity: 0.6;
  z-index: -1;
  content: "";
}
.main-slider-four__content {
  position: relative;
  display: block;
  padding: 173px 0px 185px;
  z-index: 5;
}
.main-slider-four__content .title {
  position: relative;
  display: block;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}
.main-slider-four .active .main-slider-four__content .title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
.main-slider-four__content .title h2 {
  color: #ffffff;
  font-size: 90px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
.main-slider-four__content .btn-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}
.main-slider-four .active .main-slider-four__content .btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.main-slider-four .owl-theme .owl-nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 70px;
  padding: 0 15px;
  line-height: 0px;
  z-index: 100;
}
.main-slider-four .owl-carousel .owl-nav button.owl-next,
.main-slider-four .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  border: none;
  outline: none;
  z-index: 100;
}
.main-slider-four .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}
.main-slider-four .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-four .owl-carousel .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: var(--thm-black);
}
.main-slider-four .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}
.main-slider-four .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}
/***
==================================================
Main Slider Five
==================================================
***/
.main-slider-five {
  position: relative;
  display: block;
  margin-top: -40px;
  z-index: 1;
}
.main-slider-five__inner {
  position: relative;
  display: block;
}
.main-slider-five__single {
  position: relative;
  display: block;
}
.main-slider-five .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.main-slider-five .active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.main-slider-five .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #09192c;
  opacity: 0.7;
  z-index: -1;
  content: "";
}
.main-slider-five__content {
  position: relative;
  display: block;
  padding: 194px 0px 180px;
  z-index: 5;
}
.main-slider-five__content-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider-five .active .main-slider-five__content-list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.main-slider-five__content-list li {
  position: relative;
  display: block;
  margin-right: 30px;
}
.main-slider-five__content-list li:last-child {
  margin-right: 0;
}
.main-slider-five__content-list li p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-slider-five__content-list li p span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
  top: 1px;
  padding-right: 8px;
}
.main-slider-five__content .title {
  position: relative;
  display: block;
  margin-top: 11px;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider-five .active .main-slider-five__content .title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.main-slider-five__content .title h2 {
  color: #ffffff;
  font-size: 80px;
  line-height: 90px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-slider-five__content .btn-box {
  position: relative;
  display: block;
  margin-top: 32px;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
.main-slider-five .active .main-slider-five__content .btn-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.main-slider-five__content .btn-box .btn1 {
  position: relative;
}
.main-slider-five__content .btn-box .btn2 {
  position: relative;
  margin-left: 6px;
  background: #ffffff;
  color: var(--thm-black);
}
.main-slider-five__content .btn-box .btn2:hover {
  color: #ffffff;
}
.main-slider-five .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 100;
  margin: 0 auto;
}
.main-slider-five .owl-carousel .owl-nav button.owl-next,
.main-slider-five .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  border: none;
  outline: none;
  z-index: 100;
}
.main-slider-five .owl-carousel .owl-nav button.owl-prev {
  margin-right: 0px;
  float: left;
  left: 0;
}
.main-slider-five .owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 0;
}
.main-slider-five .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-five .owl-carousel .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: var(--thm-base);
}
.main-slider-five .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}
.main-slider-five .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}
/***
==================================================
Feature Five
==================================================
***/
.feature-five {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0px 90px;
  z-index: 1;
}
.feature-five__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.feature-five__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}
.feature-five__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}
.feature-five__single-img .inner .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px 40px 40px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom left;
  transform-origin: top left;
  z-index: 1;
}
.feature-five__single:hover .feature-five__single-img .inner .overlay-content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom left;
  transform-origin: top left;
}
.feature-five__single-img .inner .overlay-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 20px;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.85);
  content: "";
  z-index: -1;
}
.feature-five__single-img .inner .overlay-content .top-content {
  position: relative;
  display: flex;
  align-items: center;
}
.feature-five__single-img .inner .overlay-content .top-content .icon-box {
  position: relative;
  display: block;
}
.feature-five__single-img .inner .overlay-content .top-content .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
}
.feature-five__single-img .inner .overlay-content .top-content .title-box {
  position: relative;
  display: block;
  margin-left: 20px;
}
.feature-five__single-img .inner .overlay-content .top-content .title-box h3 {
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
}
.feature-five__single-img .inner .overlay-content .top-content .title-box h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  word-break: break-word;
  font-size: 25px;
  line-height: 25px;
}
.feature-five__single-img .inner .overlay-content .top-content .title-box h3 a:hover {
  color: var(--thm-base);
}
.feature-five__single-img .inner .overlay-content .text-box {
  position: relative;
  display: block;
  margin-top: 18px;
}
.feature-five__single-img .inner .overlay-content .text-box p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  word-break: break-word;
}
.feature-five__single-img .inner .overlay-content .btn-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.feature-five__single-img .inner .overlay-content .btn-box a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 40px;
  padding: 0px 30px 0px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--thm-primary);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.feature-five__single-img .inner .overlay-content .btn-box a:hover {
  background: var(--thm-base);
}
.feature-five__single-img .inner img {
  width: 100%;
}
.feature-five__single-img .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.feature-five__single:hover .feature-five__single-img .content-box {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.feature-five__single-img .content-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--thm-base);
}
.feature-five__single-img .content-box .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 60px;
}
.feature-five__single-img .content-box .text-box {
  position: relative;
  display: block;
  background: rgba(var(--thm-primary-rgb), 0.9);
  padding: 22px 30px 22px;
}
.feature-five__single-img .content-box .text-box h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
/***
==================================================
About Four
==================================================
***/
.about-four {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}
.about-four__img {
  position: relative;
  display: block;
  margin-right: 30px;
  z-index: 1;
}
.about-four__img .shape1 {
  position: absolute;
  left: -160px;
  bottom: -55px;
  z-index: -1;
}
.about-four__img1 {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.about-four__img1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}
.about-four__img1:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.about-four__img1 img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.about-four__img1:hover img {
  transform: scale(1);
}
.about-four__img2 {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 300px;
  width: 100%;
  border: 6px solid #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.about-four__img2 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.about-four__img2 .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.about-four__img2:hover .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.about-four__img2 .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.about-four__img2:hover .inner img {
  transform: scale(1);
}
.about-four__content {
  position: relative;
  display: block;
  margin-left: -5px;
}
.about-four__content .sec-title-three {
  padding-bottom: 31px;
}
.about-four__content-text1 {
  position: relative;
  display: block;
}
.about-four__content-text1 h2 {
  color: var(--thm-primary);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 36px;
  font-family: 'Rubik';
}
.about-four__content-text1 p {
  margin: 0;
}
.about-four__content-text2 {
  position: relative;
  display: block;
  margin-top: 41px;
}
.about-four__content-text2 ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.about-four__content-text2 ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 49px;
  margin-left: 48px;
}
.about-four__content-text2 ul li:first-child {
  margin-left: 0;
}
.about-four__content-text2 ul li:last-child {
  padding-right: 0;
}
.about-four__content-text2 ul li::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 8px;
  width: 2px;
  background: #e6eaef;
  content: "";
}
.about-four__content-text2 ul li:last-child:before {
  display: none;
}
.about-four__content-text2 ul li .icon-box {
  position: relative;
  display: block;
}
.about-four__content-text2 ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}
.about-four__content-text2 ul li:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}
.about-four__content-text2 ul li .text-box {
  position: relative;
  display: block;
}
.about-four__content-text2 ul li .text-box h3 {
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
}
.about-four__content-text2 .btn-box {
  position: relative;
  display: block;
  margin-top: 51px;
}
.about-four__content-text2 .btn-box .thm-btn2 {
  background: var(--thm-primary);
}
/***
==================================================
Services Four
==================================================
***/
.services-four {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
  z-index: 1;
}
.services-four__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.services-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.services-four__single-img {
  position: relative;
  display: block;
}
.services-four__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.services-four__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--thm-black-rgb), 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}
.services-four__single:hover .services-four__single-img .inner::before {
  opacity: 1;
}
.services-four__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.services-four__single:hover .services-four__single-img .inner img {
  transform: scale(1);
}
.services-four__single-img .inner .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: var(--thm-base);
  border-radius: 50%;
  border: 1px solid var(--thm-black);
  z-index: 5;
}
.services-four__single-img .inner .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
}
.services-four__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 12px 30px 28px;
}
.services-four__single-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.services-four__single-content h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.services-four__single-content h3 a:hover {
  color: var(--thm-base);
}
.services-four__single-content p {
  margin: 0;
}
/***
==================================================
Counter Two
==================================================
***/
.counter-two {
  position: relative;
  display: block;
  padding: 106px 0px 220px;
  z-index: 1;
}
.counter-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.counter-two__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.7);
  content: "";
  z-index: -2;
}
.counter-two__inner {
  position: relative;
  display: block;
}
.counter-two__inner .title-box {
  position: relative;
  display: block;
  margin-bottom: 44px;
}
.counter-two__inner .title-box h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
}
.counter-two__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-two__list li {
  position: relative;
  display: block;
  padding-right: 70px;
  margin-left: 70px;
}
.counter-two__list li:first-child {
  margin-left: 0;
}
.counter-two__list li:last-child {
  padding-right: 0;
}
.counter-two__list li::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}
.counter-two__list li:last-child:before {
  display: none;
}
.counter-two__list li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid var(--thm-base);
  margin: 0 auto 17px;
}
.counter-two__list li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 50px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.counter-two__list li:hover .icon-box span::before {
  transform: scale(0.9);
}
.counter-two__list li .text-box {
  position: relative;
  display: block;
  text-align: center;
}
.counter-two__list li .text-box h3 {
  font-size: 60px;
  line-height: 0.8em !important;
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-bottom: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.counter-two__list li .text-box p {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.counter-two .odometer.odometer-auto-theme,
.counter-two .odometer.odometer-theme-default {
  line-height: 0.8em;
}
/***
==================================================
Counter Two
==================================================
***/
.contact-three {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  margin-top: -100px;
  z-index: 5;
}
.contact-three .auto-container {
  position: static;
  max-width: 1400px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.contact-three__inner {
  position: relative;
  display: block;
  padding: 100px 60px 0px;
  z-index: 1;
}
.contact-three__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100px;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  content: "";
  z-index: -1;
}
.contact-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100px;
  right: 0;
  opacity: 0.1;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.contact-three__content {
  position: relative;
  display: block;
  max-width: 505px;
  width: 100%;
}
.contact-three__content .sec-title-three {
  padding-bottom: 30px;
}
.contact-three__content .text-box {
  position: relative;
  display: block;
}
.contact-three__content .text-box p {
  margin: 0;
}
.contact-three__content-list {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
}
.contact-three__content-list li {
  position: relative;
  display: block;
  margin: 0px;
}
.contact-three__content-list li:last-child {
  margin-bottom: 0;
}
.contact-three__content-list li p {
  color: var(--thm-black);
  font-weight: 500;
    padding: 0px;
  margin: 0px;
}
.contact-three__content-list li p span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
  padding-right: 9px;
  margin-bottom: 0px;
}
.contact-three__calculator {
  position: relative;
  display: block;
  margin-left: -30px;
  z-index: 1;
}
.contact-three__calculator .shape1 {
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0.25;
  z-index: -1;
}
.contact-three__calculator .about-one__form {
  margin-top: 0px;
  position: relative;
  z-index: 10;
  margin-left: 0px;
  background-color: var(--thm-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}
.contact-three__calculator .about-one__form .input-box__top {
  font-weight: 400;
  color: #a8cefb;
  margin-bottom: 12px;
}
.contact-three__calculator .input-box__top span {
  font-size: 15px;
  font-weight: 400;
}
.contact-three__calculator .about-one__form .noUi-tooltip {
  color: #a8cefb;
}
.contact-three__calculator .about-one__form .noUi-horizontal .noUi-tooltip {
  font-weight: 400;
}
.contact-three__calculator .about-one__form .noUi-tooltip {
  border: 0px solid #D9D9D9;
  border-radius: 0px;
  background: var(--thm-primary);
  color: #a8cefb;
  padding: 0px;
}
.contact-three__calculator .about-one__form .noUi-connect {
  background-color: #ffffff;
}
.contact-three__calculator .noUi-connects {
  border-radius: 3px;
  background: #1a5cab;
}
.contact-three__calculator .about-one__form .input-box {
  margin-bottom: 34px;
}
.contact-three__calculator .about-one__form-content p {
  color: #ffffff;
}
.contact-three__calculator .about-one__form-content p span {
  font-size: 18px;
  font-weight: 400;
}
.contact-three__calculator .about-one__form-content p b {
  font-size: 18px;
  font-weight: 500;
  color: #a8cefb;
}
.contact-three__calculator .about-one__form-content p+p {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-three__calculator .about-one__form .thm-btn2 {
  margin-top: 32px;
  width: 100%;
  text-align: center;
}
.contact-three__calculator .about-one__form-content {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-top: 54px;
}
/***
==================================================
Testimonials Three
==================================================
***/
.testimonials-three {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}
.testimonials-three__inner {
  position: relative;
  display: block;
}
.testimonials-three__single {
  position: relative;
  display: block;
}
.testimonials-three__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.testimonials-three__single-content .inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 36px 40px 28px;
  z-index: 1;
}
.testimonials-three__single-content:before {
  position: absolute;
  left: 40px;
  bottom: -30px;
  border-top: 30px solid #ffffff;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  width: 70px;
  content: "";
}
.testimonials-three__single-content .shape1 {
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: -1;
}
.testimonials-three__single-content .shape2 {
  position: absolute;
  right: 0px;
  bottom: -155px;
  z-index: -2;
}
.testimonials-three__single-content .shape3 {
  position: absolute;
  right: -50px;
  bottom: 55px;
  opacity: 0.4;
  z-index: -3;
}
.testimonials-three__stars {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.testimonials-three__stars i:before {
  color: #ffb164;
  font-size: 15px;
}
.testimonials-three__single-content p {
  font-size: 18px;
  line-height: 36px;
}
.testimonials-three__single .author-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 105px;
  margin-top: 50px;
}
.testimonials-three__single .author-box .img-box {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--thm-base);
}
.testimonials-three__single .author-box .img-box img {
  width: 100%;
}
.testimonials-three__single .author-box .title-box {
  position: relative;
  display: block;
  margin-left: 15px;
}
.testimonials-three__single .author-box .title-box h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.testimonials-three__single .author-box .title-box p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
}
.testimonials-three__inner .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonials-three__inner .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonials-three__inner .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}
/***
==================================================
Benefits One
==================================================
***/
.benefits-one {
  position: relative;
  display: block;
  z-index: 1;
}
.benefits-one .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.25;
  z-index: -1;
}
.benefits-one::before {
  position: absolute;
  top: 95px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eff2f6;
  content: "";
  z-index: -1;
}
.benefits-one__img {
  position: relative;
  display: block;
  margin-right: 25px;
}
.benefits-one__img .shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.benefits-one__img img {
  width: auto;
  float: right;
  max-width: none !important;
}
.benefits-one__img .counter-box {
  position: absolute;
  left: -200px;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 165px;
  height: 165px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.benefits-one__img .counter-box h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.benefits-one__img .counter-box p {
  margin: 0;
  line-height: 20px;
}
.benefits-one .odometer.odometer-auto-theme,
.benefits-one .odometer.odometer-theme-default {
  line-height: 30px;
}
.benefits-one__content {
  position: relative;
  display: block;
  padding-top: 220px;
  margin-left: 65px;
}
.benefits-one__content .sec-title-three {
  padding-bottom: 39px;
}
.benefits-one__content-list {
  position: relative;
  display: block;
}
.benefits-one__content-list li {
  position: relative;
  display: block;
  padding-left: 95px;
  margin-bottom: 26px;
}
.benefits-one__content-list li:last-child {
  margin-bottom: 0;
}
.benefits-one__content-list li .icon-box {
  position: absolute;
  top: 6px;
  left: 0;
}
.benefits-one__content-list li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 65px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}
.benefits-one__content-list li:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}
.benefits-one__content-list li .text-box {
  position: relative;
  display: block;
}
.benefits-one__content-list li .text-box h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.benefits-one__content-list li .text-box p {
  margin: 0;
}
/***
==================================================
Call To Action Two
==================================================
***/
.call-to-action.style2 {
  position: relative;
  display: block;
  background: var(--thm-base);
  background-blend-mode: luminosity;
  background-attachment: scroll;
  padding: 115px 0px 123px;
}
.call-to-action.style2 .left-content h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}
.call-to-action.style2 .left-content p {
  margin-bottom: 11px;
}
.call-to-action.style2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  opacity: 0.9;
}
/***
==================================================
Blog Two
==================================================
***/
.blog-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 113px;
  z-index: 1;
}
.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.blog-two__single-img {
  position: relative;
  display: block;
}
.blog-two__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-two__single-img .inner:before,
.blog-two__single-img .inner:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  z-index: 1;
}
.blog-two__single:hover .blog-two__single-img .inner::before {
  background-color: rgba(255, 255, 255, 0.2);
  right: 50%;
  left: 50%;
}
.blog-two__single:hover .blog-two__single-img .inner::after {
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  bottom: 50%;
}
.blog-two__single-img .inner .date-box {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  height: 70px;
  background: var(--thm-base);
  z-index: 5;
}
.blog-two__single-img .inner .date-box h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
}
.blog-two__single-img .inner .date-box h2 span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.blog-two__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.blog-two__single:hover .blog-two__single-img .inner img {
  transform: scale(1);
}
.blog-two__single-content {
  position: relative;
  display: block;
  border: 1px solid #e6eaef;
  padding: 30px 40px 0px;
  border-top: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.blog-two__single:hover .blog-two__single-content {
  border-color: var(--thm-black);
}
.blog-two__single-content-inner {
  position: relative;
  display: block;
}
.blog-two__single-content .meta-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 12px;
}
.blog-two__single-content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 0;
}
.blog-two__single-content .meta-box li::before {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  width: 1px;
  background: var(--thm-color);
  content: "";
  transform: rotate(20deg);
}
.blog-two__single-content .meta-box li:last-child:before {
  display: none;
}
.blog-two__single-content .meta-box li:last-child {
  margin-right: 0px;
}
.blog-two__single-content .meta-box li .icon {
  position: relative;
  display: block;
}
.blog-two__single-content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
}
.blog-two__single-content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 5px;
  margin-top: 0;
}
.blog-two__single-content .meta-box li .text p {
  color: var(--thm-color);
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.blog-two__single-content .meta-box li .text p a {
  color: var(--thm-color);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.blog-two__single-content .meta-box li .text p a:hover {
  color: var(--thm-base);
}
.blog-two__single-content h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.blog-two__single-content h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.blog-two__single-content h2 a:hover {
  color: var(--thm-base);
}
.blog-two__single-content p {
  margin: 0;
}
.blog-two__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: 33px;
  margin-bottom: -24px;
  z-index: 1;
}
.blog-two__single-content .btn-box a {
  position: relative;
  display: block;
  color: var(--thm-color);
  font-size: 12px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: #e6eaef;
  text-align: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.blog-two__single-content .btn-box a:hover {
  color: #ffffff;
  background: var(--thm-black);
}
/***
==================================================
Client Carousel Two
==================================================
***/
.client-carousel--two {
  position: relative;
  display: block;
  padding: 0px 0px 70px;
}
.client-carousel--two__inner {
  position: relative;
  display: block;
  border-top: 1px solid #e6eaef;
  padding-top: 70px;
}
.client-carousel--two .swiper-slide {
  position: relative;
  padding: 30px 0px 30px;
  z-index: 1;
}
.client-carousel--two .swiper-slide:hover img {
  opacity: 0.6;
}
.hover-effect-two-yes::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eff2f6;
  transform: scaleX(0.8) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
  content: "";
}
.client-carousel--two .swiper-slide:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}
.client-carousel img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}
/***
==================================================
Footer Three
==================================================
***/
.site-footer--style3 {
  position: relative;
  display: block;
}
.site-footer--style3 .footer-widget__about p {
  margin-top: 23px;
  margin-bottom: 30px;
  color: #8e96a0;
}
.site-footer--style3 .footer-widget__about-phone-content span {
  font-size: 10px;
  color: #8e96a0;
}
.site-footer--style3 .footer-widget__about-phone-content h3 {
  font-size: 16px;
  font-weight: 500;
}
.site-footer--style3 .footer-widget__about-phone>i {
  font-size: 35px;
}
.site-footer--style3 .footer-widget__link-list li a {
  color: #8e96a0;
}
.site-footer--style3 .footer-widget__link-list li a:hover {
  color: var(--thm-base);
}
.site-footer--style3 .footer-widget__post-list-content span {
  font-weight: 700;
}
.site-footer--style3 .footer-widget__post-list-content h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.site-footer--style3 .footer-widget__post-list-content h3 a {
  color: #8e96a0;
}
.site-footer--style3 .footer-widget__post-list-content h3 a:hover {
  color: var(--thm-base);
}
.site-footer--style3 .footer-widget__post-list li+li {
  border-top: 0px solid #ffffff1a;
  padding-top: 18px;
  margin-top: 25px;
}
.site-footer--style3 .footer-widget__contact h3 {
  font-size: 18px;
  font-weight: 500;
}
.site-footer--style3 .footer-widget__contact-list li a {
  color: #8e96a0;
  font-size: 14px;
}
.site-footer--style3 .footer-widget__contact-list li+li {
  padding-top: 15px;
  margin-top: 15px;
}
.site-footer--style3 .footer-widget__contact {
  background-color: #09192c;
  padding: 38px 40px 32px;
  border-radius: 4px;
}
.site-footer--style3 .footer-widget__title {
  font-size: 18px;
  font-weight: 500;
  margin-top: -3px;
}
.site-footer--style3 .footer-widget__post-list {
  margin-top: 35px;
}
.site-footer--style3 .footer-widget__link-list {
  margin-top: 21px;
}
.site-footer--style3.site-footer {
  padding-top: 100px;
  padding-bottom: 80px;
}
.site-footer--style3 .footer-widget__link {
  margin-left: 45px;
}
.site-footer--style3 .footer-widget__post {
  margin-left: 55px;
  margin-right: -30px;
}
.site-footer--style3 .footer-widget__contact {
  margin-left: 70px;
}
/***
==================================================
Bottom Footer Three
==================================================
***/
.bottom-footer.style3 {
  position: relative;
  display: block;
}
.bottom-footer.style3 p {
  color: #8e96a0;
}
.bottom-footer.style3 .bottom-footer__social a {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: var(--thm-black);
}
.bottom-footer.style3 .bottom-footer__social a:hover {
  background: var(--thm-base);
  color: #ffffff;
}
/***
==================================================
About Five
==================================================
***/
.about-five {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}
.about-five__img {
  position: relative;
  display: block;
  margin-right: 40px;
  z-index: 1;
}
.about-five__img .shape1 {
  position: absolute;
  bottom: -90px;
  left: 50px;
  z-index: 1;
}
.about-five__img1 {
  position: relative;
  display: block;
  overflow: hidden;
  float: right;
  z-index: 2;
}
.about-five__img1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.about-five__img1:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.about-five__img1 img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.about-five__img1:hover img {
  transform: scale(1);
}
.about-five__img2 {
  position: absolute;
  left: 0;
  bottom: -140px;
  z-index: 1;
}
.about-five__img2 img {
  width: 100%;
}
.about-five__content {
  position: relative;
  display: block;
}
.about-five__content .sec-title-three {
  padding-bottom: 29px;
}
.about-five__content-text1 {
  position: relative;
  display: block;
}
.about-five__content-text1 h3 {
  color: var(--thm-primary);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.about-five__content-text1 p {
  margin: 0;
}
.about-five__progress {
  position: relative;
  display: block;
  margin-top: 25px;
}
.about-five__progress-top {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 440px;
  width: 100%;
}
.about-five__progress-top h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.about-five__progress-top span {
  font-size: 16px;
  color: var(--thm-color);
}
.about-five__progress-bar {
  width: 100%;
  height: 13px;
  background-color: #eff2f6;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.about-five__progress-bar>span {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  height: 100%;
  background-color: var(--thm-base);
}
.about-five__content-bottom {
  position: relative;
  display: block;
  margin-top: 46px;
}
.about-five__content-bottom-left {
  position: relative;
  display: block;
}
.about-five__content-bottom-left ul {
  position: relative;
  display: block;
}
.about-five__content-bottom-left ul li {
  position: relative;
  display: block;
  margin-bottom: 4px;
}
.about-five__content-bottom-left ul li:last-child {
  margin-bottom: 0;
}
.about-five__content-bottom-left ul li p {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.about-five__content-bottom-left ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
  padding-right: 4px;
}
.about-five__content-bottom-left .btn-box {
  position: relative;
  display: block;
  margin-top: 33px;
}
.about-five__content-bottom-left .btn-box .thm-btn2 {
  background: var(--thm-primary);
}
.about-five__content-bottom-right {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(0deg, rgb(0, 74, 161) 0%, rgb(0, 143, 213) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 74, 161) 0%, rgb(0, 143, 213) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 74, 161) 0%, rgb(0, 143, 213) 100%);
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.07);
  padding: 15px 15px 15px;
}
.about-five__content-bottom-right .inner {
  position: relative;
  display: block;
  background: var(--thm-black);
  border: 2px solid #ffffff;
  padding: 30px 30px 33px;
  padding-right: 35px;
}
.about-five__content-bottom-right-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}
.about-five__content-bottom-right-top .counter-box {
  position: relative;
  display: block;
}
.about-five__content-bottom-right-top .counter-box h2 {
  font-size: 48px;
  line-height: 0.8em !important;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-five .odometer.odometer-auto-theme,
.about-five .odometer.odometer-theme-default {
  line-height: 0.8em;
}
.about-five__content-bottom-right-top .icon-box {
  position: relative;
  display: block;
}
.about-five__content-bottom-right-top .icon-box span i::before {
  color: var(--thm-base);
  font-size: 45px;
}
.about-five__content-bottom-right .inner .text-box {
  position: relative;
  display: block;
}
.about-five__content-bottom-right .inner .text-box p {
  color: #ffffff;
}
/***
==================================================
Feature Six
==================================================
***/
.feature-six {
  position: relative;
  display: block;
  margin-bottom: -70px;
  z-index: 5;
}
.feature-six__inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 42px 60px 48px;
  padding-right: 0;
  z-index: 1;
}
.feature-six__inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-primary);
  height: 4px;
  content: "";
}
.feature-six__single {
  position: relative;
  display: block;
}
.feature-six__single::before {
  position: absolute;
  top: 8px;
  right: 20px;
  bottom: 4px;
  width: 1px;
  background: #e6eaef;
  content: "";
}

.feature-six__single.lc:before {
  display: none;
}
.feature-six__single-inner {
  position: relative;
  display: block;
  padding-left: 70px;
}
.feature-six__single .icon-box {
  position: absolute;
  top: 6px;
  left: 0;
}
.feature-six__single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}
.feature-six__single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}
.feature-six__single .content-box {
  position: relative;
  display: block;
}
.feature-six__single .content-box h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.feature-six__single .content-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.feature-six__single .content-box h3 a:hover {
  color: var(--thm-base);
}
.feature-six__single .content-box p {
  margin: 0;
}
/***
==================================================
Services Five
==================================================
***/
.services-four--five {
  position: relative;
  display: block;
}
.services-four--five .container {
  position: static;
  max-width: 1500px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.services-four--five__inner {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.services-four--five .services-four__single {
  width: 20%;
  float: left;
  padding: 0px 15px 0px;
}
.services-four--five .services-four__single-img .icon-box {
  position: absolute;
  left: 30px;
  bottom: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: var(--thm-base);
  border-radius: 50%;
  z-index: 5;
}
.services-four--five .services-four__single-img .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
}
.services-four--five .services-four__single-content {
  padding: 44px 30px 28px;
}
/***
==================================================
Benefits Two
==================================================
***/
.benefits-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}
.benefits-two__content {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
  padding-top: 120px;
}
.benefits-two__content .sec-title-three {
  padding-bottom: 30px;
}
.benefits-two__content-text1 {
  position: relative;
  display: block;
}
.benefits-two__content-text1 p {
  margin: 0;
}
.benefits-two__content-text2 {
  position: relative;
  display: block;
  margin-top: 59px;
}
.benefits-two__content-text2-single {
  position: relative;
  display: block;
}
.benefits-two__content-text2-single .icon-box {
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.benefits-two__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}
.benefits-two__content-text2-single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}
.benefits-two__content-text2-single .content-box {
  position: relative;
  display: block;
}
.benefits-two__content-text2-single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 35px;
}
.benefits-two__content-text2-single .content-box p {
  margin: 0;
}
.benefits-two__img {
  position: relative;
  display: block;
  margin-left: 21px;
}
.benefits-two__img img {
  width: auto;
  max-width: none !important;
}
.benefits-two__img .overlay-content {
  position: absolute;
  top: 120px;
  left: 120px;
  background: rgba(var(--thm-primary-rgb), 0.9);
  padding: 50px 50px 50px;
  z-index: 5;
}
.benefits-two__img .overlay-content .icon-box {
  position: relative;
  display: block;
  margin-bottom: 19px;
}
.benefits-two__img .overlay-content .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 65px;
}
.benefits-two__img .overlay-content .title-box {
  position: relative;
  display: block;
}
.benefits-two__img .overlay-content .title-box h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}
.benefits-two__img .overlay-content .btn-box {
  position: relative;
  display: block;
  margin-top: 62px;
}
.benefits-two__img .overlay-content .btn-box .thm-btn2 {
  background: #ffffff;
  color: var(--thm-black);
  line-height: 45px;
}
.benefits-two__img .overlay-content .btn-box .thm-btn2:hover {
  color: #ffffff;
}
/***
==================================================
Testimonials Four
==================================================
***/
.testimonials-four {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}
.testimonials-four .container {
  position: static;
  max-width: 1490px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.testimonials-four__inner {
  position: relative;
  display: block;
}
.testimonials-four__single {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 30px 28px 30px;
  z-index: 1;
}
.testimonials-four__single::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  height: 70px;
  content: "";
}
.testimonials-four__single-inner {
  position: relative;
  display: block;
  padding-left: 150px;
}
.testimonials-four__single .left-content {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.testimonials-four__single .left-content .img-box {
  position: relative;
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.testimonials-four__single .left-content .img-box img {
  width: 100%;
}
.testimonials-four__stars {
  position: relative;
  display: block;
  margin-top: 16px;
}
.testimonials-four__stars i:before {
  color: #fcaf63;
  font-size: 15px;
}
.testimonials-four__single .left-content p {
  font-size: 14px;
  line-height: 24px;
}
.testimonials-four__single .right-content {
  position: relative;
  display: block;
  padding-top: 10px;
}
.testimonials-four__single .right-content h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.testimonials-four__single .right-content p {
  margin: 0;
}
.testimonials-four__inner .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonials-four__inner .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonials-four__inner .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}
/***
==================================================
Slogan One
==================================================
***/
.slogan-one {
  position: relative;
  display: block;
}
.slogan-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.slogan-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.7);
  content: "";
  z-index: -2;
}
.slogan-one__inner {
  position: relative;
  display: block;
}
.slogan-one__inner .title-box {
  position: relative;
  display: block;
}
.slogan-one__inner .title-box h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
}
.slogan-one__inner .btn-box {
  position: relative;
  display: block;
}
.slogan-one__inner .btn-box .btn1 {
  position: relative;
}
.slogan-one__inner .btn-box .btn2 {
  position: relative;
  margin-left: 6px;
  background: #ffffff;
  color: var(--thm-black);
}
.slogan-one__inner .btn-box .btn2:hover {
  color: #ffffff;
}
/***
==================================================
Slogan One
==================================================
***/
.counter-three {
  position: relative;
  display: block;
  margin-top: -80px;
  padding-bottom: 100px;
  z-index: 5;
}
.counter-three__inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 90px 100px 68px;
}
.counter-three__inner ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-three__inner ul li {
  position: relative;
  display: block;
  text-align: center;
  padding-right: 94px;
  margin-left: 62px;
}
.counter-three__inner ul li:last-child {
  padding-right: 0;
}
.counter-three__inner ul li:first-child {
  margin-left: 0;
}
.counter-three__inner ul li::before {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 4px;
  width: 1px;
  background: #e6eaef;
  content: "";
}
.counter-three__inner ul li:last-child:before {
  display: none;
}
.counter-three__inner ul li h2 {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 0.8em;
  font-weight: 700;
  margin-bottom: 14px;
}
.counter-three__inner ul li h2 .plus {
  position: absolute;
  top: -15px;
  right: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--thm-base);
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}
.counter-three__inner ul li p {
  margin: 0;
}
.counter-three .odometer.odometer-auto-theme,
.counter-three .odometer.odometer-theme-default {
  line-height: 0.8em;
}
/***
==================================================
Contact Four
==================================================
***/
.contact-three--four {
  position: relative;
  display: block;
  margin-top: 0;
  z-index: 1;
}
.contact-three--four__img {
  position: absolute;
  right: 65px;
  bottom: 0;
  z-index: 2;
}
.contact-three--four::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(52deg, rgb(0, 143, 213) 0%, rgb(239, 242, 246) 100%);
  background-image: -webkit-linear-gradient(52deg, rgb(0, 143, 213) 0%, rgb(239, 242, 246) 100%);
  background-image: -ms-linear-gradient(52deg, rgb(0, 143, 213) 0%, rgb(239, 242, 246) 100%);
  z-index: -1;
  content: "";
}
.contact-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.15;
  background-blend-mode: darken;
  z-index: -1;
}
.contact-three--four .contact-three__content {
  position: relative;
  display: block;
  max-width: 410px;
  width: 100%;
  padding-top: 120px;
}
.contact-three--four .contact-three__content .sec-title-three .sub-title p {
  color: #ffffff;
}
.contact-three--four .contact-three__content .sec-title-three h2 {
  color: #ffffff;
}
.contact-three--four .contact-three__content .text-box p {
  color: #ffffff;
}
.contact-three--four .contact-three__content-list li p {
  color: #ffffff;
}
.contact-three--four .contact-three__content-list li p span::before {
  color: var(--thm-black);
}
.contact-three--four .contact-three__calculator .about-one__form {
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.contact-three--four .contact-three__calculator {
  position: relative;
  display: block;
  margin-left: 0px;
  max-width: 500px;
  width: 100%;
}
.contact-three--four .about-one__form .input-box__top {
  color: var(--thm-color);
}
.contact-three--four .contact-three__calculator .about-one__form .noUi-tooltip {
  background: #ffffff;
  color: var(--thm-color);
}
.contact-three--four .contact-three__calculator .about-one__form-content p {
  color: var(--thm-color);
}
.contact-three--four .contact-three__calculator .about-one__form-content p b {
  color: var(--thm-black);
}
.contact-three--four .contact-three__calculator .about-one__form .noUi-connect {
  background-color: var(--thm-base);
}
.contact-three--four .about-one__form .noUi-horizontal .noUi-handle {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact-three--four .contact-three__calculator .noUi-connects {
  background: #eff2f6;
}
.contact-three--four .contact-three__calculator .about-one__form-content p+p {
  border-top: 1px solid #e6eaef;
}
/***
==================================================
Blog Three
==================================================
***/
.blog-two.style3 {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}
.blog-two.style3 .blog-two__single-content {
  padding: 40px 40px 22px;
  border: none;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.blog-two__single-img .date-box {
  position: absolute;
  left: 40px;
  bottom: -20px;
  width: 90px;
  height: 40px;
  background: var(--thm-base);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
}
.blog-two__single-img .date-box p {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px;
}
.blog-two-five .blog-two__single-content .meta-box{
    justify-content: left;
    padding-left: 0px;
}
/***
==================================================
Cta Two
==================================================
***/
.cta-two {
  position: relative;
  display: block;
}
.cta-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-image: -moz-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  padding: 74px 80px 69px;
  z-index: 1;
}   
.cta-two__img {
  position: absolute;
  right: 65px;
  bottom: 0;
}
.cta-two__pattern {
  position: absolute;
  top: 0;
  left: 350px;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.cta-two__left {
  position: relative;
  display: block;
}
.cta-two__left p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.cta-two__left h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2em;
  text-transform: capitalize;
}
.cta-two__right {
  position: relative;
  display: block;
  margin-left: 80px;
}
.cta-two__right ul {
  position: relative;
  display: block;
}
.cta-two__right ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.cta-two__right ul li p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
}
.cta-two__right ul li p span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  padding-right: 5px;
}
.main-header__five-bottom-btn {
  display: none;
}
@media (min-width: 768px) {
  .main-header__five-bottom-btn {
    display: block;
  }
}
/*responsive*/
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .main-header__four .main-header__info-phone {
        display: none;
    }
    .main-header__four-bottom-btn {
        margin-left: 0px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1860px) {
    .contact-three--four__img {
        display: none;
    }
}
@media only screen and (min-width: 1450px) and (max-width: 1750px) {
    .main-header__five .main-menu .container {
        max-width: 992px;
        width: 100%;
    }
    .main-header__five-left {
        width: 290px;
    }
    .main-header__five-right {
        width: 290px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1449px) {
    .main-header__five .main-menu .container {
        max-width: 850px;
        width: 100%;
        right: -70px;
    }
    .main-header__five .main-menu .main-menu__list>li+li {
        margin-left: 25px;
    }
    .main-header__five-left {
        justify-content: flex-start;
        padding-left: 15px;
    }
    .main-header__five .main-header__info-phone {
        display: none;
    }
    .main-header__five-right::before {
        display: none;
    }
    .services-four--five .services-four__single-content {
        padding: 44px 20px 28px;
    }
    .services-four__single-content p {
        margin: 0;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1465px) {
    .main-header-four__form {
        display: none;
    }
    .main-header__four .main-menu__list-outer {
        padding-left: 0px;
    }
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* Header Four */
    .main-header__four-top {
        display: none;
    }
    .main-header__four-bottom {
        padding: 30px 0;
    }
    .main-header__four-bottom-right {
        display: none;
    }
    .main-header__four .main-menu__list-outer {
        position: absolute;
        right: 0;
        float: right;
        padding-left: 0px;
    }
    .main-header__four-bottom-inner-box {
        display: block;
    }
    .main-header__four-bottom-inner {
        padding-right: 30px;
    }
    /* Header Five */
    .main-header__five {
        background: var(--thm-primary);
        padding: 25px 0px 25px;
    }
    .main-header__five-top {
        display: none;
    }
    .main-header__five-right {
        display: none;
    }
    .main-header__five-left {
        display: none;
    }
    .main-header__five-bottom-inner {
        padding: 0px 0px 0px 0px;
        background: transparent;
    }
    .main-header__five:before {
        display: none;
    }
    .main-header__five-bottom-left {
        line-height: 0;
        display: contents;
    }
    .main-header__five .main-menu .mobile-nav__toggler {
        color: #ffffff;
    }
    .main-header__five .main-menu .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }
    /*Feature Five*/
    .feature-five__single-img .content-box .text-box {
        padding: 22px 20px 22px;
    }
    .feature-five__single-img .content-box .text-box h3 {
        font-size: 18px;
    }
    .feature-five__single-img .inner .overlay-content .top-content .title-box h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .feature-five__single-img .inner .overlay-content {
        padding: 30px 30px 40px;
    }
    .feature-five__single-img .inner .overlay-content .text-box {
        margin-top: 13px;
    }
    /*About Four*/
    .about-four__img {
        margin-right: 0px;
        max-width: 540px;
        width: 100%;
    }
    .about-four__content {
        margin-left: 0px;
        margin-top: 80px;
    }
    /*Contact Three*/
    .contact-three__calculator {
        margin-left: 0px;
        margin-top: 70px;
        max-width: 500px;
        width: 100%;
    }
    /*Benefits One*/
    .benefits-one__img {
        margin-right: 0px;
        max-width: 650px;
        width: 100%;
    }
    .benefits-one__img img {
        width: 100%;
        float: none;
    }
    .benefits-one__content {
        position: relative;
        display: block;
        padding-top: 60px;
        margin-left: 0px;
    }
    .benefits-one {
        padding-bottom: 113px;
    }
    .benefits-one__img .counter-box {
        left: 50px;
    }
    /*Blog Two*/
    .blog-two__single-content h2 {
        font-size: 19px;
        line-height: 29px;
    }
    .blog-two__single-content {
        padding: 30px 30px 0px;
    }
    /*Footer Three*/
    .site-footer--style3 .footer-widget__post {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 23px;
    }
    .site-footer--style3 .footer-widget__contact {
        margin-left: 0px;
        max-width: 400px;
        width: 100%;
        margin-top: 23px;
    }
    .site-footer--style3 .footer-widget__link {
        margin-left: 0px;
    }
    .site-footer--style3 .footer-widget__about {
        max-width: 380px;
        width: 100%;
    }
    /*Slider Five*/
    .main-slider-five__content .title h2 {
        font-size: 70px;
        line-height: 80px;
    }
    .main-slider-five {
        margin-top: 0px;
    }
    /*About Five*/
    .about-five__img {
        margin-right: 0px;
        max-width: 530px;
        width: 100%;
    }
    .about-five__content {
        margin-top: 200px;
        max-width: 700px;
        width: 100%;
    }
    /*Feature Six*/
    .feature-six__inner {
        padding: 42px 25px 48px;
        padding-right: 25px;
    }
    .feature-six__single::before {
        display: none;
    }
    .feature-six__single .content-box p {
        font-size: 15px;
    }
    .feature-six__single .content-box h3 {
        margin-bottom: 10px;
    }
    /*Services Four*/
    .services-four--five .services-four__single {
        width: 50%;
    }
    /*Benefits Two*/
    .benefits-two__img {
        margin-left: 0px;
        margin-top: 60px;
    }
    /*Counter Three*/
    .counter-three__inner ul li {
        padding-right: 54px;
        margin-left: 17px;
    }
    .counter-three__inner ul li::before {
        display: none;
    }
    /*Counter Four*/
    .contact-three--four__img {
        display: none;
    }
    .contact-four__bg {
        right: 0;
    }
    /*Blog Two*/
    .blog-two.style3 .blog-two__single-content {
        padding: 40px 25px 22px;
    }
    /*Cta Two*/
    .cta-two__img {
        display: none;
    }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Header Four */
    .main-header__four-top {
        display: none;
    }
    .main-header__four-bottom {
        padding: 30px 0;
    }
    .main-header__four-bottom-right {
        display: none;
    }
    .main-header__four .main-menu__list-outer {
        position: absolute;
        right: 0;
        float: right;
        padding-left: 0px;
    }
    .main-header__four-bottom-inner-box {
        display: block;
    }
    .main-header__four-bottom-inner {
        padding-right: 30px;
    }
    /* Header Five */
    .main-header__five {
        background: var(--thm-primary);
        padding: 25px 0px 25px;
    }
    .main-header__five-top {
        display: none;
    }
    .main-header__five-right {
        display: none;
    }
    .main-header__five-left {
        display: none;
    }
    .main-header__five-bottom-inner {
        padding: 0px 0px 0px 0px;
        background: transparent;
    }
    .main-header__five:before {
        display: none;
    }
    .main-header__five-bottom-left {
        line-height: 0;
        display: contents;
    }
    .main-header__five .main-menu .mobile-nav__toggler {
        color: #ffffff;
    }
    .main-header__five .main-menu .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }
    /*Main Slider Four*/
    .main-slider-four__content .title h2 {
        font-size: 80px;
    }
    /*Feature Five*/
    .feature-five__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    /*About Four*/
    .about-four__img {
        margin-right: 0px;
        max-width: 540px;
        width: 100%;
    }
    .about-four__content {
        margin-left: 0px;
        margin-top: 80px;
    }
    /*Counter Two*/
    .counter-two__inner .title-box h2 {
        font-size: 50px;
    }
    /*Contact Three*/
    .contact-three__calculator {
        margin-left: 0px;
        margin-top: 70px;
        max-width: 500px;
        width: 100%;
    }
    /*Benefits One*/
    .benefits-one__img {
        margin-right: 0px;
        max-width: 650px;
        width: 100%;
    }
    .benefits-one__img img {
        width: 100%;
        float: none;
    }
    .benefits-one__content {
        position: relative;
        display: block;
        padding-top: 60px;
        margin-left: 0px;
    }
    .benefits-one {
        padding-bottom: 113px;
    }
    .benefits-one__img .counter-box {
        left: 50px;
    }
    /*Blog Two*/
    .blog-two__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 53px;
    }
    .blog-two {
        padding: 120px 0px 90px;
    }
    /*Footer Three*/
    .site-footer--style3 .footer-widget__post {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 23px;
    }
    .site-footer--style3 .footer-widget__contact {
        margin-left: 0px;
        max-width: 400px;
        width: 100%;
        margin-top: 23px;
    }
    .site-footer--style3 .footer-widget__link {
        margin-left: 0px;
    }
    .site-footer--style3 .footer-widget__about {
        max-width: 300px;
        width: 100%;
    }
    /*Slider Five*/
    .main-slider-five__content .title h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .main-slider-five {
        margin-top: 0px;
    }
    /*About Five*/
    .about-five__img {
        margin-right: 0px;
        max-width: 530px;
        width: 100%;
    }
    .about-five__content {
        margin-top: 200px;
        max-width: 700px;
        width: 100%;
    }
    /*Feature Six*/
    .feature-six__inner {
        padding: 42px 25px 18px;
        padding-right: 25px;
    }
    .feature-six__single::before {
        display: none;
    }
    .feature-six__single .content-box p {
        font-size: 15px;
    }
    .feature-six__single .content-box h3 {
        margin-bottom: 10px;
    }
    .feature-six__single {
        text-align: center;
        margin-bottom: 30px;
    }
    .feature-six__single .icon-box {
        position: relative;
        top: 0px;
        left: 0;
    }
    .feature-six__single-inner {
        padding-left: 0px;
    }
    /*Services Four*/
    .services-four--five .services-four__single {
        width: 50%;
    }
    /*Benefits Two*/
    .benefits-two__img {
        margin-left: 0px;
        margin-top: 60px;
    }
    .benefits-two__img img {
        width: 100%;
    }
    /*Testimonials Four*/
    .testimonials-four__single {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }
    /*Slogan One*/
    .slogan-one__inner .title-box h2 {
        font-size: 50px;
    }
    /*Counter Three*/
    .counter-three__inner ul {
        display: block;
    }
    .counter-three__inner ul li {
        padding-right: 0px;
        margin-left: 0px;
        margin-bottom: 50px;
    }
    .counter-three__inner ul li:last-child {
        margin-bottom: 0;
    }
    .counter-three__inner ul li::before {
        display: none;
    }
    /*Counter Four*/
    .contact-three--four__img {
        display: none;
    }
    .contact-four__bg {
        right: 0;
    }
    /*Cta Two*/
    .cta-two__img {
        display: none;
    }
    .cta-two__pattern {
        left: 0px;
    }
    .cta-two__right {
        margin-left: 30px;
    }
    .cta-two__inner {
        padding: 74px 35px 69px;
    }
    .cta-two__left h2 {
        font-size: 35px;
    }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    /* Header Four */
    .main-header__four-top {
        display: none;
    }
    .main-header-four__form {
        display: none;
    }
    .main-header__four-bottom {
        padding: 50px 0;
    }
    .main-header__four-bottom-right {
        display: none;
    }
    .main-header__four .main-menu__list-outer {
        position: absolute;
        right: 0;
        float: right;
        padding-left: 0px;
    }
    .main-header__four-bottom-inner-box {
        display: block;
    }
    .main-header__four-bottom-inner {
        padding-right: 15px;
        padding-left: 305px;
    }
    .main-header__four .logo-box {
        max-width: 230px;
    }
    /* Header Five */
    .main-header__five {
        background: var(--thm-primary);
        padding: 25px 0px 25px;
    }
    .main-header__five-top {
        display: none;
    }
    .main-header__five-right {
        display: none;
    }
    .main-header__five-left {
        display: none;
    }
    .main-header__five-bottom-inner {
        padding: 0px 0px 0px 0px;
        background: transparent;
    }
    .main-header__five:before {
        display: none;
    }
    .main-header__five-bottom-left {
        line-height: 0;
        display: contents;
    }
    .main-header__five .main-menu .mobile-nav__toggler {
        color: #ffffff;
    }
    .main-header__five .main-menu .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }
    .main-header__five-bottom-right .search-btn {
        margin-left: 20px;
    }
    .main-header__five-bottom-right {
        padding-left: 0px;
    }
    .main-header__five-bottom-right::before {
        display: none;
    }
    /*Main Slider Four*/
    .main-slider-four__single .shape1 {
        display: none;
    }
    .main-slider-four__single .shape2 {
        display: none;
    }
    .main-slider-four__single .shape3 {
        display: none;
    }
    .main-slider-four__content .title h2 {
        font-size: 38px;
        line-height: 1.2em;
    }
    .main-slider-four__content .title h2 br {
        display: none;
    }
    .main-slider-four__content {
        padding: 153px 0px 165px;
    }
    /*Feature Five*/
    .feature-five__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .feature-five__single-img .content-box .text-box {
        padding: 22px 20px 22px;
    }
    .feature-five__single-img .content-box .text-box h3 {
        font-size: 18px;
    }
    .feature-five__single-img .inner .overlay-content .top-content .title-box h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .feature-five__single-img .inner .overlay-content {
        padding: 30px 30px 40px;
    }
    .feature-five__single-img .inner .overlay-content .text-box {
        margin-top: 13px;
    }
    /*About Four*/
    .about-four__img .shape1 {
        display: none;
    }
    .about-four__img {
        margin-right: 0px;
    }
    .about-four__img2 {
        position: relative;
        top: 0px;
        right: 0;
        margin-top: 30px;
    }
    .sec-title-three h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    .sec-title-three h2 br {
        display: none;
    }
    .about-four__content-text2 ul {
        display: block;
    }
    .about-four__content-text2 ul li {
        display: block;
        padding-right: 0px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .about-four__content-text2 ul li:last-child {
        margin-bottom: 0;
    }
    .about-four__content-text2 ul li .text-box {
        margin-left: 0px;
        margin-top: 7px;
    }
    .about-four__content {
        margin-left: 0px;
        margin-top: 60px;
    }
    .about-four__content-text2 ul li::before {
        display: none;
    }
    /*Services Four*/
    .services-four__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    /*Counter Two*/
    .counter-two__inner .title-box h2 {
        font-size: 40px;
    }
    .counter-two__inner .title-box h2 br {
        display: none;
    }
    .counter-two__list {
        display: block;
    }
    .counter-two__list li {
        padding-right: 0px;
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .counter-two__list li:last-child {
        margin-bottom: 0;
    }
    .counter-two__list li::before {
        display: none;
    }
    /*Contact Three*/
    .contact-three__calculator {
        margin-left: 0px;
        margin-top: 70px;
        max-width: 500px;
        width: 100%;
    }
    .contact-three__inner {
        padding: 100px 5px 0px;
    }
    .contact-three__calculator .shape1 {
        display: none;
    }
    .contact-three__calculator .about-one__form-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-three__calculator .about-one__form .thm-btn2 {
        padding: 0px 40px 0px;
    }
    /*Testimonials Three*/
    .testimonials-three__single .author-box {
        padding-left: 80px;
    }
    .testimonials-three__single-content .inner {
        padding: 36px 30px 28px;
    }
    /*Benefits One*/
    .benefits-one__img {
        margin-right: 0px;
        max-width: 650px;
        width: 100%;
    }
    .benefits-one__img img {
        width: 100%;
        float: none;
    }
    .benefits-one__content {
        position: relative;
        display: block;
        padding-top: 60px;
        margin-left: 0px;
    }
    .benefits-one {
        padding-bottom: 113px;
    }
    .benefits-one__img .counter-box {
        left: 20px;
        bottom: 20px;
    }
    /*Blog Two*/
    .blog-two__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 53px;
    }
    .blog-two {
        padding: 120px 0px 90px;
    }
    .blog-two__single-content h2 {
        font-size: 19px;
        line-height: 29px;
    }
    .blog-two__single-content {
        padding: 30px 30px 0px;
    }
    .blog-two__single-img .inner .date-box h2 br {
        display: block;
    }
    /*Footer Three*/
    .site-footer--style3 .footer-widget__post {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 23px;
    }
    .site-footer--style3 .footer-widget__contact {
        margin-left: 0px;
        max-width: 400px;
        width: 100%;
        margin-top: 33px;
    }
    .site-footer--style3 .footer-widget__link {
        margin-left: 0px;
        margin-bottom: 24px;
    }
    .site-footer--style3 .footer-widget__about {
        max-width: 300px;
        width: 100%;
        margin-bottom: 60px;
    }
    /*Slider Five*/
    .main-slider-five {
        margin-top: 0px;
    }
    .main-slider-five__content {
        padding: 156px 0px 160px;
    }
    .main-slider-five__content-list {
        display: block;
    }
    .main-slider-five__content-list li {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .main-slider-five__content-list li:last-child {
        margin-bottom: 0;
    }
    .main-slider-five__content .title h2 br {
        display: none;
    }
    .main-slider-five__content .title h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .main-slider-five__content .btn-box .btn2 {
        margin-left: 0px;
        margin-top: 10px;
    }
    .main-slider-five .owl-theme .owl-nav {
        display: none;
    }
    .main-slider-five__content .btn-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    /*About Five*/
    .about-five__img {
        margin-right: 0px;
        max-width: 530px;
        width: 100%;
    }
    .about-five__content {
        margin-top: 60px;
        max-width: 700px;
        width: 100%;
    }
    .about-five__img .shape1 {
        display: none;
    }
    .about-five__img1 {
        float: none;
        max-width: 400px;
        width: 100%;
    }
    .about-five__img2 {
        position: relative;
        bottom: 0px;
        max-width: 400px;
        width: 100%;
        margin-top: 30px;
    }
    .about-five__content-bottom-right {
        max-width: 290px;
        width: 100%;
        margin-top: 30px;
    }
    /*Feature Six*/
    .feature-six__inner {
        padding: 42px 25px 18px;
        padding-right: 25px;
    }
    .feature-six__single::before {
        display: none;
    }
    .feature-six__single .content-box p {
        font-size: 15px;
    }
    .feature-six__single .content-box h3 {
        margin-bottom: 10px;
    }
    .feature-six__single {
        text-align: center;
        margin-bottom: 30px;
    }
    .feature-six__single .icon-box {
        position: relative;
        top: 0px;
        left: 0;
    }
    .feature-six__single-inner {
        padding-left: 0px;
    }
    /*Services Four*/
    .services-four--five .services-four__single {
        width: 100%;
        float: none;
    }
    /*Benefits Two*/
    .benefits-two__img {
        margin-left: 0px;
        margin-top: 20px;
    }
    .benefits-two__img img {
        width: 100%;
    }
    .benefits-two__content-text2-single {
        margin-bottom: 40px;
    }
    .benefits-two__img .overlay-content {
        position: relative;
        display: block;
        top: 0px;
        left: 0px;
        padding: 50px 30px 50px;
        margin-top: 30px;
    }
    /*Testimonials Four*/
    .testimonials-four__single {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }
    .testimonials-four__single-inner {
        padding-left: 0px;
    }
    .testimonials-four__single .left-content {
        position: relative;
        max-width: 115px;
        width: 100%;
    }
    .testimonials-four__single .right-content h3 {
        color: var(--thm-black);
        margin-bottom: 15px;
    }
    /*Slogan One*/
    .slogan-one__inner .title-box h2 {
        font-size: 40px;
    }
    .slogan-one__inner .title-box h2 br {
        display: none;
    }
    .slogan-one__inner .btn-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .slogan-one__inner .btn-box .btn2 {
        margin-left: 0px;
        margin-top: 10px;
    }
    /*Counter Three*/
    .counter-three__inner ul {
        display: block;
    }
    .counter-three__inner ul li {
        padding-right: 0px;
        margin-left: 0px;
        margin-bottom: 50px;
    }
    .counter-three__inner ul li:last-child {
        margin-bottom: 0;
    }
    .counter-three__inner ul li::before {
        display: none;
    }
    .counter-three__inner {
        padding: 90px 40px 68px;
    }
    /*Counter Four*/
    .contact-three--four__img {
        display: none;
    }
    .contact-four__bg {
        right: 0;
    }
    /*Blog Two*/
    .blog-two.style3 .blog-two__single-content {
        padding: 40px 25px 22px;
    }
    /*Cta Two*/
    .cta-two__img {
        display: none;
    }
    .cta-two__pattern {
        left: 0px;
    }
    .cta-two__right {
        margin-left: 0px;
        margin-top: 20px;
    }
    .cta-two__inner {
        padding: 74px 35px 69px;
        display: block;
    }
    .cta-two__left h2 {
        font-size: 30px;
    }
    .cta-two__left h2 br {
        display: none;
    }
}
.text__align{
    text-align: center;
}
.text__align_and{
    text-align: end;
}
.topbar-two__menu>a+a {
    margin-left: 30px !important;
}
.container-no-repeat{
    background-repeat: no-repeat;
}