/*** 

====================================================================
			Fonts
====================================================================

 ***/

/*
font-family: "Anek Latin", sans-serif;
*/

@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('swiper.min.css');
@import url('botstrap-select.min.css');
/*** 

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

 ***/

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

.row {
    --bs-gutter-x: 1.9rem;
}

/*** 

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

 ***/

body {
    font-size: 16px;
    color: #565656;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Anek Latin", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.25em;
    font-family: "Anek Latin", sans-serif;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    color: #232323;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

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

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

/* ripple */

.ripple {
    position: absolute;
    left: -6px;
    top: -6px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -webkit-animation: ripple 5s infinite;
    animation: ripple 5s infinite;
}

.ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
    }
}

.theme-color {
    color: #B70A06 !important;
}

.contact-row p.telephone.theme-color {
    font-weight: 700;
}

.telephone svg {
    margin-right: 10px;
}

.inspiration h4 {
    color: #000;
    font-family: "Anek Latin";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.inspiration h4 span {
    color: #B70A06;
    font-family: "Anek Latin";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.btn-theme {
    position: relative;
    display: inline-block;

    color: #232323;
    text-transform: capitalize;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid #B70A06;
    font-family: "Anek Latin", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px 24px;
}

.btn-theme:hover {
    color: #fff;
    background-color: #B70A06;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn-theme.filled-btn {
    color: #fff;
    background-color: #B70A06;
}

.btn-theme.filled-btn:hover {
    color: #fff;
    background-color: #232323;
    border: 2px solid #fff;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
    overflow: hidden;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #B70A06;

    font-family: "Anek Latin", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

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

.btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    /* padding: 15px 45px; */
    padding: 11px 50px 11px 35px;
    transition: all 700ms ease;
}


.btn-style-one:hover .btn-title {
    color: #ffffff;
    transition: all 700ms ease;
}

.btn-style-one .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background: #232323;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

/* gray  */

.gray {
    background: #FAFAFA;
}

/* Btn Style Two */

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

.btn-style-two:hover {
    color: #ffffff;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 15px 45px;
    border-radius: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-title {
    color: #ffffff;
}

.btn-style-two .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-two:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

.style-two .preloader {
    background-image: url(../images/icons/preloader-2.html);
}

.style-three .preloader {
    background-image: url(../images/icons/preloader-3.html);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a273d;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    /* width: 100%; */
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

/*-------------------------------------------------------------- 
 # Search Popup 
 --------------------------------------------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: var(--thm-black);
    font-size: 18px;
    background-color: white;
    padding-left: 30px;
}

.search-popup__form ::-webkit-input-placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form ::-moz-placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form :-ms-input-placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form ::-ms-input-placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form ::placeholder {
    opacity: 1;
    color: var(--thm-black);
}

.search-popup__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--thm-black);
}

.search-popup__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--thm-black);
}

.search-popup__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--thm-black);
}

.search-popup__form input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--thm-black);
}

.search-popup__form button[type="submit"] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #B70A06;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
    background-color: #232323;
    color: #fff;
}

/* Cursor*/

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 350px;
    bottom: 20px;
    width: 59px;
    height: 59px;
    color: #ffffff;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #B70A06;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*** .scrolltotop stylefour ***/

.scroll-to-top.style-four {
    right: 100px;
    bottom: 60px;
    background: #E49F37;
    border: 1px solid #E49F37;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 60px;
}

.sec-title h3 {
    color: #000;
    font-family: "Anek Latin";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 39.6px */
    margin-bottom: 15px;
}

.sec-title h3 span {
    color: #B70A06;
}

.sec-title p {
    margin-bottom: 30px;
}

.sec-title h2 {
    color: #232323;
    font-family: "Anek Latin", sans-serif;
    margin-bottom: 30px;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.56px;
    /* text-transform: capitalize; */
}

.sec-title h2 span {
    color: #B70A06;
}

.sec-title p {}

/** center **/

.center {
    text-align: center;
}

.sec-title.center h3 {
    /* padding-left: 0; */
    display: inline-block;
}

.sec-title.center h3:before {
    /* left: -75px; */
    top: 13px;
}

/** light **/

.sec-title.light {
    margin-bottom: 0;
}

.sec-title.light h2 {
    margin-bottom: 0;
}

.sec-title.light h3:before {
    background: url(../images/shape/sec-titleline-light.png);
    background-repeat: no-repeat;
}

.sec-title.light h3 {
    color: #fff;
}

.sec-title.light h2 {
    font-size: 36px;
    color: #fff;
    line-height: 48px;
}


/** sec title two **/

.sec-title-two {
    margin-bottom: 60px;
}

.sec-title-two h3 {
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    background: #E49F37;
    padding: 5px 14px;
    transform: translateY(-3px) skew(-12deg);
    margin-bottom: 30px;
}

.sec-title-two h2 {
    font-size: 60px;
    line-height: 65px;
    color: #292929;
    font-weight: 700;
    font-family: "Anek Latin", sans-serif;
}

.sec-title-two h2 span {
    color: #E49F37;
}

.sec-title-two p {
    margin-top: 32px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
    top: 0;
    left: 0;
}

.main-header .auto-container {
    /* max-width: 1360px; */
}

.main-header .header-top .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header .header-top {
    background: #232323;
    padding: 12px 0px 12px 0px;
}

.main-header .header-top .location {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px;
}

.main-header .header-top .location p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.main-header .header-top .location p i {
    color: #fff;
    margin-right: 10px;
}

.main-header .header-top .location p span {
    color: #B70A06;
    font-weight: 500;
    letter-spacing: .25px;
}

.main-header .header-top .mail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px;
    margin-left: 326px;
}

.main-header .header-top .mail a {
    font-size: 16px;
    color: #fff;
}

.main-header .header-top .mail a i {
    color: #B70A06;
    margin-right: 10px;
}

.main-header .header-top .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px;
    margin-left: 105px;

}

.main-header .header-top .social-links ul {}

.main-header .header-top .social-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.main-header .header-top .social-links ul li a span {
    font-size: 16px;
    color: #fff;
}

.main-header .header-top .author {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px;
    margin-left: 10px;
}

.main-header .header-top .author a {}

.main-header .header-top .author a span {
    width: 31px;
    height: 28px;
    background: #929292;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li.active>a {
    color: #B70A06;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.active>a {
    color: #B70A06;
}

.main-menu .navigation>li.current_page_ancestor>a {
    color: #B70A06;
}

.main-menu .navigation>li.current_page_ancestor>a:after {
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    z-index: 5;
    width: 7px;
    height: 7px;
    background: #B70A06;
    border-radius: 20px;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
}


/* Header Style Two */


.main-header.style-two .auto-container {
    max-width: 1786px;
}

.main-header .container {
    max-width: 1786px;
}

.main-header .container {
    padding: 0 40px;
}

.main-header.style-two .main-menu .navigation>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f067";
    position: absolute;
    right: -15px;
    top: 4px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    z-index: 5;
    background: transparent;
}

.main-header.style-two .main-menu .navigation>li {
    margin-right: 25px;
}

.main-header.style-two .main-menu .navigation {
    margin-left: 120px;
}

.main-header.style-two.fixed-header .main-menu .navigation>li.dropdown>a:after {
    top: 4px;
}


/* Header Style Three */

.main-header.style-three .number {
    margin-left: 55px;
}

.main-header.style-three .number a {
    font-size: 16px;
    padding: 20px 35px;
    box-shadow: 0px 4px 18px 0px rgba(236, 71, 96, 0.56);
}

/* Header Style Four */

.main-header.style-four .auto-container {
    max-width: 1786px;
}

.main-header.style-four .main-menu .navigation>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f067";
    position: absolute;
    right: -15px;
    top: 4px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    z-index: 5;
    background: transparent;
}

.main-header.style-four .main-menu .navigation>li {
    margin-right: 25px;
}

.main-header.style-four .main-menu .navigation {
    margin-left: 120px;
}

.main-header.style-four.fixed-header .main-menu .navigation>li.dropdown>a:after {
    top: 4px;
}

.main-header.style-four .header-top {
    position: relative;
    background: transparent;
}

.main-header.style-four .header-top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1675px;
    display: block;
    height: 0;
    border-right: 85px solid transparent;
    border-top: 112px solid #FAFAFA;
    z-index: -1;
}

.main-header.style-four .header-upper {
    position: relative;
    background: transparent;
}

.main-header.style-four .header-upper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1637px;
    display: block;
    height: 0;
    border-right: 85px solid transparent;
    border-top: 106px solid #26272A;
    z-index: -1;
}

.main-header.style-four .main-nav__right {
    position: relative;
    float: right;
    padding: 23px 0px 23px 110px;
}

.main-header.style-four .welcome p {
    color: #26272A;
}

.main-header.style-four .header-top .mail a i {
    color: #26272A;
}

.main-header.style-four .header-top .social-links ul li a span {
    color: #26272A;
}

.main-header.style-four .header-top .mail a {
    color: #26272A;
}

.main-header.style-four .main-menu .navigation>li>a {
    color: #fff;
}

.main-header.style-four .main-menu .navigation>li.current>a {
    color: #E49F37;
}

.main-header.style-four .sticky-header .main-menu .navigation>li.current>a {
    color: #E49F37;
}

.main-header.style-four .navigation>li>ul>li:hover>a {
    color: #E49F37;
}

.main-header.style-four .navigation>li>ul>li>ul>li:hover>a {
    color: #E49F37;
}

.main-header.style-four .sticky-header .main-menu .navigation>li>a {
    color: #26272A;
}

.main-header.style-four .welcome {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 236px;
}

.main-header.style-four .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #26272A;
}

.main-header.style-four .inner .language .language-switcher .dropdown-toggle .filter-option:after {
    color: #26272A !important;
}

.main-header.style-four .dropdown-item.active,
.dropdown-item:active {
    color: #B70A06 !important;
    text-decoration: none;
    background-color: #232323 !important;
}

.main-header.style-four {
    position: absolute;
}

.main-header.style-four .header-top .mail {
    margin-left: 280px;
}

.main-header.style-four .header-top .social-links {
    margin-left: 20px;
}

.main-header.style-four .number a {
    position: relative;
    font-size: 18px;
    background: transparent;
    padding: 24px 67px;
}

.main-header.style-four .number a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #E49F37;
    transform: skewX(-37deg);
    transition: 300ms ease all;
}

.main-header.style-four .number a i {
    top: 4px;
    font-size: 24px;
}

.main-header.style-four .number {
    position: relative;
    left: -79px;
    top: 17px;
}

.main-header.style-four .sidemenu-nav-toggler {
    background: #DC9325;
}

.main-header.style-four .cart-btn a span:before {
    background: #E49F37;
}

.main-header.style-four .main-nav__right .search-popup__toggler {
    color: #26272A;
}

.main-header.style-four .main-nav__right .search-popup__toggler i:after {
    background: #E49F37;
}

.main-header.style-four .cart-btn a i {
    color: #26272A;
}




/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    height: 100%;
    padding: 40px 45px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden-sidebar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}

.hidden-sidebar .logo {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 50px;
}

.hidden-sidebar .about-widget-two {
    position: relative;
}

.hidden-sidebar .about-widget-two h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hidden-sidebar .news-widget {
    position: relative;
}

.hidden-sidebar .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hidden-sidebar .news-widget .post-wrapper {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.hidden-sidebar .news-widget .post-wrapper:last-child {
    margin-bottom: 0px;
}

.hidden-sidebar .news-widget .image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
}

.hidden-sidebar .news-widget .category {
    font-size: 13px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
}

.hidden-sidebar .news-widget h4 {
    font-size: 18px;
    font-weight: 700;
}

.hidden-sidebar .news-widget h4 a {
    color: #282828;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.hidden-sidebar .newsletter-widget {
    position: relative;
    margin-bottom: 50px;
}

.hidden-sidebar .newsletter-widget input[type="email"] {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.hidden-sidebar .newsletter-widget .theme-btn i {
    font-size: 13px;
    margin-right: 10px;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: none;
}

.main-header .sidemenu-nav-toggler {
    position: relative;
    font-size: 25px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #B70A06;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 35px;
}

/* main-nav__right */
.main-header.style-two .main-nav__right {
    position: relative;
    float: right;
    padding: 23px 0px 23px 110px;
}


/* language */

.main-header .header-top .inner .language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: 0;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus,
.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle,
.btn-light:hover {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
}

.bootstrap-select .dropdown-menu li a.active {
    color: #fff;
}

.bootstrap-select .dropdown-menu li a.active span {
    color: #fff;
}

.main-header .header-top .top-middile .language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 26.5px 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.main-header .header-top .inner .language span {
    margin: 0;
    margin-right: 5px;
    color: #3d6376;
}

.main-header .header-top .inner .language .language-switcher span {
    color: #3d6376;
    margin-right: 0;
}

.main-header .header-top .inner .language .language-switcher .active span {
    color: #fff;
}

.main-header.style-two .dropdown-item.active,
.dropdown-item:active span {
    color: #fff !important;
}

.main-header .header-top .inner .language .language-switcher li {
    width: 100%;
}

.header-top .inner .language .language-switcher button {
    position: relative;
    border-radius: 4px;
    font-size: 16px;
    padding: 0;
    background: transparent;
    border: transparent;
    color: #fff;
}

.header-top .inner .language .language-switcher .dropdown-toggle .filter-option:after {
    position: absolute;
    content: '\f107';
    font-size: 15px;
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    right: 3px;
    top: 1px;
}

.header-top .inner .language .language-switcher .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 70px;
}

.header-top .btn-light:not(:disabled):not(.disabled).active,
.header-top .btn-light:not(:disabled):not(.disabled):active,
.header-top .show>.btn-light.dropdown-toggle,
.header-top .btn-light:hover {
    background: transparent;
    border-color: transparent;
    color: #fff;
    outline: none;
}

.main-header.style-two .header-top .auto-container {
    max-width: 1786px;
}

.main-header.style-two .language-switcher {
    position: relative !important;
    left: 0;
    right: 0 !important;
}

.main-header.style-two .dropdown-item.active,
.dropdown-item:active {
    color: #B70A06 !important;
    text-decoration: none;
    background-color: #232323 !important;
}

.main-header.style-two .dropdown-menu {
    top: 13px !important;
    padding: 0;
    margin: 0;
}

.main-header.style-two .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 16px;
}

.contact-info .btn-light:not(:disabled):not(.disabled).active:focus,
.contact-info .btn-light:not(:disabled):not(.disabled):active:focus,
.contact-info .show>.btn-light.dropdown-toggle:focus,
.contact-info .btn-light.focus,
.btn-light:focus {
    height: unset !important;
}


/* welcome */

.main-header.style-two .welcome {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 236px;
}

.main-header.style-two .welcome p {
    color: #fff;
    font-size: 16px;
}

.main-header.style-two .welcome p span {
    color: #B70A06;
    font-weight: 500;
}

/* mail */

.main-header.style-two .header-top .mail {
    margin-left: 480px;
}

.main-header.style-two .header-top .mail a i {
    color: #fff;
    margin-right: 10px;
}

/* social links */
.main-header.style-two .header-top .social-links {
    margin-left: 10px;
}


/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    background: #FFFFFF;
    border-bottom: 1px solid #EEE;
}

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
}

.main-header .header-upper .logo-box {
    float: left;
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 16px 10px 13px 10px;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
    width: 40%;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    /* max-width: 100%; */
    height: auto;
    z-index: 11;
}

.main-header .header-upper .social-links {
    position: relative;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-header .header-upper .social-links li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.main-header .header-upper .social-links li a {
    color: #fff;
    padding: 26px 26px;
    display: inline-block;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
}

.main-header .nav-outer .link-box {
    position: relative;
    padding: 5px 0px;
    float: right;
}

.main-header .header-upper .link-btn {
    position: relative;
    float: right;
}

.main-header .nav-outer .link-box .theme-btn {
    display: block;
}

.main-header .nav-outer .link-box .donate-link {
    position: relative;
    float: right;
    margin-left: 30px;
}

.main-header .nav-outer .link-box .cart-link {
    position: relative;
    float: right;
    padding-top: 15px;
}

.main-header .nav-outer .link-box .cart-link a {
    display: block;
    line-height: 30px;
    font-size: 24px;
    color: #25283a;
}

.main-header .nav-outer .main-menu {
    position: relative;
    float: right;
    margin-top: 6px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    margin-left: 30px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 35px 0px 35px 0px;
    padding-right: 20px;
    margin-right: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding: 3px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    color: #232323;
    font-family: "Anek Latin";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
    width: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    width: 100%;
}

.main-menu .navigation>li.dropdown {
    /* padding-right: 14px; */
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation>li>a:after {
    width: 0;
    content: "";
    position: absolute;
    right: 0;
    display: block;
    webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.main-menu .navigation>li.active>a:after,
.main-menu .navigation>li:hover>a:after {

    line-height: 30px;
    font-size: 12px;
    text-align: center;
    z-index: 5;
    width: 7px;
    height: 7px;
    background: #B70A06;
    border-radius: 20px;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
}

.main-menu .navigation>li.dropdown.active>a:after,
.main-menu .navigation>li.dropdown:hover>a:after {
    width: calc(100% - 3px);
}

.main-menu .navigation>li.li-subscribe>a {
    color: #B70A06;
}

.sticky-header .main-menu .navigation>li.dropdown>a:before,
.sticky-header .main-menu .navigation>li.dropdown>a:after {
    display: none;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0px;
    background-color: #ffffff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li:hover>a {
    color: #B70A06;
}

.main-menu .navigation>li>ul>li .downarrow {
    display: none;
}

.main-menu .navigation>li>ul>li.active>a,
.main-menu .navigation>li>ul>li>ul>li.active>a {
    color: #B70A06;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 30px;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #232323;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 28px;
    top: 9px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100% !important;
    top: -2px;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 20px 0px;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 30px;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #25283a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #B70A06;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f10f";
    position: absolute;
    right: 16px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/* main-nav__right */


.main-nav__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 50px;
    /* margin-left: 50px; */
    padding: 40px 0px 39px 60px;
    float: right;
}

.main-nav__right .search-popup__toggler {
    font-size: 14px;
    color: #1F516C;
    padding-right: 20px;
}

.main-nav__right .search-popup__toggler .sidemenu-icon.side-content__toggler {}

.main-nav__right .search-popup__toggler i {
    position: relative;
}

.main-nav__right .search-popup__toggler i:after {
    position: absolute;
    content: "";
    right: -15px;
    top: -5px;
    width: 2px;
    height: 25px;
    background: #DADADA;
}


/* cart-btn */

.cart-btn {
    margin-left: 10px;
}

.cart-btn a {
    position: relative;
}

.cart-btn a i {
    font-size: 14px;
    color: #1F516C;
    transition: all 200ms ease;
}

.cart-btn a:hover span {
    top: -10px;
    transition: all 100ms ease;
}

.cart-btn a span {
    position: relative;
    color: #fff;
    font-size: 14px;
    top: -8px;
    left: -5px;
    z-index: 1;
    transition: all 100ms ease;
}

.cart-btn a span:before {
    position: absolute;
    top: 0;
    left: -4px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    content: "";
    width: 15px;
    height: 15px;
    background: #B70A06;
    z-index: -1;
    border-radius: 50%;
}

/* number */

.main-header .number {
    margin-left: 20px;
}

.main-header .number a {
    font-size: 14px;
    color: #FFFFFF;
    background: #B70A06;
    padding: 20px 54px;
}

.main-header .number a i {
    transform: rotate(90deg);
    position: relative;
    left: -12px;
    top: 2px;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 17px 0px;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 50px !important;
    padding: 0 !important;
    margin-right: 0;
    background-color: transparent;
    padding: 30px 0px !important;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    /*padding: 30px 0px !important;*/
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #25283a;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #000;
    margin-right: 0px;
    top: 0;
    padding: 31px 0px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 14px 40px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 60px;
    top: 36px;
    line-height: 40px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding: 0px 40px;
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation>li.li-subscribe>a {
    color: #B70A06;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    color: #ffffff;
    text-transform: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Anek Latin";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
    display: inline-block;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
    width: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation>li:hover>a:before,
.mobile-menu .navigation>li.current>a:before {
    width: 100%;
}

.mobile-menu .navigation>li>a:after {
    width: 0;
    content: "";
    position: absolute;
    right: 0;
    display: block;
    webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.mobile-menu .navigation>li.current>a:after {
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    z-index: 5;
    width: 7px;
    height: 7px;
    background: #B70A06;
    border-radius: 20px;
    width: calc(100% + 5px);
    height: 3px;
    bottom: 6px;
    left: 0;
}

.mobile-menu .navigation li ul li {
    padding: 0 0px;
}

.mobile-menu .navigation li ul li ul li {
    padding: 0 20px;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation>li.current>a {
    color: #B70A06;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 40px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Side Menu */

.side-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 320px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 999;
    background: #222;
    transform: translateX(-320px);
    transition: .5s ease;
}

.side-menu .side-menu-resize {
    position: absolute;
    right: -40px;
    top: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #3e3e3e;
    display: none;
    z-index: 9;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-top: -20px;
    transition: .5s ease;
}

.side-menu-visible .side-menu .side-menu-resize {
    right: 0;
    background: rgba(255, 255, 255, 0.1);
}

.side-menu-visible .side-menu .side-menu-resize .fa-angle-right:before {
    content: "\f104";
}

@media only screen and (min-width: 1400px) {
    .side-menu-visible .side-menu {
        transform: translateX(0);
    }

    .side-menu .side-menu-resize {
        display: block;
    }

    .side-menu-visible {
        padding-left: 320px;
        transition: .5s;
    }

    .main-header .mobile-menu-two {
        display: none;
    }

    .side-menu-overlay {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .side-menu-visible-s2 .side-menu {
        transform: translateX(0);
    }

    .side-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(34, 34, 34, 0.45);
        z-index: 99;
        cursor: -webkit-zoom-out;
        opacity: 0;
        visibility: hidden;
    }

    .side-menu-visible-s2 .side-menu-overlay {
        opacity: 1;
        visibility: visible;
    }
}

.side-menu .mCSB_scrollTools .mCSB_draggerContainer {
    right: -11px;
}

.side-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.side-menu .navbar-collapse {
    display: block !important;
}

.side-menu .nav-logo {
    position: relative;
    padding: 10px 60px;
    text-align: left;
    margin-top: 70px;
    margin-bottom: 50px;
}

.side-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #282828;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
}

.side-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.side-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.side-menu .navigation li {
    position: relative;
    display: block;
}

.side-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 18px 60px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu .navigation li ul li>a {
    font-size: 15px;
    text-transform: capitalize;
}

.side-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu .navigation li.current>a:before {
    height: 100%;
}

.side-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 50px;
    top: 14px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.side-menu .navigation li.dropdown .dropdown-btn.open {}

.side-menu .navigation li>ul,
.side-menu .navigation li>ul>li>ul {
    display: none;
    background-color: rgba(255, 255, 255, 0.05);
}

.side-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.side-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.side-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu .contact-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 60px;
    margin-top: 70px;
}

.side-menu .contact-info .single-info {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.side-menu .contact-info .icon-box {
    position: absolute;
    left: 0;
    top: 9px;
    color: #fff;
    font-size: 30px;
}

.side-menu .contact-info .text {
    font-size: 14px;
    color: #9fb3bd;
    margin: 0;
}

.side-menu .contact-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.side-menu .contact-info h4 a {
    color: #fff;
}

.side-menu .navigation li.dropdown .dropdown-btn span:before {
    content: "+";
    font-weight: 700;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    transition: .5s;
}

.side-menu .navigation li.dropdown .dropdown-btn.open span:before {
    content: "-";
}

.main-header .mobile-menu-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #282828;
}

.main-header .mobile-menu-two .wrapper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 21px 0;
}

.main-header .mobile-nav-toggler-two {
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    padding-bottom: 40px;
}

.banner-section.style-three {
    z-index: -1;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 215px 0px 215px 0px;
    overflow: hidden;
}

.style-two .banner-carousel .slide-item {
    padding: 340px 0px 210px;
}

.style-three .banner-carousel .slide-item {
    padding: 300px 0px 270px;
}

.banner-carousel .slide-item .curved-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
}

.banner-carousel .slide-item .curved-layer:before {
    content: '';
    position: absolute;
    right: 0;
    top: -80%;
    width: 150%;
    height: 200%;
    opacity: 0.85;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(20deg) scaleX(0);
    -ms-transform: rotate(20deg) scaleX(0);
    transform: rotate(20deg) scaleX(0);
}

/*.banner-carousel .active .slide-item .curved-layer:before {
	-webkit-transform: rotate(20deg) scaleX(1);
	-ms-transform: rotate(20deg) scaleX(1);
	transform: rotate(20deg) scaleX(1);
	-webkit-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	transition: all 700ms linear;
}*/

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}*/

.banner-carousel .slide-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0;
    /*content: "";*/
    z-index: 1;
}

.banner-carousel .content-box {
    position: relative;
    margin: 0 auto;
    padding: 0 0px;
    z-index: 5;
    float: right;
    text-align: left;
}


.style-three .banner-carousel .content-box {
    text-align: left;
    max-width: 1000px;
    margin: 0 0;
}

.banner-carousel .content-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.15em;
    color: #232323;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 32px;
    letter-spacing: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    text-transform: capitalize;
    padding-left: 80px;
}

