/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: "DM Sans", sans-serif !important;
}

body {
    background: #fff;
}

body,
input,
textarea {
    color: #303030;
    font-size: 12px;
    line-height: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

body .padleft {
    padding-left: 0
}

body .padright {
    padding-right: 0
}

body .padtop {
    padding-top: 15px;
}

body .padbottom {
    padding-bottom: 15px;
}

body .nopad {
    padding: 0
}

section.section {
    padding: 50px 0;
    overflow: hidden;
}

/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.montserrat-regular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.montserrat-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}

.montserrat-semi-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
}

.montserrat-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
}

.montserrat-extra-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.montserrat-black {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900 !important;
}

/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white {
    color: #ffffff !important;
}

.color-gold {
    color: #cb9317 !important;
}

.color-black {
    color: #000 !important;
}

.color-grey {
    color: #747474 !important;
}

.color-primary {
    color: #000 !important;
}

.color-secondary {
    color: #000 !important;
}

.color-gradient {
    color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184, 40, 90, 1)), color-stop(50%, rgba(148, 41, 136, 1)), color-stop(62%, rgba(169, 40, 109, 1)), color-stop(100%, rgba(145, 41, 138, 1))) !important;
    color: rgba(184, 40, 90, 1) !important;
    background: -moz-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
    color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184, 40, 90, 1)), color-stop(50%, rgba(148, 41, 136, 1)), color-stop(62%, rgba(169, 40, 109, 1)), color-stop(100%, rgba(145, 41, 138, 1))) !important;
    color: -webkit-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
    color: -o-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
    color: -ms-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
    color: linear-gradient(to right, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
}

.color-yellow {
    color: #ffdc00 !important;
}

.color-purple {
    color: #a8286e !important;
}

/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary {
    background-color: #111111;
}

.bg-secondary {
    background-color: #ccc;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-grey {
    background-color: #ddd;
}

.bg-gradient {
    background: rgba(184, 40, 90, 1);
    background: -moz-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184, 40, 90, 1)), color-stop(50%, rgba(148, 41, 136, 1)), color-stop(62%, rgba(169, 40, 109, 1)), color-stop(100%, rgba(145, 41, 138, 1)));
    background: -webkit-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
    background: -o-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
    background: -ms-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
    background: linear-gradient(to right, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
}

/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}

.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0, 0, 0, 0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}

.text-shadow {
    text-shadow: 2px 7px 7px #00000070;
}

.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}

.height-0 {
    height: 0px !important;
}

/* =================================
    ScrollBar Css Starts Here
================================= */
/* ::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #026975 !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a1a1a !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
} */

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
/*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position: relative;
    z-index: 1;
}

.main-navigation ul li a:hover {
    color: #91640F;
}

.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }

    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }

    5% {
        transform: translateY(-30px);
    }

    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*=====================================*/
/*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header {
    padding: 20px 0;
}

nav {
    position: relative;
    z-index: 999;
    width: 100%;
}

nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.searchform input {
    float: right;
    width: 200px;
    padding: 8px 46px 8px 8px;
    font-size: 1em;
    border: 1px solid #303030;
    background: #fff;
}

.searchform input[type="submit"] {
    float: right;
    width: 37px;
    height: 37px;
    padding: 0px;
    border: 0px;
    background: #303030 url(images/search-icon.png) no-repeat center;
    box-shadow: none;
    font-size: 0;
    margin-left: -37px;
    position: relative;
}

div#container {
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}

/* ---- Social Icons ---- */
.social_icons {
    text-align: right;
    margin: 10px 0;
}

.social_icons ul {
    padding: 0;
    margin: 0;
}

.social_icons ul li {
    display: inline-block;
    margin-right: 5px;
}

.social_icons ul li a {
    background: #305294;
    border-radius: 100px;
    color: #FFF;
    transition: all .2s ease;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
    width: 32px;
    height: 32px;
}

.social_icons ul li+li a {
    background: #55ACEE;
}

.social_icons ul li+li+li a {
    background: #DC4B3E none;
}

.social_icons ul li+li+li+li a {
    background: #E52D27;
}

.social_icons ul li a:hover {
    background: #333;
    color: #FFF;
}

/* ---- Portfolio .grid-item ---- */
.grid-item {
    width: 24.7%;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.filter-button-group button {
    background: #333;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
}

.filter-button-group {
    margin: 10px 0;
    overflow: hidden;
}

.filter-button-group button:hover {
    background: #ccc;
    color: #000;
}

#back-top>a {
    bottom: 1%;
    color: #000;
    display: block;
    font-size: 37px;
    position: fixed;
    right: 1%;
    text-align: center;
}

/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider {
    display: none;
}

.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized {
    display: block !important;
}

.slider {
    position: relative;
    clear: left;
    overflow: hidden;
}

.slider .inner-item {
    height: 400px;
}

.slider .container {
    position: relative;
}

.slick-slide .caption {}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.thumb-slider .slick-slide {
    margin: 5px 0 0 5px;
}

.slider-thumb .thumb-slider .slick-slide img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    transition: all .25s ease;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
}

.slick-dots button {
    border: 1px solid #333;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    margin-right: 5px;
}

.slick-dots .slick-active button {
    background: #303030;
}

.slick-arrow {
    border: 0px;
    font-size: 0;
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #303030 url(images/arrow.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.services-slider .slick-arrow {
    height: 65px;
}

.slick-arrow:hover {
    background: #000 url(images/arrow.png) no-repeat center center;
}

.slick-next.slick-arrow {
    left: 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.slider-progress {
    width: 100%;
    height: 5px;
    background: rgba(0, 216, 192, 0.8);
    position: absolute;
    top: 0;
    z-index: 99;
}

.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: rgba(36, 51, 0, 0.8);
}

.thumb-slider .slick-active img {
    border: 1px solid transparent
}

.thumb-slider .slick-current img {
    opacity: 0.5;
}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {
    background: #ccc;
    display: none;
    right: 0px;
    padding: 10px;
    position: absolute;
    top: 46px;
}

.searchpanel::before {
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    right: 7px;
    top: -7px;
}

.nav .container {
    position: relative;
}

.searchtoggle {
    position: absolute;
    right: 11px;
    top: 11px;
}

.searchtoggle img {
    cursor: pointer;
}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {
    margin-right: -10px;
}

.client .slick-slide {
    margin-right: 10px;
    border: 1px solid #ddd !important;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.client .slick-prev {
    margin-right: 10px;
}

.client .slick-slide img {
    display: inline-block;
}

/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {
    padding: 0 10px;
    text-align: center;
}

.testimonial .loop p {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial .loop .pic img {
    max-width: 100px;
    margin: 10px 0;
    border-radius: 100%;
    height: auto;
    display: inline-block;
}

.testimonial .loop .title {
    font-size: 21px;
    font-weight: 600;
}

/* -------------------------------------------Services Carousel------------------------------------ */
.service {
    margin-right: -10px;
}

.service .slick-slide {
    margin-right: 10px;
}

.service .title {
    font-weight: 700;
    margin: 10px 0;
    font-size: 18px;
}

.service .slick-prev {
    margin-right: 10px;
}

.service .slick-next {
    margin-right: 10px;
    right: 40px;
    left: inherit;
}

.service .slick-arrow {
    top: 0;
    margin-top: -43px;
}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {
    position: fixed;
    bottom: 1%;
    left: 1%;
    border: rgba(0, 0, 0, 0.8) 3px solid;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;
    z-index: 9999
}

/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {
    height: 30px;
    padding: 0;
    margin: 0;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-top: -1px;
}

.tab-content {
    max-width: 660px;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;
}

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {
    width: 120px;
    padding: 0;
    margin: 0;
    float: left;
}

.tabs-left li {
    line-height: 30px;
    display: block;
    list-style: none;
    background: #ccc;
    border: 1px solid #d4d4d1;
    margin-bottom: 10px;
    border-right: 0;
}

.tabs-left li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.tabs-left li a {
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
}

.tabs-left .current a {
    color: #2e7da3;
}

.tab-loop {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-left: -1px;
}

.tabsleft-content {
    max-width: 660px;
    padding: 20px;
    display: none;
}

#tabs1 {
    display: block;
}

/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs {
    margin: 10px 0;
    padding: 0;
    background: #ddd;
    padding: 5px;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
    padding-right: 2px;
}

/* ----------------------------Comments-----------------------*/
#comments label {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.form-submit {
    margin-left: 80px;
}

#comments {
    background: #eee;
    padding: 20px;
}

#comments li {
    list-style: none;
}

#comments ol {
    padding: 0;
}

/* ----------------------------Accordion-----------------------*/
.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll {
    height: 300px;
}

/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner {
    height: 150px;
    width: 100%;
    display: table;
    color: #fff;
}

.inner-banner h2 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs {}

.blogs li {
    width: 100%;
    margin-bottom: 20px;
    min-height: 210px;
    clear: both;
    float: left;
    border-bottom: 1px solid #dcdcdc;
}

.blogs li:last-child {
    border: none;
}

.blogs li h4 {
    text-transform: capitalize;
    background: #f0f0f0;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2f2f2f;
}

.blogs li h4 span {
    width: 7%;
    text-align: center;
    background: #b12224;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.blogs li h4 span strong {
    display: block;
    font-size: 26px;
    font-weight: normal;
}

.blogs li a {
    float: right;
}

.blogs li .meta {
    background: #f0f0f0;
    padding: 10px;
    position: relative;
    margin: 38px 0 0;
    font-weight: 500;
    float: right;
    clear: right;
    width: 67%;
    color: #989898;
    font-size: 16px;
    line-height: 21px;
}

.blogs li .meta span {
    background: url('images/user-bg.png') no-repeat;
    padding: 3px 30px;
}

.blogs li .meta span.comments {
    margin-left: 10px;
    background: url('images/comments.png') no-repeat;
}

.blogs li .meta span strong {
    color: #258ef9;
    font-weight: normal;
    text-transform: capitalize;
}

.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar-pro {
    border: 1px solid #c2c2c2;
    padding: 0 !important;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-pro h4 {
    background: #b12224;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}

.sidebar-pro .cat li {
    margin-bottom: 6px;
    list-style: none;
    padding: 10px;
}

.sidebar-pro .cat li:hover {
    background: #b12224;
}

.sidebar-pro .cat li:hover a {
    color: #fff;
}

.sidebar-pro .cat li.current-cat {
    background: #b12224;
}

.sidebar-pro .cat li:last-child {
    margin-bottom: 0;
}

.sidebar-pro .cat .product-categories {
    margin-bottom: 0;
}

.sidebar-pro .cat li a {
    color: #424242;
    font-size: 14px;
}

.sidebar .recent li {
    border-bottom: 1px solid rgb(73 93 127 / 13%);
    margin: 5px 0;
    padding: 5px 0;
    overflow: hidden;
    font-size: 14px;
}

.sidebar .recent li h5 {
    margin-top: 0;
}

.sidebar .recent li:last-child {
    border: none;
}

.sidebar h4 {
    background: #303030;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 29px;
}

.sidebar .recent h5 {
    color: #231f20;
    font-size: 14px;
    margin-bottom: 10px;
}

.sidebar .recent p {
    color: #6d6d6d;
    line-height: 16px;
}

.sidebar .recent .more a {
    color: #258ef9;
    float: right;
}

.sidebar .cat li {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    margin: 5px 0;
    padding: 5px 0;
}

.blogs .loop {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
}

.sidebar .section {
    margin-top: 10px;
    overflow: hidden;
}

.blogs .title {
    margin: 0;
}

.blogs small {
    margin-bottom: 10px;
    display: inline-block;
    color: #888;
}

.sidebar .cat li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .cat li a {
    color: #424242;
    font-size: 14px;
}

.blogs .meta {
    background: #ddd;
    margin-top: 10px;
    padding: 5px;
}

/*---------------------Pagination----------------------- */
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination a:hover {
    color: #fff;
    background: #3279BB;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #3279BB;
    color: #fff;
}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header,
.menu-header ul,
.menu-header ul li,
.menu-header ul li a,
.menu-header #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-header:after,
.menu-header>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.menu-header #menu-button {
    display: none;
}

.menu-header {
    background: #303030;
}

.menu-header>ul>li {
    display: inline-block;
}

.menu-header.align-center>ul {
    font-size: 0;
    text-align: center;
}

.menu-header.align-center>ul>li {
    display: inline-block;
    float: none;
}

.menu-header.align-center ul ul {
    text-align: left;
}

.menu-header.align-right>ul>li {
    float: right;
}

.menu-header>ul>li>a {}

.menu-header>ul>li:hover>a {
    color: #ffffff;
}

/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header ul ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}