.banner-carousel .content-box h3:before {
    position: absolute;
    left: 0;
    top: 16px;
    background: url(../images/shape/slider-1-line.png);
    content: "";
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
}

.downarrow {
    background: url(../images/icons/down-arrow.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    /* align-content: center; */
    vertical-align: middle;
    margin-left: 4px;
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box h1 {
    display: block;
    color: #fff;
    opacity: 0;
    margin-bottom: 30px;
    position: relative;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    text-transform: capitalize;

    font-family: "Anek Latin";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 97%;
    /* 69.84px */
    letter-spacing: -2.16px;
}

.homb .banner-carousel .content-box h1 {
    color: #FFF;
    font-family: "Anek Latin";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /*115%*/
    letter-spacing: -2.46px;
    margin-bottom: 0px;
    margin-right: 0px;
}


.banner-carousel .content-box h1 span {
    font-weight: 700;
    color: #B70A06;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #485A64;
    font-weight: 400;
    letter-spacing: .10px;
    opacity: 0;
    margin: 0 auto;
    margin-bottom: 45px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.style-three .banner-carousel .content-box .text {
    text-align: left;
    max-width: 600px;
    margin: 0 0 40px;
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
    margin-right: 45px;
}

.banner-carousel .content-box .btn-box .theme-btn:last-child {
    margin: 0;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    background: #232323;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    line-height: 56px;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:after {
    font-family: "Flaticon";
    content: "\f10f";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: 0;
    color: #ffffff;
    font-size: 24px;
    transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover:after {
    left: 0;
    margin-left: 0;
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: #232323;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:after {
    font-family: "Flaticon";
    content: "\f10e";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 0;
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:hover:after {
    right: 0;
    margin-right: 0;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover,
.banner-section .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
    background: #B70A06;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    display: block;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
}

.banner-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #363637;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-section .owl-dots .owl-dot.active {
    margin-right: 30px;
}

.banner-section .owl-dots .owl-dot.active span {
    background: #B70A06;
    width: 36px;
    border-radius: 6px;
}

.banner-section.style-two .banner-carousel .content-box {
    text-align: center;
}

.banner-section.style-two .banner-carousel .content-box h2 {
    font-size: 120px;
    letter-spacing: -5px;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.banner-section.style-two .banner-carousel .content-box:before {
    display: none;
}



.banner-section .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    vertical-align: middle;
    background-color: #B70A06;
    border-radius: 0px;
}

.banner-section .btn-style-one .btn-title:before {
    background: #232323;
}

.banner-section .btn-style-one .btn-title {
    padding: 15px 75px 15px 35px;
}

.banner-section .btn-style-one .btn-title:after {
    position: absolute;
    right: 36px;
    top: 15px;
    font-size: 16px;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
}

.banner-section .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #B70A06;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #B70A06;
    border-radius: 0;
}

.banner-section .btn-style-two .btn-title {
    padding: 15px 75px 15px 35px;
}

.banner-section .btn-style-two .btn-title:before {
    background: #232323;
}

.banner-section .btn-style-two .btn-title:after {
    position: absolute;
    right: 36px;
    top: 15px;
    font-size: 16px;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
    color: #B70A06;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two:hover {
    border: 1px solid #232323;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-title:after {
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section .shape-1 {
    position: absolute;
    top: -345px;
    left: -10px;
    z-index: 1;
    opacity: 0;
    transition: all 5700ms ease;
}

.banner-carousel .active .shape-1 {
    opacity: 1;
    top: -146px;
    transition: all 5700ms ease;
}

.banner-section .shape-2 {
    position: absolute;
    top: -150px;
    right: -150px;
    z-index: 1;
    transition: all 5700ms ease;
}

.banner-carousel .active .shape-2 {
    opacity: 1;
    right: 0;
    transition: all 5700ms ease;
}

.banner-section .shape-3 {
    position: absolute;
    bottom: -565px;
    left: 0;
    z-index: 1;
    transition: all 5700ms ease;
}

.banner-carousel .active .shape-3 {
    opacity: 1;
    bottom: -365px;
    transition: all 5700ms ease;
}

.banner-section .btn-box.two .btn-style-one .btn-title {
    box-shadow: 0 -3px 0 0 rgb(253, 124, 164) inset;
}

/*** 

====================================================================
	h1 service
====================================================================

***/

.service {
    position: relative;
    padding: 0px 0px 90px 0px;
    margin-top: -86px;
    z-index: 1;
    overflow: hidden;
}

.service .shape-1 {
    position: absolute;
    bottom: 120px;
    left: 85px;
    z-index: -1;
    transition: all 700ms ease;
}

.service .shape-2 {
    position: absolute;
    bottom: -220px;
    right: 0;
    z-index: -1;
    transition: all 700ms ease;
}

.service .item {
    position: relative;
    border-top: 4px solid #B70A06;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
}

.service .item .image {
    position: relative;
}

.service .item .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(60deg, rgb(250, 250, 250) 40%, hsla(359, 66%, 45%, 0) 100%);
}

.service .item .image img {
    width: 100%;
}

.service .item h3 {
    font-size: 18px;
    color: #232323;
    padding-left: 60px;
    margin-bottom: 6px;
}

.service .item h3:before {
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../images/shape/line.png);
    content: "";
    width: 100px;
    height: 10px;
    background-repeat: no-repeat;
}

.service .item h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.service .item h2 a {
    color: #232323;
    transition: all 700ms ease;
}

.service .item h2:hover a {
    color: #B70A06;
    transition: all 700ms ease;
}

.service .item .btn-box {
    margin-top: 38px;
}

.service .item .btn-box a {}

.service .btn-title:before {
    background: #232323;
}

.service .btn-style-one .btn-title:after {
    position: absolute;
    right: 25px;
    top: 11px;
    font-size: 16px;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
}

.service .btn-style-one .btn-title {
    padding: 11px 50px 11px 35px;
}

.service .lower-content {
    position: relative;
    margin-top: -100px;
    padding: 0px 30px 35px 30px;
}

.service .text {
    margin-top: 60px;
    text-align: center;
}

.service .text p {
    font-weight: 500;
}

.service .text p a {
    color: #FF1E5F;
    font-weight: 500;
}

/*** 

====================================================================
	about us
====================================================================

***/

.about-us {
    position: relative;
}

.about-us .sec-title {
    margin-bottom: 40px;
}

.about-us:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/shape/about-us-bg-shape.png);
    content: "";
    width: 970px;
    height: 100%;
    background-repeat: no-repeat;
}

.about-us .content {
    padding-top: 100px;
}

.about-us .image-box {}

.about-us .image-box img {
    max-width: none;
    float: right;
}

/* Progress Block */


.about-us .progress-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
    text-align: center;
}

.about-us .progress-block .inner-box {
    position: relative;
}

.about-us .progress-block .graph-outer {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.about-us .progress-block .graph-outer:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: 0 auto;
    font-size: 20px;
    color: #FF1D61;
    font-weight: 700;
    content: "\f103";
    font-family: 'Font Awesome 5 Pro';
}

.about-us .progress-block .graph-outer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid transparent;
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

.about-us .progress-block canvas {
    position: relative;
}

.about-us .progress-block .counter-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #313131;
    margin-top: 30px;
    display: inline-block;
}

.about-us .progress-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -4px;
    font-size: 16px;
    color: #B70A06;
    font-weight: 700;
    line-height: 1.4em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-us .progress-block .graph-outer .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1.2em;
    color: #B70A06;
    font-weight: 700;
}

.about-us .progress-block .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 5px;
}

.about-us .progress-block .icon span {
    color: #B70A06;
    transition: all 700ms ease;
    font-size: 60px;
}

.about-us .progress-block .inner-text {
    color: #B70A06;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
}

.about-us .content .btn-box {
    margin-top: 0;
}

.about-us .content .btn-box a {
    position: relative;
    font-size: 18px;
    color: #B70A06;
    padding-left: 50px;
    transition: all 700ms ease;
    font-weight: 500;
}

.about-us .content .btn-box:hover a {
    color: #232323;
    transition: all 700ms ease;
}

.about-us .content .btn-box a:before {
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/shape/btn.png);
    content: "";
    width: 30px;
    height: 8px;
    background-repeat: no-repeat;
}

/*** 

====================================================================
	company direction
====================================================================

***/

.company-direction {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.company-direction .anim-icons .shape-1 {
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 1;
}

.company-direction .anim-icons .shape-2 {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 1;
    transition: all 700ms ease;
}

.company-direction .btn-one {
    margin-top: 40px;
}

.company-direction .btn-one a {
    position: relative;
    font-size: 24px;
    color: #B70A06;
    background: #FAFAFA;
    width: 100%;
    transition: all 700ms ease;
}

.company-direction .btn-style-one .btn-title:after {
    right: 76px;
    top: 12px;
}

.company-direction .btn-one .btn-title:hover:after {
    color: #fff;
    transition: all 700ms ease;
}

.company-direction .logo {
    text-align: center;
}

.company-direction .logo img {}

.company-direction .btn-two {
    margin-top: 40px;
}

.company-direction .btn-two a {
    color: #232323;
    font-size: 24px;
    background: #FAFAFA;
    width: 100%;
    transition: all 700ms ease;
}

.company-direction .btn-two .btn-style-one .btn-title:after {
    right: 100px;
    top: 12px;
}

.company-direction .btn-two .btn-title:hover:after {
    color: #fff;
    transition: all 700ms ease;
}

.company-direction .btn-style-one .btn-title {
    box-shadow: unset;
}

/*** 

====================================================================
	service facilites
====================================================================

***/

.service-facilites {
    position: relative;
    padding: 0px 0px 0px 0px;
}

.service-facilites .item {
    position: relative;
    padding: 10px 10px;
    margin-bottom: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 368px;
    height: 368px;
}

.service-facilites .item .icon {}

.service-facilites .item .icon span {
    font-size: 60px;
    color: #B70A06;
}

.service-facilites .item h2 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 11px;
}

.service-facilites .item:before {
    background: #FAFAFA;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    border-radius: 42px;
    transform: rotate(-6deg);
}

.service-facilites .item h2 {
    color: #B70A06;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 63.8px */
    transition: all 700ms ease;
    padding-left: 0px;
}

.service-facilites .item p {
    color: #232323;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: all 700ms ease;
}

.service-facilites .item h2:hover a {
    color: #B70A06;
    transition: all 700ms ease;
}

.service-facilites .sec-title p {
    position: relative;
}

.service-facilites .sec-title p:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    content: "";
    width: 500px;
    height: 1px;
    background: #F2F2F2;
}

.service-facilites .btn-box {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.service-facilites .btn-box:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -35px;
    content: "";
    width: 500px;
    height: 1px;
    background: #F2F2F2;
}

.service-facilites .btn-box a {}

.service-facilites .btn-title:before {
    background: #232323;
}

.service-facilites .btn-style-one .btn-title:after {
    position: absolute;
    right: 25px;
    top: 11px;
    font-size: 16px;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
}

.service-facilites .btn-style-one .btn-title {
    padding: 11px 50px 11px 35px;
}

/*** 

====================================================================
	faqs testimonials
====================================================================

***/

.faqs-testimonials {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.faqs-testimonials .shape-1 {
    position: absolute;
    bottom: 280px;
    left: 0;
    z-index: -1;
    transition: all 700ms ease;
}

.faqs-testimonials .accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.faqs-testimonials .accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 12px;
}

.faqs-testimonials .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.faqs-testimonials .accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    padding-left: 25px;
    transition: all 900ms ease;
    background: #FAFAFA;
}

.faqs-testimonials .accordion-box .block .acc-btn:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 2px;
    height: 39px;
    background: #B70A06;
    opacity: 1;
    transition: all 900ms ease;
}

.faqs-testimonials .accordion-box .block .acc-btn.active:before {
    height: 0;
    opacity: 0;
    transition: all 1500ms ease;
}

.faqs-testimonials .accordion-box .block .acc-btn:after {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    width: 0;
    height: 2px;
    background: #B70A06;
    opacity: 0;
    transition: all 900ms ease;
}

.faqs-testimonials .accordion-box .block .acc-btn.active:after {
    width: 100%;
    opacity: 1;
    transition: all 1500ms ease;
}

.faqs-testimonials .accordion-box .block .icon-outer {
    position: absolute;
    right: 30px;
    top: 33px;
    font-size: 25px;
    color: #161616;
    transition: all 900ms ease;
}

.faqs-testimonials .accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
    color: #161616;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.faqs-testimonials .accordion-box .block .icon-outer .icon_plus {
    opacity: 1;
}

.faqs-testimonials .accordion-box .block .icon-outer .icon_minus {
    opacity: 0;
    color: #161616;
    font-weight: 700;
}

.faqs-testimonials .accordion-box .block .acc-btn.active .icon-outer .icon_minus {
    opacity: 1;
}

.faqs-testimonials .accordion-box .block .acc-btn.active .icon-outer .icon_plus {
    opacity: 0;
}

.faqs-testimonials .accordion-box .block .acc-btn.active .icon-outer {
    color: #0eaf96;
}

.faqs-testimonials .accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 18px 20px 11px 21px;
}

.faqs-testimonials .accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.faqs-testimonials .accordion-box .block .acc-content.current {
    display: block;
}

.faqs-testimonials .accordion-box .block .content {
    position: relative;
    font-size: 16px;
    /* margin-bottom: 27px; */
}

.faqs-testimonials .accordion-box .block .content .text {
    /* margin-bottom: 20px; */
}

.faqs-testimonials .btn-box {
    margin-top: 50px;
}

.faqs-testimonials .btn-box a {}

.faqs-testimonials .btn-title:before {
    background: #232323;
}

.faqs-testimonials .btn-style-one .btn-title:after {
    position: absolute;
    right: 25px;
    top: 11px;
    font-size: 16px;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
}

.faqs-testimonials .btn-style-one .btn-title {
    padding: 11px 50px 11px 35px;
}

/*** Testimonial ***/

.testimonial {
    position: relative;
    width: 900px;
    padding: 40px 0px 45px 0px;
    margin-left: 80px;
}

.testimonial:before {
    position: absolute;
    right: -15px;
    bottom: 0;
    background: url(../images/shape/testimonial-bg-shape-1.png);
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial:after {
    position: absolute;
    left: -50px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #E7E7E7;
}

.testimonial .testimonial-block {}

.testimonial .testimonial-block .inner-box {
    position: relative;
}

.testimonial .testimonial-block .inner-box:after {
    position: absolute;
    left: 310px;
    top: 65px;
    font-size: 142px;
    content: "\f10e";
    font-family: 'Font Awesome 5 Pro';
    color: #F3F3F3;
    z-index: -1;
}

.testimonial .testimonial-block .inner-box h2 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 13px;
    padding-left: 45px;
}

.testimonial .testimonial-block .inner-box h3 {
    margin-bottom: 42px;
    font-size: 16px;
    color: #B70A06;
    font-weight: 500;
    padding-left: 45px;
}

.testimonial .testimonial-block .inner-box p {
    position: relative;
    padding-left: 45px;
    margin-bottom: 35px;
}

.testimonial .testimonial-block .inner-box .content-box {
    position: relative;
    margin-bottom: 25px;
}

.testimonial .testimonial-block .inner-box .content-box:before {
    position: absolute;
    left: 0;
    top: -27px;
    content: "";
    width: 100%;
    height: 1px;
    background: #D7D7D7;
}

.testimonial .testimonial-block .inner-box .content-box:after {
    position: absolute;
    left: 0;
    bottom: 13px;
    content: "";
    width: 100%;
    height: 1px;
    background: #D7D7D7;
}

.testimonial .testimonial-block .inner-box .ratting {
    padding-left: 45px;
}

.testimonial .testimonial-block .inner-box .ratting li {
    display: inline-block;
    margin-right: 5px;
}

.testimonial .testimonial-block .inner-box .ratting li i {
    font-size: 18px;
    color: #FBB837;
}

.testimonial .testimonial-block .inner-box .image {
    position: relative;
    top: -20px;
    left: -4px;
    z-index: 1;
    overflow: hidden;
}

.testimonial .testimonial-block .inner-box .image:before {
    position: absolute;
    bottom: 20px;
    left: 0;
    content: "";
    background: #B70A06;
    border-radius: 50%;
    width: 171px;
    height: 165px;
    text-align: center;
    z-index: -1;
    background-repeat: no-repeat;
    transition: all 700ms ease;
}

.testimonial .swiper-slide-active .testimonial-block .inner-box .image:before {
    bottom: 4px;
    transition: all 1700ms ease;
}

.testimonial .testimonial-block .inner-box .image img {
    margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: unset !important;
}

.testimonial .testimonial-thumbs {
    cursor: pointer;
    margin-bottom: 70px;
    margin: 0;
    position: relative;
    left: 30px;
}

.testimonial .author-thumb {
    position: relative;
    cursor: pointer;
    height: 81px;
    width: 81px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    left: -50px;
    margin-bottom: 5px;
}

.testimonial .author-thumb:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    background: #B70A06;
    width: 81px;
    height: 81px;
    text-align: center;
    z-index: -1;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: all 700ms ease;
}

.testimonial .swiper-slide-active .author-thumb:before {
    bottom: -4px;
    transition: all 700ms ease;
}

.testimonial .author-thumb img {
    border: 1px solid #B70A06;
    border-radius: 50%;
    width: 100%;
    transition: all 700ms ease;
    margin-bottom: 10px;
}

.testimonial .swiper-slide-active .author-thumb img {
    border: 0px solid #B70A06;
    transition: all 700ms ease;
}

.testimonial .swiper-nav-button {
    position: absolute;
    right: 195px;
    bottom: 60px;
}

.testimonial .swiper-button-next,
.swiper-button-prev {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    color: #1E4C64;
    border-radius: 50%;
    right: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.11);
    transition: all 700ms ease;
}

.testimonial .swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #B70A06;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    transition: all 700ms ease;
}

.testimonial .swiper-button-next {
    left: 0;
}

.testimonial .swiper-button-prev {
    right: 0;
    left: unset;
    margin-right: 10px;
}

/*** 

====================================================================
	why choos us
====================================================================

***/

.why-choos-us {
    position: relative;
    padding: 120px 0px 100px 0px;
    background-repeat: no-repeat;
    z-index: 5;
    background-size: cover;
}

.why-choos-us .service-block {
    position: relative;
}

.why-choos-us .service-block:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 735px;
    height: 2px;
    background: #B70A06;
}

.why-choos-us .service-block .item {
    text-align: center;
    margin-top: 85px;
}

.why-choos-us .service-block .item .icon {
    position: relative;
    margin-bottom: 43px;
}

.why-choos-us .service-block .item .icon:before {
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 143px;
    height: 1px;
    background: #B70A06;
}

.why-choos-us .service-block .item .icon span {
    font-size: 60px;
    color: #B70A06;
}

.why-choos-us .service-block .item h2 {
    font-size: 30px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: "Anek Latin", sans-serif;
}

.why-choos-us .service-block .item p {
    padding: 0px 15px;
}

.why-choos-us .btn-box {
    margin-top: 40px;
}

.why-choos-us .image {
    position: relative;
    top: -120px;
    right: -67px;
}

.why-choos-us .image img {
    max-width: 670px;
    float: left;
    margin-bottom: -200px;
}

/*** 

====================================================================
	calltoaction
====================================================================

***/

.calltoaction {
    position: relative;
    padding: 240px 0px 100px 0px;
    margin-top: -180px;
    z-index: 1;
}

.calltoaction .btn-box {
    background: #B70A06;
    padding: 49px 20px;
    text-align: center;
}

.calltoaction .btn-box .btn-style-one {
    color: #B70A06;
    background-color: #fff;
}

/*** 

====================================================================
	team
====================================================================

***/

.team {
    position: relative;
    background: #FFF7F7;
    padding: 100px 0px 200px 0px;
}

.team .sec-title h3 {
    color: #fff;
}

.team .sec-title h2 {
    color: #fff;
}

.team .sec-title p {
    color: #fff;
}

.team {
    padding: 30px 0px 30px 0px;
    margin-bottom: 60px;
}

.team .item {
    text-align: center;
}

.team.whitebg {
    background: #fff;
}

.team .item .image {
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    width: 290px;
    height: 290px;
    background: #E1E1E1;
}

.team .item .image img {
    max-width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background: #E1E1E1;
}

.team .item:hover .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.team .item h2 {
    margin-top: 25px;
    margin-bottom: 5px;
    color: #B70A06;
    text-align: center;
    font-family: "Anek Latin";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 33.6px */
}

.team .item h2 a {
    font-size: 30px;
    color: #B70A06;
    font-weight: 700;
    transition: all 700ms ease;
}

.team .item h2 a:hover {
    color: #fff;
    transition: all 700ms ease;
}

.team .item h3 {
    color: #232323;
    text-align: center;
    font-family: "Anek Latin";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}

.team .item p {
    position: relative;
    color: #fff;
}

.team .item p:before {
    position: absolute;
    left: 0;
    top: -15px;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 100%;
    height: 1px;
    background: #B70A06;
}

.team .item .link-btn {
    margin-top: 30px;
}

.team .item .link-btn a {
    width: 48px;
    height: 48px;
}

.team .item .link-btn a span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #B70A06;
    color: #fff;
    font-size: 14px;
    transition: all 700ms ease;
}

.team .item:hover .link-btn a span {
    background: #B70A06;
    transition: all 700ms ease;
}


/*** 

====================================================================
	clients
====================================================================

***/

.clients {
    position: relative;
    padding: 200px 0px 100px 0px;
    z-index: 1;
    margin-top: -140px;
}

.clients .slide-item {
    display: block;
    text-align: center;
}

.clients .image-box {
    position: relative;
    display: inline-block;
}