.menu-header ul ul ul::before {
    display: none;
}

.menu-header>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

.menu-header ul ul {
    position: absolute;
    left: -9999px;
}

.menu-header.align-right ul ul {
    text-align: right;
}

.menu-header ul ul li {
    height: 0;
    transition: all .25s ease;
	padding: 0 !important;
}

.menu-header li:hover>ul {
    left: auto;
}

.menu-header.align-right li:hover>ul {
    left: auto;
    right: 0;
}

.menu-header li:hover>ul>li {
    height: auto;
}

.menu-header ul ul ul {
    margin-left: 100%;
    top: 0;
}

.menu-header.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.menu-header ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 12px;
    width: 250px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    background: #fff;
    text-align: left;
    line-height: initial;
}

.menu-header ul ul li:last-child>a,
.menu-header ul ul li.last-item>a {
    border-bottom: 0;
}

.menu-header ul ul li:hover>a,
.menu-header ul ul li a:hover {
    color: #ffffff !important;
    background: #000;
}

.menu-header ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

.menu-header.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

.menu-header ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    transition: all .25s ease;
}

.menu-header.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

.menu-header ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

@media (min-width: 100px) and (max-width: 769px) {
    .menu-header {
        width: 100%;
    }

    .menu-header ul {
        width: 100%;
        display: none;
    }

    .menu-header.align-center>ul {
        text-align: left;
    }

    .menu-header ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    .menu-header ul ul li,
    .menu-header li:hover>ul>li {
        height: auto;
    }

    .menu-header ul li a,
    .menu-header ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    .menu-header>ul>li {
        float: none;
    }

    .menu-header ul ul li a {
        padding-left: 25px;
    }

    .menu-header ul ul ul li a {
        padding-left: 35px;
    }

    .menu-header ul ul li a {
        color: #dddddd;
        background: none;
    }

    .menu-header ul ul li:hover>a,
    .menu-header ul ul li.active>a {
        color: #ffffff;
    }

    .menu-header ul ul,
    .menu-header ul ul ul,
    .menu-header.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .menu-header>ul>li.has-sub>a:after,
    .menu-header>ul>li.has-sub>a:before,
    .menu-header ul ul>li.has-sub>a:after,
    .menu-header ul ul>li.has-sub>a:before {
        display: none;
    }

    .menu-header #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .menu-header #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }

    .menu-header #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }

    .menu-header #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-header #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-header .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

    .menu-header .submenu-button.submenu-opened {
        background: #262626;
    }

    .menu-header ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    .menu-header .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    .menu-header ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    .menu-header .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    .menu-header .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }

    .menu-header ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    .menu-header .submenu-button.submenu-opened:before {
        display: none;
    }
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav,
.nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width: 991px) {
    a#hamburg {
        display: block;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        background: url(images/nav-bg.jpg) repeat;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        width: 250px;
    }

    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav>form {
        position: relative;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover>a {
        color: #000;
    }

    .nav1 ul li a>i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover>ul {
        display: none;
    }

    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
    }

    .nav1 ul li.open>a {
        background-color: transparent;
    }

    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
    }

    .nav1 ul li.open>ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        z-index: 999;
    }

    html.open-menu main {
        transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open>span {
        background: #000;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}


@media (min-width: 100px) and (max-width: 769px) {

    main {
        padding: 0 15px;
    }

    .logo {
        text-align: center;
    }

    .searchtoggle {
        display: none;
    }

    .push-logo {
        margin: 10px 0;
    }

    .logo img {
        max-height: 60px;
        width: auto;
    }

    header .searchform {
        display: none;
    }

    .slider .inner-item {
        height: 200px;
    }

    .slider .inner-item .caption {
        display: none;
    }
	
	.home .sec1 .slider .inner-item .caption {
    display: block;
}
}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0 !important;
    text-decoration: none !important;
}

* a:hover {
    text-decoration: none !important;
}


/*error-page*/

.error-page {
    padding: 40px 0;
}

.error-page h1 {
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}

.error-page p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def {
    padding: 40px 0;
}

.page-def h1 {
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}

.page-def h2 {
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}

.page-def h3 {
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}

.page-def h4 {
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.page-def h5 {
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.page-def h6 {
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.page-def p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

div.wpcf7-response-output {
    color: #fff;
}


html.open-menu body {
    position: fixed !important;
}

.sec-faq {
    padding: 30px 0;
}

.sec-faq h2 {
    margin: 0 0 50px;
}

.sec-faq .set {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}

.sec-faq .set>a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    min-height: 60px;
    display: flex;
    align-items: center;
	padding-left: 20px;
}

.sec-faq .set p {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.sec-faq .set a.active {}

.sec-faq .set .content p {
    margin: 15px 0 0;
}

.sec-faq .set>a:before {
    background: url(images/set-ar.png) no-repeat;
    float: right;
    content: "";
    height: 12px;
    margin: 6px 0 0;
    width: 13px;
}

.sec-faq .set>a.active:before {
    background: url(images/set-ar-active.png) no-repeat;
    width: 16px;
    height: 3px;
}

.sec-faq .set .content {
    display: none;
}

/*sec-faq*/
.sec-faq {
    padding: 30px 0;
}

.sec-faq h2 {
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    width: 100%;
    margin: 0px auto 50px;
    font-weight: 400;
    max-width: 780px;
}
.sec-faq .col-md-6 {
    padding: 0 40px;
}

.sec-faq .row {
    margin-left: -40px;
    margin-right: -40px;
}
.sec-faq .set {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 25px;
    padding: 20px 30px;
    background: #FFFFFF;
    border: none;
    box-shadow: 2px 0px 6px 0 rgb(8 29 52 / 6%);
}

.sec-faq .set p {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.sec-faq .set .content p {
    margin: 15px 0 0;
}

.sec-faq .set>a:before {
    background: url(images/set.png) no-repeat;
    float: left;
    content: "";
    height: 16px;
    margin: 0px 25px 0px 0;
    width: 15px;
    background-size: 100%;
    position: absolute;
    left: 20px;
}

.sec-faq .set>a.active:before {
    background: url(images/set-active.png) no-repeat;
    width: 15px;
    height: 3px;
}

.sec-faq .set .content {
    display: none;
}



/* Custom CSS */

html, body {
    overflow-x: hidden;
}

.container {
    max-width: 1634px;
}
.btn {
    border-radius: 31.057px;
    border: 2.07px solid rgba(255, 255, 255, 0.35) !important;
    background: rgba(73, 93, 127, 0.90) !important;
    backdrop-filter: blur(7.764317512512207px);
    padding: 11px 54px;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    font-size: 22.775px;
}
header {
    padding: 10px 0;
    z-index: 99999;
    position: absolute;
    width: 100%;
}

.topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin-bottom: 17px;
    padding: 15px 0px 15px 0px;
}


.menu-header {
    background: transparent !important;
}

header .row {
    align-items: center;
}


.info-container {
    display: flex;
    gap: 70px;
}

.info-item p {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.info-item a {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.info-item {
    display: flex;
    align-items: center;
}

.info-item img {
    padding-right: 10px;
}

header .row .col-md-6:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

header .menu-header>ul>li>a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 5px 0 10px;
}

.header-btn {
    border-radius: 90px;
    backdrop-filter: blur(7.5px);
    color: #fff;
    height: 55px;
    font-weight: 400 !important;
    font-size: 20px;
}

.nav-row .col-md-3 {
    justify-content: flex-end;
    display: flex;
    padding-right: 0px;
}

footer.footer {
    padding: 10px;
    width: 100%;
    display: inline-block;
}
.footer-inner {
    border-radius: 13.6px;
    background: #495D7F;
    padding: 60px 0px 10px 0px;
}

footer ul {
    padding-left: 0px;
}

footer li {
    list-style: none;
}


footer li a {
    color: rgba(255, 255, 255, 0.65) !important;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration: none;
}

footer p.footer-bold-head {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18.1px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.21px;
    margin-top: .5rem;
	margin-bottom: .5rem;
}

footer p,
footer span {
    color: rgba(255, 255, 255, 0.65);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.footer .cta li {
    margin: 0 0 12px;
}

.footer .cta li a {
    font-weight: 600;
}

.footer .cta li span {
    font-weight: 300;
}
.logos-container {
    margin-top: 40px;
}

.logo-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logo-slider .slide-track {
    display: inline-block;
    animation: scroll 25s linear infinite;
}

.logo-slider:hover .slide-track {
    animation-play-state: paused;
}

.logo-slider img {
    margin: 0 40px;
    vertical-align: middle;
    border-radius: 19.639px;
    background: rgba(136, 151, 175, 0.80);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* scroll half since duplicated */
    }
}


.cop {
    border-top: 1px solid rgba(252, 252, 252, 0.12);
    margin: 46px 0px 0px 0px;
    padding: 37px 0px 30px 0px;
}


.copy-text {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.14px;
    letter-spacing: -0.476px;
    margin: 5px 0;
}
.cta li {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

.social-container {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}


.slick-slide .caption {
    background: transparent !important;
    text-shadow: none !important;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    max-width: 1550px;
    padding: 0 15px;
}
.caption p {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 40px 0;
    width: 100%;
    max-width: 760px;
}
.caption h2 {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    width: 100%;
    max-width: 680px;
}

.caption a {
    border-radius: 32.192px;
    border: 1.073px solid rgba(255, 255, 255, 0.35);
    background: linear-gradient(0deg, #495D7F 0%, #495D7F 100%);
    backdrop-filter: blur(8.047945022583008px);
    padding: 15px 26.826px;
    height: 59.018px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 23.607px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    max-width: 235px;
}


.section.sec1 {
    padding: 0px;
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 20px 20px rgb(0 0 0 / 35%);
}


.inner-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 50% dark opacity */
}


.sec2 {
    text-align: center;
    padding-top: 200px !important;
}

.sec2 h1 {
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.sec2 p {
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 120px;
}


.section-1 {
    margin-top: -260px;
/*     z-index: 99999; */
    position: relative;
}


.section-1 h3 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-1 p {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.section-1 .row {
    display: flex;
    justify-content: center;
    gap: 70px;
}

.sec2 .btn {
    margin-top: 10px;
}

.title-container {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    margin-top: 20px;
}
.srv-icon {
    background-color: #DBDFE5;
    border-radius: 70px;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 15px 2px;
}
.title-container h3 {
    font-size: 32.69px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 80px);
    min-height: inherit;
    color: #000;
    font-family: "DM Sans";
    padding-left: 20px;
}

.service-row {
    margin-top: 70px;
}

.service-container p {
    margin-top: 20px;
    padding: 0px 0px !important;
    text-align: left;
}


.sec3 {
    background: #F4F5F7;
    padding: 50px 0px;
}
.section-4 {
    margin-top: 50px;
}
.section-4 h2 {
    color: rgb(0 0 0 / 90%);
    font-family: "DM Sans";
    font-size: 67.16px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.237px;
    letter-spacing: 0px;
    margin: 0 0 30px;
}

.section-4 p {
    color: rgba(0, 0, 0, 0.90);
    font-family: "DM Sans";
    font-size: 25.185px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.192px;
    letter-spacing: -0.642px;
}


.section-4 li span {
    color: rgba(128, 128, 128, 0.90);
    font-family: "DM Sans";
    font-size: 25.185px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.192px;
    letter-spacing: -0.642px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.section-4 li a {
    color: rgba(0, 0, 0, 0.90);
    font-family: "DM Sans";
    font-size: 50.37px;
    font-style: normal;
    font-weight: 400;
    line-height: 63.192px;
    letter-spacing: -0.642px;
    text-decoration: none;
}

ul.cta {
    list-style: none;
    padding-left: 0px;
    padding-top: 110px;
}

.form-control {
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    font-family: 'DM Sans';
    margin-bottom: 45px;
}

.section-4 .desc {
    max-width: 560px;
}

textarea {
    height: 140px;
}
.section-5 {
    background: rgba(73, 93, 127, 1);
    margin-top: 80px;
    padding: 30px 9% 30px 20px;
}

.section-5 .row {
    align-items: center;
}

.section-5 h2 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 190px;
}
.section-5 p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px;
}

.section-5 .col-md-7 {
    padding-left: 51px;
}

.section-6 {
/*     padding-top: 100px; */
}

.section-6 h2 {
    color: #000;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: auto;
}

.section-6 p {
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.section-6 h3 {
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*padding: 0px 10px;*/
    width: 90%;
    margin: 10px auto;
}

.section-6 .row {
    justify-content: center;
}

.section-6 .pic {
    position: relative;
}
.section-6 .ab-content {
    position: absolute;
    bottom: 18px;
    padding: 0 40px;
    text-align: center;
    left: 0;
    right: 0;
    padding-bottom: 20px;
}

.section-6 .ab-content p {
    display: none;
}

.section-6 .main p {
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 10px;
}

.section-7 {
    margin-top: 110px;
}

.section-7 .container .row {
    /* padding: 0px 110px; */
}

.section-7 .desc p {
    color: #000;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
}


.section-7 .slick-track .pic {
    border-radius: 27.424px;
    background: rgba(73, 93, 127, 0.06);
    margin-right: 40px;
    display: flex;
    justify-content: center;
}

.section-7 .slick-slide img {
    display: block;
    transition: all .25s ease;
    width: 50%;
    height: 129px;
    object-fit: contain;
}


.section-8 {
    padding: 150px 0;
}

.section-8 ul {
    column-count: 2;
    column-gap: 30px;
}

.section-8 .head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-8 h4 {
    color: #010101;
    font-family: "DM Sans";
    font-size: 20.855px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.061px;
}

.section-8 small {
    color: #6B6B6B;
    font-family: "DM Sans";
    font-size: 19.303px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.955px;
}

.section-8 p.google-author {
    color: #010101;
    font-family: "DM Sans";
    font-size: 20.855px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.061px;
    min-height: unset;
    margin-top: 0;
    margin-bottom: .5rem;
}

.section-8 p {
    color: #010101;
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.228px;
    letter-spacing: -0.276px;
    margin-top: 30px;
    min-height: 200px;
}

.section-8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}


.section-8 .main {
    border-radius: 13.788px;
    background: #FFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.20);
    padding: 40px;
    margin-bottom: 30px;
}

.section-9 {
    background: #F5F5F5;
    padding: 80px 0px;
}

.section-9 h2 {
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 63.12px;
    letter-spacing: 0px;
}


.section-10 {
    padding-top: 110px;
    padding-bottom: 40px;
}

.section-10 h2 {
    color: #131313;
    font-family: 'DM Sans';
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 78.062px;
    letter-spacing: -2.692px;
}


.section-10 p {
    color: #000;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-10 .row:first-of-type {
    align-items: center;
    margin-bottom: 20px;
}


.section-10 .title {
    color: #131313;
    font-family: 'DM Sans';
    font-size: 33.639px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.8px;
}

.section-10 .desc-2 p, .section-10 .desc-2 {
    color: rgba(17, 17, 17, 0.65) !important;
    font-family: 'DM Sans';
    font-size: 22.385px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.651px;
    margin-bottom: 1rem;
}

.section-10 ul.meta {
    list-style: none;
    display: flex;
    gap: 10px;
    padding-left: 0px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.section-10 .meta li {
    color: rgba(17, 17, 17, 0.65);
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Custom CSS */
header .two {
    padding: 30px 0;
}

.slider .inner-item {
    background-size: cover !important;
    background-position: center !important;
    height: 1247px;
    display: flex;
    padding-top: 340px;
}

.slider ul.slick-dots {
    bottom: 30%;
}

.slider ul.slick-dots button {
    width: 82px;
    height: 8px;
    border-radius: 8px;
    border: none;
    background: #fff;
    opacity: .4;
}

.slider ul.slick-dots li {
    margin: 0 10px;
}

.slider ul.slick-dots li.slick-active button {
    opacity: .8;
}

header .menu-header>ul>li {
    margin: 0 15px;
    position: relative;
}

header .menu-header>ul>li.has-sub {
    padding-right: 20px;
	padding-bottom: 0 !important;
}

header .menu-header>ul>li.has-sub > .submenu-button {
    position: absolute;
    right: 0;
    top: 28%;
    color: #fff;
    transform: rotate(90deg);
	font-size: 15px;
}


header .menu-header {
    text-align: center;
}

.section-4 .main {
    background: rgba(244, 245, 247, 1);
    padding: 60px;
    border-radius: 20px;
}

.section-4 .cf-form input,
.section-4 .cf-form textarea,
.section-4 .cf-form select {
    width: 100%;
    border-bottom: 1px solid #585858;
    padding: 15px 0;
    font-size: 21px;
    line-height: 33px;
    color: rgb(128 128 128 / 90%);
    background: transparent;
}

.section-4 .cf-form input:focus,
.section-4 .cf-form textarea:focus,
.section-4 .cf-form select:focus {
    outline: none !important;
    box-shadow: none !important;
    /* yeh bhi add karo */
}

.section-4 .main input[type="submit"] {
    width: auto;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    background: #495D7F;
    padding: 15px 93px;
    border-radius: 40px;
}

.section-5 .ml-0 {
    margin-left: 0;
    padding-left: 10px;
}

.section-5 .pic {
    width: 100%;
    height: 853px;
}

.section-5 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.section-6 .desc p {
    width: 100%;
    margin: 20px auto 60px;
    max-width: 510px;
}

.section-7 .headline h2 {
    font-size: 64px;
    line-height: 70px;
    color: #000000;
    font-weight: 400;
}

.section-7 .logo-slider-1 {
    margin: 25px auto 50px;
}


.section-8 .container {
    max-width: 1717px;
}

.section-8 li:nth-child(1) {
    margin-top: -50px !IMPORTANT;
}
.jvrc-left {
    width: 60%;
}

.jvrc-right {
    width: 40%;
}
.jvrc-inner {
    padding-left: 15%;
}
.section-8 .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.section-8 .desc-2 h2 {
    font-size: 64px;
    line-height: 74px;
}

.section-8 .desc-2 p {
    font-size: 24px;
    line-height: 38px;
}

.section-8 .desc-2 p {
    min-height: auto;
}

.section-9 .row {
    justify-content: center !important;
}

.section-9 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    margin: auto;
    display: block;
}
.section-9 input {
    padding-left: 0;
    margin-bottom: 0;
}
.section-9 form p {margin: 0;}

.section-9 form span.wpcf7-spinner {
    display: none;
}

.section-9 form .col-md-3 {
    margin-bottom: 15px;
}
.section-9 input[type="submit"] {
    padding-left: 40px;
}

.section-9 .headline h2 {
    margin-bottom: 50px;
}

.section-10 .main .more a {
    font-size: 22px;
    line-height: 33px;
    color: #111111;
    opacity: .65;
}

.section-10 .title h3 {
    font-size: 33px;
    line-height: 44px;
    color: #131313;
    font-weight: 600;
    width: 90%;
    min-height: 140px;
}

.section-10 .pic {
    width: 100%;
    height: 250px;
}

.section-10 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.section-10 .meta {
    margin: 22px auto 15px;
}

.section-10 .meta li {
    position: relative;
    padding-right: 10px;
}

.section-10 .meta li:before {
    width: 5px;
    height: 5px;
    content: '';
    left: -13px;
    top: 42%;
    position: absolute;
    background: #646464;
    border-radius: 50%;
}

.section-10 .meta li:nth-child(1):before {
    display: none;
}

.section-10 .more-2 {
    text-align: center;
    margin: 50px auto;
}

.section-10 .more-2 a {
    border-radius: 31.057px;
    border: 2.07px solid rgba(255, 255, 255, 0.35);
    background: rgba(73, 93, 127, 0.90);
    backdrop-filter: blur(7.764317512512207px);
    padding: 11px 50px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 22.775px;
    text-decoration: none;
}

.section-11 {
    padding: 100px 0;
    background: #F5F5F5;
}

.sec-faq .set .content p {
    color: rgba(17, 17, 17, 0.65) !important;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    width: 100%;
    margin: 20px auto;
    padding-left: 20px;
}

footer .pic {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(136 151 175 / 80%);
    border-radius: 19.64px;
}

footer .loop {
    padding: 0 15px;
}

footer .logo-slider-2 {
    margin: 50px auto 0;
}

.section-8 ul:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 181px;
    background: url(images/shade.png) no-repeat;
    background-size: cover;
    background-position: center;
    bottom: -54px;
    transform: rotate(180deg);
}

.page-id-187 .topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page-id-187 .info-item a {
    color: #000;
}

.page-id-187 .info-item p {
    color: #000;
}

.bi-7 .container .row {
    padding: 0px 0px;
}

.page-id-187 header .menu-header>ul>li>a {
    color: #000;
    text-decoration: none;
}

.page-id-187 .menu-header>ul>li:hover>a {
    color: #000;
}

.page-id-187 .info-item img {
    padding-right: 10px;
    filter: brightness(0);
}

.bi-7 .container .row {
    margin: 60px 0px;
}

.bi-7 h2 {
    font-size: 49px;
    font-weight: 400;
    line-height: 70px;
    padding-bottom: 30px;
    text-align: center;
}

.bi-7 .container h2 {
    text-align: left !important;
}


.bi-banner {
    background: rgba(245, 245, 245, 1);
}


.bi-banner .row {
    align-items: center;
    text-align: center;
}

.bi-banner .form-container {
    margin: 0px 180px;
}

.bi-banner .form-control {
    border: none;
    background: #fff;
    font-family: 'DM Sans';
    margin-bottom: 0px;
    padding: 18px;
    border-radius: 60px;

}


.page-id-187 header {
    position: relative;
}


.bi-banner .wpcf7-spinner {
    display: none;
}

.bi-banner h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}


.bi-banner p,
.bi-banner a {
    font-size: 24px;
    font-weight: 400;
    font-family: 'DM Sans';
    color: #000 !important;
    text-decoration: none;
    padding-top: 10px;
}

.bi-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    border-radius: 30px;
    margin-bottom: 26px;

}

.bi-list .desc {
    font-size: 21.79px;
    line-height: 34px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 26px;
    margin-bottom: 26px;
    min-height: 230px;
}

.bi-list .icon {
    width: 20%;
}

.bi-7 .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

section.bi-list {
    padding: 100px 0px;
}




.page-template-page-blog header,
.single-post header,
.single-featured-insurance header,
.page-template-recent-news header,
.page-template-page-audit-questions header, .single-recent-news header {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.page-template-page-blog .info-item a,
.page-template-page-blog .info-item p,
.page-template-page-blog header .menu-header>ul>li>a,
.single-recent-news .info-item a,
.single-recent-news .info-item p,
.single-featured-insurance .info-item a,
.single-featured-insurance .info-item p,
.page-template-recent-news .info-item a,
.page-template-recent-news .info-item p,
.single-post .info-item a,
.single-post .info-item p,
.single-post header .menu-header>ul>li>a,
.page-template-recent-news header .menu-header>ul>li>a,
.single-recent-news header .menu-header>ul>li>a,
.page-template-page-audit-questions .info-item a,
.page-template-page-audit-questions .info-item p,
.page-template-page-audit-questions header .menu-header>ul>li>a {
    color: #000;
}

.page-template-page-blog .info-item img,
.single-post .info-item img,
.single-recent-news .info-item img,
.single-featured-insurance .info-item img,
.page-template-recent-news .info-item img,
.page-template-page-audit-questions .info-item img {
    filter: brightness(0);
}

.page-template-page-blog .info-item p,
.single-post .info-item p,
.page-template-page-audit-questions .info-item p {}

.page-template-page-blog .topbar,
.single-post .topbar,
.page-template-recent-news .topbar,
.single-recent-news .topbar,
.single-featured-insurance .topbar,
.page-template-page-audit-questions .topbar {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}


.single-featured-insurance header .menu-header>ul>li>a {
    color: #000;
}



.blog-1 .headline h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 50px;
}

.blg-cat-nav ul.d-flex.flex-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.blg-cat-nav ul .nav-link {
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    color: #131313;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 12px 25px;
    line-height: normal;
    display: inline-block;
    margin: 5px 8px;
}

.blg-cat-nav ul .nav-link.active, .blg-cat-nav ul .nav-link:hover {
    background-color: #495D7F;
    color: #fff;
    border-color: #495D7F;
}

.blg-cat-nav .tab-content {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
.blg-cat-nav .nav-tabs {
    border: none !important;
    margin-top: 0 !important;
    margin-bottom: 15px;
    justify-content: center;
}
.blg-cat-nav {
    margin: 0 0 40px;
}
.blog-1 .main {
    margin: 30px auto;
}

.page-template-page-blog .section-11.sec-faq, .single-post .section-11.sec-faq{
    display: none;
}

.blog-1 {
    padding: 80px 0;
}
.blog-detailed{
    padding: 80px 0;
}
.sn-blg-left {
    width: 75%;
    padding-right: calc(1.5rem) * -.5);
    padding-left: calc(1.5rem) * -.5);
}

.sn-blg-right {
    width: 25%;
    padding: 0 calc(1.5rem) * -.5);
}
.blog-detailed .headline h1 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 400;
}

.blog-detailed ul.meta {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: flex;
    align-items: center;
}

.blog-detailed ul.meta li {color: rgba(17, 17, 17, 0.65);font-family: 'DM Sans';font-size: 20.45px;font-style: normal;font-weight: 400;line-height: 43px;display: inline-block;margin-right: 15px;position: relative;}

.blog-detailed ul.meta li:before {
    width: 5px;
    height: 5px;
    content: '';
    left: -15px;
    top: 42%;
    position: absolute;
    background: #646464;
    border-radius: 50%;
}

.blog-detailed ul.meta li:nth-child(1):before {
    width: 0;
    height: 0;
}

.blog-detailed ul.meta li:nth-child(1) {
    margin-right: 40px;
}
.blog-detailed .pic {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.blog-detailed .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.blog-detailed .desc ul {
    margin-bottom: 40px;
}
.blog-detailed .desc p {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 40px;
    display: inline-block;
    width: 100%;
}
.blog-detailed .desc h2 {
    font-size: 64px;
    line-height: normal;
    color: #000000;
    font-weight: 400;
    width: 90%;
    margin-top: 0px;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.blog-detailed ul li, .blog-detailed ol li {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    position: relative;
    list-style: none;
}
.blog-detailed .desc img {
    margin: 50px auto 10px;
    display: block;
    width: 100%;
}
.blog-detailed ul li:before, .blog-detailed ol li:before  {
    position: absolute;
    content: '';
    left: -39px;
    top: 3px;
    width: 25px;
    height: 25px;
    background: url(images/bullet.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.blog-detailed .sidebar {
    box-shadow: 1px 4px 20px 8px rgb(0 0 0 / 17%);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border-top: 4px solid #495D7F;
}

.blog-detailed .sidebar h4 {
    color: #495D7F;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    background: transparent;
    position: relative;
    padding-left: 0;
    font-weight: 400;
}

.blog-detailed .sidebar h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2.62px;
    width: 65.51px;
    background: #495D7F;
}
.blog-detailed .sidebar li {
    display: flex;
    align-items: center;
    margin: 15px auto;
    padding: 15px 0;
}

.blog-detailed .sidebar li .pic-2 {
    max-width: 87px;
    height: 81px;
    flex: 0 0 87px;
}

.blog-detailed .sidebar li .desc-2 {
    padding-left: 15px;
}

.blog-detailed .sidebar li .desc-2 h5 a {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}
.blog-detailed .sidebar li .pic-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.audit-1 {
    padding: 80px 0;
}

.audit-1 .row {
    display: flex;
    align-items: center;
}

.audit-1  .headline h1 {
    font-size: 64px;
    line-height: 70px;
    color: #000;
    font-family: 'DM Sans';
    font-weight: 400;
    width: 70%;
}

.audit-1 .desc  p {
    font-size: 24px;
    line-height: 34px;
    margin: 30px auto;
}
.audit-1 .headline {
    position: relative;
}

.audit-1 .headline:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    background: #495D7F;
    opacity: .2;
    top: 0;
    right: 15%;
}
.audit-1 .main {
    margin: 15px auto;
}
.audit-1 .inner {
    background: #495D7F;
    color: #fff;
    padding: 30px;
    border-radius: 0px 0px 26.3px 26.3px;
    min-height: 290px;
}

.audit-1 .pic {
    width: 100%;
    height: 288px;
}

.audit-1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26.3px 26.3px 0px 0px;
}

.audit-1 .inner .title h3 {
    font-size: 27px;
    line-height: 37px;
}

.audit-1 .inner .desc-2 p {
    font-size: 21px;
    line-height: 31px;
    color: #fff;
    font-weight: 300;
}

.audit-1 .inner .desc-2 p a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.hero-banner-sm {background-repeat: no-repeat;background-size: cover;background-position: center;padding: 250px 0 150px;}

.hro-inner {
    text-align: center;
}
.hro-inner h1 {
    font-weight: 400;
    font-size: 60px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.hro-inner p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
}
body .md-container {
    max-width: 1130px !important;
}
.request-pl-main {
    padding: 90px 0;
}

.rqst-form {
    border-top: 3px solid #495d7f;
    border-radius: 20px;
    box-shadow: 0px 0 5px 0 rgb(0 0 0 / 12%);
    overflow: hidden;
}

.rqst-form-inner {
    padding: 50px 40px 20px;
}

.rqst-form-inner h2 {
    text-align: left;
    font-weight: 700;
    font-size: 45px;
    color: #000;
    margin: 0 0 20px;
}

.form-fields input {
    border: 1px solid #d6dbe2;
    width: 100%;
    padding: 18px 15px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 50px;
    line-height: normal;
    color: #495d7f;
}

.form-fields {
    margin: 0 0 15px;
}
.form-fields p {
    margin: 0;
}

.form-fields span.wpcf7-spinner {
    display: none;
}
.form-fields textarea {
    border: 1px solid #d6dbe2;
    width: 100%;
    padding: 18px 15px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    resize: none;
    display: block;
}

.pls-do {
    padding: 12px 15px;
    border: 1px solid #d6dbe2;
    border-top: none;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    color: #495d7f;
}
.sbt-btn {
    background-color: #495d7f;
    color: #fff !important;
    padding: 20px 90px !important;
    font-size: 20px !important;
    border-radius: 50px !important;
    border: 1px solid #d6dbe2 !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
    width: auto !important;
}

.dnt-like {
    background-color: #f3f3f8;
    text-align: center;
    padding: 30px 20px;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.5px;
}

.dnt-like a {
    color: #495d7f;
}

.ct-left {
    width: 70%;
}

.ct-right {
    width: 30%;
}
.ct-rep {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px;
    margin: 0 0 15px;
}
.ct-form {
    margin-right: 20px;
}
.ct-inside h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.ct-inside p {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    margin: 0 0 30px;
}

.ct-inside a {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
.ct-form .form-fields {
    margin-bottom: 35px;
}

.ct-form .rqst-form-inner h2 {
    font-weight: 400;
}


header nav.nav.fixed {
    /* position: fixed; */
    background: #4e6182;
    z-index: 9999999;
}

header.nav.fixed .topbar * {
    color: #fff;
}

header.nav.fixed .topbar {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}

header.nav.fixed {
    border-bottom: 1px solid #00000033;
}

header nav.nav.fixed .menu-header * {
    color: #fff !important;
}
	
header.nav.fixed .topbar img {
    filter: unset;
}

header nav.nav.fixed .menu-header ul ul li a {
    color: #000 !important;
}

header nav.nav.fixed .menu-header ul ul li:hover a {
    color: #fff !important;
}

header nav.nav {
    display: block !important;
}

header nav.nav.fixed {
    left: 0;
    right: 0;
    margin: auto;
    background: #4e6182;
}

.menu-header ul ul {column-count: 2;background: #fff;z-index: 9; width: 600px; box-shadow: 0 0 10px 1px #0000006e;}

.menu-header ul ul::before {
    content: unset;
}

.menu-header ul ul li a {
    width: 100%;
	font-size: 13px;
}

header ul li.menu-item-694.has-sub ul {
    column-count: 1;
    width: auto;
}

header .menu-header>ul li:nth-child(3) ul {
    column-count: 3;
    width: 830px;
}

header ul li.menu-item-694.has-sub ul li a {
    width: 170px;
}

header .menu-header > ul > li {
    margin: 0 10px;
	padding-bottom: 0px !important;
}

header .menu-header > ul >li > a {
    font-size: 18px;
}

pushmenu #menu-main-menu li a {
    font-size: 16px !important;
    margin: 0;
    width: 100%;
    text-decoration: none;
}

pushmenu #menu-main-menu li {
}

pushmenu #menu-main-menu li span.accordion-btn-wrap {
    top: 10px !important;
}

footer li {
    padding: 0 !important;
}

header .col-md-9 {
    padding: 0;
}

/* header .menu-header>ul li:nth-child(7) ul {
    column-count: 3;
} */

header .menu-header ul li.menu-item-has-children:last-child ul {
    column-count: unset;
    width: 200px;
}

.menu-header ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15) !important;
}