.clients .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.clients .image-box img:hover {
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients .owl-dots,
.clients .owl-nav {
    position: relative;
    display: block !important;
}

.clients .owl-nav .owl-prev {}

.clients .owl-nav .owl-prev span {
    display: none;
}

.clients .owl-nav .owl-next {}

.clients .owl-nav .owl-next span {
    display: none;
}

.clients .theme_carousel.owl-theme.owl-carousel.owl-loaded.owl-drag {
    line-height: 0;
}

/*** 

====================================================================
	work
====================================================================

***/

.work {
    position: relative;
    padding: 100px 0px 70px 0px;
}

.work .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.work .item .image img {
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.work .item:hover .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.work .item .lower-content .lower-content-box {
    position: relative;
    text-align: left;
    padding-left: 30px;
    width: 85%;
}

.work.lg-thumbn .lower-content .lower-content-box .lower-content-box-rotate {
    transform: rotate(6deg);
}

.work.lg-thumbn .item .lower-content .lower-content-box {
    padding-left: 60px;
    padding-right: 90px;
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 50px;
    background: #B70A06;
    border-top-left-radius: 30px;
    transform: rotate(-6deg);
    padding-top: 40px;
    bottom: -50px;
    left: -10px;
    border-top-right-radius: 58px;
    padding-bottom: 60px;
}

.work.lg-thumbn .item .lower-content {
    width: auto;
}

.work.sm-thumbn .lower-content .lower-content-box .lower-content-box-rotate {
    transform: rotate(6deg);
}

.work.sm-thumbn .item .lower-content .lower-content-box {
    padding-left: 50px;
    padding-right: 60px;
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 50px;
    background: #B70A06;
    border-top-left-radius: 10px;
    transform: rotate(-6deg);
    padding-top: 40px;
    bottom: -42px;
    left: -10px;
    border-top-right-radius: 58px;
    padding-bottom: 50px;
}

.work.sm-thumbn .item .lower-content {
    width: auto;
}

.work.sm-thumbn.homebox .item .lower-content {
    width: 85%;
}

.work.sm-thumbn.homebox2 .item .lower-content {
    width: 72%;
}

.work.lg-thumbn.homebox2lg .item .lower-content {
    width: 74%;
}

.work.lg-thumbn.homebox-leadr .item .lower-content {
    width: 45%;
}

.work .item .lower-content .lower-content-box:before {
    position: absolute;
    bottom: -43px;
    content: "";
    width: 100%;
    height: 100%;
    background: #B70A06;
    border-top-right-radius: 58px;
    transform: rotate(-6deg);
    padding: 28%;
    left: -9px;
    display: none;
}

.work .item .lower-content .lower-content-box:before {
    bottom: -50px;
    padding: 26%;
    left: -12px;
    border-top-left-radius: 38px;
}

.work .item .lower-content {
    padding-bottom: 24px;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 1;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.work .item .lower-content .arrow-icon {
    position: relative;
}

.work .item .lower-content .link-btn {
    position: relative;
    z-index: 1;
}

.work .item .lower-content .link-btn a {
    position: relative;
    top: -12px;
    padding: 20px 30px;
    color: #fff;
}

.work .item .lower-content h2 {
    position: relative;
    font-size: 24px;
    color: #0E0E0E;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
}

.work .item .lower-content h2:before {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background: url(../images/shape/work-link-btn-dot.png);
    width: 25px;
    height: 5px;
    text-align: center;
}

.work .item .lower-content p {
    margin-bottom: 15px;
    position: relative;
    color: #FFF;
    font-family: "Anek Latin";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.work.lg-thumbn .item .lower-content p {
    margin-bottom: 15px;
    position: relative;
    color: #FFF;
    font-family: "Anek Latin";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.homebox2lg.work.lg-thumbn .item .lower-content p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 140%;
}

.homebox2lg.work.lg-thumbn .item .lower-content .lower-content-box {
    padding-bottom: 45px;
}

.work .item .lower-content .link-btn {
    transform: scale(2) skewY(0deg);
    opacity: 0;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.work .item:hover .lower-content .link-btn {
    transform: scale(1) skewY(0deg);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
}

.work .item .lower-content .link-btn span {
    font-size: 14px;
}

.work .item .lower-content .link-btn span:after {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background: url(../images/shape/work-link-btn-shape.png);
    width: 62px;
    height: 62px;
    text-align: center;
    z-index: -1;
}


/*** 

====================================================================
	blog
====================================================================

***/

.blog {
    position: relative;
    padding: 100px 0px 100px 0px;
    background-repeat: no-repeat;
    z-index: 5;
    background-position: center center;
    background-size: cover;
}

.blog .inner-box {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}


.blog .inner-box .image {
    position: relative;
    border-right: 16px solid #B70A06;
}

.blog .inner-box .image .overflow {
    overflow: hidden;
}

.blog .inner-box .image img {
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.blog .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog .inner-box .image .short-desc h4 {
    color: #FFF;
    font-family: "Anek Latin";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 26.4px */
    letter-spacing: 0.24px;
}

.blog .inner-box .image .short-desc .short-desc {
    color: #FFF;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* .blog .inner-box .lower-content-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.2em;
  transition: max-height 0.3s ease;
  position: relative;
}

.blog .inner-box .lower-content-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
} */

.blog .inner-box .read-toggle {
    display: block;
    margin-top: 20px;
    color: #B70A06;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
    text-align: right;
    margin-right: 20px;
}

.blog .inner-box .image .short-desc {
    position: absolute;
    top: auto;
    left: 25px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding-right: 20px;
    font-family: "Anek Latin", sans-serif;
    bottom: 25px;
    z-index: 9;
    margin-right: 60px;
}

.blog .inner-box .image .overflow:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    left: 0;
    z-index: 1;
}

.blog .inner-box .lower-content p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.blog .inner-box .lower-content {
    position: relative;
    text-align: left;
    z-index: 1;
    padding: 25px 0px 20px 0px;
}

.blog .inner-box .lower-content .post-meta {}

.blog .inner-box .lower-content .post-meta li {
    display: inline-block;
    margin: 0px 15px;
}

.blog .inner-box .lower-content .post-meta li a {
    font-size: 16px;
    color: #7F7F7F;
}

.blog .inner-box .lower-content .post-meta li a i {
    margin-right: 10px;
}

.blog .inner-box .lower-content h3 {
    padding: 0px 30px;
    line-height: 30px;
    font-size: 23px;
    font-weight: 700;
    margin-top: 18px;
}

.blog .inner-box .lower-content h3 a {
    color: #232323;
    transition: all 700ms ease;
}

.blog .inner-box .lower-content h3 a:hover {
    color: #B70A06;
    transition: all 700ms ease;
}

.blog .inner-box .link-btn {}

.blog .inner-box .link-btn a {}

.blog .inner-box .link-btn a span {
    position: relative;
    top: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    background: #B70A06;
    transition: all 300ms ease;
    opacity: 0;
    z-index: 1;
}

.blog .inner-box .link-btn a span:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: -1;
    background: #232323;
    transition: all 700ms ease;
}

.blog .inner-box .link-btn a span:hover:after {
    width: 100%;
    opacity: 1;
    transition: all 700ms ease;
}

.blog .inner-box:hover .link-btn a span {
    top: 30px;
    opacity: 1;
    transition: all 300ms ease;
}

.blog .inner-box:hover:after {
    opacity: 1;
    bottom: -2px;
    transition: all 600ms ease;
}

.blog .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-dots.disabled {
    display: none;
}

.blog .owl-nav {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin-top: -10px;
    /*max-width: 710px;
    margin-left: -355px; */
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #FFFFFF !important;
    display: inline-block;
    text-align: center;
    transition: all 300ms ease;
}

.blog .owl-nav .owl-prev span,
.blog .owl-nav .owl-next span {
    display: none;
}

.blog .owl-carousel .owl-nav button.owl-prev,
.blog .owl-carousel .owl-nav button.owl-next {
    background: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    /* line-height: 56px; */
    font-size: 0px;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow-circle-right.svg) !important;
}

.blog .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(-180deg);
}



.blog .owl-nav .owl-prev.disabled,
.blog .owl-nav .owl-next.disabled {
    opacity: 0.4 !important
}

.blog .owl-nav .owl-prev {
    left: 0px;
    right: auto;
    top: -90px;
}


.blog .owl-nav .owl-next {
    right: 0px;
    left: auto;
    top: -90px;
}

.blog .theme_carousel {
    padding: 0 70px;
}

.blog .owl-dots {
    display: none;
}

/*** 

====================================================================
	map contact info
====================================================================

***/

.map-contact-info {
    position: relative;
    background: #163C4F;
    margin-top: -120px;
    z-index: 1;
}

.map-contact-info:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/shape/map-contact-info-shape.png);
    width: 526px;
    height: 832px;
    text-align: center;
    background-repeat: no-repeat;
}

/* Map Section */

.map-contact-info .map-column {
    margin-left: -15px;
    margin-right: -15px;
}

.map-contact-info .map-canvas {
    position: relative;
    height: 950px;
}

.map-contact-info .auto-container {
    max-width: 1920px;
}

.map-contact-info .sec-title h3 {
    color: #fff;
}

.map-contact-info .sec-title h2 {
    color: #fff;
}

.map-contact-info .contact {
    margin-right: 360px;
    padding: 200px 0px 0px 60px;
}

.map-contact-info .info-column {}

.map-contact-info .info-column .icon-box {
    position: relative;
    padding: 0px 0px 30px 96px;
    border-bottom: 1px solid #686868;
    margin-bottom: 30px;
}

.map-contact-info .info-column .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.map-contact-info .info-column .icon-box .icon span {
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
}

.map-contact-info .info-column .icon-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.map-contact-info .info-column .icon-box ul {}

.map-contact-info .info-column .icon-box ul li {
    color: #B70A06;
    font-size: 18px;
    font-weight: 500;
}

.map-contact-info .btn-box {
    margin-top: 30px;
}

span.fas.fa-phone {
    transform: rotate(90deg);
}

/*** 

====================================================================
	main footer
====================================================================

***/

.main-footer {
    position: relative;
    padding: 72px 0px 40px 0px;
    background-repeat: no-repeat;
    z-index: 1;
    background: #232323;
}

.main-footer h3 {
    position: relative;
    color: #fff;
    margin-bottom: 24px;
    padding-left: 0px;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.main-footer .sec-title {
    margin-bottom: 0;
}

.main-footer .sec-title h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    color: #fff;
}

.main-footer .widgets-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 80px;
    margin-bottom: 0;
    margin-top: 120px;
}

.footer-bottm ul {
    display: flex;
}

.footer-bottm ul li {
    padding-left: 64px;
}

.footer-bottm ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-bottm {
    display: flex;
    justify-content: space-between;
}

/* logo widget */
.main-footer .footer-logo {}

.main-footer .footer-logo img {}

.main-footer .list-address {
    margin-top: 20px;
    margin-bottom: 28px;
}

.main-footer .list-address li {
    font-size: 16px;
    color: #BABABA;
    margin-bottom: 8px;
}

.main-footer .list-address li a {
    font-size: 16px;
    color: #BABABA;
}

.main-footer .list-address li i {
    font-size: 16px;
    color: #B70A06;
    margin-right: 10px;
}

.main-footer .list-address .line {
    position: relative;
    margin-left: 22px;
}

.main-footer .list-address .line:before {
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    width: 3px;
    height: 30px;
    background: #B70A06;
}

.main-footer .number {
    font-size: 30px;
    color: #BABABA;
    font-weight: 500;
}

.main-footer .number span {
    color: #fff;
    width: 57px;
    height: 57px;
    line-height: 57px;
    background: #B70A06;
    text-align: center;
    margin-right: 18px;
}

/* links widget */
.main-footer .links-widget {}

.main-footer .links-widget ul li {
    margin-bottom: 20px;
}

.main-footer .links-widget ul li a {
    color: #fff;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* contact widget */
.main-footer .contact-widget {}

.main-footer .contact-widget p {
    font-size: 16px;
    color: #BABABA;
}

.main-footer .social-links {
    position: relative;
    margin-top: 30px;
}

.main-footer .social-links li {
    display: inline-block;
    margin-right: 40px;
}

.main-footer .social-links li:last-child {
    margin: 0;
}

.main-footer .social-links li a {}

.main-footer .social-links li a span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

/* help */
.main-footer .help {}

.main-footer .help h4 {
    font-size: 18px;
    color: #B70A06;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-footer .help p {
    color: #BABABA;
}

/* subscribe */
.main-footer .subscribe {
    margin-left: 40px;
    margin-bottom: 120px;
}

.main-footer .subscribe h4 {
    font-size: 18px;
    color: #B70A06;
    font-weight: 700;
    margin-bottom: 23px;
    text-align: right;
}

.main-footer .subscribe .form-group {
    position: relative;
    margin-bottom: 0;
}

.main-footer .subscribe .form-group input {
    background: #fff;
    width: 100%;
    height: 56px;
    color: #fff;
    padding: 0px 40px;
    border-radius: 32px;
    color: rgba(35, 35, 35, 0.5);
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.main-footer .subscribe .form-group a {
    position: absolute;
    right: 15px;
    top: 0;
    background: #B70A06;
    color: #fff;
    font-size: 16px;
    padding: 16px 24px;
    height: 56px;
    border-radius: 32px;
    width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.socials-icons {
    display: flex;
    margin-top: 40px;
}

.socials-icons h4 {
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.socials-icons .social-links {
    margin-top: 0;
    margin-left: 40px;
}

/* footer bottom */
.footer-bottom {
    position: relative;
    background: #232323;
    padding: 0px 0px 40px 0px;
    text-align: center;
    margin-top: 0;

}

.footer-bottom .copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.footer-bottom .copyright span {
    color: #B70A06;
}



.col-xl-4.col-lg-6.col-sm-12.wow.zoomInUp.animated {
    transition: all 900ms ease;
}


/* banner carousel two */
.banner-section.two .banner-carousel .slide-item {
    padding: 170px 0px 175px 0px;
}

/*** 

====================================================================
	address
====================================================================

***/

.address {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.address .item {
    position: relative;
    background: #FAFAFA;
    padding: 40px 30px 40px 100px;
}

.address .item .icon span {
    position: absolute;
    left: 30px;
    top: 45px;
    font-size: 48px;
    color: #232323;
}

.address .item .icon span {}

.address .item h2 {
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.address .item p {
    font-size: 14px;
    color: #565656;
}

.address .item .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 50px;
    clip-path: polygon(0 100%, 0% 100%, 100% 100%, 100% 0%, 100% 0%);
    background: #FFD9DB;
    transition: all 700ms ease;
}

.address .item .link-btn:before {
    position: absolute;
    right: -60px;
    bottom: 0;
    content: "";
    width: 60px;
    height: 50px;
    clip-path: polygon(0 100%, 0% 100%, 100% 100%, 100% 0%, 100% 0%);
    background: #B70A06;
    transition: all 700ms ease;
}

.address .item:hover .link-btn:before {
    right: 0px;
    transition: all 700ms ease;
}

.address .item .link-btn a {}

.address .item .link-btn a span {
    position: relative;
    font-size: 14px;
    color: #B70A06;
    z-index: 1;
    width: 60px;
    height: 50px;
    text-align: center;
    transition: all 700ms ease;
}

.address .item:hover .link-btn a span {
    color: #fff;
    transition: all 700ms ease;
}

.address .item .link-btn a span:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;


    z-index: -1;
}

.address .item .link-btn a span:before {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 0;
    margin: 0 auto;
}

/*** 

====================================================================
	service two
====================================================================

***/

.service-two {
    position: relative;
    padding: 80px 0px 0px 0px;
    z-index: 1;
}

.service-two .shape-1 {
    position: absolute;
    bottom: 280px;
    left: 85px;
    z-index: -1;
    transition: all 700ms ease;
}

.service-two .item {}

.service-two .item .image {
    position: relative;
}

.service-two .item .image img {}

.service-two .item .image span {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 50px;
    clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 0% 0%, 100% 0%);
    background: #FFD9DB;
    z-index: 1;
    border-top-left-radius: 5px;
    transition: all 700ms ease;
}

.service-two .item .image span:after {
    position: absolute;
    left: -60px;
    top: 0;
    width: 60px;
    height: 50px;
    content: "";
    clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 0% 0%, 100% 0%);
    background: #B70A06;
    z-index: -1;
    border-top-left-radius: 5px;
    transition: all 700ms ease;
}

.service-two .item:hover .image span:after {
    left: 0;
    transition: all 700ms ease;
}

.service-two .item .image span:before {
    position: absolute;
    top: 8px;
    left: 10px;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #B70A06;
    transition: all 700ms ease;
}

.service-two .item:hover .image span:before {
    color: #fff;
    transition: all 700ms ease;
}

.service-two .item .lower-content {
    background: #fff;
    padding: 24px 10px 10px 0px;
}

.service-two .item .lower-content h3 {
    margin-bottom: 18px;
}

.service-two .item .lower-content h3 a,
.service-two .item .lower-content h3 {
    font-size: 24px;
    color: #223645;
    font-weight: 700;
    transition: all 700ms ease;
}

.service-two .item .lower-content h3 a:hover {
    color: #B70A06;
    transition: all 700ms ease;
}

.service-two .item .lower-content p {}

.service-two .item .lower-content .btn-box {
    margin-top: 20px;
}

.service-two .item .btn-style-one {
    background-color: #232323;
}

.service-two .item .btn-style-one .btn-title:before {
    background: #B70A06;
}

.service-two .item .lower-content .btn-box span {
    box-shadow: 0 -3px 0 0 rgb(27, 73, 98) inset;
}

.service-two .item .btn-style-one .btn-title:before {
    box-shadow: 0 -3px 0 0 rgb(253, 124, 164) inset;
}

/*** 

====================================================================
	about two
====================================================================

***/

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

.about-two:before {
    position: absolute;
    left: 0;
    bottom: -115px;
    background: url(../images/shape/about-2-shape.png);
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.about-two .images-gallery {}

.about-two .images-gallery .image {}

.about-two .images-gallery .image img {}

.about-two .images-gallery .image-one {
    position: absolute;
    left: -318px;
    top: 110px;
}

.about-two .images-gallery .image-two {
    position: absolute;
    top: 32px;
    left: 20px;
}

.about-two .images-gallery .image-three {
    position: absolute;
    left: -89px;
    bottom: 3px;
}

.about-two .images-gallery .image-four {
    position: absolute;
    right: 60px;
    bottom: 60px;
}

.about-two .content {}

.about-two .content .info-column {
    position: relative;
    text-align: center;
}

.about-two .content .info-column .icon {
    position: relative;
    padding: 51px 0px 30px 0px;
    transition: all 700ms ease;
    box-shadow: 0px 4px 10px 0px rgba(224, 224, 224, 0.79);
    border-top: 2px solid #B70A06;
    background: #fff;
    margin: 0px 15px;
    transition: all 700ms ease;
}

.about-two .content .info-column:hover .icon {
    background: #B70A06;
    transition: all 700ms ease;
}

.about-two .content .info-column:hover .icon span:before {
    color: #fff;
    transition: all 700ms ease;
}

.about-two .content .info-column .icon:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
    margin: 0 auto;
    font-size: 20px;
    color: #FF1D61;
    font-weight: 700;
    content: "\f103";
    font-family: 'Font Awesome 5 Pro';
}

.about-two .content .info-column .icon span {
    font-size: 60px;
}

.about-two .content .info-column .icon span:before {
    color: #232323;
    transition: all 700ms ease;
}

.about-two .content .info-column .count-outer {
    font-size: 20px;
    color: #313131;
    font-weight: 500;
    margin-top: 50px;
}

.about-two .content .info-column .count-outer .count-text {
    color: #B70A06;
}

.about-two .content .info-column .count-outer span {
    color: #B70A06;
}

.about-two .content .btn-box {
    margin-top: 40px;
}

.about-two .content .btn-box a {
    position: relative;
    font-size: 18px;
    color: #B70A06;
    padding-left: 50px;
    transition: all 700ms ease;
    font-weight: 500;
}

.about-two .content .btn-box:hover a {
    color: #232323;
    transition: all 700ms ease;
}

.about-two .content .btn-box a:before {
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/shape/btn.png);
    content: "";
    width: 30px;
    height: 8px;
    background-repeat: no-repeat;
}

/*** 

====================================================================
	cases section
====================================================================

***/

.cases-section {
    position: relative;
    padding: 110px 0 100px;
    background: #FAFAFA;
}

.cases-section.style-two {
    background-color: #fff;
}

.cases-section .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 620px;
    background-size: cover;
}

.cases-section .sec-bg:before {
    position: absolute;
    content: '';
    background-color: #282828;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.cases-section.style-two .case-tabs .case-tab-btns .case-tab-btn {
    color: #fff;
}

.cases-section .auto-container {
    max-width: 700px;
}

.cases-section .case-tab-wrapper {
    margin: 0 0px;
}

.cases-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.cases-section .case-tabs {
    position: relative;
}

.cases-section .case-tabs .tabs-header {
    position: relative;
    margin-bottom: 40px;
}

.cases-section .case-tabs .case-tab-btns {
    position: relative;
    margin-right: 0px;
    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-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-right: -135px;
    margin-left: -135px;
}

.cases-section .case-tabs .case-tab-btns .case-tab-btn {
    position: relative;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    padding: 13px 20px;
    margin: 0 5px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.cases-section .case-tabs .case-tab-btns .case-tab-btn span {
    position: relative;
}

.cases-section .case-tabs .case-tab-btns .case-tab-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    border-radius: 25px;
}

.cases-section .case-tabs .case-tab-btns .case-tab-btn:last-child {
    margin-right: 0px;
}

.cases-section .case-tabs .case-tab-btns .case-tab-btn.active-btn {
    color: #B70A06;
}

.cases-section .case-tabs .case-tab-btns .case-tab-btn.active-btn:before {
    opacity: 1;
}

.cases-section .case-tabs .case-tabs-content {
    position: relative;
    display: block;
}

.cases-section .case-tabs .case-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.cases-section .case-tabs .case-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.cases-section .case-tabs .case-block-one .inner-box {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.cases-section .case-tabs .active-tab .case-block-one .inner-box {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.cases-section .case-block-one {
    position: relative;
    /* padding: 0 25px; */
}

.cases-section .case-block-one .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #232323;
    padding: 20px 25px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
    transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
    opacity: 0;
    z-index: 1;
}

.cases-section .case-block-one .overlay:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0;
    display: block;
    opacity: 0;
    z-index: -1;
    background: #B70A06;
    transition: all 400ms ease;
}

.cases-section .case-block-one .inner-box:hover .overlay:after {
    height: 100%;
    opacity: 1;
    transition: all 400ms ease;
}

.cases-section .owl-item.active .case-block-one .overlay {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

.cases-section .case-block-one .overlay h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.cases-section .case-block-one .overlay h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #fff;
}

.cases-section .case-block-one .overlay p {
    font-size: 18px;
    color: #FAFAFA;
}

.cases-section .case-block-one .overlay .link-btn {
    position: absolute;
    right: 0;
    top: -83px;
    background: #184E6C;
    padding: 12px 50px;
    z-index: 1;
    transition: all 700ms ease;
}

.cases-section .case-block-one .overlay .link-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0;
    display: block;
    opacity: 0;
    z-index: -1;
    background: #B70A06;
    transition: all 400ms ease;
}

.cases-section .case-block-one .inner-box:hover .overlay .link-btn:after {
    height: 100%;
    opacity: 1;
    transition: all 400ms ease;
}

.cases-section .case-block-one .overlay .link-btn a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-weight: 700;
}

.cases-section .case-block-one .overlay .link-btn a i {
    font-style: normal;
    font-size: 45px;
    margin: 0;
}

.cases-section .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: none;
}