.wpcf7-response-output {
    color: #000 !important;
}

body .hover-blue-btn:hover {
    background: #fff !important;
    color: #495d7f !important;
    border: 2.07px solid #495d7f !important;
}

.section-9 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    padding: 11px 40px;
}

.section-9 .form-control:focus {
	background: inherit;
    box-shadow: unset;
    border-color: revert;
    color: inherit;
}

.home .title-container h3 a {
    color: #000;
    text-decoration: unset;
}

.section-6 .types-of-insurance .slick-next {
    left: unset;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.section-6 .types-of-insurance .slick-prev {
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.section-6 .types-of-insurance .slick-arrow {background-color: #fff;box-shadow: 0 0 2px 1px #000;border-radius: 30px;width: 50px;height: 50px;}

.section-6 .types-of-insurance .main .pic img {
    height: 330px;
    width: 100%;
    padding-right: 15px;
    object-fit: cover;
    border-radius: 40px;
    object-position: bottom;
}


.bi-banner img {
    height: 440px;
    object-fit: cover;
}

.section.sec2 .service-container > img {
  aspect-ratio: 543 / 249;
  width: 100%;
  height: auto;
}



.section-9  select.form-control, .section-9 select.form-control:focus  {
   background: #000 url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 0px center !important;
   background-color: transparent !important;
   margin-bottom: 0;
	padding-left: 0;
}

.section-9 .row.align-items-center.row-2 {
    margin-top: 50px;
    margin-bottom: 50px;
}




.recent-news .headline h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 50px;
}

.page-template-recent-news header .menu-header>ul>li.has-sub > .submenu-button {
    color: #000;
}


/* Recent News */
.recent-news {
    padding: 80px 0 40px 0;
}

.recent-news-item {
    margin-bottom: 30px;
}

.news-card {
    background: #fff;
    padding: 25px;
    height: 100%;
}

.news-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}


.news-date-box {
    width: 12%;
    text-align: center;

}

.news-date-box .day {
    display: block;
    background: #4b6282;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 14px 0;
}

.news-date-box .month {
    display: block;
    background: #a9b4c4;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
}


.news-title-box h3 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #000;
}