.cases-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -55px;
    top: 0;
    background: rgba(255, 255, 255, 0.15);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    line-height: 56px;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cases-section .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f10f";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #282828;
    font-size: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(165, 165, 165, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(165, 165, 165, 0.4);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cases-section .owl-theme .owl-nav .owl-prev:hover:before {
    color: #fff;
}

.cases-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -55px;
    top: 0;
    background: rgba(255, 255, 255, 0.15);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cases-section .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f10f";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 0;
    color: #282828;
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(165, 165, 165, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(165, 165, 165, 0.4);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cases-section .owl-theme .owl-nav .owl-next:hover:before {
    color: #fff;
}

.cases-section .text {
    text-align: center;
    margin-top: 40px;
}

.cases-section .text p span {
    color: #FF1E5F;
}

/*** 

====================================================================
	testimonial two
====================================================================

***/

.testimonial-two {
    position: relative;
    padding: 100px 0px 100px 0px;
    z-index: 1;
}

.testimonial-two .thumb-box .image {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.testimonial-two .thumb-box .image-1 {
    border: 4px solid #B70A06;
    left: 12%;
    top: 30%;
    z-index: -1;
}

.testimonial-two .thumb-box .image-2 {
    border: 4px solid #B70A06;
    left: 20%;
    top: 55%;
    z-index: 5;
}

.testimonial-two .thumb-box .image-3 {
    border: 4px solid #B70A06;
    right: 30%;
    top: 14%;
    z-index: -1;
}

.testimonial-two .thumb-box .image-4 {
    border: 4px solid #B70A06;
    right: 14%;
    top: 35%;
    z-index: -1;
}

.testimonial-two .thumb-box .image-5 {
    border: 4px solid #B70A06;
    right: 18%;
    bottom: 18%;
    z-index: 5;
}

.testimonial-two .thumb-box .image-6 {
    left: 32%;
    top: 15%;
    z-index: -1;
}

.testimonial-two .thumb-box .image-7 {
    right: 23%;
    top: 15%;
    z-index: -1;
}

.testimonial-two .thumb-box .image-8 {
    bottom: 8%;
    left: 34%;
    z-index: -1;
}

.testimonial-two .thumb-box .image-9 {
    right: 10%;
    bottom: 2%;
    z-index: -1;
}

.testimonial-two .item {
    text-align: center;
}

.testimonial-two .item h2 {
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    font-family: "Anek Latin", sans-serif;
    margin-bottom: 20px;
}

.testimonial-two .item h4 {
    color: #B70A06;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial-two .item p {
    font-size: 24px;
    color: #565656;
    font-style: italic;
    line-height: 30px;
    font-family: "Anek Latin", sans-serif;
    margin-bottom: 22px;
}

.testimonial-two .item .icon {
    margin-bottom: 20px;
}

.testimonial-two .item .icon span {
    font-size: 38px;
    color: #B70A06;
}

.testimonial-two .item .ratting {}

.testimonial-two .item .ratting li {
    display: inline-block;
    margin: 0px 2px;
}

.testimonial-two .item .ratting li i {
    color: #FBB837;
    font-size: 18px;
}

/* owl-nav */
.testimonial-two .owl-carousel .owl-nav.disabled,
.testimonial-two .owl-carousel .owl-dots.disabled {
    display: block;
}

.testimonial-two .owl-nav {
    text-align: center;
}

.testimonial-two .owl-nav .owl-prev,
.testimonial-two .owl-nav .owl-next {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #F3F8FD !important;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
    transition: all 300ms ease;
    margin-top: 40px;
}

.testimonial-two .owl-nav .owl-prev {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}

.testimonial-two .owl-nav .owl-prev span {
    color: #B70A06;
    font-size: 32px;
}

.testimonial-two .owl-nav .owl-next span {
    color: #B70A06;
    font-size: 32px;
}

.testimonial-two .owl-nav .owl-next {
    position: relative;
    right: 0px;
    left: 0;
    top: 0px;
}

.testimonial-two .owl-dots {
    display: none;
}

/*** 

====================================================================
	whychoosus two
====================================================================

***/

.whychoosus-two {
    position: relative;
    background: #FAFAFA;
}

.whychoosus-two .item {
    background: #fff;
    text-align: center;
    padding: 45px 0px 30px 0px;
    transition: all 700ms ease;
}

.whychoosus-two .item .icon {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #B70A06;
    margin: 0px 55px 20px 55px;
}

.whychoosus-two .item .icon span {
    font-size: 60px;
    color: #B70A06;
}

.whychoosus-two .item h2 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}

.whychoosus-two .item:hover {
    box-shadow: 0px 9px 13px 0px rgba(236, 71, 96, 0.51);
    transition: all 700ms ease;
}

.whychoosus-two .btn-box {
    margin-top: 70px;
    display: inline-block;
    padding-bottom: 100px;
}

.whychoosus-two .image-one {}

.whychoosus-two .image-one img {
    max-width: none;
    float: left;
}

.whychoosus-two .image-two {
    position: absolute;
    bottom: -120px;
    left: 240px;
}

.whychoosus-two .image-two img {
    max-width: none;
    float: left;
}

.whychoosus-two .content {
    padding-top: 100px;
}

/*** 

====================================================================
	clients two
====================================================================

***/

.clients.two {
    margin-top: 0;
    padding: 100px 0px 85px 0px;
}

.clients .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f10f";
    position: absolute;
    top: -55px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: -20px;
    border-radius: 50%;
    background: transparent;
    color: #0C0C0C;
    font-size: 24px;
    transition: all 300ms ease;
}

.clients .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f10e";
    position: absolute;
    top: -55px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: -20px;
    color: #0C0C0C;
    background: transparent;
    font-size: 24px;
    transition: all 300ms ease;
}

.clients .owl-theme .owl-nav .owl-prev:hover:before,
.clients .owl-theme .owl-nav .owl-next:hover:before {
    color: #E1455D;
    transition: all 300ms ease;
}

/*** 

====================================================================
	blog two
====================================================================

***/

.blog-two {
    position: relative;
    padding: 100px 0px 50px 0px;
    background: #FAFAFA;
}

.blog-two .inner-box {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    background: #fff;
    text-align: center;
    transition: all 700ms ease;
}

.blog-two .inner-box .image {
    position: relative;
    /* top: -30px; */
    background: #232323;
    transition: all 700ms ease;
    margin: 0px 40px;
}

.blog-two .inner-box:hover .image img {
    transform: scale(1.1);
    opacity: 0.2;
    transition: all 700ms ease;
}

.blog-two .image-box {
    overflow: hidden;
}

.blog-two .inner-box .image img {
    transition: all 700ms ease;
    width: 100%;
}

.blog-two .inner-box .image .date {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background: #B70A06;
    display: inline-block;
    font-weight: 500;
    padding: 0px 0px;
    font-family: "Anek Latin", sans-serif;
    width: 90px;
}

.blog-two .inner-box .lower-content {
    position: relative;
    margin-top: 5px;
    text-align: center;
    z-index: 1;
    padding: 30px 20px 30px 20px;
}

.blog-two .inner-box .lower-content .post-meta {}

.blog-two .inner-box .lower-content .post-meta li {
    display: inline-block;
    margin: 0px 15px;
}

.blog-two .inner-box .lower-content .post-meta li a {
    font-size: 16px;
    color: #7F7F7F;
}

.blog-two .inner-box .lower-content .post-meta li a i {
    margin-right: 10px;
}

.blog-two .inner-box .lower-content h3 {
    padding: 0px 30px;
    line-height: 30px;
    font-size: 23px;
    font-weight: 700;
    margin-top: 18px;
}

.blog-two .inner-box .lower-content h3 a {
    color: #232323;
    transition: all 700ms ease;
}

.blog-two .inner-box .lower-content h3 a:hover {
    color: #B70A06;
    transition: all 700ms ease;
}

.blog-two .inner-box .link-btn {}

.blog-two .inner-box .link-btn a {}

.blog-two .inner-box .link-btn a span {
    position: relative;
    top: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    background: #B70A06;
    transition: all 300ms ease;
    opacity: 0;
}

.blog-two .inner-box .link-btn a span:hover {
    background: #163C4F;
    transition: all 300ms ease;
}

.blog-two .btn-box {
    margin-top: 30px;
}

.blog-two .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f10f";
    position: absolute;
    top: 32%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: -90px;
    border-radius: 50%;
    background: #fff;
    color: #414141;
    font-size: 24px;
    transition: all 300ms ease;
}

.blog-two .owl-theme .owl-nav .owl-prev:hover:before {
    background: #B70A06;
    color: #fff;
    transition: all 300ms ease;
}

.blog-two .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f10e";
    position: absolute;
    top: 32%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: -90px;
    color: #282828;
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
    transition: all 300ms ease;
}

.blog-two .owl-theme .owl-nav .owl-next:hover:before {
    background: #B70A06;
    color: #fff;
    transition: all 300ms ease;
}

.blog-two .owl-carousel .owl-nav.disabled,
.blog-two .owl-carousel .owl-dots.disabled {
    display: block;
}

.blog-two .owl-nav .owl-next span,
.blog-two .owl-nav .owl-prev span {
    display: none;
}

/*** 

====================================================================
	contact info
====================================================================

***/

.contact-info {
    position: relative;
    background: #FCF5F5;
    padding: 100px 0px 100px 0px;
    margin-bottom: -90px;
}

.contact-info .full-content {
    position: relative;
    padding: 45px 30px 0px 30px;
}

.contact-info .contact {
    margin-right: 50px;
}

.contact-info .info-column {}

.contact-info .info-column .icon-box {
    position: relative;
    padding: 0px 0px 25px 96px;
    border-bottom: 1px solid #686868;
    margin-bottom: 25px;
}

.contact-info .info-column .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info .info-column .icon-box .icon span {
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    background: #163C4F;
}

.contact-info .info-column .icon-box h3 {
    color: #163C4F;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Anek Latin", sans-serif;
}

.contact-info .info-column .icon-box ul {}

.contact-info .info-column .icon-box ul li {
    color: #B70A06;
    font-size: 18px;
    font-weight: 500;
}

.contact-info .btn-box {
    margin-top: 30px;
}

.contact-info .sec-title h3 {
    margin-bottom: 15px;
}

.contact-info .contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-info .contact-form .form-group input {
    background: #FAFAFA;
    width: 100%;
    height: 60px;
    padding: 0px 20px 0px 75px;
}

.contact-info .contact-form .form-group i {
    position: absolute;
    left: 20px;
    top: 6px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #D7D7D7;
    color: #2F2F2F;
    FONT-SIZE: 16PX;
    border-radius: 50%;
}

.contact-info .contact-form .form-group .selectpicker {}

.contact-info .contact-form .form-group .selectpicker option {}

.contact-info .contact-form .form-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BEBEBE;
    font-size: 16px;
}

.contact-info .bootstrap-select>.dropdown-toggle {
    background: #FAFAFA;
    width: 100%;
    height: 60px;
    padding: 15px 75px;
    z-index: 0;
    color: #BEBEBE;
}

.contact-info .dropdown.bootstrap-select {
    width: 100% !important;
}

.contact-info .btn-light:not(:disabled):not(.disabled).active:focus,
.contact-info .btn-light:not(:disabled):not(.disabled):active:focus,
.contact-info .show>.btn-light.dropdown-toggle:focus,
.contact-info .btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FAFAFA;
    width: 100%;
    height: 60px;
    padding: 15px 75px;
    z-index: 0;
    color: #BEBEBE;
}

.contact-info .bootstrap-select .dropdown-menu li a.active {
    color: #fff;
    background: #B70A06;
}

.contact-info .full-content {
    position: relative;
    padding: 45px 30px 100px 30px;
    background-repeat: no-repeat;
}

.contact-info .theme-btn.btn-style-one {
    float: right;
    margin-top: 20px;
}

/*** 

====================================================================
	main footer style two
====================================================================

***/

.main-footer.style-two {}

.main-footer.style-two .footer-logo {
    text-align: center;
    margin-bottom: 100px;
}

.footer-bottom.style-two .copyright p {
    text-align: left;
}

/*** 

====================================================================
	banner section style three
====================================================================

***/

.banner-section.style-three .slide-item {
    padding: 170px 0px 170px;
}

.banner-section.style-three .btn-style-two {
    border: unset;
    background: #232323;
    color: #fff;
}

.banner-section.style-three .btn-style-two .btn-title:after {
    color: #fff;
}

.banner-section.style-three .btn-style-two .btn-title:before {
    background: #B70A06;
}

/*** 

====================================================================
	info style three
====================================================================

***/

.info-style-three {
    position: relative;
    background: #FAFAFA;
}

.info-style-three .row {
    padding: 0px 15px;
}

.info-style-three .culmn {
    padding: 0px 0px;
}

.info-style-three .item {
    position: relative;
    z-index: 1;
    padding: 45px 30px 45px 115px;
    transition: all 700ms ease;
}

.info-style-three .item:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    background: #232323;
    width: 0;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 700ms ease;
}

.info-style-three .item:hover:after {
    width: 100%;
    transition: all 700ms ease;
}

.info-style-three .item:before {
    position: absolute;
    content: "";
    right: 0;
    top: 35px;
    background: #B70A06;
    width: 1px;
    height: 80px;
    background-repeat: no-repeat;
    z-index: -1;
}

.info-style-three .item .content:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid transparent;
    transform: rotate(180deg);
    opacity: 0;
    transition: all 700ms ease;
}

.info-style-three .item:hover .content:before {
    top: -15px;
    opacity: 1;
    transition: all 1700ms ease;
}

.info-style-three .culmn:last-child .item:before {
    display: none;
}

.info-style-three .item .icon {
    position: absolute;
    left: 30px;
    top: 60px;
}

.info-style-three .item .icon span {
    font-size: 60px;
    color: #EB4760;
    transition: all 700ms ease;
}

.info-style-three .item:hover .icon span {
    color: #fff;
    transition: all 700ms ease;
}

.info-style-three .item h2 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: "Anek Latin", sans-serif;
    transition: all 700ms ease;
}

.info-style-three .item:hover h2 {
    color: #fff;
    transition: all 700ms ease;
}

.info-style-three .item p {
    font-size: 14px;
    color: #232323;
    font-weight: 500;
    transition: all 700ms ease;
}

.info-style-three .item:hover p {
    color: #fff;
    transition: all 700ms ease;
}

/*** 

====================================================================
	features three
====================================================================

***/

.features-three {
    position: relative;
    padding: 100px 0px 30px 0px;
}

.features-three .shape-1 {
    position: absolute;
    bottom: 110px;
    left: 45px;
    z-index: -1;
    transition: all 700ms ease;
}

.features-three .item {
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.46);
    padding: 65px 30px 15px 25px;
    margin: 15px 15px 15px 15px;
}

.features-three .theme_carousel {
    margin: 0px -10px 0px -10px;
}

.features-three .item .icon {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.features-three .item .icon:before {
    content: "";
    position: absolute;
    left: -25px;
    top: -34px;
    background: #B70A06;
    width: 0;
    height: 93px;
    z-index: -1;
    transition: all 700ms ease;
}

.features-three .item:hover .icon:before {
    width: 115px;
    transition: all 700ms ease;
}

.features-three .item .icon:after {
    content: "";
    position: absolute;
    left: -25px;
    top: -34px;
    background: #fff;
    width: 115px;
    height: 93px;
    z-index: -1;
    transition: all 700ms ease;
}

.features-three .item:hover .icon:after {
    opacity: 0;
    transition: all 700ms ease;
}

.features-three .item .icon span {
    font-size: 70px;
    color: #B70A06;
    transition: all 700ms ease;
}

.features-three .item:hover .icon span {
    color: #fff;
    transition: all 700ms ease;
}

.features-three .item h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.features-three .item h2 a {
    color: #232323;
}

.features-three .link-btn {
    text-align: right;
    margin-top: 35px;
}

.features-three .link-btn span {
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 23px;
    text-align: center;
    border: 1px solid #B70A06;
    color: #B70A06;
    background: #fff;
    font-weight: 100;
    border-radius: 50%;
    transition: all 700ms ease;
}

.features-three .item:hover .link-btn span {
    border: 1px solid #B70A06;
    color: #fff;
    background: #B70A06;
    transition: all 700ms ease;
}

.features-three .owl-carousel .owl-nav.disabled,
.features-three .owl-carousel .owl-dots.disabled {
    display: block;
}

.features-three .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f10f";
    position: absolute;
    top: 37%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: -60px;
    border-radius: 50%;
    background: transparent;
    color: #414141;
    font-size: 24px;
    transition: all 300ms ease;
}

.features-three .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f10e";
    position: absolute;
    top: 37%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: -60px;
    color: #282828;
    background: #fff;
    font-size: 24px;
    transition: all 300ms ease;
}

.features-three button span {
    display: none;
}

.features-three .owl-theme .owl-nav .owl-prev:hover:before,
.features-three .owl-theme .owl-nav .owl-next:hover:before {
    color: #B70A06;
    transition: all 300ms ease;
}


/*** 

====================================================================
	about three
====================================================================

***/

.about-three {
    position: relative;
    padding-bottom: 100px;
}

.about-three .images-gallery {}

.about-three .image-one {
    position: absolute;
    right: 120px;
    top: 0;
}

.about-three .image-one img {
    max-width: none;
    float: right;
}

.about-three .image-two {
    position: absolute;
    right: 7px;
    top: 190px;
}

.about-three .image-three {
    position: absolute;
    right: 7px;
    bottom: 0;
}

.about-three .image-three .image-box {
    position: relative;
}

.about-three .image-three .image-box .video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.about-three .full-content .info-column {
    position: relative;
    text-align: center;
}

.about-three .full-content .info-column h3 {
    font-size: 20px;
    color: #313131;
    font-weight: 700;
    margin-top: 34px;
}

.about-three .full-content .info-column .icon {
    position: relative;
    padding: 55px 0px 40px 0px;
    transition: all 700ms ease;
    box-shadow: 0px 4px 10px 0px rgba(224, 224, 224, 0.79);
    border-top: 2px solid #B70A06;
    background: #fff;
    margin: 0px 15px;
    transition: all 700ms ease;
}

.about-three .full-content .info-column:hover .icon {
    background: #B70A06;
    transition: all 700ms ease;
}

.about-three .full-content .info-column:hover .icon span:before {
    color: #fff;
    transition: all 700ms ease;
}

.about-three .full-content .info-column .icon span {
    font-size: 60px;
}

.about-three .full-content .info-column .icon span:before {
    color: #232323;
    transition: all 700ms ease;
}

.about-three .full-content .btn-box {
    margin-top: 40px;
}

.about-three .full-content .btn-box a {
    position: relative;
    font-size: 18px;
    color: #B70A06;
    padding-left: 50px;
    transition: all 700ms ease;
    font-weight: 500;
}

.about-three .full-content .btn-box:hover a {
    color: #232323;
    transition: all 700ms ease;
}

.about-three .full-content .btn-box a:before {
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/shape/btn.png);
    content: "";
    width: 30px;
    height: 8px;
    background-repeat: no-repeat;
}

.about-three .full-content {
    padding-top: 100px;
}

.about-three .sec-title {
    margin-bottom: 40px;
}

.about-three .ripple {
    height: 79px;
    width: 79px;
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}

.about-three .right {
    margin-right: -30px;
    margin-left: 30px;
}

/*** 

====================================================================
	gallery
====================================================================

***/

.gallery {
    position: relative;
    padding: 100px 0 100px;
    background: #FAFAFA;
}

.gallery .sec-title {
    margin-bottom: 30px;
}

.gallery .filters {
    position: relative;
    margin-bottom: 50px;
}

.gallery .filters ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery .filters li {
    position: relative;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    padding: 13px 10px;
    margin: 0 5px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery .filters li.active {
    color: #B70A06;
}

.gallery .gallery-block-one {
    position: relative;
}

.gallery .gallery-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.gallery .gallery-block-one .inner-box .image {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-block-one .inner-box .image img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 100%;
}

.gallery .gallery-block-one .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery .gallery-block-one .caption-title {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    padding: 25px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
}

.gallery .gallery-block-one .inner-box:hover .caption-title {
    opacity: 1;
}

.gallery .gallery-block-one .caption-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #232323;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
    overflow: hidden;
}

.gallery .gallery-block-one .inner-box:hover .caption-title:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.gallery .gallery-block-one .caption-title h5 {
    font-size: 14px;
    font-weight: 700;
    padding-left: 40px;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gallery .gallery-block-one .inner-box:hover .caption-title h5 {
    opacity: 1;
}

.gallery .gallery-block-one .caption-title h5:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 0;
    height: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.gallery .gallery-block-one .inner-box:hover .caption-title h5:before {
    width: 30px;
}

.gallery .gallery-block-one .caption-title h3 {
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.gallery .gallery-block-one .inner-box:hover .caption-title h3 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.gallery .gallery-block-one .caption-title h3 a {
    color: #282828;
}

.gallery .gallery-block-one .caption-title .view-project {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.gallery .gallery-block-one .inner-box:hover .caption-title .view-project {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.gallery .gallery-block-one .caption-title .view-project a {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}

.gallery .view-project a span {
    color: #B70A06;
    font-size: 30px;
}

.gallery .btn-box {
    text-align: center;
    margin-top: 20px;
}

/*** 

====================================================================
	testimonial two style three
====================================================================

***/

.testimonial-two.style-three {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-two.style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(61, 99, 120, 0.74);
    z-index: -1;
}

.testimonial-two.style-three .sec-title h3 span {
    color: #fff;
}

.testimonial-two.style-three .sec-title h2 {
    color: #B70A06;
}

.testimonial-two.style-three .sec-title h2 span {
    color: #fff;
}

.testimonial-two.style-three .item h2 {
    color: #fff;
}

.testimonial-two.style-three .item h4 {
    color: #fff;
}

.testimonial-two.style-three .item p {
    color: #fff;
}

.testimonial-two.style-three .owl-nav {
    display: none;
}

/*** 

====================================================================
	whychoosus three
====================================================================

***/

.whychoosus-three {
    position: relative;
    padding: 100px 0px 90px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.whychoosus-three .auto-container {
    max-width: 1710px;
}

.whychoosus-three .sec-title h4 {
    font-size: 24px;
    color: #232323;
    line-height: 30px;
}

.whychoosus-three .sec-title h2 {
    margin-bottom: 45px;
}

.whychoosus-three .list ul {
    margin-bottom: 45px;
}

.whychoosus-three .list ul li {
    position: relative;
    font-size: 18px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 35px;
}

.whychoosus-three .list ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #B70A06;
    font-size: 18px;
}

.whychoosus-three .btn-box {}

.whychoosus-three .item {
    position: relative;
    padding: 0px 0px 0px 90px;
    margin-bottom: 60px;
}

.whychoosus-three .item .icon {
    position: absolute;
    left: 0;
    top: 25px;
}

.whychoosus-three .item .icon span {
    font-size: 60px;
    color: #B70A06;
}

.whychoosus-three .item h2 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 11px;
}

.whychoosus-three .item h2:before {
    position: absolute;
    left: 0;
    top: 22px;
    content: "";
    width: 20px;
    height: 2px;
    background: #B70A06;
}

.whychoosus-three .item h2 a {
    font-size: 30px;
    color: #232323;
    font-weight: 700;
    transition: all 700ms ease;
}

.whychoosus-three .item h2:hover a {
    color: #B70A06;
    transition: all 700ms ease;
}

.whychoosus-three .sec-title {
    margin-bottom: 40px;
}

/*** 

====================================================================
	blog style three
====================================================================

***/

.blog.style-three {
    background: #FAFAFA;
    padding-bottom: 60px;
}

.blog.style-three .inner-box:before {
    display: none;
}

.blog.style-three .inner-box:after {
    display: none;
}

.blog.style-three .inner-box .lower-content {
    text-align: left;
}

.blog.style-three .inner-box .lower-content h3 {
    padding: 0px 15px;
}

.blog.style-three .btn-box {
    margin-top: 30px;
    margin-left: 15px;
}


/*** 

====================================================================
	main footer style hree
====================================================================

***/

.main-footer.style-hree {
    background: #0E0E0E;
    padding: 100px 0px 90px 0px;
}

.main-footer.style-hree h3 {
    color: #FAFAFA;
    padding-left: 0;
}

.main-footer.style-hree h3:before {
    display: none;
}

.main-footer .links-widget ul li a {
    transition: all 700ms ease;
}

.main-footer .links-widget ul li:hover a {
    color: #B70A06;
    transition: all 700ms ease;
}

.main-footer.style-hree .widgets-section {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-footer.style-hree .number span {
    width: unset;
    height: unset;
    line-height: unset;
    background: transparent;
}

.main-footer.style-hree .number {
    margin-top: 40px;
}

.main-footer.style-hree .social-links li a span {
    background: transparent;
    border: 1px solid #FAFAFA;
}

.main-footer.style-hree .social-links li a span:hover {
    background: #B70A06;
    color: #fff;
    border: 1px solid #B70A06;
    transition: all 700ms ease;
}

.footer-bottom.style-three {
    padding: 40px 0px 40px 0px;
    margin-top: 0;
}

/*** 

====================================================================
	Page Banner Style
====================================================================

***/

.page-banner {
    position: relative;
    color: #ffffff;
    text-align: center;
    padding: 100px 0px 100px;
    z-index: 2;
}

.page-banner .anim-icons .shape-1 {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
}

.page-banner .anim-icons .shape-2 {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 1;
}

.page-banner .image-layer {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #001c2a; */
    opacity: 0.80;
}

.page-banner .auto-container {
    position: relative;
    z-index: 1;
}

.page-banner h1 {
    position: relative;
    font-size: 70px;
    font-weight: 700;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 38px;
    font-family: "Anek Latin", sans-serif;
}

.page-banner h1:before {
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    margin: 0 auto;
    background: url(../images/shape/banner-title-line-shape.png);
    content: "";
    width: 142px;
    height: 16px;
    background-repeat: no-repeat;
}

.page-banner .bread-crumb {
    position: relative;
}

.page-banner .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 11px;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
}

.page-banner .bread-crumb li:before {
    content: '-';
    position: absolute;
    right: -20px;
    width: 24px;
    top: 0px;
    text-align: center;
    line-height: 30px;
}

.page-banner .bread-crumb li:first-child {
    margin-left: 0px;
}

.page-banner .bread-crumb li:last-child:before {
    display: none;
}

.page-banner .bread-crumb li a {
    color: #232323;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*** 

====================================================================
	service style two
====================================================================

***/

.service.style-two {
    margin-top: 0;
    padding-top: 100px;
}

/*** 

====================================================================
	clients two style two
====================================================================

***/

.clients.two.style-two {
    background: #FAFAFA;
}

/*** 

====================================================================
	banner section style four
====================================================================

***/

.banner-section.style-four .slide-item {
    padding: 300px 0px 200px 0px;
    background: #DC9325;
}

.banner-section.style-four .shape-1 {
    position: absolute;
    top: -345px;
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: all 5500ms ease;
}

.banner-section.style-four .active .shape-1 {
    opacity: 1;
    top: 120px;
    transition: all 5500ms ease;
}

.banner-section.style-four .shape-2 {
    position: absolute;
    top: 155px;
    left: -195px;
    z-index: 2;
    transition: all 5500ms ease;
    max-width: 1275px;
}

.banner-section.style-four .active .shape-2 {
    opacity: 1;
    left: -80px;
    transition: all 5700ms ease;
}

.banner-section.style-four .shape-3 {
    position: absolute;
    top: -67px;
    left: 180px;
    z-index: 5;
    transition: all 5700ms ease;
    width: 361px;
    height: 316px;
}

.banner-section.style-four .active .shape-3 {
    opacity: 1;
    top: 230px;
    transition: all 5700ms ease;
}

.banner-section.style-four .shape-4 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    transition: all 5700ms ease;
}

.banner-section.style-four .active .shape-4 {
    opacity: 1;
    left: 510px;
    transition: all 5700ms ease;
}

.banner-section.style-four .banner-carousel .content-box h3 {
    color: #fff;
}

.banner-section.style-four .banner-carousel .content-box h3:before {
    display: none;
}

.banner-section.style-four .banner-carousel .content-box h3 {
    padding-left: 0;
}

.banner-section.style-four .banner-carousel .content-box h1 {
    color: #fff;
}

.banner-section.style-four .banner-carousel .content-box h1 span {
    color: #fff;
}

.banner-section.style-four .banner-carousel .content-box .text {
    color: #fff;
}


.banner-section.style-four .banner-carousel .content-box h1 {
    text-shadow: 0px 5px #C55C08;
}

.banner-section.style-four .owl-theme .owl-nav .owl-prev:after {
    width: 190px;
    color: #DC9325;
}

.banner-section.style-four .owl-theme .owl-nav .owl-prev {
    left: -15px;
    width: 190px;
    border-radius: unset;
    background-color: #fff;
    transform: translateY(-3px) skew(-12deg);
    top: 355px;
}

.banner-section.style-four .owl-theme .owl-nav .owl-next:after {
    width: 190px;
    color: #DC9325;
}

.banner-section.style-four .owl-theme .owl-nav .owl-next {
    right: -15px;
    width: 190px;
    border-radius: unset;
    background-color: #fff;
    transform: translateY(-3px) skew(-12deg);
    top: 355px;
}

.banner-section.style-four .owl-theme .owl-nav .owl-prev:hover,
.banner-section.style-four .owl-theme .owl-nav .owl-next:hover {
    background-color: #C55C08;
}

.banner-section.style-four .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section.style-four .owl-theme .owl-nav .owl-next:hover:after {
    color: #fff;
}

/*** btn box two ***/

.btn-box.two .btn-style-one {
    background-color: #26272A;
    /* transform: translateY(-3px) skew(-12deg); */
}

.btn-box.two .btn-style-one .btn-title {
    padding: 15px 30px;
    box-shadow: 0 -3px 0 0 rgb(220, 147, 37) inset;
}

.btn-box.two .btn-title:before {
    background: #B70A06;
}

.btn-box.two .btn-style-one .btn-title:after {
    display: none;
}

/*** 

====================================================================
	service style four
====================================================================

***/

.service-style-four {
    position: relative;
    padding: 100px 0px 100px 0px;
    z-index: 1;
    overflow: hidden;
}

.service-style-four .bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-style-four .item {}

.service-style-four .item .image {
    position: absolute;
    left: -300px;
    top: 0;
    z-index: -1;
    opacity: 0;
    height: 100%;
    transition: all 700ms ease;
    overflow: hidden;
}

.service-style-four .image-box {
    position: relative;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #26272A;
    padding-bottom: 50px;
    overflow: hidden;
    z-index: 1;
}

.service-style-four .item:hover .image {
    left: 0;
    opacity: 1;
    transition: all 700ms ease;
}

.service-style-four .item .image img {}

.service-style-four .item .icon {
    width: 111px;
    height: 111px;
    line-height: 111px;
    background: #26272A;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 40px;
    margin-bottom: 22px;
}

.service-style-four .item .icon span {
    font-size: 60px;
    color: #fff;
}

.service-style-four .item h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: "Anek Latin", sans-serif;
    margin-bottom: 27px;
}

.service-style-four .item h2 a {
    color: #232323;
}

.service-style-four .item p {
    margin-bottom: 15px;
}

.service-style-four .text a {}

.service-style-four .btn-box.two {
    position: relative;
    top: -30px;
    text-align: center;
    z-index: 1;
}

.service-style-four .btn-box.two .btn-style-one .btn-title {
    padding: 15px 50px;
}

.service-style-four .text {
    margin-top: 20px;
    text-align: center;
}

.service-style-four .text p {
    font-weight: 700;
}

.service-style-four .text a {
    color: #DE9B37;
}

.service-style-four .shape-1 {
    position: absolute;
    top: 110px;
    right: 0;
    z-index: -1;
    transition: all 700ms ease;
}

.service-style-four .shape-2 {
    position: absolute;
    bottom: -260px;
    right: 0;
    z-index: 1;
    transition: all 700ms ease;
}

/*** 

====================================================================
	about style four
====================================================================

***/

.about-style-four {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.about-style-four .shape-1 {
    position: absolute;
    top: 110px;
    left: 0;
    z-index: -1;
    transition: all 700ms ease;
}

.about-style-four .shape-2 {
    position: absolute;
    bottom: 140px;
    right: 0;
    z-index: 1;
    transition: all 700ms ease;
}

.about-style-four .sec-title-two {
    padding-top: 200px;
    padding-bottom: 140px;
}

.about-style-four .btn-box {
    margin-top: 40px;
}

.about-style-four .image {
    position: relative;
    left: 30px;
}

.about-style-four .image img {
    max-width: unset;
    float: left;
}

/*** 

====================================================================
	funfact style four
====================================================================

***/

.funfact-style-four {
    position: relative;
    padding: 116px 0px 100px 0px;
}

.funfact-style-four .inner {}

.funfact-style-four .inner .content {
    text-align: center;
}

.funfact-style-four .inner .content .icon {}

.funfact-style-four .inner .content .icon span {
    font-size: 60px;
    color: #E49F37;
}

.funfact-style-four .inner .content .count-outer {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    vertical-align: middle;
    background-color: #E49F37;
    padding: 15px 35px;
    transform: translateY(-3px) skew(-12deg);
    margin-top: 40px;
}

.funfact-style-four .inner .content .count-outer span {
    font-size: 24px;
    color: #B70A06;
    font-weight: 700;
}

.funfact-style-four .inner .content .count-outer .counter-title {
    font-size: 24px;
    color: #FAFAFA;
    display: inline-block;
    font-weight: 700;
}

/*** 

====================================================================
	testimonials style four
====================================================================

***/

.testimonials-style-four {
    position: relative;
    padding: 100px 0px 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-style-four .sec-title-two h2 {
    color: #fff;
}

.testimonials-style-four .item {
    position: relative;
    z-index: 1;
    padding: 87px 40px 40px 267px;
    margin: 40px 0px 100px 70px;
}

.testimonials-style-four .item:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 972px;
    height: 272px;
    content: "";
    background: #26272A;
    transform: translateY(-3px) skew(-12deg);
    box-shadow: 0 -3px 0 0 #262628 inset;
}

.testimonials-style-four .item .thumb-image {
    position: absolute;
    left: 50px;
    top: 50px;
}

.testimonials-style-four .item .thumb-image img {}

.testimonials-style-four .item h4 {
    position: absolute;
    left: 2px;
    bottom: -85px;
    font-size: 24px;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    vertical-align: middle;
    background-color: #E49F37;
    padding: 15px 35px;
    transform: translateY(-3px) skew(-12deg);
    margin-top: 40px;
}

.testimonials-style-four .item p {
    color: #A9A9A9;
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    font-family: "Anek Latin", sans-serif;
    letter-spacing: .10px;
}

.testimonials-style-four .item .icon {
    position: absolute;
    right: 160px;
    top: -35px;
}

.testimonials-style-four .item .icon span {
    font-size: 30px;
    color: #FAFAFA;
    background: #B70A06;
    padding: 15px 48px;
    transform: translateY(-3px) skew(-12deg);
}

.testimonials-style-four .item .ratting {
    position: absolute;
    right: 230px;
    bottom: -26px;
}

.testimonials-style-four .item .ratting li {
    display: inline-block;
    margin: 0px 3px;
}

.testimonials-style-four .item .ratting li i {
    font-size: 18px;
    color: #F4B14C;
}

/* owl-nav */
.testimonials-style-four .owl-carousel .owl-nav.disabled,
.testimonial-two .owl-carousel .owl-dots.disabled {
    display: block;
}

.testimonials-style-four .owl-nav {
    text-align: center;
}

.testimonials-style-four .owl-nav .owl-prev,
.testimonials-style-four .owl-nav .owl-next {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #F3F8FD !important;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
    transition: all 300ms ease;
    margin-top: 20px;
}

.testimonials-style-four .owl-nav .owl-prev {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}

.testimonials-style-four .owl-nav .owl-prev span {
    color: #B70A06;
    font-size: 32px;
}

.testimonials-style-four .owl-nav .owl-next span {
    color: #B70A06;
    font-size: 32px;
}

.testimonials-style-four .owl-nav .owl-next {
    position: relative;
    right: 0px;
    left: 0;
    top: 0px;
}

.testimonials-style-four .owl-nav .owl-prev:hover,
.testimonials-style-four .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #E49F37 !important;
    transition: all 300ms ease;
}

.testimonials-style-four .owl-nav .owl-prev:hover span,
.testimonials-style-four .owl-nav .owl-next:hover span {
    color: #ffffff;
    transition: all 300ms ease;
}

.testimonials-style-four .owl-dots {
    display: none;
}

/*** 

====================================================================
	history tab
====================================================================

***/

.history-tab {
    position: relative;
    background: #F4B14C;
    overflow: hidden;
}

.history-tab .auto-container {
    max-width: 100%;
    padding: 0;
}

.history-tab .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.history-tab .left-column {
    position: relative;
    width: 50%;
    padding: 220px 70px 0px 155px;
    z-index: 1;
}

.history-tab .left-column .shape-1 {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transition: all 700ms ease;
}

.history-tab .left-column .shape-2 {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: -1;
    transition: all 700ms ease;
}

.history-tab .content-box {}

.history-tab .tab-btn-style-one {
    display: block;
    position: absolute;
    right: -245px;
    top: 282px;
    border: unset;
}

.history-tab .nav-tabs .nav-item {
    display: block;
    margin-bottom: 20px;
}

.history-tab .nav-tabs .nav-item:nth-child(2) {
    position: relative;
    left: -20px;
}

.history-tab .nav-tabs .nav-item:nth-child(3) {
    position: relative;
    left: -40px;
}

.history-tab .nav-tabs .nav-item:nth-child(4) {
    position: relative;
    left: -60px;
}

.history-tab .tab-btn-style-one .nav-item .nav-link.active {}

.history-tab .right-column {
    position: relative;
    width: 50%;
}

.history-tab .nav-tabs .nav-link {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #FAFAFA;
    background-color: #E49F37;
    padding: 20px 50px;
    border: unset;
    width: 264px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-3px) skew(-12deg);
    border-radius: unset;
}

.history-tab .nav-tabs .nav-link:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background: #B70A06;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 700ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.history-tab .nav-tabs .nav-link:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.history-tab .sec-title-two h2 {
    color: #232323;
}

.history-tab .sec-title-two h2 span {
    color: #B70A06;
}

.history-tab .sec-title-two p {
    margin-top: 32px;
    font-size: 24px;
    color: #FAFAFA;
    line-height: 36px;
    font-style: italic;
}

.history-tab .btn-box.two {
    margin-top: 70px;
}

.history-tab .btn-style-one {
    font-size: 18px;
}

.history-tab .btn-box.two .btn-style-one .btn-title {
    padding: 20px 50px;
}

/*** 

====================================================================
	pricing
====================================================================

***/

.pricing {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.pricing .pricing-table {}

.pricing .inner-box {}

.pricing .inner-box h2 {
    position: relative;
    left: 9px;
    top: 3px;
    background: #E49F37;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0px;
    transform: translateY(-3px) skew(-12deg);
    transition: all 700ms ease;
}

.pricing .inner-box:hover h2 {
    background: #B70A06;
    transition: all 700ms ease;
}

.pricing .inner-box .price-box {
    position: relative;
    background: #EDEDED;
    padding: 30px 30px 20px 30px;
    transition: all 700ms ease;
}

.pricing .inner-box:hover .price-box {
    background: #E49F37;
    transition: all 700ms ease;
}

.pricing .inner-box .price-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: unset;
    height: 2px;
    background: #fff;
    margin: 0px 30px;
}

.pricing .inner-box .price-box .price {
    position: relative;
    font-size: 24px;
    color: #fff;
    z-index: 1;
    height: 74px;
    width: 74px;
    line-height: 74px;
    text-align: center;
    display: inline-block;
}

.pricing .inner-box .price-box .price:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 74px;
    width: 74px;
    content: "";
    background: url(../images/shape/pricing-price-shape.png);
}

.pricing .inner-box .price-box .price sup {
    font-size: 24px;
    top: 0;
}

.pricing .inner-box .price-box .title {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 10px;
}

.pricing .inner-box .price-box h4 {
    font-size: 18px;
    color: #505050;
}

.pricing .inner-box .price-box h3 {
    font-size: 24px;
    color: #505050;
    font-weight: 700;
}

.pricing .inner-box .table-content {
    position: relative;
    background: #EDEDED;
    padding: 30px 30px 90px 30px;
    transition: all 700ms ease;
}

.pricing .inner-box:hover .table-content {
    background: #E49F37;
    transition: all 700ms ease;
}

.pricing .inner-box .table-content:before {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    content: "";
    width: unset;
    height: 2px;
    background: #fff;
    margin: 0px 30px;
}

.pricing .inner-box .table-content ul {
    padding: 0px 0px 0px 0px;
}

.pricing .inner-box .table-content ul li {
    font-size: 18px;
    color: #505050;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing .inner-box .table-content ul li:last-child {
    margin-bottom: 0px;
}

.pricing .inner-box .btn-box {
    text-align: center;
    margin-top: -25px;
}

.pricing .inner-box:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.pricing .btn-box.two .btn-title:before {
    background: #B70A06;
}

/*** 

====================================================================
	clients style four
====================================================================

***/

.clients.style-four {
    background: #26272A;
    padding: 100px 0px 90px 0px;
    margin-top: 0;
}

.clients.style-four .owl-theme .owl-nav .owl-prev:before,
.clients.style-four .owl-theme .owl-nav .owl-next:before {
    color: #fff;
}

.clients.style-four .owl-theme .owl-nav .owl-prev:hover:before,
.clients.style-four .owl-theme .owl-nav .owl-next:hover:before {
    color: #E1455D;
    transition: all 300ms ease;
}

/*** 

====================================================================
	blog style four
====================================================================

***/

.blog.style-four {
    background: #FAFAFA;
    padding-bottom: 60px;
    background-repeat: no-repeat;
}

.blog.style-four .inner-box .lower-content {
    margin-top: 0;
    text-align: unset;
    background: #fff;
    padding: 30px 40px 30px 40px;
}

.blog.style-four .inner-box .lower-content h3 {
    padding: 0;
}

.blog.style-four .inner-box .lower-content .post-meta li {
    margin: 0;
    margin-right: 40px;
}

.blog.style-four .btn-box.two {
    position: relative;
    margin-bottom: -60px;
    margin-top: 40px;
}

.blog.style-four .inner-box .lower-content h3 {
    margin-top: 22px;
}

.blog.style-four .inner-box .lower-content h3 a:hover {
    color: #E49F37;
    transition: all 700ms ease;
}

.blog.style-four .inner-box {
    margin: 0px 15px 40px 15px;
}

.blog.style-four .owl-nav .owl-prev:hover,
.blog.style-four .blog .owl-nav .owl-next:hover {
    background: #E49F37 !important;
}

/*** 

====================================================================
	main footer style four
====================================================================

***/

.main-footer.style-four {
    background: #26272A;
}

.main-footer.style-four .list-address li i {
    color: #E49F37;
}

.main-footer.style-four .list-address .line:before {
    background: #E49F37;
}

.main-footer.style-four .number span {
    background: #E49F37;
}

.main-footer.style-four h3 {
    color: #E49F37;
}

.main-footer.style-four h3:before {
    background: url(../images/shape/footer-line-shape-2.png);
}

.main-footer.style-four .links-widget ul li:hover a {
    color: #E49F37;
}

.main-footer.style-four .social-links li a span {
    background: transparent;
    color: #BDBDBD;
}

.main-footer.style-four .social-links li:hover a span {
    color: #E49F37;
}

.main-footer.style-four .widgets-section {
    border-bottom: 1px solid #E49F37;
    margin-bottom: 80px;
}

.main-footer.style-four .subscribe {
    margin: 0px 300px;
}

.main-footer.style-four .subscribe .form-group button {
    right: 0;
    top: -5px;
    background: #E49F37;
    color: #fff;
    padding: 28px 48px;
    width: 211px;
    height: 85px;
    transform: translateY(-3px) skew(-12deg);
}

/*** 

====================================================================
	footer bottom style four
====================================================================

***/

.footer-bottom.style-four .text p {
    color: #FFFFFF;
    font-size: 18px;
}

.footer-bottom.style-four .text p span {
    color: #E49F37;
}

.footer-bottom.style-four .copyright span {
    color: #E49F37;
}

.footer-bottom.style-four {
    background: #E49F37;
    padding: 50px 0px 40px 0px;
    text-align: unset;
    margin-top: 0;
}

.footer-bottom.style-four .auto-container {
    max-width: 1760px;
    background: #0A3247;
    padding: 30px 310px;
    transform: translateY(-3px) skew(-12deg);
}

.footer-bottom.style-four .copyright p {
    text-align: right;
}

/*** 

====================================================================
	history style two
====================================================================

***/

.history-style-two {
    position: relative;
    padding: 100px 0px 80px 0px;
}

.history-style-two .content {}

.history-style-two .content .title-box {
    position: relative;
    padding: 0px 0px 0px 95px;
    margin-bottom: 36px;
}

.history-style-two .content .icon {
    position: absolute;
    left: 0;
    top: 20px;
}

.history-style-two .content .icon span {
    color: #B70A06;
    font-size: 60px;
}

.history-style-two .content h3 {
    position: relative;
    font-size: 18px;
    color: #232323;
    padding-left: 60px;
}

.history-style-two .content h3 span {
    color: #B70A06;
}

.history-style-two .content h3:before {
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../images/shape/history-line-shape.png);
    content: "";
    width: 100px;
    height: 10px;
    background-repeat: no-repeat;
}

.history-style-two .content h2 {
    font-size: 30px;
    color: #232323;
    font-weight: 700;
    line-height: 34px;
    font-family: "Anek Latin", sans-serif;
    margin-top: 14px;
}

.history-style-two .content p {
    margin-bottom: 20px;
}

/*** 

====================================================================
	team style two
====================================================================

***/

.team.style-two {
    padding: 240px 0px 90px 0px;
    margin-top: -170px;
}

/*** 

====================================================================
	blog two style two
====================================================================

***/

.blog-two.style-two {
    padding-bottom: 60px;
}

.blog-two.style-two .inner-box {
    margin-bottom: 40px;
}

/*** 

====================================================================
	contact info style two
====================================================================

***/

.contact-info.style-two {
    margin-bottom: 0;
    padding-bottom: 80px;
}

/*** 

====================================================================
	map
====================================================================

***/

.map-two {
    margin-bottom: -70px;
}

.map-two .map-column {
    margin-left: -15px;
    margin-right: -15px;
}

.map-two .map-canvas {
    position: relative;
    height: 770px;
}

.map-two .auto-container {
    max-width: 1920px;
}

/*** 

====================================================================
	service details
====================================================================

***/

.service-details {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.service-details .shape-1 {
    position: absolute;
    top: 600px;
    left: 85px;
    z-index: -1;
    transition: all 700ms ease;
}

.service-details .shape-2 {
    position: absolute;
    top: 950px;
    right: 0;
    z-index: -1;
    transition: all 700ms ease;
}

.service-details .image-box {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 125px;
}

.service-details .image-box:before {
    position: absolute;
    left: 0;
    top: 65px;
    background-color: rgb(250, 250, 250);
    box-shadow: 0px 7px 10px 0px rgba(204, 204, 204, 0.46);
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.service-details .image-box img {
    border-top: 4px solid #B70A06;
}

.service-details .content {
    position: relative;
}

.service-details .content .title-box {
    position: relative;
    padding: 0px 0px 0px 95px;
    margin-bottom: 36px;
}

.service-details .content .icon {
    position: absolute;
    left: 0;
    top: 20px;
}

.service-details .content .icon span {
    color: #B70A06;
    font-size: 60px;
}

.service-details .content h3 {
    position: relative;
    font-size: 18px;
    color: #232323;
    padding-left: 60px;
}

.service-details .content h3 span {
    color: #B70A06;
}

.service-details .content h3:before {
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../images/shape/history-line-shape.png);
    content: "";
    width: 100px;
    height: 10px;
    background-repeat: no-repeat;
}

.service-details .content h2 {
    font-size: 30px;
    color: #232323;
    font-weight: 700;
    line-height: 34px;
    font-family: "Anek Latin", sans-serif;
    margin-top: 14px;
}

.service-details .content p {
    margin-bottom: 20px;
}

.service-details .date {
    position: absolute;
    right: 0;
    top: 0;
}

.service-details .date h4 {
    font-size: 16px;
    color: #232323;
    background: #FAFAFA;
    padding: 10px 10px;
}

/*** count testimonials ***/

/* Progress Block */

.count-testimonials {
    margin-top: 42px;
}

.count-testimonials .progress-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
    text-align: center;
}