.news-body {
    margin-top: 10px;
}

.news-excerpt {
    font-size: 21.79px;
    color: #333;
    margin-bottom: 20px;
    line-height: 30px;
	padding: 0px 0px 0px 67px;
}

.news-body hr {
    border: none;
    border-top: 2px solid rgba(0, 0, 0, 0.4);
    margin: 20px 0;
}

.news-title-box {
    padding: 0px 20px;
    width: 88%;
}


.learn-more-btn {
    display: inline-block;
    padding: 19px 23px;
    border: 2px solid #c5ccd6;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 600;
    color: #3b4b63;
    text-decoration: none;
    transition: all 0.3s ease;
}

.learn-more-btn:hover {
    background: #3b4b63;
    color: #fff;
}


.load-more-btn {
    padding: 20px 52px;
    border: 2px solid #c5ccd6;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #3b4b63;
    text-decoration: none;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: #3b4b63;
    color: #fff;
}

.page-template-recent-news .section-11 {
    display: none;
}

.recent-news-section {
    padding-bottom: 70px;
}

	.single-recent-news .section-11{
	display:none;	
	}	
	
	.single-recent-news .sn-blg-left {
    width: 100%;
}

.single-featured-insurance .sec-faq{
display:none;	
}
.bid-sec-12 .wpcf7-response-output {
    color: #fff !important;
    text-align: center;
}
.bid-sec-12 select.wpcf7-form-control.form-control {
    border-bottom: 1px solid #fff;color:#9faebf;appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.bid-sec-12 select.wpcf7-form-control.form-control option{
    color:#000 !important;
}

.rll-youtube-player {
    border-radius: 20px;
}

@media screen and (min-width:1900px){
section.get-quote-sec-1 form .wpcf7-list-item {
  font-size: 21px !important;
  line-height: 48.2px !important;
}
	
section.get-quote-sec-1 form input{
    font-size: 20.1px !important;
    line-height: 38.71px !important;
}	
	
 section.get-quote-sec-1 form select{
    font-size: 21.1px !important;
    line-height: 38.71px !important;

}	
	
section.get-quote-sec-1 form textarea {
    font-size: 21.1px !important;

}	
	
}
@media only screen and (max-width:680px){
header .nav-row .col-md-3 {
    justify-content: flex-start !important;
	display:none !important;
}
}