.count-testimonials .progress-block .inner-box {
    position: relative;
}

.count-testimonials .progress-block .graph-outer {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.count-testimonials .progress-block .graph-outer:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: 0 auto;
    font-size: 20px;
    color: #FF1D61;
    font-weight: 700;
    content: "\f103";
    font-family: 'Font Awesome 5 Pro';
}

.count-testimonials .progress-block .graph-outer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid transparent;
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

.count-testimonials .progress-block canvas {
    position: relative;
}

.count-testimonials .progress-block .counter-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #313131;
    margin-top: 30px;
    display: inline-block;
}

.count-testimonials .progress-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -4px;
    font-size: 16px;
    color: #B70A06;
    font-weight: 700;
    line-height: 1.4em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.count-testimonials .progress-block .graph-outer .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1.2em;
    color: #B70A06;
    font-weight: 700;
}

.count-testimonials .progress-block .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 5px;
}

.count-testimonials .progress-block .icon span {
    color: #B70A06;
    transition: all 700ms ease;
    font-size: 60px;
}

.count-testimonials .progress-block .inner-text {
    color: #B70A06;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
}

/* testimonials */

.count-testimonials .testimonials {
    background: #FAFAFA;
    font-style: italic;
    margin-bottom: 30px;
}

.count-testimonials .testimonials .item {
    padding: 25px 25px 25px 25px;
}

.count-testimonials .testimonials .item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    font-family: "Anek Latin", sans-serif;
    margin-bottom: 12px;
}

.count-testimonials .testimonials .item p {
    font-weight: 500;
}

.count-testimonials .testimonials .item p span {
    color: #B70A06;
}

.count-testimonials .testimonials .item .icon {
    position: absolute;
    right: 25px;
    top: 20px;
}

.count-testimonials .testimonials .item .icon span {
    font-size: 30px;
    color: #232323;
}

.count-testimonials .owl-nav,
.owl-dots {
    display: none;
}

/* content two */

.service-details .content-two {}

.service-details .content-two h3 {
    position: relative;
    font-size: 18px;
    color: #565656;
    font-weight: 700;
    line-height: 30px;
    font-family: "Anek Latin", sans-serif;
    letter-spacing: .25px;
    margin-bottom: 70px;
}

.service-details .content-two h3:before {
    position: absolute;
    left: 0;
    bottom: -55px;
    background: url(../images/shape/sec-titleline.png);
    content: "";
    width: 100px;
    height: 25px;
    background-repeat: no-repeat;
}

.service-details .content-two p {
    margin-bottom: 20px;
}

.service-details .content-two .btn-box {
    margin-top: 45px;
}

/*** 

====================================================================
	features three style two
====================================================================

***/

.features-three.style-two {
    background: #FAFAFA;
    z-index: 1;
}

/*** 

====================================================================
	about style five
====================================================================

***/

.about.style-five {
    position: relative;
    padding: 100px 0px 100px 0px;
    margin-bottom: 0;
}

.about.style-five .sec-title {
    margin-bottom: 0;
}

.about.style-five .sec-title p {
    margin-bottom: 30px;
}

.about.style-five .btn {}

.about.style-five .btn a {
    font-size: 18px;
    color: #B70A06;
}

/*** 

====================================================================
	faq
====================================================================

***/

.faq {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.faq .content h2 {
    position: relative;
    font-size: 24px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 37px;
    font-family: "Anek Latin", sans-serif;
}

.faq .content h2:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url(../images/shape/sec-titleline.png);
    content: "";
    width: 100px;
    height: 25px;
    background-repeat: no-repeat;
}

/*** nav tabs ***/

.faq .tab-btn-style-one {
    position: relative;
    right: 0;
    top: 0;
    border: unset;
    margin-bottom: 44px;
}

.faq .nav-tabs .nav-item {
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
}

.faq .nav-tabs .nav-item span {
    font-size: 60px;
    color: #B70A06;
    display: block;
    margin-bottom: 25px;
}

.faq .nav-tabs .nav-link {
    position: relative;
    font-size: 16px;
    color: #212121;
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
    border-radius: unset;
    border-color: #fff;
    width: 197px;
    height: 127px;
    border: 1px solid #B70A06;
    text-align: center;
    padding: 30px 0px 0px 0px;
    display: block;
    font-weight: 500;
}

.faq .tab-btn-style-one .nav-item .nav-link.active,
.faq .tab-btn-style-one .nav-item .nav-link.active span {
    box-shadow: 0px 18px 29px 0px rgba(236, 71, 96, 0.4);
    background-color: #B70A06;
    color: #fff;
}

/*** accordion box ***/

.faq .accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.faq .accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 0;
}

.faq .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.faq .accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    padding: 15px 20px 15px 0px;
    transition: all 900ms ease;
    background: transparent;
}

.faq .accordion-box .block .acc-btn.active:before {
    height: 0;
    opacity: 0;
    transition: all 1500ms ease;
}

.faq .accordion-box .block .icon-outer {
    position: absolute;
    right: 30px;
    top: 33px;
    font-size: 25px;
    color: #161616;
    transition: all 900ms ease;
}

.faq .accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
    color: #B70A06;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-weight: 400;
}

.faq .accordion-box .block .icon-outer .icon_plus {
    opacity: 1;
}

.faq .accordion-box .block .icon-outer .icon_minus {
    opacity: 0;
    color: #B70A06;
    font-weight: 400;
}

.faq .accordion-box .block .acc-btn.active .icon-outer .icon_minus {
    opacity: 1;
}

.faq .accordion-box .block .acc-btn.active .icon-outer .icon_plus {
    opacity: 0;
}

.faq .accordion-box .block .acc-btn.active .icon-outer {
    color: #0eaf96;
}

.faq .accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 14px 20px 11px 0px;
}

.faq .accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.faq .accordion-box .block .acc-content.current {
    display: block;
}

.faq .accordion-box .block .content {
    position: relative;
    font-size: 16px;
}

.faq .accordion-box .block .content .text {}

.faq .btn-box {
    margin-top: 20px;
}

.faq .btn-box a {}

.faq .btn-title:before {
    background: #232323;
}

.faq .btn-style-one .btn-title:after {
    position: absolute;
    right: 25px;
    top: 11px;
    font-size: 16px;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
}

.faq .btn-style-one .btn-title {
    padding: 11px 50px 11px 35px;
}

/* faq sidebar */

.faq .faq-sidebar {
    background: #FAFAFA;
    padding: 30px 30px 30px 30px;
}

.faq .faq-sidebar .call {}

.faq .faq-sidebar .call h2 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700;
    background: #B70A06;
    text-align: center;
    padding: 12px 0px;
    font-family: "Anek Latin", sans-serif;
}

.faq .faq-sidebar .call h3 {
    font-size: 24px;
    color: #212121;
    text-align: center;
    padding: 13px 0px;
    font-family: "Anek Latin", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq .faq-sidebar .contact {}

.faq .faq-sidebar .contact h2 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700;
    background: #B70A06;
    text-align: center;
    padding: 12px 0px;
    font-family: "Anek Latin", sans-serif;
    margin-bottom: 30px;
}

.faq .contact .form-group {
    position: relative;
    margin-bottom: 20px;
}

.faq .contact .form-group input {
    background: #FFFFFF;
    width: 100%;
    height: 55px;
    padding: 0px 20px 0px 20px;
}

.faq .contact .form-group textarea {
    background: #FFFFFF;
    width: 100%;
    height: 139px;
    padding: 20px 20px 0px 20px;
}

.faq .contact .form-group input::placeholder,
.faq .contact .form-group textarea::placeholder {
    color: #BEBEBE;
    font-size: 14px;
}

.faq .contact .btn-style-one {
    width: 100%;
}

.faq .contact .btn-style-one {
    background: #232323;
}

.faq .contact .btn-style-one .btn-title:after {
    display: none;
}

.faq .contact .btn-style-one .btn-title {
    padding: 11px 20px 11px 20px;
    text-align: center;
}

.faq .contact .btn-title:before {
    background: #B70A06;
}

/*** 

====================================================================
	register or login
====================================================================

***/

.register-or-login {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.register-or-login .login-form .title-two {
    padding: 10px 0px 10px 0px;
    background: #B70A06;
    text-align: center;
}

.register-or-login .login-form .title-two h2 {
    font-size: 30px;
    color: #FFF;
}

.register-or-login .login-form form {
    box-shadow: 0px 0px 30px 0px rgba(206, 206, 206, 0.35);
    padding: 65px 40px 40px 40px;
}

.register-or-login .login-form .form-group .title {}

.register-or-login .login-form .form-group .title h3 {
    font-size: 18px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 7px;
}

.register-or-login .login-form .form-group input {
    border: 1px solid #EBEBEB;
    width: 100%;
    height: 48px;
    padding: 0px 20px;
}

.register-or-login .login-form .form-group .form-group {
    margin: 5px 0 20px 0;
    position: relative;
}

.register-or-login .login-form .form-group .main-checkbox {
    width: 20px;
    height: 20px;
    background: transparent;
    float: left;
    margin: 0px 0px 0px 0px;
    border: 2px solid #5A7DFF;
    position: relative;
}

.register-or-login .login-form .form-group .text {
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    margin-left: 7px;
    line-height: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}

.register-or-login .login-form .form-group .main-checkbox input[type=checkbox] {
    visibility: hidden;
}

.register-or-login .login-form .form-group .main-checkbox label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 99;
}

.register-or-login .login-form .form-group .main-checkbox label:after {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 3px;
    border: 3px solid #5A7DFF;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.register-or-login .login-form .form-group .main-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.register-or-login .login-form .forgot-pass {
    margin: 0;
}

.register-or-login .login-form .forgot-pass .btn:hover {
    color: #FF4354;
}

.register-or-login .login-form .forgot-pass .btn {
    background: transparent;
    color: #272727;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 0px;
    margin-top: 8px;
}

.register-or-login .login-form .theme-btn:hover {
    color: #FF4354;
    transition: all 700ms ease;
}

.register-or-login .form-group.two {
    margin-top: 22px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

/* register-form */

.register-or-login .register-form {}

.register-or-login .register-form .title-two {
    padding: 10px 0px 10px 0px;
    background: #232323;
    text-align: center;
}

.register-or-login .register-form .title-two h2 {
    font-size: 30px;
    color: #FFF;
}

.register-or-login .register-form form {
    box-shadow: 0px 0px 30px 0px rgba(206, 206, 206, 0.35);
    padding: 65px 40px 40px 40px;
}

.register-or-login .register-form .form-group .title {}

.register-or-login .register-form .form-group .title h3 {
    font-size: 18px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 7px;
}

.register-or-login .register-form .form-group input {
    border: 1px solid #EBEBEB;
    width: 100%;
    height: 48px;
    padding: 0px 20px;
}

.register-or-login .register-form .form-group .form-group {
    margin: 5px 0 20px 0;
    position: relative;
}

.register-or-login .register-form .form-group .main-checkbox-two {
    width: 20px;
    height: 20px;
    background: transparent;
    float: left;
    margin: 0px 0px 0px 0px;
    border: 2px solid #5A7DFF;
    position: relative;
}

.register-or-login .register-form .form-group .text {
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    line-height: 20px;
    padding-top: 0;
    text-transform: capitalize;
    margin-left: 30px;
}

.register-or-login .register-form .form-group .text span {
    color: #FF007A;
}

.register-or-login .register-form .form-group .main-checkbox-two input[type=checkbox] {
    visibility: hidden;
}

.register-or-login .register-form .form-group .main-checkbox-two label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 99;
}

.register-or-login .register-form .form-group .main-checkbox-two label:after {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 3px;
    border: 3px solid #5A7DFF;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.register-or-login .register-form .form-group.two .main-checkbox-two input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.register-or-login .register-form .forgot-pass {
    margin: 0;
}

.register-or-login .register-form .forgot-pass .btn:hover {
    color: #FF4354;
}

.register-or-login .register-form .forgot-pass .btn {
    background: transparent;
    color: #272727;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 0px;
    margin-top: 8px;
}

.register-or-login .register-form .form-group.two {
    margin-top: 22px;
}

.register-or-login .shape-1 {
    position: absolute;
    top: 65px;
    right: -115px;
}

.register-or-login .shape-2 {
    position: absolute;
    top: 115px;
    left: 65px;
}

.register-or-login .shape-4 {
    position: absolute;
    top: 185px;
    right: 28%;
}

.register-or-login .btn-style-one {
    margin-top: 30px;
}

/*** 

====================================================================
	sidebar page container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0px 70px 0px;
}

.sidebar-page-container .inner-box {}

.sidebar-page-container .inner-box .image {}

.sidebar-page-container .inner-box .image img {}

.sidebar-page-container .inner-box .post-meta {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar-page-container .inner-box .post-meta li {
    display: inline-block;
    margin-right: 40px;
}

.sidebar-page-container .inner-box .post-meta li a {
    font-size: 16px;
    color: #7F7F7F;
}

.sidebar-page-container .inner-box .post-meta li a i {
    margin-right: 10px;
}

.sidebar-page-container .inner-box h2 {
    font-size: 36px;
    color: #383838;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-page-container .inner-box p {
    margin-bottom: 20px;
}

.sidebar-page-container .inner-box .bold-text {
    margin-bottom: 20px;
    padding-left: 40px;
}

.sidebar-page-container .inner-box .bold-text ul {}

.sidebar-page-container .inner-box .bold-text ul li {
    font-size: 18px;
    color: #565656;
    font-weight: 700;
    margin-bottom: 10px;
}

.sidebar-page-container .inner-box blockquote {
    background: #F0F0F0;
    padding: 25px 30px 25px 35px;
    font-style: italic;
    font-size: 16px;
    color: #858585;
    border-left: 3px solid #B70A06;
}

/* Progress Block */

.sidebar-page-container .progress-box {
    background: #FAFAFA;
    padding: 30px 100px 30px 100px;
    margin-bottom: 20px;
}

.sidebar-page-container .progress-block {
    position: relative;
    margin-bottom: 0;
    z-index: 10;
    text-align: center;
}

.sidebar-page-container .progress-block .inner-box {
    position: relative;
}

.sidebar-page-container .progress-block .graph-outer {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.sidebar-page-container .progress-block .graph-outer:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: 0 auto;
    font-size: 20px;
    color: #FF1D61;
    font-weight: 700;
    content: "\f103";
    font-family: 'Font Awesome 5 Pro';
}

.sidebar-page-container .progress-block .graph-outer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid transparent;
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

.sidebar-page-container .progress-block canvas {
    position: relative;
}

.sidebar-page-container .progress-block .counter-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #313131;
    margin-top: 30px;
    display: inline-block;
}

.sidebar-page-container .progress-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -4px;
    font-size: 16px;
    color: #B70A06;
    font-weight: 700;
    line-height: 1.4em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-page-container .progress-block .graph-outer .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1.2em;
    color: #B70A06;
    font-weight: 700;
}

.sidebar-page-container .progress-block .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 5px;
}

.sidebar-page-container .progress-block .icon span {
    color: #B70A06;
    transition: all 700ms ease;
    font-size: 60px;
}

.sidebar-page-container .progress-block .inner-text {
    color: #B70A06;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
}

.sidebar-page-container .content .btn-box {
    margin-top: 0;
}

.sidebar-page-container .content .btn-box a {
    position: relative;
    font-size: 18px;
    color: #B70A06;
    padding-left: 50px;
    transition: all 700ms ease;
    font-weight: 500;
}

.sidebar-page-container .content .btn-box:hover a {
    color: #232323;
    transition: all 700ms ease;
}

.sidebar-page-container .content .btn-box a:before {
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/shape/btn.png);
    content: "";
    width: 30px;
    height: 8px;
    background-repeat: no-repeat;
}

.sidebar-page-container .text-block {}

.sidebar-page-container .text-block .item {}

.sidebar-page-container .text-block .item h3 {
    font-size: 20px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 15px;
}

.sidebar-page-container .text-block .item p {}

/*sidebar widget*/

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
    border-top: 3px solid #B70A06;
    box-shadow: 0px 0px 24px 0px hsl(0, 0%, 93%);
    padding: 40px 20px 40px 20px;
}

.sidebar-widget .sidebar-title {}

.sidebar-widget .sidebar-title h3 {
    position: relative;
    font-size: 18px;
    color: #636363;
    font-weight: 800;
    margin-bottom: 30px;
    font-family: "Anek Latin", sans-serif;
}

.sidebar-widget .sidebar-title h3:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #B70A06;
    content: "";
    width: 70px;
    height: 2px;
    background-repeat: no-repeat;
}

.sidebar .sidebar-widget {}

.sidebar .sidebar-widget ul {}

.sidebar .sidebar-widget ul li {
    border-bottom: 2px solid #EFEFEF;
    padding: 0px 0px 0px 15px;
    line-height: 48px;
}

.sidebar .sidebar-widget ul li a {
    color: #6D7A8C;
}


/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
    border-top: none;
    box-shadow: none;
    padding: 0;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    padding: 15px 50px 15px 30px;
    border: 1px solid #f7f7fa;
    background: #232323;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 74px;
    color: #fff;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
    color: #666666;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 1px;
    height: 72px;
    width: 74px;
    display: block;
    font-size: 20px;
    line-height: 74px;
    background: #B70A06;
    border-radius: 0px 5px 4px 0px;
    z-index: 9;
    cursor: pointer;
    color: #fff;
}

/* categories */

.sidebar .categories {}

/* adds */

.sidebar .adds {
    padding: 0;
    border: none;
}

.sidebar .adds .image {
    position: relative;
}

.sidebar .adds .image img {}

.sidebar .adds .image .btn-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.sidebar .adds .image .btn-box a {
    color: #FFFFFF;
    font-size: 24px;
    border: 2px solid #fff;
    padding: 15px 45px;
}

/* gallery */

.sidebar .gallery {}

.sidebar .gallery .item {
    margin-top: 10px;
}

.sidebar .gallery .owl-nav {
    display: none;
}

.sidebar .gallery .owl-dots {
    position: relative;
    display: block !important;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.sidebar .gallery .owl-dot {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 7px;
    margin: 0 2px;
    background-color: #3C3C3C;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 15px;
}

.sidebar .gallery .owl-dot:hover,
.sidebar .gallery .owl-dot.active {
    background-color: #FF1D63;
}

/*** 

====================================================================
	comments reply
====================================================================

***/

.comments-reply {
    position: relative;
    background: #FAFAFA;
    padding: 100px 0px 100px 0px;
}

.comments-reply .comments-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.comments-reply .comments-area .group-title {}

.comments-reply .comments-area .group-title h3 {
    font-size: 30px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 60px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box.comment-reply {
    margin-left: 70px;
    margin-bottom: 20px;
}

.comments-area .comment-box.comment-reply .comment {
    background: #F7F7F7;
    border-top: 2px solid #B70A06;
}

.comments-area .comment-box:last-child {
    border-top: 1px solid #E6E6E6;
    padding-top: 40px;
}

.comments-area .comment-box:hover {
    border-color: #eb5310;
}

.comments-area .comment-box.reply-comment {
    margin-left: 50px;
}

.comments-area .comment {
    position: relative;
    font-size: 14px;
    box-shadow: 0px 0px 32px 0px rgba(241, 241, 241, 0.57);
    background: #fff;
    padding: 30px 30px 20px 145px;
}

.comments-area .comment .comment-inner {
    position: relative;
}

.comments-area .comment .comment-inner .text {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 20px;
    top: 25px;
    overflow: hidden;
    margin-right: 30px;
}

.comments-area .comment-box .author-thumb img {
    width: 100px;
    display: block;
    border-radius: 50%;
}

.comments-area .comment-info {
    position: relative;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.comments-area .comment-info h5 {
    font-size: 18px;
    font-weight: 700;
}

.comments-area .comment-info a {
    position: relative;
    color: #1e1e29;
}

.comments-area .date {
    font-size: 12px;
    color: #858585;
    margin-bottom: 20px;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    top: -15px;
    right: -20px;
    color: #FF1D63;
    padding: 5px 15px;
    font-size: 16px;
}

.comments-area .comment-box .reply-btn span {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 5px;
}

.comments-area .comment-box .reply-btn:hover span {
    opacity: 1;
}

/*** contact form ***/

.comments-reply .comment-form {
    padding-top: 50px;
}

.comments-reply .comment-form .group-title {}

.comments-reply .comment-form .group-title h3 {
    font-size: 30px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 60px;
}

.comments-reply .comment-form .contact-form {}

.comments-reply .comment-form .contact-form .form-group {}

.comments-reply .comment-form .contact-form textarea {
    width: 100%;
    height: 204px;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
}

.comments-reply .comment-form .contact-form input {
    height: 62px;
    width: 100%;
    padding: 0px 20px 0px 20px;
    border-radius: 30px;
    border: 1px solid #CFCFCF;
}

.contact-info .contact-form .form-group input::placeholder {
    color: #636363;
    font-size: 16px;
}

.comments-reply .comment-form .contact-form .form-group .btn-style-one {
    margin-top: 40px;
}


/*** 

====================================================================
	about three about
====================================================================

***/

.about-three.about {
    padding-top: 100px;
}


/*** 

====================================================================
	RTL main footer
====================================================================

***/

#RTL.main-footer h3 {
    padding-left: 0;
    padding-right: 40px;
}

#RTL.main-footer h3:before {
    left: unset;
    right: 0;
}

#RTL.main-footer .list-address .line:before {
    right: -20px;
    left: unset;
}

#RTL.blog .inner-box .image .date {
    right: 20px;
    left: unset;
}

/*** 

====================================================================
	contact info contact
====================================================================

***/

.contact-info.contact {
    margin-bottom: 0;
}

.mr_one .banner-carousel .content-box h3 {
    color: #ffffff;
}

.mr_one .banner-carousel .content-box h1 {
    color: #ffffff;
}

.mr_one .banner-carousel .content-box .text {
    color: #b0b0b0;
}

.mr_five .about-two .images-gallery img {
    max-width: none;
    float: right;
    width: unset;
    padding-right: 0;
    /* top: -100px; */
    margin-top: 0;
}

.mr_five .about-two .images-gallery picture:before {
    position: absolute;
    content: '';
    /* left: -75px; */
    /* bottom: -40px; */
    width: 100%;
    height: 100%;
    background: url(../images/mr/shape-2.jpg) no-repeat right bottom;
    bottom: 80px;
    right: 20px;
    left: auto;
    z-index: -1;
}

.mr_five .address .item {
    position: relative;
    background: #FAFAFA;
    padding: 40px;
    /* padding: 30px 40px 30px 40px; */
    border-style: solid;
    border-width: 0 0 0 0;
    background-color: transparent;
    background-image: linear-gradient(110deg, #2B236E 0%, #7141B1 100%);
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .2);
}

.mr_five .address .item h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.mr_five .address .item p {
    font-size: 14px;
    color: #ffffff;
}

.mr_five .address .icon {
    position: absolute;
    top: -88px;
    right: -88px;
    width: 188px;
    height: 188px;
    color: #fff;
    background-color: #00deff;
    background-image: -moz-linear-gradient(125deg, #00deff, #502a71);
    background-image: -webkit-linear-gradient(125deg, #00deff, #502a71);
    background-image: linear-gradient(125deg, #00deff, #502a71);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.mr_five .address .icon {
    background: rgba(255, 255, 255, .2);
}

.mr_five .address .item .icon span {
    position: absolute;
    left: 45px;
    top: 110px;
    font-size: 34px;
    color: #ffffff;
}

.mr_time .item {
    background-image: linear-gradient(110deg, #5F3A8F 0%, #00DEFF 100%) !important;
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .2);
}

.mr_call .item {
    background-color: transparent;
    background-image: linear-gradient(110deg, #00DEFF 0%, #43BAFF 100%) !important;
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .2);
}

.mr_task1.features-three .auto-container {
    max-width: 1710px;
}

.mr_task1.features-three .image_mr {
    position: absolute;
    left: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mr_task1.features-three .item {
    position: relative;
    box-shadow: none;
    padding: 0px;
    margin: 30px;
}

.mr_task1.features-three .right_tex {
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, .1);
    /* -webkit-box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1); */
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    padding: 30px 30px 30px 135px;
    position: relative;
}

.mr_task1.features-three .item h2 {
    margin-top: 0px;
}

.mr_task1.features-three {
    position: relative;
    padding: 70px 0px 20px 0px;
}

.mr_task1.features-three .right_tex span {
    position: relative;
    font-size: 14px;
    color: #B70A06;
    z-index: 1;
    width: 60px;
    height: 50px;
    text-align: center;
    transition: all 700ms ease;
    background: #B70A0652;
    border: none !important;
    border-radius: 0px;
    /* background-image: linear-gradient(110deg,#2B236E 0%,#7141B1 100%); */
}

.mr_task1.features-three .right_tex span:before {
    position: absolute;
    top: 18px;
    left: 25px;
    right: 0;
    margin: 0 auto;
    color: #fafafa;
    font-weight: 600;
}

.mr_task1.features-three .right_tex span:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -1;
}

.mr_task1.features-three .right_tex .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 50px;
    clip-path: polygon(0 100%, 0% 100%, 100% 100%, 100% 0%, 100% 0%);
    background: #FFD9DB;
    transition: all 700ms ease;
}

.mr_task1.features-three .right_tex .link-btn:before {
    position: absolute;
    right: -60px;
    bottom: 0;
    content: "";
    width: 60px;
    height: 50px;
    clip-path: polygon(0 100%, 0% 100%, 100% 100%, 100% 0%, 100% 0%);
    background: #B70A06;
    transition: all 700ms ease;
}

.mr_six .whychoosus-three:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    opacity: .8;
}

.mr_six .whychoosus-three .item p,
.mr_six .whychoosus-three .item h2 a,
.mr_six .whychoosus-three .sec-title h3,
.mr_six .whychoosus-three .sec-title h4,
.mr_six .whychoosus-three .list ul li,
.mr_six .whychoosus-three .sec-title h2 {
    color: #fff;
}

.mr_task2.calltoaction {
    position: relative;
    padding: 150px 0px;
    margin-top: 0px;
    z-index: 1;
    /* background-attachment: fixed; */
}

.mr_task2.calltoaction.bgnotfixed {
    background-attachment: scroll;
}

.mr_task2.calltoaction:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001d44;
    opacity: .8;
}

.mr_task2.calltoaction .btn-box {
    background: #B70A0600;
    padding: 49px 20px;
    text-align: center;
}

.mr_team.team .item .image {
    overflow: hidden;
    border-radius: 0px;
    display: inline-block;
}

.mr_team.team {
    position: relative;
    background: #fafafa;
    padding: 100px 0px 100px 0px;
}

.mr_team.team .item {
    text-align: center;
    /* background: red; */
    padding-bottom: 9px;
    border-bottom: 2px solid #B70A06;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
}

.mr_team.team .sec-title h3 {
    color: #232323;
}

.mr_team.team .sec-title h2 {
    color: #232323;
}

.mr_team.team .item h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mr_team.team .item h2 a {
    font-size: 23px;
}

.mr_team.team .item h3 {
    font-size: 18px;
    color: #7f7f7f;
    margin-bottom: 20px;
}

.imagex1 {
    width: 300px;
    float: left;
}




.mr_team.team .item h2 a:hover {
    color: #232323;
    transition: all 700ms ease;
}


/* whychoosus two h5 */

.whychoosus-two.h5 {
    padding: 100px 0px 100px 0px;
}

/* service details h2 */

.service-details.h2 {
    background: #FAFAFA;
}

/* about style five h2 */

.about.style-five.h2 {
    background: #FAFAFA;
}

.mr_task1.features-three {
    display: none !important;
}


.inspiration {
    padding: 100px 0 100px 0;
}

.learn-more {
    color: #B70A06;
    font-family: "Anek Latin";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.learn-more:hover {
    color: #B70A06;
}

.work2 .lower-content {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    bottom: 0;
    padding: 0px 30px 15px 35px;
    z-index: 2;
    align-items: flex-end;
}

.work2 .lower-content h2 {
    color: #FFF;
    font-family: "Anek Latin";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 39.6px */
    letter-spacing: 0.36px;
    margin: 0;
}

.home-tab .lower-content svg {
    width: 30px;
    vertical-align: bottom;
    height: 30px;
}

.work2 .item .image:before {
    background: linear-gradient(180deg, rgba(47, 47, 47, 0.00) 50%, #2F2F2F 100%);
    z-index: 1;
}

.work2 .item .image {
    overflow: hidden;
}

.work2 .item .image img {
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.work2 .item:hover .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.work2 .item {
    position: relative;
    border-top: 0;
    border-bottom: 16px solid #B70A06;
    box-shadow: none;
}

.tab-content .work2 {
    position: relative;
    padding: 80px 0px 0px 0px;
    margin-top: 0;
}

.tab-btn-style-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    margin-bottom: 40px;
}

.tab-btn-style-custom.center-btn {
    justify-content: center;
}

.nav-tabs.tab-btn-style-custom.center-btn li {
    margin: 0 8px;
}

.nav-tabs.tab-btn-style-custom.center-btn .nav-link {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 34px;
    background: #E6E6E6;
    color: #232323;
    text-align: center;
    text-transform: none;
    font-family: "Anek Latin";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.nav-tabs.tab-btn-style-custom.center-btn .nav-link.active {
    background: #B70A06;
    color: #fff;
}

.nav-tabs.tab-btn-style-custom.center-btn .nav-link:before,
.nav-tabs.tab-btn-style-custom.center-btn .nav-link:after {
    display: none;
}

.nav-tabs.tab-btn-style-custom .nav-link {
    color: #8F8F8F;
    font-family: "Anek Latin";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border: 0;
    padding-left: 0;
    position: relative;
    padding-right: 0;
    padding-bottom: 12px;
}

.nav-tabs.tab-btn-style-custom .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: #CCC8C8;
    left: 0;
    border-radius: 10px;
    z-index: 1;
}

.nav-tabs.tab-btn-style-custom .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -0.5px;
    right: 0;
    width: 40px;
    height: 3px;
    background-color: var(--main-color);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: none;
    left: 0;
    z-index: 3;
    border-radius: 10px;
}

.everyday .image-box {
    position: relative;
    overflow: hidden;
}

.everyday .image-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    left: 0;
    z-index: -1;
}

.play-btn {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 2;
    cursor: pointer;
}

.video-wrapper video {
    width: 100%;
    max-width: 100%;
    display: block;
}

.everyday {
    padding: 70px 0 0 0;
}

.everyday .image-box .lower-content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 585px;
    right: 0;
}

.everyday .image-box .lower-content .lower-content-box {
    padding-left: 90px;
    padding-right: 140px;
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 50px;
}

.everyday.hom .image-box .lower-content .lower-content-box {
    padding-right: 90px;
    padding-bottom: 20px;
}

.everyday .image-box .lower-content .lower-content-box h3 {
    color: #FFF;
    margin-bottom: 10px;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.everyday .image-box .lower-content .lower-content-box p {
    color: #FFF;
    font-family: "Anek Latin";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
}

.everyday .image-box .lower-content .lower-content-box:before {
    position: absolute;
    bottom: -43px;
    content: "";
    width: 100%;
    height: 360px;
    background: #B70A06;
    border-top-left-radius: 48px;
    transform: rotate(-6deg);
    padding: 28%;
    bottom: -42px;
    padding: 27%;
    right: -42px;
    border-top-right-radius: 38px;
}

.nav-tabs.tab-btn-style-custom .nav-link.active {
    color: #B70A06;
}

.tab-justify-content .sec-title {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.tab-justify-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.tab-justify-content>div {
    max-width: 550px;
}

.tab-justify-content .sec-title {
    position: relative;
    margin-bottom: 0;
}

.tab-justify-content .right-content {
    padding-left: 20px;
}

.pulse-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all 200ms;

    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 82px;
    height: 82px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

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


@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.bpulse .count-text {
    display: inline-block;
}

.bpulse .count-box {
    position: relative;
    display: inline-block;
}

.service-facilites .sec-title p::before {
    display: none;
}

.bpulse .sec-title p {
    padding-bottom: 20px;
}

.col-20 {
    width: 20%;
    float: left;
    padding: 15px;
}

.learn-more.white {
    position: relative;
    color: #fff;
}


.everyday.staticbg .image-box .lower-content {
    width: 50%;
}

.everyday.staticbg .image-box .lower-content .lower-content-box h3 {
    FONT-SIZE: 32px;
}

.everyday.staticbg .image-box .lower-content .lower-content-box .lower-content-box-rotate {
    transform: rotate(6deg);
}

.everyday.staticbg .image-box .lower-content .lower-content-box {
    padding-left: 60px;
    padding-right: 120px;
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 50px;
    background: #B70A06;
    border-top-left-radius: 48px;
    transform: rotate(-6deg);
    padding-top: 60px;
    bottom: -32px;
    right: -42px;
    border-top-right-radius: 38px;
    padding-bottom: 60px;
}

.everyday.staticbg .image-box .lower-content .lower-content-box:before {
    display: none;
}

.everyday.staticbg .image-box .lower-content .lower-content-box p {
    color: #FFF;
    font-family: "Anek Latin", sans-serif;
    font-size: 15px;
}

.sec-title.light p {
    color: #fff;
}


.vertical-swiper {
    height: auto;
    /* adjust as needed */
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 60px;
    position: relative;
    transition: height 0.3s ease;
    /* max-height: 100vh; */
}

.vertical-swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
}

/* .swiper-slide {
     width: 100%;
  box-sizing: border-box;
  display:block;
   height: auto !important;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;  
} */
.swiper-slide {
    display: flex;
    align-items: self-start;
    box-sizing: border-box;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.visionsec {
    margin-bottom: 50px;
}

.visionsec .sec-title.light p {
    color: #FFF;
    font-family: "Anek Latin", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 33.6px */
    margin-bottom: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar:before {
    border-radius: 50%;
    border: 2px solid #FFF;
    background: #B70A06;
    content: "";
    position: absolute;
    top: -2px;
    left: -5px;
    width: 14px;
    height: 14px;
    z-index: 9;
}

.headpara:before {
    border-radius: 50%;
    border: 2px solid #FFF;
    background: #EEE;
    content: "";
    position: absolute;
    bottom: -30px;
    left: -28px;
    width: 14px;
    height: 14px;
    z-index: 999;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    left: 7px;
    z-index: 0;
}

.visionsec:before {
    background: linear-gradient(101deg, rgba(0, 0, 0, 0.00) 36.1%, #252421 67.07%), 9.479px -170.197px / 99.141% 190.475% no-repeat !important;
    opacity: 1 !important;
}

.visionsec {
    padding: 90px 0px !important;
    background-size: cover;
}

.home-tab.withicon .nav-tabs.tab-btn-style-custom .nav-link svg {
    margin-bottom: 5px;
    min-height: 44px;
}

.home-tab.withicon .nav-tabs.tab-btn-style-custom .nav-link.active svg path {
    fill: #B70A06;
}

.home-tab.withicon .nav-tabs.tab-btn-style-custom .nav-link.active svg.stroke path {
    stroke: #B70A06;
    fill: none;
}


.home-tab.withicon .nav-tabs.tab-btn-style-custom .nav-link.active svg.fill-stroke path {
    stroke: #B70A06;
    fill: #B70A06;
}

.home-tab.withicon .nav-tabs.tab-btn-style-custom .nav-link.active svg path.only-stroke {
    stroke: #B70A06;
}

.home-tab.withicon .nav-tabs.tab-btn-style-custom .nav-link.active svg path.no-stroke {
    stroke: #fff;
    fill: #fff;
}

.home-tab.withicon .nav-tabs.tab-btn-style-custom .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.visionsec .sec-title.light h2 {
    margin-bottom: 20px;
    color: #FFF;
    font-family: "Anek Latin";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 48px */
}

.sec-title.withbdr {
    margin-bottom: 50px;
    border-bottom: 1px solid #E2E2E2;
}

.sec-title.withbdr h2 {
    margin-bottom: 50px;
}

.headpara h3 {
    color: #B70A06;
    font-family: "Anek Latin";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 15px;
}

.headpara p strong {
    margin-top: 40px;
    display: block;

}

.headpara ul {
    margin-left: 30px;
}

.headpara li {
    color: #232323;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
}

.headpara p {
    color: #232323;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    /* 22px */
}

.vertical-swiper .swiper-button-next,
.vertical-swiper .swiper-button-prev {
    right: 0;
    width: 40px;
    height: 40px;
    box-shadow: none;
    background: transparent;
    left: auto;
}

.vertical-swiper .swiper-button-prev {
    transform: rotate(180deg);
    bottom: 30px;
    top: auto;
}

.vertical-swiper .swiper-button-next {
    bottom: 0;
    top: auto;
}


.swiper-container-autoheight .swiper-slide {
    height: auto !important;
}

.swiper-pagination-vertical {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #EEEEEE;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #B70A06;
}

.pulse-v1.service-facilites .item h2 {
    color: #B70A06;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 36px */
}

.pulse-v1.service-facilites .item .icon {
    margin-bottom: 15px;
}

.pulse-v1.service-facilites .item {
    padding: 40px 40px 20px;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: flex-start;
}

.pulse-v1.service-facilites .item p {
    color: #000;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.service-two.threecol .item .lower-content h3,
.service-two.threecol .item .lower-content p {
    margin-bottom: 12px;
}

.service-two.threecol .item .lower-content p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

#training-development.service-two.threecol .item .lower-content h3 {
    color: #B70A06;
    font-family: "Anek Latin";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.service-two.threecol .item .lower-content h3 a,
.service-two.threecol .item .lower-content h3 {
    color: #B70A06;
    font-family: "Anek Latin";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
}

.service-two.twocol .item .lower-content h3,
.service-two.twocol .item .lower-content p {
    margin-bottom: 12px;
}

.service-two.twocol .item .lower-content p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.service-two.twocol .item .lower-content h3 a {
    color: #B70A06;
    font-family: "Anek Latin";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 35.2px */
}

.service-two.twocol .owl-dots {
    display: block;
    position: absolute;
    top: auto;
    z-index: 999999;
    left: 0;
    width: 100%;
    text-align: center;
    height: 20px;
    bottom: 20px;
}

.comonparallex {
    margin: 100px 0 !important;
    padding: 100px 0px !important;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}

.comonparallex.mr_task2.calltoaction:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
    background: #232323;
    opacity: 1;
}

.comonparallex .sec-title.light h2 {
    color: #FFF;
    text-align: center;
    font-family: "Anek Latin";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 66px */
    text-align: left;
    margin-bottom: 10px;
}

.comonparallex .sec-title.light p {
    color: #FFF;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

.comonparallex .btn-box {
    text-align: left !important;
    padding: 20px 0px !important;
}

.service-two.twocol .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    margin-right: 6px;
}

.service-two.twocol .owl-dots .owl-dot.active {
    opacity: 1;
}

.faq .accordion-box .block .acc-btn {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-bottom: 1px solid rgba(35, 35, 35, 0.2);
    padding: 22px 0;
}

.faq .rotateimg {
    padding: 0 50px;
}

.faq .rotateimg img {
    border-radius: 45px;
    transform: rotate(-6deg);
}

.faq .accordion-box .block .icon-outer .icon {
    color: #000;
    margin-top: -7px;
}

.faq .accordion-box .block .icon-outer {
    right: 20px;
}

.faq .rotateimg img {
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
}

.faq .rotateimg img.fade-out {
    opacity: 0;
}

.cases-section .auto-container {
    max-width: 80%;
}

.cases-section {
    position: relative;
    padding: 0px 0 64px;
    background: #fff;
}

.cases-section .owl-theme .owl-nav,
.stories-sec .mainstory.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    display: block;
    bottom: -20px;
}

.stories-sec .mainstory.owl-theme .owl-nav {
    bottom: -50px;
    height: 40px;
}

.stories-sec.work .mainstory.owl-theme .owl-nav {
    bottom: -20px;
    height: 40px;
}

#stories.service-two.twocol .item .lower-content h3 a {
    line-height: 140%;
    pointer-events: none;
    font-size: 24px;
    color: #232323;
}

/* .cases-section .owl-theme .owl-nav .owl-prev span,.cases-section .owl-theme .owl-nav .owl-next span{display:none;} */
.cases-section .owl-theme .owl-nav .owl-next,
.stories-sec .mainstory.owl-theme .owl-nav .owl-next {
    position: absolute;
    left: 50px;
    top: 0;
    background: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    /* line-height: 56px; */
    font-size: 0px;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow-circle-right.svg);
}

.cases-section .owl-theme .owl-nav .owl-prev,
.stories-sec .mainstory.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    /* line-height: 56px; */
    font-size: 0px;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow-circle-right.svg);
    transform: rotate(180deg);
}

.cases-section .owl-theme .owl-nav .owl-next:before,
.cases-section .owl-theme .owl-nav .owl-prev:before {
    display: none !important;
}


.cases-section .everyday.staticbg .image-box .lower-content .lower-content-box p {
    color: #FFF;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.cases-section .everyday.staticbg .image-box .lower-content .lower-content-box h3 {
    color: #FFF;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.case-tabs-content.everyday .image-box .lower-content {
    width: 63%;
    left: 0;
}

.case-tabs-content.everyday.staticbg .image-box .lower-content .lower-content-box {
    padding-left: 70px;
    padding-right: 50px;
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 50px;
    background: #B70A06;
    border-top-left-radius: 48px;
    transform: rotate(-6deg);
    padding-top: 70px;
    bottom: -42px;
    right: auto;
    border-top-right-radius: 38px;
    padding-bottom: 60px;
    left: -30px;
}

.ourbrands .tab-btn-style-custom li {
    padding: 0 18px;
}

.ourbrands .tab-btn-style-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 40px;
}

.ourbrands .nav-tabs.tab-btn-style-custom .nav-link {
    text-transform: capitalize;
}

.ourbrands .nav-tabs.tab-btn-style-custom .nav-link.active:after {
    width: 100%;
}

.ourbrands .logo-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 15px 0;
    justify-content: center;
}

.ourbrands .logo-wrapper li {
    flex: 0 0 20%;
    /* 100% / 5 = 20% */
    box-sizing: border-box;
    padding: 15px 15px 30px;
    text-align: center;
}

.ourbrands .everyday .image-box .img-box {
    border: 1px solid #D3D3D3;
    padding: 20px 10px;
    border-radius: 10px;
    align-content: center;
    justify-content: center;
    height: 122px;
}

.image-box.eapp .img-box {
    border: 0px solid #D3D3D3 !important;
    padding: 0px 0px !important;
}

.image-box.eapp img {
    border-radius: 10px;
}

.brand-heading {
    color: #000;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
}

.ourbrands .everyday .image-box .lower-content-desc {
    margin-top: 15px;
}

.ourbrands .everyday .image-box .lower-content-desc p {
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
}

.ourbrands .everyday .image-box:before {
    display: none;
}

.threecol img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.threecol .item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.threecol .item .image {
    overflow: hidden;
}

.graybg {
    background: #FAFAFA;
}

.service-two.graybg {
    padding: 80px 0px 60px 0px;
}

.service-two.graybg .item .lower-content {
    background: transparent;
}

.service-two.graybg.threecol .item .lower-content h3 {
    margin-bottom: 15px;
}

.service-two.graybg.threecol .item .lower-content h3 a {
    color: #000;
}

.service-two.many-more {
    margin-bottom: 120px;
}

.service-two.many-more .item .lower-content p {
    font-family: "Anek Latin", sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: inline-block;
    margin-bottom: 10px;
}

.service-two.many-more .item .lower-content {
    margin-bottom: 40px;
}


.service-two.many-more .item img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.service-two.many-more .item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.service-two.many-more .item .image {
    overflow: hidden;
}

.vertical-swiper.withimg-desc h3 {
    color: #000;
    font-family: "Anek Latin";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 30px;
}

.vertical-swiper.withimg-desc .lower-content {
    margin-top: 22px;
}

.vertical-swiper.withimg-desc p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.vertical-swiper.withimg-desc .swiper-button-next {
    bottom: auto;
    top: 50px;
    margin-top: 0;
}

.vertical-swiper.withimg-desc .swiper-button-prev {
    bottom: auto;
    top: 25px;
    margin-top: 0;
}

.section {
    padding: 100px 0 100px 0;
}

.page-banner {
    background: #FAFAFA;
    padding: 60px 0px 60px;
}

.page-banner .sec-title h2 {
    color: #000;
    text-align: center;
    font-family: "Anek Latin";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 70.4px */
    margin-bottom: 30px;
}

.page-banner .sec-title {
    margin-bottom: 0;
}

.page-banner .sec-title p {
    color: #000;
}

.left-right-section {
    padding: 100px 0 64px 0;
}

.left-right-section .sec-title h2 {
    font-family: "Anek Latin";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.left-right-section {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.left-right-section .content.first-desc {
    margin-right: 60px;
}

.left-right-section .content.second-desc {
    margin-left: 40px;
}

.text-bold {
    font-weight: 700;
}

.vertical-sidebar {
    margin-right: 90px;
}

.testimonial-two {
    background: rgba(236, 28, 36, 0.06);
}

.testimonial-two .item .authors h2 {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 5px;
}

.testimonial-two .item .authors h4 {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    margin-bottom: 0;
}

.testimonial-two .item .ratting {
    margin-bottom: 20px;
    display: none !important;
}

.testimonial-two .item .ratting li.active i {
    color: #B70A06;
}

.testimonial-two .item .ratting li i {
    color: #FFE3E3;
}

.testimonial-two .item .authors {
    display: flex;
    border-top: 2px solid #E9E9E9;
    padding-top: 20px;
    margin-top: 20px;
}

.testimonial-two .item .authors .thumb-image {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.testimonial-two .item .authors .thumb-image img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.testimonial-two .owl-item.center .item {
    transform: scale(1);
}

.testimonial-two .item {
    text-align: left;
    background: #fff;
    padding: 24px;
    transform: scale(0.9);
}


.testimonial-two .theme_carousel .owl-stage {
    display: flex;
    align-items: center;
}

.testimonial-two .theme_carousel .item.active {
    width: 50% !important;
    opacity: 1;
    transition: all 0.3s ease;
    margin: auto;
}

.testimonial-two {
    position: relative;
    padding: 60px 0px 60px 0px;
    margin-bottom: 100px;
}

.testimonial-two .owl-theme .owl-nav .owl-prev {
    left: 0;
    top: 0;
    background: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    /* line-height: 56px; */
    font-size: 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow-circle-right.svg) !important;
    transform: rotate(180deg);
}

.testimonial-two .owl-theme .owl-nav .owl-next {
    background: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow-circle-right.svg) !important;
}

.testimonial-two .owl-nav .owl-prev span,
.testimonial-two .owl-nav .owl-next span {
    display: none !important;
}

.service-two.media-bussi .item .lower-content h3 a,
.service-two.media-bussi .item .lower-content h3 {
    color: #B70A06;
}

.tab-btn-style-custom.center-btn-2 li {
    padding: 0 30px;
}

.tab-btn-style-custom.center-btn-2 {
    justify-content: center;
}


.left-right-section.radio-channel .second-desc h2 {
    color: #B70A06;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
}

.left-right-section .second-desc p,
.left-right-section .first-desc p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.left-right-section.radio-channel .second-desc p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.comonparallex .sec-title {
    margin-right: 60px;
}

.white-btn {
    background-color: #fff;
    border: 2px solid #fff;
    color: #B70A06;
}

.imgovertext.theme_carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
}

.imgovertext.theme_carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.imgovertext.theme_carousel .owl-dots .owl-dot.active {
    margin-right: 30px;
}

.imgovertext.theme_carousel .owl-dots .owl-dot.active span {
    background: #B70A06;
    width: 36px;
    border-radius: 6px;
}

.imgovertext.theme_carousel .owl-dots {
    display: block;
    width: 100%;
    text-align: center;
    bottom: 50px;
    position: relative;
}

.imgovertext.theme_carousel .item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.50) 37.32%, rgba(0, 0, 0, 0.00) 95.2%);
}

.imgovertext.theme_carousel .center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
}

.imgovertext.theme_carousel .center-content h2 {
    color: #fff;
    font-family: "Anek Latin";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 15px;
}

.imgovertext.theme_carousel .center-content h2 span {
    color: #B70A06;
}

.imgovertext.theme_carousel .center-content p {
    color: #fff;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.banner-section.inner-banner .content-box {
    text-align: center;
    float: none;
}

.banner-section.inner-banner .banner-carousel .slide-item {
    padding: 150px 0px 150px 0px;
}

.banner-section.inner-banner .slide-item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.50) 37.32%, rgba(0, 0, 0, 0.00) 95.2%);
}

.banner-section.inner-banner .owl-dots {
    bottom: 10px;
}

.banner-section.inner-banner .owl-dots .owl-dot span {
    background: #fff;
}

.banner-section.inner-banner .owl-dots .owl-dot.active span {
    background: #B70A06;
}

.logo-wrapper .img-box img {
    width: auto;
}

.ourvalue-swiper {
    margin: 0 50px;
}

.ourvalue-swiper .vertical-swiper {
    padding-left: 0;
}

.home-tab.withicon .nav-tabs.tab-btn-style-custom.flex-row .nav-link {
    flex-direction: row;
    text-transform: none;
}

.home-tab.withicon .nav-tabs.tab-btn-style-custom.flex-row .nav-link svg {
    margin-bottom: 0px;
    margin-right: 10px;
}

.inrow .vertical-swiper.withimg-desc p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
}

.inrow .vertical-swiper.withimg-desc h3 {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 54px */
}

.team.thumbc .item {
    text-align: center;
    padding: 0 59px;
}

.team.thumbc .item h2 {
    color: #000;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 15px;
}

.team.thumbc {
    padding: 30px 0px 10px 0px;
}

.team.thumbc .item .image {
    width: 230px;
    height: 230px;
}

.team.thumbc .item h3 {
    color: #000;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
}

.presentations {
    margin-bottom: 40px;
}

.performance-list {
    width: 100%;

}

.performance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 16px; */
    border-bottom: 1px solid #C4C4C4;
    /* padding-bottom: 8px; */
    padding-right: 24px;
    padding: 32px 24px 32px 0;
}

.performance-row .left {
    display: flex;
    gap: 80px;
    align-items: center;
}

.performance-row .year {
    color: #000;
    font-family: "Anek Latin";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 62.4px */
    letter-spacing: 0.96px;
    text-transform: uppercase;
    min-width: 60px;
}

.page-template-annual-reports .performance-row .year {
    color: #B70A06;
}

.performance-row .desc {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
}

.performance-row .right .view-link {
    color: #B70A06;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.accolades.performance-row {
    align-items: flex-start;
}

.accolades.performance-row .left {
    width: 40%;
    align-items: flex-start;
    padding-right: 20px;
}

.accolades.performance-row .right {
    width: 60%;
    padding-left: 50px;
}

.accolades.performance-row .desc {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
}

.accolades.performance-row:last-child {
    border-width: 0;
}

.performance-wrapper {
    max-width: 100%;
    width: 100%;
    /* margin: 0 auto; */
}

.performance-wrapper .performance-row {
    gap: 80px;
    border-color: #B70A06;
    padding: 0px 24px 0px 0;
}

.performance-wrapper .column {
    display: flex;
    flex-direction: column;
}

.performance-wrapper .year-col {
    min-width: 80px;
    font-weight: bold;
    justify-content: center;
    align-items: flex-start;
}

.performance-wrapper .data-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.performance-wrapper .data-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C4C4C4;
    padding: 30px 20px 30px 0;
    width: 100%;
}

.performance-wrapper .view-link a {
    color: #B70A06;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.performance-wrapper .desc {
    flex: 1;
}

.performance-wrapper .data-row:last-child {
    border-color: #B70A06;
}

.performance-wrapper .performance-row:last-child {
    border-width: 0;
}

.reportsnap .box-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
    flex-wrap: wrap;
}

.reportsnap .info-box {
    flex: 0 0 48.8%;
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    padding: 16px;
    border-radius: 12px;
    gap: 18px;
}

.reportsnap .info-box .icon {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: #FEF2F2;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.reportsnap .info-box .desc {
    flex: 1;
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding-right: 10px;
}

.reportsnap .info-box .view-link {
    margin-right: 24px;
    margin-left: 24px;
}

.reportsnap .info-box .view-link a {
    color: #B70A06;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.service-two.blackhead.threecol .item .lower-content h3 a,
.service-two.threecol .item .lower-content h3 {
    color: #000;
}

.compaign-tab h4 {
    color: #000;
    text-align: center;
    font-family: "Anek Latin";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 30px;
}

.compaign-tab .content-desc {
    margin-top: 45px;
    padding: 0 20px;
}

.compaign-tab .content-desc p mark {
    color: #B70A06;
}

.compaign-tab .image-box.noslides {
    display: flex;
    justify-content: center;
    position: relative;
}

.compaign-tab p {
    color: #000;
    text-align: center;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}


.onehalf-section .owl-theme .owl-nav {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    display: block;
    bottom: -30px;
}

.onehalf-section .owl-theme .owl-nav .owl-prev.disabled,
.onehalf-section .owl-theme .owl-nav .owl-next.disabled {
    opacity: 0.4;
}

.onehalf-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    /* line-height: 56px; */
    font-size: 0px;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow-circle-right.svg);
    transform: rotate(180deg);
}

.onehalf-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    left: 50px;
    top: 0;
    background: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    /* line-height: 56px; */
    font-size: 0px;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow-circle-right.svg);
}

.relative {
    position: relative;
}

.carousel-fluid-wrap {
    position: relative;
    margin-left: 50%;
    /* Start from second column */
    width: 50vw;
    /* or 100% depending on effect you want */
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
}

.carousel-fluid-wrap .owl-carousel .owl-stage {
    padding-left: 0 !important;
    /* hide left part */
}



.awards-table-container {
    width: 100%;
    overflow-x: auto;
}

.awards-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
    min-width: 600px;
}

.awards-table thead th {
    text-align: left;
    padding: 0px 80px 0px 0;
    background: #fff;
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;

}

.awards-table tr td:first-child {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
}

.awards-table tbody td {
    padding: 30px 80px 30px 0;
    border-bottom: 1px solid #C4C4C4;
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.awards-table tbody tr:last-child td {
    border-bottom: none;
}

.play-btn {
    margin-top: 0;
    margin-left: 0;
}

.play-btn.transparent-play .pulse-border {
    width: 64px;
    height: 64px;
}

.play-btn.transparent-play {
    margin-top: 0;
    margin-left: 0;
    width: 200px;
    height: 160px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
}

.work.sm-thumbn.with-lower-content .lower-content-bottom h3 {
    margin-bottom: 20px;
}

.work.sm-thumbn.with-lower-content .lower-content-bottom h3 a {
    color: #000;
    font-family: "Anek Latin";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
}

.work.sm-thumbn.with-lower-content .lower-content-bottom p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;

    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #f69073;
    border-radius: 50%;
}

.lessgap h2,
.lessgap p {
    margin-bottom: 20px;
    font-size: 20px;
}

.left-right-section .lessgap.second-desc p {
    font-size: 20px;
}

.service-two.lifeat .item .lower-content {
    padding: 24px 10px 30px 0px;
}

.job-listing {
    border-bottom: 1px solid #C4C4C4;
    padding: 32px 0;
}

.job-listing:last-child {
    border-width: 0;
}

.job-listing h5 {
    color: #000;
    font-family: "Anek Latin";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.job-listing h6 {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 32px */
}

.job-listing .desc {
    margin-top: 20px;
}

.job-listing p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
}

.job-listing .btn {
    white-space: nowrap;
}

.input-row {
    gap: 40px;
}

.custom-input {
    flex: 1 1 300px;
    min-width: 250px;
}

.dj-form {}

.dj-form input {
    display: flex;
    width: 320px;
    padding: 15px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #B70A06;
    background: #FFF;
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}

.custom-input:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(236, 28, 36, 0.4);
    border-color: #B70A06;
}

.custom-input::placeholder {
    color: #666;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.job-opening-section {
    padding-top: 64px;
}

.work-with-us.left-right-section .sec-title h2 {
    color: #000;
    font-family: "Anek Latin";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.work-with-us.left-right-section .first-desc p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    margin-bottom: 20px;
}

.iconwithdesc {
    display: flex;
    width: 119px;
    height: 119px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 59.5px;
    background: rgba(235, 28, 36, 0.06);
    margin: 0 auto;
}

.sec-title.small-head h2 {
    font-size: 48px;
}

.team.square .item .image {
    overflow: hidden;
    border-radius: 0;
}

.team.square .item h2 {
    text-align: left;
    color: #000;
    margin-top: 16px;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.team.square .item h3 {
    text-align: left;
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.team.square .item p:before {
    display: none;
}

.team.square .item p {
    color: #000;
    text-align: left;
    margin-top: 15px;
    font-family: "Anek Latin", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.team.square .item {
    margin-bottom: 60px;
}

.team.square .item .image img {
    background: #fff;
}

.team.square .item .image {
    border-radius: 0%;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}

.social-icons li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.social-icons li a:hover {
    color: #B70A06;
}

.contact-row .office-type {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
}

.contact-row .learn-more {
    color: #000;
    margin-right: 50px;
}

.contact-row {
    border-bottom: 1px solid #C4C4C4;
    padding: 60px 0 !important;
}

.contact-row p.telephone {
    margin-top: 40px;
}

.contact-row p {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
}

.contact-row .address-select {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.contact-row .address-select label {
    margin-right: 30px;
    color: #232323;
    font-family: "Anek Latin";
    font-size: 24px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 110%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.contact-row .address-select #centerSelect {
    color: #000;
    font-family: "Anek Latin", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    height: 48px;
    padding: 8px 10px 8px 12px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    /* gap: 121px; */
    flex: 1 0 0;
    max-width: 280px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
}

#centerSelect:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(217, 217, 217, 0.8);
    border-color: rgba(217, 217, 217, 0.8);
}

.contact-frm {
    text-align: left;
}

.contact-frm label {
    color: #232323;
    margin-bottom: 10px;
    font-family: "Anek Latin";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.contact-frm .form-control,
.contact-frm .form-select {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    transition: box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.upload-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#resume {
    display: none;
}

label.upload-label:hover {
    opacity: 0.8);
    outline: none;
}

label.upload-label {
    display: block;
    height: 50px;
    padding: 8px 36px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #f2f4f7;
    width: 100px;
    text-align: center;
}

#contact-form .gapin {
    gap: 70px;
}

.contact-frm textarea.form-control {
    width: 100%;
    min-height: 180px;
}

.contact-frm .form-control:focus {
    box-shadow: 0 0 0 3px rgba(217, 217, 217, 0.5);
    /* light shadow of border color */
    outline: none;
    border-color: #D9D9D9;
}

.page-banner.contactus {
    margin-top: 0px;
    margin-bottom: 30px;
}

.sec-title .legacy-cat {
    color: #8F8F8F;
    cursor: pointer;
    /* H4 */
    font-family: "Anek Latin";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 60px */
}

.sec-title .legacy-cat.active {
    color: #000;
}

h2.wp-block-heading {
    color: #000;
    font-family: "Anek Latin";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 15px;
    margin-top: 60px;
}

h2.wp-block-heading mark {
    color: #B70A06 !important;
    padding: 0;
}


.tab-btn-style-custom.tabscroll {
    /* flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap; */
    gap: 90px;
    margin: 0;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    padding-left: 20px;
}

.tab-scroll-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 34px;
}

.tab-scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    flex-grow: 1;
    scrollbar-width: none;
    /* Firefox */
    overflow-y: hidden;
    scrollbar-width: none !important;
    /* Firefox */
    -ms-overflow-style: none !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    max-width: calc(100% - 90px);
}

.tab-scroll-container::-webkit-scrollbar,
.tab-btn-style-custom.tabscroll::-webkit-scrollbar {
    display: none !important;
    /* Chrome/Safari */
}

.tab-scroll-wrapper button {
    background: none;
}

.tab-scroll-wrapper .left-arrow {
    transform: rotate(180deg);
}

.tab-scroll-wrapper .right-arrow {
    right: 0;
    position: absolute;
}

p:empty {
    margin: 0 !important;
    padding: 0 !important;
}

.fancybox-slide>* {
    display: inline-block;
    position: absolute !important;
    padding: 30px;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    top: 30px !important;
    bottom: 30px !important;
    right: 10% !important;
    left: 10% !important;
    width: 80%;
    height: calc(100vh - 70px);
    margin: 0 auto !important;
    background: transparent !important;
}

.left-right-section .second-desc p a,
.left-right-section .first-desc p a {
    color: #000;
    text-decoration: underline;
}

.leftnav .owl-theme .owl-nav {
    margin: 0;
    margin-top: 20px;
    float: left;
    position: relative;
    bottom: 0;
}

.rightnav .owl-theme .owl-nav {
    left: auto;
    bottom: 0;
    margin-top: 20px;
    float: right;
    position: relative;
}

.left-right-section.leftnav,
.left-right-section.rightnav {
    padding: 100px 0 80px 0
}

.onehalf-section .owl-theme .owl-nav .owl-prev.disabled,
.onehalf-section .owl-theme .owl-nav .owl-next.disabled {
    cursor: default;
}

.service-two.threecol.imgmaxht .image {
    max-height: 268px;
}

.service.work2.imgmaxht .image {
    max-height: 268px;
}

.service-two.threecol.clamp .item .lower-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.job-pagination ul li {
    margin: 0 5px;
}

.job-pagination ul li a,
.job-pagination ul li span {
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    border: 1px solid #B70A06;
    color: #B70A06;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.job-pagination ul li span.current,
.job-pagination ul li a:hover {
    background-color: #B70A06;
    color: #fff;
}

.navitop.vertical-swiper .swiper-button-next {
    bottom: auto;
    top: 70px;
}

.navitop.vertical-swiper .swiper-button-prev {
    transform: rotate(180deg);
    bottom: auto;
    top: 42px;
}

#AccPrintAwards {
    max-height: calc(90vh);
}

.AccPrintAwardsDates {
    max-height: calc(90vh);
}

/* Target the scrollbar dragger (thumb) */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f1f1f1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #F7F7F7 !important;
}

.AccPrintAwardsDates .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: transparent !important;
}

.AccPrintAwardsDates .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
}

/* .exploreimgheight .image{max-height: 396px;} */
.custom-input::placeholder {
    transition: color 0.3s ease;
}

.custom-input:focus::placeholder,
.form-control:focus::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.employeec .owl-stage-outer {
    min-height: 290px;
}

.theme_carousel.readmre .owl-stage-outer {
    height: auto !important;
}


.theme_carousel.readmre .testimony-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 5.4em;
    transition: max-height 0.3s ease;
    position: relative;
}

.theme_carousel.readmre .testimony-desc.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

.theme_carousel.readmre .read-toggle {
    display: block;
    margin-top: 10px;
    color: #B70A06;
    font-family: "Anek Latin", sans-serif;
    cursor: pointer;
    text-align: left;
    margin-right: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    margin-bottom: 0px;
}

.compaign-tab .imgovertext.theme_carousel .owl-dots {
    bottom: -20px;
}

.compaign-tab .imgovertext.theme_carousel .owl-dots .owl-dot span {
    background: #000;
}

.compaign-tab .imgovertext.theme_carousel .owl-dots .owl-dot.active span {
    background: #B70A06;
}

.compaign-tab .theme_carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.compaign-tab .theme_carousel .item {
    text-align: center;
}

.compaign-tab .imgovertext.theme_carousel .item:before {
    display: none;
}

#AccPrintAwards p br {
    display: none;
}

.vertical-swiper .slide-desc {
    position: relative;
    padding-bottom: 40px !important;
    max-height: 85vh;
    max-height: 85vh;
    overflow-x: Hidden;
}

.service-two.campaignthumb.threecol .item .lower-content h3 a {
    color: #000;
}

.service-two.campaignthumb .item {
    margin-bottom: 50px;
}

.service-two.campaignthumb .item .image {
    background: #F2F2F2;
    text-align: center;
}

.service-two.campaignthumb .item .image img {
    width: auto;
}

.service-two.campaignthumb.threecol.clamp .item .lower-content p {
    -webkit-line-clamp: 3;
    text-align: left;
}

#campaignTab {
    padding-top: 70px;
}

#campaignTab .nav-tabs.tab-btn-style-custom .nav-link {
    color: #000;
}

.campaign-popup .modal-content {
    padding: 40px 40px;
}

.campaign-popup .modal-header {
    display: block;
    text-align: right;
}

.campaign-popup .modal-header svg {
    cursor: pointer;
}

.campaign-popup .modal-header svg:hover {
    opacity: 0.8;
}

.campaign-popup .campaign-modal-title {
    color: #000;
    text-align: center;
    font-family: "Anek Latin";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
    letter-spacing: 0.56px;
}

/* .modal.campaign-popup .modal-dialog {
    width: 90%;
    min-width: 90%;
} */
.relatedcarousel .owl-stage {
    padding-left: 0 !important;
}

.relatedcarousel .item .image-box {
    max-height: 268px;
    text-align: center !important;
}

.relatedcarousel .item .image img {
    display: inline-block;
}

.relatedcarousel .item .image {
    background: #F2F2F2;
    text-align: center;
}

.carousel-wrapper {
    margin-top: 60px;
}

.related-carousels-title {
    color: #000;
    font-family: "Anek Latin";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 32px;
}

.onehalf-section.campaignthumb .owl-theme .owl-nav {
    bottom: 30px;
}

.mainpopuCarousel.imgovertext.theme_carousel .item:before {
    display: none;
}

.mainpopuCarousel.imgovertext.theme_carousel .owl-dots {
    bottom: -20px;
}

.mainpopuCarousel.imgovertext.theme_carousel .owl-dots .owl-dot span {
    background: #000;
}

.mainpopuCarousel.imgovertext.theme_carousel .owl-dots .owl-dot.active span {
    background: #B70A06;
}

.mainpopuCarousel.owl-carousel .owl-item img {
    display: inline-block;
}

.owl-carousel.owl-loaded {
    opacity: 1 !important;
}

.subtitle-heading {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
}

.stories-sec {
    overflow: Hidden;
    position: relative;
}

.stories-sec .nest.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

/* .stories-sec .owl-carousel .owl-stage-outer {
    overflow: visible;
} */
.stories-sec .case-block-one {
    position: relative;
}

.stories-sec .owl-theme.nest .owl-nav {
    display: none;
}

.stories-sec .case-block-one {
    overflow: visible;
    position: relative;
}

.theme_carousel.nest.owl-carousel {
    overflow: visible;
}

.section.contactus {
    padding: 48px 0 90px 0;
}

.spanred span {
    color: #B70A06;
}

.contactsubheading {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    display: block;
}

p.withbrdr {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px !important;
}

p.withbrdr:after {
    content: "";
    border-bottom: 1px solid #C4C4C4;
    position: absolute;
    width: 135%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;

}

.job-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.job-wrapper a {
    display: flex;
    width: 312px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 2px solid #B70A06;
}

.job-wrapper a img {
    padding: 16px 24px;
    width: auto;
    height: 70px;
}

.job-wrapper a:first-child {
    margin-right: 0px;
}

.main-header {
    position: fixed;
    /* initially not fixed */
    width: 100%;
    background: white;
    transition: transform 0.3s ease, top 0.3s ease;
    z-index: 999;
}

.main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.main-header.fixed.hide {
    transform: translateY(-100%);
}

#header-spacer {
    height: 113px;
}

.main-header.fixed+#header-spacer {
    display: block;
}

.tooltip-icn {
    right: 40px;
    position: absolute;
    top: 15px;
}

/* Tooltip box styling */
.tooltip .tooltip-inner {
    background-color: #fff;
    color: #232323;
    opacity: 1 !important;
    border: 1px solid #fff;
    padding: 30px 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    max-width: 450px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}

.tooltip.bs-tooltip-end .tooltip-inner {
    opacity: 1 !important;
    background-color: #fff;
}

/* Tooltip arrow */
.tooltip .tooltip-arrow::before {
    border-right-color: #fff !important;
    border-left-color: #fff;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #fff !important;
}

/* Style <b> text inside tooltip */
.tooltip .tooltip-inner b {
    color: #B70A06;
    font-weight: bold;
}

.main-header.breadcrumbs {
    position: relative;
}

.breadcrumbs {
    padding: 10px 0;
    margin-bottom: 15px;
    background: none;
    z-index: 8;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.breadcrumb-item a {
    color: #232323;
}

.breadcrumb-item.active {
    color: #B70A06;
}

.breadcrumb-item {
    color: #232323;
    font-family: "Anek Latin";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.28px;
    text-decoration: none;
}

.breadcrumb-separator {
    margin: 0 8px;
    display: flex;
    align-items: center;
}

.service-two.many-more .supplements .item .image {
    overflow: hidden;
    min-height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
}

.service-two.many-more .supplements .item .image img {
    width: auto;
    height: 100%;
    max-width: 100%;
}











@media (max-width: 767.98px) {
    .job-listing .btn {
        width: 100%;
    }
}












@media (max-width: 768px) {
    .awards-table {
        display: block;
    }

    .awards-table {
        width: 100%;
        min-width: 100%;
    }

    .awards-table thead {
        display: none;
    }

    .awards-table tbody {
        display: block;
    }

    .awards-table tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #C4C4C4;
    }

    .awards-table td {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border: none;

    }

    .awards-table td::before {
        content: attr(data-label);
        font-weight: bold;
        flex-shrink: 0;
    }

    .awards-table tr:last-child {
        border-bottom: none;
    }
}
















@media (max-width: 992px) {
    .carousel-fluid-wrap {
        margin-left: 0;
        width: 100%;
    }
}



/* Responsive: 3 columns on tablet */
@media (max-width: 992px) {
    .ourbrands li {
        flex: 0 0 33.33%;
    }
}

/* Responsive: 2 columns on small screens */
@media (max-width: 768px) {
    .ourbrands li {
        flex: 0 0 50%;
    }
}

/* 1 column on extra small screens */
@media (max-width: 576px) {
    .ourbrands li {
        flex: 0 0 100%;
    }
}


@media (max-width: 991px) {
    .col-20 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .col-20 {
        width: 100%;
    }
}