@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Roboto Condensed";
    background-image: linear-gradient(104deg, #ffffffad, #ffffffeb), url(../images/bhn.jpg) !important;
    background-size: cover !important;
}
.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 40px;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 70px;
    margin-bottom: 31px;
    top: 93px;
}


:root {
    --theme-color-light: #ffffff;
    --theme-color-dark: #202020;
    --theme-color-dark2: #505050;
    --theme-color-gray: #F6F6F6;
    --theme-color1: #F94A29;
    --theme-color2: #1E1E1E;
    --theme-color3: #202020;
    --theme-color4: #f5f5f5;
    --review-color: #fdc009;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --text-color: #505050;
    --headings-color: #222222;
    --link-color: var(--headings-color);
    --link-hover-color: var(--headings-color);
    --body-font-size: 16px;
    --body-line-height: 28px;
    --body-font-weight: 500;
    --line-height-heading-h1: 1.2em;
    --line-height-heading: 54px;
    --line-height-heading-small: 1.35em;
    --h1-font-size: 118px;
    --h2-font-size: 50px;
    --h3-font-size: 30px;
    --h4-font-size: 24px;
    --h5-font-size: 18px;
    --h6-font-size: 16px;
    --h1-font-weight: 400;
    --h2-font-weight: 400;
    --h3-font-weight: 400;
    --h4-font-weight: 400;
    --h5-font-weight: 400;
    --h6-font-weight: 400;
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-color: var(--headings-color);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 20px;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #F2F3F5;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #131313;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1600px;
    --container-pt: 120px;
    --container-pb: 120px;
}



/*.hero:before {*/
/*    content: "";*/
/*    background: color-mix(in srgb, #000000a3, #1f3a8d78 50%);*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    z-index: 1;*/
/*}*/

.hero:before {
    content: "";
    background: color-mix(in srgb, #958e8e1c, #23202017  50%);
    position: absolute;
    inset: 0;
    z-index: 1;
}

.wed-pic{
    width: 17%;
}

/*/ top menu start here /*/
/*.topmenu {*/
/*    background-color: #1f3a8d;*/
/*    padding: 10px 0;*/
/*    color: #fff;*/
/* background: linear-gradient(#58a7eec9, #ffffffbf), url(https://png.pngtree.com/thumb_back/fw800/background/20240204/pngtree-roses-and-hearts-on-a-pastel-background-valentine-s-day-concept-image_15602209.png); */
/*}*/



.topmenu {
    background: linear-gradient(45deg, #62aded, #2f48ac);
    /*padding: 10px 0;*/
    color: #fff;
}

.topmenu::after{
  position: absolute;
  top: 0px;
  left: 0px;
  /*background-color: #e56a26;*/
  width: 50%;
  height: 29px;
  border-radius: 0px 50px 1px 0px;
  content: '';
}
.high ul li a img{
    width:28px;
}
 .fa-brands, .fa-classic, .fa-regular, .fa-sharp-solid, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 3 !important;
    text-rendering: auto;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    color: #304a9b;
}

.fa-solid, .fas {
    font-weight: 900;
    padding-right: -4px;
    font-size: 20px;
    color: #62aded;
}

.fa-solid, .fas {
    font-weight: 900;
    margin-right: 0px;
}
.left-top{
  margin-top: 11px !important;
}
.left-top p{
 margin: 0;
 font-size: 15px;
}

input{
    border-radius:20px;
}
.left-top span{
    color: #fff;
}
.right-top {
  text-align: right;
  margin-right: 20px;
}
.right-top span {
  padding: 7px 6px;
  font-size: 15px;
}
.right-top a{
    color: #fff;
}
.right-top a:hover{
  color: #58a4eb;
}
.mvw{
    color: #fff;
}

.left-top a {
    text-decoration: none !important;
}
/*/ top menu end here /*/

/*
 * typography.scss
 * -----------------------------------------------
*/

::-moz-selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}

/*body {*/
    /*background-color: #c2a76b26;*/
/*    background-attachment: fixed;*/
/*    -ms-word-wrap: break-word;*/
/*    word-wrap: break-word;*/
/*    counter-reset: my-sec-counter;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-font-smoothing: antialiased;*/
/*    color: var(--text-color);*/
/*    font-size: var(--body-font-size);*/
/*    font-weight: var(--body-font-weight);*/
/*    line-height: var(--body-line-height);*/
    
/*}*/

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

/* -------- Headings ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    position: relative;
    line-height: var(--line-height-heading-);
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
    font-weight: normal;
    line-height: 1;
    color: var(--headings-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading);
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
    letter-spacing: 0.15px;
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading-small);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */

table p {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
    text-decoration: underline;
}

/* -------- other ---------- */

a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

a b,
a strong {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img {
    border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px;
}
.img-wrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 28px !important;
}
ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/

.container .container {
    width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*section>.container,*/
/*section>.container-fluid {*/
/*    padding-top: var(--container-pt);*/
/*    padding-bottom: var(--container-pt);*/
/*}*/

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}

/*=== Default Form ===*/

.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}
.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 47px;
    line-height: 82px;
}
textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* -------- Dark Theme Styling ---------- */

.dark-layout {
    background-color: var(--theme-color-dark) !important;
    --sec-title-color: var(--theme-color-light);
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
    color: var(--theme-color-light);
}

.dark-layout .preloader {
    background-color: var(--theme-color-dark);
}

.dark-layout .preloader:after {
    background-image: url(../images/logo.png);
}

.dark-layout .sticky-header {
    background-color: var(--theme-color-dark);
}

.dark-layout .hidden-bar .upper-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

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

***/

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

/*** 

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

***/

textarea {
    overflow: hidden;
    resize: none;
}

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

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

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

figure.image {
    margin-bottom: 0;
}

.title a {
    color: #314bac;
}

.text {
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
}

.color1 {
    color: var(--theme-color1);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
}

.large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: var(--small-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-pattern-1 {
    background-image: url(../images/icons/pattern-1.png);
}

/*=======================
    Preloader
=======================*/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: -30px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
    background-image: url(../images/favicon.png);
    content: "";
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    color: var(--theme-color-dark);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading";
    -webkit-transition: none;
    transition: none;
}

/*=======================
Scroll To Top style
=======================*/

/*======================
    Tabs Box
======================*/

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}

/*=======================
    List Styles
=======================*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--theme-color-dark);
    margin-right: 50px;
    font-weight: 600;
    margin-bottom: 4px;
    padding-left: 22px;
}

.list-style-one li .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--theme-color1);
}

/*=======================
    List Styles
=======================*/

.list-style-two {
    margin-top: 28px;
}

.list-style-two li {
    font-size: 16px;
    color: var(--text-color);
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
}

.list-style-two li .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--theme-color1);
}

.list-style-two i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--theme-color1);
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*===========================
    Social Icons Styles
============================*/

.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-one li {
    position: relative;
    margin-left: 20px;
}

.social-icon-one li:first-child {
    margin-left: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: var(--theme-color1);
}

/*======================
    Play Buttons
======================*/

.play-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.play-btn .icon {
    position: relative;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    border: 1px solid var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-btn .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 25px;
    text-transform: capitalize;
    padding-left: 30px;
    margin-left: -10px;
    color: var(--theme-color2);
    background: var(--theme-color-gray);
    border-radius: 0px 22px 22px 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-btn:hover .icon {
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-light);
}

.play-btn:hover .title {
    background-color: var(--bg-theme-color2);
    color: var(--theme-color-light);
}

/*======================
    Media Play Button 
======================*/

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 85px;
    background-color: #ffffff;
    color: var(--bg-theme-color2);
    z-index: 1;
    font-size: 18px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    content: "";
}

.play-now .ripple.light {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.play-now .ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

/*======================
    Carousel Navs
======================*/

.default-navs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default-navs .owl-next,
.default-navs .owl-prev {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 58px;
    color: var(--theme-color-dark);
    background: #fff;
    border: 1px solid #E3E3E3;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    margin-left: 20px;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    border-color: var(--theme-color1);
}

.default-navs .owl-prev {
    margin-left: 0;
}

.disable-navs .owl-nav {
    display: none;
}

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

/*==========================
	Default Tabs
===========================*/

.default-tabs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.default-tabs .tab-buttons {
    position: relative;
    margin-bottom: 30px;
}

.default-tabs .tab-btn {
    position: relative;
    float: left;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 35px;
    color: var(--theme-color1);
    line-height: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 20px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-tabs .tab-btn:last-child {
    margin-right: 0;
}

.default-tabs .tab-btn.active-btn {
    background: var(--gradient-1);
    color: #ffffff;
}

.default-tabs .tabs-content {
    position: relative;
    width: 100%;
}

/*================================
    Progress Bar
=================================*/

.skills {
    position: relative;
    margin-bottom: 50px;
}

.skills .skill-item {
    position: relative;
    margin-bottom: 25px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}

.skills .skill-item .skill-header .skill-title {
    font-weight: 600;
    color: var(--theme-color-dark);
    letter-spacing: 0;
    margin-bottom: 10px;
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 14px;
    border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 14px;
    background: #f2f3f6;
    border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 14px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    border-radius: 10px;
    background: var(--bg-theme-color1);
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-weight: 400;
    color: #6f7174;
    line-height: 25px;
    margin-bottom: 10px;
}

.overlay-anim {
    position: relative;
}
.overlay-anim img{
        border-radius: 20% 0px 0px;
    border: 4px solid #2842a9;
}

.overlay-anim:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.bounce-y {
    -webkit-animation: bounce-y 5s infinite linear;
    animation: bounce-y 5s infinite linear;
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn-anim {
    position: relative;
    z-index: 9;
}

.btn-anim:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: #000;
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-anim:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.full-container {
    max-width: 100%;
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.innerpage .accordion-box {
    position: relative;
}

.innerpage .accordion-box .block {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.innerpage .accordion-box .block .acc-btn {
    position: relative;
    color: var(--headings-color);
    font-weight: var(--h6-font-weight);
    font-size: 18px;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #fff;
}

.innerpage .accordion-box .block .acc-btn .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 0;
    line-height: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: auto;
}

.innerpage .accordion-box .block .acc-btn.active {
    background-color: var(--bg-theme-color1);
    color: #fff;
}

.innerpage .accordion-box .block .acc-btn.active .icon {
    color: var(--text-color-bg-theme-color2);
}

.innerpage .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}

.innerpage .accordion-box .block .acc-btn.active-block {
    background: var(--theme-color-light);
}

.innerpage .accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.innerpage .accordion-box .block .acc-content .content {
    position: relative;
    padding: 25px 30px;
}

.innerpage .accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808287;
    margin-bottom: 0;
}

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

.innerpage .accordion-box .block.active-block {
    background: var(--theme-color-light);
}

.innerpage .accordion-box .block:active {
    background: var(--theme-color-light);
}

.innerpage .accordion-box .block:active .acc-btn {
    color: var(--theme-color-light);
}

.theme-btn {
    background-color: #1f3a8d;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 0 60px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    position: relative;
    border: 0;
    z-index: 9;
    overflow: hidden;
}

.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.theme-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: #000;
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.theme-btn .btn-icon {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.theme-btn.small {
    padding: 10px 30px;
    line-height: 20px;
    font-size: 10px;
}

.theme-btn.large {
    padding: 20px 60px;
    line-height: 25px;
}

.theme-btn-v2 {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.theme-btn-v2:before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    background: rgb(0, 0, 0);
    border-radius: inherit;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.theme-btn-v2:hover {
    color: #000;
}

.theme-btn-v2:hover:before {
    background-color: #fff;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.theme-btn-v2 svg path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn-v2 span {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.theme-btn-v2 .btn-icon {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-dots li button:before {
    display: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 98px;
    right: 40px;
    width: 50px;
    height: 50px;
    background-color: #12308e;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 99;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .scroll-to-top {
        right: 15px;
    }
}



/*** 

====================================================================
Main Header
====================================================================

***/

.header-span {
    position: relative;
    height: 110px;
    display: block;
    width: 100%;
}

.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

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

.header-top .header-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0 10px;
}

.header-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .top-left .info-list {
    color: #ffffff;
    font-size: 14px;
}

.header-top .top-left .info-list span {
    color: #b5cf2b;
    font-size: 14px;
    font-weight: 600;
}

.header-top .top-center {
    margin-left: auto;
    margin-right: auto;
}

.header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .top-right button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    background: transparent;
}

.header-top .top-right button span,
.header-top .top-right button img {
    margin-right: 10px;
    display: inline-block;
}

.header-top .top-right button span {
    font-size: 20px;
}

.header-top .top-right button.login-btn {
    margin-left: 72px;
}

.header-top .top-right button.login-btn i {
    font-size: 18px;
    margin-right: 7px;
}

.main-header .header-lower {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
    position: relative;
}

.main-header {
    width: 100%;
    z-index: 999;
}

.main-header .logo {
    position: relative;
    display: block;
}

.main-header .logo img {
    max-width: 100%;
    height: auto;
}

.main-header .main-box {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.main-menu {
    position: relative;
    margin-top: -5px;
}

@media (max-width: 991.98px) {
    .main-menu {
        display: none;
    }
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

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

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 25px 0px;
    margin-right: 44px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:hover {
    color: var(--theme-color1);
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 266px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #ffffff;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-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%;
    border-bottom: 1px solid #ebf1f5;
}

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

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    color: #1f3a8d;
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: var(--theme-color1);
}

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

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    margin-top: 20px;
    opacity: 1;
    top: 0px;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    background-color: #ffffff;
    -webkit-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);
    left: 100%;
    margin-top: 10px;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 0px;
    width: 220px;
    z-index: 100;
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
}

.main-menu .navigation>li>ul>li>ul>li {
    border-bottom: 1px solid #ebf1f5;
    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>a {
    color: var(--theme-color1);
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 30px;
    padding: 10px 0;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-color1);
}

.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-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-header .outer-box .header-btn {
    display: inline-block;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 0 5px 0 38px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
}

.main-header .outer-box .header-btn span {
    margin-left: 10px;
    position: relative;
    top: -2px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color1);
}

.main-header .outer-box .header-btn span i {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    top: 4px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header .outer-box .header-btn:hover {
    background-color: var(--theme-color1);
    border-color: transparent;
}

.main-header .ui-btn-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 17px;
    position: relative;
    right: 117px;
}

.main-header .ui-btn {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 26px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .ui-btn:hover {
    color: var(--theme-color1);
}

.main-header .info-btn {
    position: relative;
    font-size: 16px;
    padding-left: 44px;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    line-height: 20px;
}

.main-header .info-btn small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.main-header .info-btn .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    line-height: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1em;
    margin-right: 20px;
    padding-right: 20px;
}

.main-header .info-btn:hover {
    color: var(--theme-color-light);
}

/*** 

====================================================================
    header-style-one
====================================================================

***/

.header-style-one {
    position: absolute;
    background-color: #ffffff;
    /*background: linear-gradient(#58a7eec9, #ffffffbf), url(https://png.pngtree.com/thumb_back/fw800/background/20240204/pngtree-roses-and-hearts-on-a-pastel-background-valentine-s-day-concept-image_15602209.png); */
}

.header-style-one .btn {
    padding: 0;
}

.header-style-one .header-lower {
    padding-top: 0px;
}

.header-style-one .header-lower .main-box .nav-outer {
    margin-left: 37.7%;
}

@media (max-width: 1199.98px) {
    .header-style-one .header-lower .main-box .nav-outer {
        display: none;
    }
}

.header-style-one .header-lower .main-menu .navigation>li>a {
    color: #2d489d;
    font-size: 18px;
    font-weight: 500;
}

.header-style-one .header-lower .main-menu .navigation>li>a:hover {
    color: #58a4eb;
}

@media (max-width: 1199.98px) {
    .header-style-one .header-lower .outer-box {
        margin-left: auto;
    }
}

.header-style-one .header-lower .outer-box .contact-info {
    position: relative;
    padding-left: 50px;
}

.header-style-one .header-lower .outer-box .contact-info .image {
    position: absolute;
    top: 12px;
    left: 0;
}

.header-style-one .header-lower .outer-box .contact-info span {
    font-size: 12px;
    color: var(--theme-color-light);
}

.header-style-one .header-lower .outer-box .contact-info .title {
    color: var(--theme-color-light);
    margin-top: -4px;
    margin-bottom: 0;
}

.header-style-one .header-lower .outer-box .social-list-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 71px;
    position: relative;
}

.header-style-one .header-lower .outer-box .social-list-one::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -31px;
    width: 2px;
    height: 50px;
    background-color: #525c5c;
}

.header-style-one .header-lower .outer-box .social-list-one li {
    margin-right: 48px;
}

.header-style-one .header-lower .outer-box .social-list-one li:last-child {
    margin-right: 0;
}

.header-style-one .header-lower .outer-box .social-list-one li a {
    font-size: 24px;
    color: var(--theme-color-light);
}

.header-style-one .header-lower .main-menu .navigation>li {
    padding: 30px 0;
    margin-right: 41px;
}

.header-style-one .header-lower .main-menu .navigation>li:last-child {
    margin-right: 0;
}

.header-style-one .header-lower .main-menu .navigation li.dropdown .dropdown-btn {
    display: inline-block;
    border: 2px;
    top: auto;
    bottom: 30px;
    right: -14px;
    width: auto;
    height: unset;
    font-size: 10px;
    color: #8f8f8f;
}

.header-style-one .header-lower .main-menu .navigation li.dropdown ul .dropdown-btn {
    display: none;
}

.header-style-one .header-lower .mobile-nav-toggler {
    display: inline-block;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    color: #000;
    margin-left: 25px;
    display: none;
}

@media (max-width: 1199.98px) {
    .header-style-one .header-lower .mobile-nav-toggler {
        display: inline-block;
    }
}

.header-style-one .header-lower .mobile-nav-toggler i {
    color: #000;
}

.header-style-one .header-lower .main-menu .navigation>li>ul>li>a:hover {
    color: #62aded;
}

.header-style-one .header-lower .main-box .nav-outer {
    margin-right: auto;
}

.header-style-one .header-lower .sticky-header {
    background-color: var(--theme-color-v2);
}

.header-style-one .header-lower .sticky-header .mobile-nav-toggler {
    display: none;
}

.header-style-one .header-lower .sticky-header .main-menu .navigation>li.current>a,
.header-style-one .header-lower .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--theme-color-v2);
}

.header-style-one .header-lower .sticky-header .main-menu .navigation>li {
    padding: 0;
}

.header-style-one .header-lower .sticky-header.fixed-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
}

.header-style-one .header-lower .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-one .header-lower .sticky-header .main-menu .navigation>li.current>a,
.header-style-one .header-lower .sticky-header .main-menu .navigation>li:hover>a {
    color: #fff;
}

.header-style-one .header-lower .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    color: #fff;
}

.header-style-one .header-lower .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .header-style-one .header-lower .contact-info {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .header-style-one .header-lower .contact-info {
        display: unset;
        width: 232px;
        margin-left: -170px;
    }
}

.header-style-one .header-lower .outer-box {
    position: relative;
}

@media (max-width: 767.98px) {
    .header-style-one .header-lower .outer-box:before {
        display: none;
    }
}

.header-style-one .header-lower .outer-box .theme-btn {
    padding: 0 35px;
    line-height: 59px;
    height: 59px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .header-style-one .header-lower .outer-box .theme-btn {
        display: none;
    }
}

.header-style-one .header-lower .outer-box .theme-btn.v2 {
    border-radius: 50px;
}

.header-style-one .header-lower .outer-box .search-btn {
    margin-right: 30px;
}

@media (max-width: 767.98px) {
    .header-style-one .header-lower .outer-box .search-btn {
        display: none;
    }
}

.header-style-one .header-lower .outer-box .search-btn .search {
    font-size: 24px;
    color: var(--theme-color-light);
}

.header-style-one.sp-version .header-lower .main-box .nav-outer {
    margin-left: 90px;
}

/*** 

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

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 10px 0;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.sticky-header .logo img {
    max-height: 63px;
}

.sticky-header .nav-outer {
    position: relative;
    background: none;
    margin-left: auto;
}

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 60px;
    padding: 20px 0;
}

.sticky-header .main-menu .navigation>li>a {
    color: #000;
}

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

.sticky-header .outer-box,
.sticky-header .navbar-header {
    display: none;
}

@media only screen and (max-width: 1550px) {
    .header-style-three .header-lower .main-box .nav-outer {
        margin-left: 50px;
    }
    .header-style-three .header-lower .main-menu .navigation>li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .header-style-three .header-lower .main-menu .navigation>li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .header-style-three .header-lower {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
    
    img {
    display: inline-block;
    max-width: 100% !important;
    object-fit: cover;
}

.logo {
    width: 100%;
}
    .design p {
    text-align: center !important;
    margin-top: 17px !important ;
    color: #ffffff;
}
    .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 30px;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 70px;
    margin-bottom: 31px;
    top: 12px;
    left: 18% !important;
    display:none;
}
 
    #overlay img {
    width: 60%;
}
#nextButton {
   font-size: 3em;
    	}

        #prevButton {
            font-size: 3em;
       }


       #exitButton {
        font-size: 3em;
   }


   .design p {
    text-align: center;
    margin-top: 11px;
    color: #ffffff;
    margin-bottom: -12px;
}


#overlay img {
    width: 60%;
  }

  #nextButton {
    font-size: 3em;
  }

  #prevButton {
    font-size: 3em;
  }

  #exitButton {
    font-size: 3em;
  }
    
    .btn-box {
    margin-bottom: 30px !important;
}

img {
    display: inline-block;
    max-width: 100%;
 
    object-fit: cover;
    width: 100%;
    /*margin-bottom:30px;*/
}

.p-imh {
    display: inline-block;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}
    
    
    
    
}

/*** 

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

***/

.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: #1f3a8d;
    display: none;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

@media (max-width: 991.98px) {
    .mobile-nav-toggler {
        display: block;
    }
}

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

.mobile-menu .contact-info-box {
    color: #fff;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
}

.mobile-menu .close-btn {
    position: relative;
    top: 0px;
    right: -5px;
    text-align: center;
    font-size: 18px;
    color: #2d479a;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: rgb(90 166 236);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.mobile-menu .nav-logo img {
    max-height: 50px;
}

.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

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

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

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgb(92 167 232);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgb(92 167 232);
}

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

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(87 166 238);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color:#314bad;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #2d479a;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgb(92 167 232);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106";
}

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

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

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px;
}

.contact-list-one li {
    position: relative;
    padding-left: 54px;
    min-height: 50px;
    margin-bottom: 20px;
}

.contact-list-one li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 34px;
    line-height: 50px;
    color: #2f499a;
}

.contact-list-one li .title {
    display: block;
    font-size: 12px;
    color: #314bad;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-list-one li a {
    color: #314bad;
}

.contact-list-one li .contact-box-info {
    color: #fff;
}

.contact-list-one li .text {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.contact-list-one li .text a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgb(92 167 232);
    margin-top: auto;
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgb(92 167 232);
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 19px;
    text-align: center;
    color: #304aad;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color2);
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/

.toggle-hidden-bar {
    position: relative;
}

.hidden-bar {
    position: fixed;
    right: 0;
    top: 0px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    max-width: 320px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden-bar::-webkit-scrollbar {
    width: 2px;
}

.hidden-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #cecece;
    box-shadow: inset 0 0 2px #cecece;
    border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a;
}

.hidden-bar .inner-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--theme-color-dark);
    height: 100%;
}

.hidden-bar .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 30px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .upper-box .close-btn {
    position: relative;
    top: -5px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: var(--theme-color1);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden-bar .upper-box .close-btn:hover {
    opacity: 0.5;
}

.hidden-bar .upper-box .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.hidden-bar .upper-box .nav-logo img {
    max-height: 40px;
}

.hidden-bar .text-box {
    position: relative;
    padding: 25px 30px 25px;
}

.hidden-bar .text-box .title {
    color: var(--theme-color-light);
}

.hidden-bar .text-box .text {
    color: var(--theme-color-light);
}

.hidden-bar-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: auto;
}

.hidden-bar .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hidden-bar .social-links li a:hover {
    color: var(--theme-color1);
}

/*** 

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

***/

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

@media (max-width: 575.98px) {
    .sec-title {
        margin-bottom: 40px;
    }
}

.sec-title .sub-title {
    position: relative;
    font-size: 20px;
    color: var(--theme-color1);
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 13px;
    margin-top: 11px;
}

.sec-title .sub-title::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--theme-color1);
}

.sec-title .sub-title::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: var(--theme-color1);
}

.sec-title h2 {
    position: relative;
    display: block;
    /* font-size: var(--sec-title-font-size); */
    color: var(--sec-title-color);
    margin-bottom: 0;
    font-weight: 700;
    line-height: 45px;
    /*text-transform: uppercase;*/
    z-index: 2;
    font-size: 37px;
}

@media (max-width: 767.98px) {
    .sec-title h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .sec-title h2 {
        font-size: 34px;
        line-height: 42px;
    }
}

.sec-title .text {
    margin-top: 30px;
}

.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
    color: #12308e;
}

.sec-title.light .sub-title {
    color: #717171;
    letter-spacing: 1.5px;
}

.sec-title-two {
    position: relative;
    margin-bottom: 53px;
}
.sec-title-two h1{
    color: #000;
    /* font-family: Amita; */
    margin: 20px auto;
    width: 100% px;
    font-size: 34px;
    text-align: left;
}
@media (max-width: 575.98px) {
    .sec-title-two {
        margin-bottom: 40px;
    }
}

.sec-title-two .sub-title {
    position: relative;
    font-size: 16px;
    font-weight: 800;
    color: #2b4597;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 25px;
}

.sec-title-two .sub-title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #2b4597;
}

.sec-title-two h2 {
    position: relative;
    display: block;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    z-index: 2;
    line-height: 60px;
}

@media (max-width: 991.98px) {
    .sec-title-two h2 {
        font-size: 44px;
        line-height: 55px;
    }
}

@media (max-width: 767.98px) {
    .sec-title-two h2 {
        font-size: 34px;
        line-height: 42px;
    }
}

.sec-title-two .text {
    margin-top: 31px;
    color: var(--theme-color-light);
    opacity: 0.8;
    line-height: 26px;
}

.sec-title-two.light .text,
.sec-title-two.light h2,
.sec-title-two.light h1 {
    color: #fff;
}

.sec-title-two.light .sub-title {
    color: var(--theme-color1);
}

.sec-title-two.light .sub-title::before {
    background-color: var(--theme-color1);
}

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

@media (max-width: 575.98px) {
    .sec-title-three {
        margin-bottom: 40px;
    }
}

.sec-title-three .sub-title {
    font-size: 15px;
    color: var(--theme-color1);
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sec-title-three .sub-title::before {
    content: "";
    position: absolute;
    bottom: 6px;
    top: auto;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-color1);
}

.sec-title-three h2 {
    position: relative;
    display: block;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .sec-title-three h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .sec-title-three h2 {
        font-size: 34px;
        line-height: 42px;
    }
}

.sec-title-three .text {
    margin-top: 12px;
}

.sec-title-three.light .text,
.sec-title-three.light h2,
.sec-title-three.light h1 {
    color: #fff;
}

.sec-title-three.light .sub-title {
    letter-spacing: 1.5px;
}

/*** 

====================================================================
  banner section
====================================================================

***/

.banner-section {
    position: relative;
    height: 100vh;
}

.banner-section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 320px) {
    .banner-section .btn-box {
        display: block;
    }
}

.banner-section .banner-slider-rtl .slick-dots,
.banner-section .banner-slider .slick-dots {
    bottom: 0;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none !important;
}

@media (max-width: 1199.98px) {
    .banner-section .banner-slider-rtl .slick-dots,
    .banner-section .banner-slider .slick-dots {
        top: auto;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.banner-section .banner-slider-rtl .slick-dots li,
.banner-section .banner-slider .slick-dots li {
    margin-bottom: 15px;
    padding: 0;
    width: auto;
    height: auto;
    padding-bottom: 5px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .banner-section .banner-slider-rtl .slick-dots li,
    .banner-section .banner-slider .slick-dots li {
        margin-bottom: 5px;
        margin-right: 10px;
    }
}

.banner-section .banner-slider-rtl .slick-dots li:last-child,
.banner-section .banner-slider .slick-dots li:last-child {
    margin-bottom: 0;
}

.banner-section .banner-slider-rtl .slick-dots li button,
.banner-section .banner-slider .slick-dots li button {
    font-size: 25px;
    line-height: 18px;
    color: #fff;
    opacity: 0.8;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background: transparent;
}

.banner-section .banner-slider-rtl .slick-dots li button:before,
.banner-section .banner-slider .slick-dots li button:before {
    display: none;
}

.banner-section .banner-slider-rtl .slick-dots li:before,
.banner-section .banner-slider .slick-dots li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #304894;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-section .banner-slider-rtl .slick-dots li.slick-active:before,
.banner-section .banner-slider .slick-dots li.slick-active:before {
    opacity: 1;
    visibility: visible;
}

.banner-section .banner-slider-rtl .slick-dots li.slick-active button,
.banner-section .banner-slider .slick-dots li.slick-active button {
    color: #314b9a;
}

.banner-section .banner-slider-rtl .banner-slide,
.banner-section .banner-slider .banner-slide {
    position: relative;
    height: 100%;
}

.banner-section .banner-slider-rtl .banner-slide>img,
.banner-section .banner-slider .banner-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: cover; */
}

.banner-section .banner-slider-rtl .banner-slide .outer-box,
.banner-section .banner-slider .banner-slide .outer-box {
    margin-top: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {
    .banner-section .banner-slider-rtl .banner-slide .outer-box,
    .banner-section .banner-slider .banner-slide .outer-box {
        padding-right: 82px;
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section .banner-slider-rtl .banner-slide .outer-box,
    .banner-section .banner-slider .banner-slide .outer-box {
        padding-right: 0;
    }
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box,
.banner-section .banner-slider .banner-slide .outer-box .content-box {
    max-width: 800px;
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .sub-title,
.banner-section .banner-slider .banner-slide .outer-box .content-box .sub-title {
    position: relative;
    font-size: 24px;
    color: var(--theme-color-light);
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .sub-title,
    .banner-section .banner-slider .banner-slide .outer-box .content-box .sub-title {
        font-size: 18px;
    }
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1,
.banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 40px;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    /*text-transform: uppercase;*/
    line-height: 70px;
    margin-bottom: 31px;
 
}

@media (max-width: 1399.98px) {
    .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1,
    .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
                font-size: 57px;
        line-height: 82px;
    }
}



@media (max-width: 767.98px) {
    .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1,
    .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
        font-size: 36px;
        line-height: 46px;
    }
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1 span,
.banner-section .banner-slider .banner-slide .outer-box .content-box h1 span {
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1,
    .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
        font-size: 30px;
        line-height: 45px;
    }
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .text,
.banner-section .banner-slider .banner-slide .outer-box .content-box .text {
    color: var(--theme-color-light);
    line-height: 26px;
    text-transform: lowercase;
    opacity: 0.8;
    max-width: 520px;
    margin-bottom: 40px;
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .btn-box .theme-btn,
.banner-section .banner-slider .banner-slide .outer-box .content-box .btn-box .theme-btn {
    background-color: #1f3a8d;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color-light);
    display: inline-block;
    height: unset;
    line-height: 26px;
    padding: 17px 25px;
    letter-spacing: 2px;
    margin-right: 29px;
}

@media (max-width: 767.98px) {
    .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .btn-box .theme-btn,
    .banner-section .banner-slider .banner-slide .outer-box .content-box .btn-box .theme-btn {
        font-size: 16px;
    }
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .btn-box .theme-btn svg,
.banner-section .banner-slider .banner-slide .outer-box .content-box .btn-box .theme-btn svg {
    margin-left: 12px;
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .btn-box .play-btn i,
.banner-section .banner-slider .banner-slide .outer-box .content-box .btn-box .play-btn i {
    border: 1px solid #1f3a8d;
    background: rgba(255, 255, 255, 0.05);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #1f3a8d;
    display: inline-block;
    margin-right: 15px;
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .btn-box .play-btn span,
.banner-section .banner-slider .banner-slide .outer-box .content-box .btn-box .play-btn span {
    color: var(--theme-color-light);
    font-weight: 600;
    text-transform: uppercase;
}

.banner-section .banner-slider,
.banner-section .banner-slider-rtl,
.banner-section .banner-slider-rtl .slick-track,
.banner-section .banner-slider-rtl .slick-list,
.banner-section .banner-slider .slick-track,
.banner-section .banner-slider .slick-list {
    height: 100%;
}

.banner-social {
    position: absolute;
    top: 50%;
    right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

@media (max-width: 991.98px) {
    .banner-social {
        right: 40px;
    }
}

@media (max-width: 767.98px) {
    .banner-social {
        display: none;
    }
}

.banner-social>h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 20px;
    margin-bottom: 0;
    margin-right: 60px;
}

.banner-social>h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 28px;
    height: 1px;
    background-color: #FFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.banner-social ul li:last-child {
    margin-right: 0;
}

.banner-social ul li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
}

.banner-social ul li a:hover {
    background-color: #1f3a8d;
    border-color: transparent;
}

/*** 

====================================================================
  banner section two
====================================================================

***/

.banner-section-two {
    position: relative;
    height: 100vh;
}

.banner-section-two .banner-slider .slick-dots {
    top: 50%;
    bottom: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1399.98px) {
    .banner-section-two .banner-slider .slick-dots {
        top: auto;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section-two .banner-slider .slick-dots li {
    margin-bottom: 15px;
    padding: 0;
    width: auto;
    height: auto;
    padding-bottom: 5px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slider .slick-dots li {
        margin-bottom: 5px;
        margin-right: 10px;
    }
}

.banner-section-two .banner-slider .slick-dots li:last-child {
    margin-bottom: 0;
}

.banner-section-two .banner-slider .slick-dots li button {
    font-size: 18px;
    line-height: 18px;
    color: var(--theme-color-light);
    opacity: 0.6;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background: transparent;
}

.banner-section-two .banner-slider .slick-dots li button:before {
    display: none;
}

.banner-section-two .banner-slider .slick-dots li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--theme-color-light);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-section-two .banner-slider .slick-dots li.slick-active:before {
    opacity: 1;
    visibility: visible;
}

.banner-section-two .banner-slider .slick-dots li.slick-active button {
    color: #fff;
    opacity: 1;
}

.banner-section-two .banner-slider .banner-slide {
    position: relative;
    height: 100%;
}

.banner-section-two .banner-slider .banner-slide>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1199.98px) {
    .banner-section-two .banner-slider .banner-slide>img {
        display: none;
    }
}

.banner-section-two .banner-slider .banner-slide .outer-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 90px;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slider .banner-slide .outer-box {
        margin-top: 0;
    }
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box {
    max-width: 545px;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slider .banner-slide .outer-box .content-box {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .banner-slider .banner-slide .outer-box .content-box {
        max-width: unset;
        margin-right: 0;
    }
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box .sub-title {
    position: relative;
    font-size: 16px;
    font-weight: 800;
    color: var(--theme-color-light);
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 25px;
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box .sub-title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color-light);
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 80px;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100px;
    margin-bottom: 31px;
}

@media (max-width: 1399.98px) {
    .banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
        font-size: 58px;
        line-height: 70px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
        font-size: 36px;
        line-height: 46px;
    }
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 span {
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
        font-size: 30px;
        line-height: 45px;
    }
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box .text {
    color: var(--theme-color-light);
    font-weight: 600;
    line-height: 26px;
    opacity: 0.8;
    max-width: 520px;
    margin-bottom: 40px;
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .theme-btn {
    background-color: var(--theme-color1);
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color-light);
    display: inline-block;
    height: unset;
    line-height: 26px;
    padding: 17px 35px;
    letter-spacing: 2px;
    margin-right: 29px;
    border-radius: 50px;
}

@media (max-width: 767.98px) {
    .banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .theme-btn {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .theme-btn svg {
    margin-left: 12px;
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .play-btn i {
    border: 1px solid var(--theme-color1);
    background: rgba(255, 255, 255, 0.05);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--theme-color1);
    display: inline-block;
    margin-right: 15px;
}

.banner-section-two .banner-slider .banner-slide .outer-box .content-box .btn-box .play-btn span {
    color: var(--theme-color-light);
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199.98px) {
    .banner-section-two .banner-slider .banner-slide {
        background-color: var(--headings-color);
    }
}

.banner-section-two .banner-slider,
.banner-section-two .banner-slider .slick-track,
.banner-section-two .banner-slider .slick-list {
    height: 100%;
}

/*** 

====================================================================
  about section
====================================================================

***/

.about-section {
    position: relative;
    padding: 120px 0;
    background-image: url(../images/background/about-bg.jpg);
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-section .image-column .inner-column {
    position: relative;
    margin-right: 106px;
    margin-left: -128px;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .inner-column {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column {
        margin-right: 0;
    }
}

.about-section .image-column .inner-column .image-box .image {
    margin-bottom: 47px;
}

@media (max-width: 991.98px) {
    .about-section .image-column .inner-column .image-box .image img {
        width: 100%;
    }
}

.about-section .image-column .inner-column .image-box .image-2 {
    display: inline-block;
    margin-bottom: 0;
}

.about-section .image-column .inner-column .image-box .play-box {
    position: absolute;
    bottom: -47px;
    right: -79px;
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column .image-box .play-box {
        display: none;
    }
}

.about-section .image-column .inner-column .image-box .play-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 69.742px;
    height: 69.742px;
    line-height: 69.742px;
    text-align: center;
    color: var(--theme-color1);
    border-radius: 69.742px;
    border: 1px solid var(--Primary-Color, #F94A29);
    background: var(--theme-color-light);
}

.about-section .image-column .inner-column .image-box .exp-box {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-section .image-column .inner-column .image-box .exp-box .icon-box {
    background: #1E1E1E;
    color: #FFFFFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    height: 110px;
    line-height: 110px;
    text-align: center;
    text-transform: capitalize;
    width: 122px;
}

.about-section .image-column .inner-column .image-box .exp-box .title {
    font-size: 25px;
    color: var(--theme-color-light);
    background-color: rgb(249, 74, 41);
    padding: 20px 21px 22px;
    margin-bottom: 0;
    width: 177px;
}

@media (max-width: 575.98px) {
    .about-section .image-column .inner-column .image-box .exp-box .title {
        width: 168px;
    }
}

.about-section .content-column .inner-column {
    margin-top: 73px;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column {
        margin-top: 0;
    }
}

.about-section .content-column .inner-column .sec-title h2 {
    padding-left: 21px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column .sec-title h2 {
        font-size: 39px;
    }
}

@media (max-width: 991.98px) {
    .about-section .content-column .inner-column .sec-title h2 {
        line-height: 55px;
    }
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .sec-title h2 {
        font-size: 26px;
        line-height: 39px;
    }
}

.about-section .content-column .inner-column .sec-title h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: var(--theme-color1);
}

.about-section .content-column .inner-column .sec-title .text {
    color: var(--theme-color-light);
    opacity: 0.8;
    line-height: 26px;
    margin-top: 30px;
    text-transform: lowercase;
}

.about-section .content-column .inner-column .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--theme-color1);
    padding-bottom: 39px;
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .inner-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-section .content-column .inner-column .inner-box .content-box {
    position: relative;
    margin-right: 69px;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column .inner-box .content-box {
        margin-right: 43px;
    }
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .inner-box .content-box {
        margin-bottom: 20px;
    }
}

.about-section .content-column .inner-column .inner-box .content-box::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -32px;
    width: 1px;
    height: 39px;
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column .inner-box .content-box::before {
        display: none;
    }
}

.about-section .content-column .inner-column .inner-box .content-box:last-child {
    margin-right: 0;
}

.about-section .content-column .inner-column .inner-box .content-box:last-child::before {
    display: none;
}

.about-section .content-column .inner-column .inner-box .content-box span {
    font-size: 40px;
    color: var(--theme-color1);
    line-height: 55px;
    font-weight: 500;
}

.about-section .content-column .inner-column .inner-box .content-box .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--theme-color-light);
    margin-bottom: 0;
}

.about-section .content-column .inner-column .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 320px) {
    .about-section .content-column .inner-column .btn-box {
        display: block;
    }
}

.about-section .content-column .inner-column .btn-box .theme-btn-v2 {
    color: var(--theme-color-light);
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    background-color: var(--theme-color1);
    padding: 17px 29px;
    display: inline-block;
    margin-right: 30px;
}

.about-section .content-column .inner-column .btn-box .theme-btn-v2:hover {
    color: #000;
}

.about-section .content-column .inner-column .btn-box .theme-btn-v2:hover svg path {
    fill: #000;
}

.about-section .content-column .inner-column .btn-box .theme-btn-v2 svg {
    position: relative;
    top: -2px;
    margin-left: 12px;
}

.about-section .content-column .inner-column .btn-box .contact-btn {
    display: inline-block;
    position: relative;
    padding-left: 75px;
}

.about-section .content-column .inner-column .btn-box .contact-btn i {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    font-size: 28px;
}

.about-section .content-column .inner-column .btn-box .contact-btn span {
    color: var(--theme-color1);
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 1px;
}

.about-section .content-column .inner-column .btn-box .contact-btn .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--theme-color-light);
    margin-bottom: 0;
}

.about-section.innerpage {
    background-image: unset;
}

.about-section.innerpage .content-column .sec-title .text {
    color: var(--body-color);
}

.about-section.innerpage .content-column .inner-column .inner-box .content-box .title,
.about-section.innerpage .content-column .inner-column .btn-box .contact-btn .title {
    color: var(--headings-color);
}

.about-section.innerpage .content-column .inner-column .btn-box .theme-btn-v2:hover,
.about-section.innerpage .content-column .inner-column .btn-box .theme-btn-v2:hover:before {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
}

.about-section.innerpage .content-column .inner-column .btn-box .theme-btn-v2 {
    height: auto;
    padding: 17px 29px;
}

/*** 

====================================================================
  about section two
====================================================================

***/

.about-section-two {
    /*background-image: url(../images/background/about-bg-home2.jpg);*/
    background-image: url(../images/wed-background.webp);
   /*background: linear-gradient(#f6f2e9db, #f6f2e9f2), url(../images/minr.avif);*/
   /*background-image: url(https://vajraevents.com/wp-content/uploads/2024/06/website_backgroung_GA_1.png);*/
    background-position: center;
    background-repeat: repeat;
    background-size: 25% auto;
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    position: relative;
    padding: 70px 0px 0px;
    /*background-position: top center;*/
}

.abbt {
    display: flex;
    flex-direction: row;
    /*justify-content: space-evenly;*/
}

.mm-part{
    padding-right: 64px;
}

.about-section-two .image-column .inner-column {
    position: relative;
    margin-right: 70px;
    /*margin-left: -104px;*/
}

@media (max-width: 1399.98px) {
    .about-section-two .image-column .inner-column {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .about-section-two .image-column .inner-column {
        margin-right: 0;
    }
}

.about-section-two .image-column .inner-column .image-box .image {
    margin-bottom: 47px;
}

@media (max-width: 991.98px) {
    .about-section-two .image-column .inner-column .image-box .image img {
        width: 100%;
    }
}

.about-section-two .image-column .inner-column .image-box .exp-box {
    position: absolute;
    bottom: -33px;
    right: -54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 25px;
    background: var(--theme-color-light);
    -webkit-box-shadow: 30px 30px 60px 0px rgba(17, 17, 17, 0.05);
    box-shadow: 30px 30px 60px 0px rgba(17, 17, 17, 0.05);
    width: 187px;
    padding: 30px;
    display:none;
}

@media (max-width: 1199.98px) {
    .about-section-two .image-column .inner-column .image-box .exp-box {
        right: 20px;
        bottom: 30px;
    }
}

.about-section-two .image-column .inner-column .image-box .exp-box .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    color: #2b4597;
    margin-bottom: 0px;
}

.about-section-two .image-column .inner-column .image-box .exp-box .text {
    font-size: 20px;
    line-height: 35px;
    /*text-transform: uppercase;*/
}

.about-section-two .content-column .inner-column {
    margin-top: 30px;
}

@media (max-width: 1399.98px) {
    .about-section-two .content-column .inner-column {
        margin-top: 0;
    }
}

.about-section-two .content-column .inner-column .sec-title-two {
    margin-bottom: 29px;
}

@media (max-width: 1199.98px) {
    .about-section-two .content-column .inner-column .sec-title-two h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .about-section-two .content-column .inner-column .sec-title-two h2 {
        font-size: 29px;
        line-height: 40px;
    }
}

.about-section-two .content-column .inner-column .sec-title-two .text {
    color: var(--text-color);
}

.about-section-two .content-column .inner-column .list {
    margin: 31px 0 39px;
}

@media (max-width: 767.98px) {
    .about-section-two .content-column .inner-column .list {
        margin-top: 11px;
    }
}

.about-section-two .content-column .inner-column .list li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--theme-color-dark);
    margin-bottom: 15px;
    padding-left: 28px;
}

.about-section-two .content-column .inner-column .list li:last-child {
    margin-bottom: 0;
}

.about-section-two .content-column .inner-column .list li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #2b4597;
}

 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 575.98px) {
    .btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.btn-box .theme-btn-v2 {
    color: var(--theme-color-light);
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    background-color: #2b4597;
    padding: 0px 18px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 30px;
}

@media (max-width: 575.98px) {
.btn-box .theme-btn-v2 {
        margin-bottom: 20px;
    }
}

 .btn-box .theme-btn-v2 svg {
    position: relative;
    top: -2px;
    margin-left: 12px;
}

 .btn-box .theme-btn-v2:hover:before {
    background-color: #000;
}

.btn-box .contact-btn {
    display: inline-block;
    position: relative;
    padding-left: 75px;
}

.btn-box .contact-btn:hover i {
    background-color: #2b4597;
    border-color: transparent;
    color: #fff;
}

.btn-box .contact-btn i {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #2b4597;
    border-radius: 50%;
    font-size: 24px;
    color: #2b4597;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-box .contact-btn span {
    color: #2b4597;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 1px;
}
.btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.btn-box .contact-btn .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .about-block-two {
        margin-bottom: 20px;
    }
}

.about-block-two .inner-box {
    position: relative;
    border-radius: 10px;
    border: 1px solid #2b4597;
    background: var(--theme-color-light);
    -webkit-box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
    box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
    padding: 30px 15px 30px 123px;
}

.about-block-two .inner-box:hover i {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

@media (max-width: 1199.98px) {
    .about-block-two .inner-box {
        padding-left: 105px;
    }
}

@media (max-width: 1199.98px) {
    .about-block-two .inner-box {
        padding: 26px 15px 26px 133px;
    }
}

.about-block-two .inner-box i {
    position: absolute;
    top: 40px;
    left: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    color: #2b4597;
    font-size: 48px;
}

@media (max-width: 1199.98px) {
    .about-block-two .inner-box i {
        left: 10px;
    }
}

@media (max-width: 991.98px) {
    .about-block-two .inner-box i {
        left: 15px;
    }
}

.about-block-two .inner-box .title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .about-block-two .inner-box .title {
        font-size: 14px;
    }
    .about-block-two .inner-box .title::before {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .about-block-two .inner-box .title {
        max-width: 198px;
    }
}

@media (max-width: 991.98px) {
    .about-block-two .inner-box .title {
        font-size: 16px;
    }
}

.about-block-two .inner-box .title::before {
    background-color: #2b4597;
    content: "";
    height: 70px;
    left: -21px;
    position: absolute;
    top: -13px;
    width: 1px;
}

.about-block-two .inner-box-two {
    margin-top: 6px;
}

.about-block-two .inner-box-two .title {
    font-size: 18px;
    margin-bottom: 8px;
}

.about-block-two .inner-box-two span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}


/*** 

====================================================================
	testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 50px 0 158px;
    background-image: url(../images/wed-background.webp);
    background-position: center;
    background-repeat: repeat;
    background-size: 25% auto;
}

.testimonial-section .inner-container {
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-section .slick-dots {
    background-color: unset;
}

.testimonial-section .slick-dots li {
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    margin: 8px 4px 8px 8px;
    width: 15px;
    height: 15px;
    opacity: 1;
    top: 38px;
    background: #e8e8e8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial-section .slick-dots .slick-active {
    background-color: #12308e;
    width: 30px;
    border-radius: 10px;
}

@media (max-width: 575.98px) {
    .testimonial-section .sec-title h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.testimonial-block {
    margin: 0 15px;
}

.testimonial-block .inner-box {
    border: 1px solid #dcc48f;
    background: var(--theme-color-light);
    padding: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-box {
        font-size: 40px 35px;
    }
}

.testimonial-block .inner-box:hover {
    border-color: #dcc48f;
}

.testimonial-block .inner-box .icon-box {
    margin-bottom: 18px;
}

.testimonial-block .inner-box .icon-box i {
    color: #12308e;
    font-size: 51px;
}

.testimonial-block .inner-box .content-box .text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: var(--theme-color-dark2);
    border-bottom: 1px solid #12308e;
    padding-bottom: 24px;
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .testimonial-block .inner-box .content-box .text {
        font-size: 17px;
    }
}

.testimonial-block .inner-box .content-box .auther-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-block .inner-box .content-box .auther-info .info-box {
    margin-left: 18px;
}

.testimonial-block .inner-box .content-box .auther-info .info-box .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.testimonial-block .inner-box .content-box .auther-info .info-box span {
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}

/*** 

====================================================================
	testimonial Section two
====================================================================

***/

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

.testimonial-section-two .inner-container {
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-section-two .slick-dots {
    background-color: unset;
}

.testimonial-section-two .slick-dots li {
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    margin: 8px 4px 8px 8px;
    width: 15px;
    height: 15px;
    opacity: 1;
    top: 38px;
    background: #e8e8e8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial-section-two .slick-dots .slick-active {
    background-color: var(--theme-color1);
    width: 30px;
    border-radius: 10px;
}

@media (max-width: 575.98px) {
    .testimonial-section-two .sec-title h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.testimonial-block-two {
    margin: 0 15px;
}

.testimonial-block-two .inner-box {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    padding: 30px 30px 28px;
    border-radius: 20px;
    background: var(--theme-color-light);
    border: 1px solid #ddd;
}

.testimonial-block-two .inner-box .content-box .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-top: 1px solid var(--theme-color1);
    margin-bottom: 18px;
    padding-top: 21px;
}

.testimonial-block-two .inner-box .content-box .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-block-two .inner-box .content-box .rating li {
    color: rgb(255, 160, 17);
    margin-right: 9px;
}

.testimonial-block-two .inner-box .content-box .rating li:last-child {
    color: var(--text-color);
    margin-right: 0;
}

.testimonial-block-two .inner-box .content-box .auther-info {
    margin-bottom: 19px;
}

.testimonial-block-two .inner-box .content-box .auther-info img {
    display: unset;
    margin-bottom: 10px;
}

.testimonial-block-two .inner-box .content-box .auther-info .info-box .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: rgb(32, 32, 32);
}

.testimonial-block-two .inner-box .content-box .auther-info .info-box span {
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    color: rgb(80, 80, 80);
}

/***

====================================================================
    team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 120px 0 171px;
    background-image: url(../images/background/team-bg.jpg);
}

.team-section.innerpage-style {
    background-image: none;
}

.team-block {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-block .inner-box {
    background-color: #393939;
    text-align: center;
    padding: 30px 30px 32px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 0;
}

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

.team-block .inner-box:hover .content-box span,
.team-block .inner-box:hover .content-box .title {
    color: var(--theme-color-dark);
}

.team-block .inner-box:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.team-block .inner-box .image-box {
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.team-block .inner-box .image-box .image {
    overflow: hidden;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    margin: 0 auto;
}

.team-block .inner-box .image-box .image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.team-block .inner-box .image-box .social-links {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme-color1);
    width: 120px;
    height: 28px;
    line-height: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-block .inner-box .image-box .social-links li {
    margin-right: 12px;
}

.team-block .inner-box .image-box .social-links li:last-child {
    margin-right: 0;
}

.team-block .inner-box .image-box .social-links li a {
    color: var(--theme-color-light);
    font-size: 13px;
}

.team-block .inner-box .content-box {
    position: relative;
    z-index: 1;
}

.team-block .inner-box .content-box .title {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    color: var(--theme-color-light);
    text-transform: capitalize;
    margin-bottom: 8px;
}

@media (max-width: 1199.98px) {
    .team-block .inner-box .content-box .title {
        font-size: 20px;
    }
}

.team-block .inner-box .content-box span {
    color: var(--theme-color-light);
    opacity: 0.8;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-block .inner-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    background-color: var(--theme-color-light);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 0;
}

.team-block.innerpage-style .inner-box {
    background-color: transparent;
    background: radial-gradient(50.6% 50.6% at 49.44% 50.6%, #000000 0%, #211818 100.01%);
}

/*** 

====================================================================
    News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 40px 0 90px;
    background-image: url(../images/wed-background.webp);
    background-position: center;
    background-repeat: repeat;
    background-size: 25% auto;
}

@media (max-width: 575.98px) {
    .news-section .sec-title h2 {
        font-size: 29px;
    }
}

.news-block {
    margin-bottom: 30px;
}

.news-block .inner-box {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

.news-block .inner-box:hover .image-box .image::before {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
}

.news-block .inner-box:hover .content-box {
    margin-top: -90px;
}

.news-block .inner-box .image {
    position: relative;
    border: 4px solid #dcc48f;
    border-radius: 5px;
}

.news-block .inner-box .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: linear-gradient(134deg, #324bad9c -151.02%, rgba(249, 74, 41, 0) 125.25%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block .inner-box .image img {
    .news-block .inner-box .image img {
    width: 100%;
    height: 450px;
}
    
}

.news-block .inner-box .content-box {
    position: relative;
    z-index: 99;
    text-align: center;
    background: #F6F6F6;
    border-top: 2px solid #233e94;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: -62px 30px 0;
}

@media (max-width: 1199.98px) {
    .news-block .inner-box .content-box {
        padding: 15px 18px;
        margin: -62px 15px 0;
    }
}

.news-block .inner-box .content-box .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.news-block .inner-box .content-box .post li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    margin-right: 27px;
}

.news-block .inner-box .content-box .post li::before {
    content: "/";
    position: absolute;
    top: 0;
    left: 100%;
    color: #505050;
    opacity: 0.8;
    margin-left: 7px;
}

.news-block .inner-box .content-box .post li:last-child {
    padding-left: 17px;
    margin-right: 0;
}

.news-block .inner-box .content-box .post li:last-child:before {
    display: none;
}

.news-block .inner-box .content-box .post li svg {
    position: absolute;
    top: 4px;
    left: 0;
}

.news-block .inner-box .content-box .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .news-block .inner-box .content-box .title {
        font-size: 22px;
        line-height: 30px;
    }
}

.news-block .inner-box .content-box .title:hover {
    color: #233e94;
}

/*** 

====================================================================
    News Section
====================================================================

***/

.news-section-two {
    position: relative;
    padding: 120px 0 90px;
}

@media (max-width: 991.98px) {
    .news-section-two {
        padding-top: 0;
    }
}

@media (max-width: 575.98px) {
    .news-section-two .sec-title h2 {
        font-size: 29px;
    }
}

.news-block-two {
    margin-bottom: 30px;
}

.news-block-two .inner-box {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block-two .inner-box:hover .image-box img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.news-block-two .inner-box .image-box {
    position: relative;
    z-index: 99;
}

.news-block-two .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.news-block-two .inner-box .image-box .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block-two .inner-box .content-box {
    position: relative;
    background: #F6F6F6;
    padding: 45px 28px 29px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 0 20px 20px;
    margin-top: -16px;
}

@media (max-width: 1199.98px) {
    .news-block-two .inner-box .content-box {
        padding: 25px 18px;
        margin-top: -10px;
    }
}

.news-block-two .inner-box .content-box .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-block-two .inner-box .content-box .post li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    margin-right: 27px;
}

.news-block-two .inner-box .content-box .post li::before {
    content: "/";
    position: absolute;
    top: 0;
    left: 100%;
    color: #505050;
    opacity: 0.8;
    margin-left: 7px;
}

.news-block-two .inner-box .content-box .post li:last-child {
    padding-left: 17px;
    margin-right: 0;
}

.news-block-two .inner-box .content-box .post li:last-child:before {
    display: none;
}

.news-block-two .inner-box .content-box .post li svg {
    position: absolute;
    top: 4px;
    left: 0;
}

.news-block-two .inner-box .content-box .title {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 23px;
    padding-bottom: 21px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--theme-color1);
}

.news-block-two .inner-box .content-box .title:hover {
    color: var(--theme-color1);
}

@media (max-width: 767.98px) {
    .news-block-two .inner-box .content-box .title {
        font-size: 23px;
    }
}


/*** 

====================================================================
  faq section
====================================================================

***/

.fun-fact-section {
    position: relative;
    padding: 120px 0 286px;
    background-image: url(../images/resource/fun-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.counter-block {
    position: relative;
    margin-bottom: 30px;
}

.counter-block:last-child .inner {
    margin-right: 0;
}

.counter-block:last-child .inner::before {
    display: none;
}

.counter-block .inner {
    position: relative;
    text-align: center;
    min-height: 104px;
    border-radius: 10px;
    padding-top: 9px;
    margin-right: 6px;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

@media (max-width: 1199.98px) {
    .counter-block .inner {
        padding-top: 0;
    }
}

.counter-block .icon-box {
    width: 117px;
    height: 117px;
    line-height: 150px;
    margin: 0 auto 19px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color1);
}

.counter-block .icon-box .icon {
    display: inline-block;
    color: var(--theme-color-light);
    font-size: 62px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block .count-box {
    position: relative;
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    color: var(--theme-color-light);
    letter-spacing: -1.92px;
    margin-bottom: 16px;
}

.counter-block .count-box .count-text {
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
    color: var(--theme-color-light);
}

.counter-block .counter-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: var(--theme-color-light);
    margin-bottom: 0;
    margin-top: -9px;
}

@media (max-width: 1199.98px) {
    .counter-block .counter-title {
        font-size: 14px;
    }
}

/*** 

====================================================================
  faq section two
====================================================================

***/

.fun-fact-section-two {
    position: relative;
    padding: 120px 0 90px;
    margin-top: -152px;
}

.fun-fact-section-two .auto-container {
    max-width: 1320px;
}

.fact-counter {
    position: relative;
    background-color: var(--theme-color-light);
    padding: 75px 70px 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

@media (max-width: 1399.98px) {
    .fact-counter {
        padding: 75px 39px 0;
    }
}

@media (max-width: 1199.98px) {
    .fact-counter {
        padding: 75px 15px 0;
    }
}

@media (max-width: 991.98px) {
    .fact-counter {
        padding: 75px 70px 0;
    }
}

@media (max-width: 575.98px) {
    .fact-counter {
        padding: 75px 30px 0;
    }
}

.fact-counter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/resource/patter-3.png);
}

.counter-block-two {
    position: relative;
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .counter-block-two {
        margin-bottom: 20px;
    }
}

.counter-block-two:last-child .inner {
    margin-right: 0;
}

.counter-block-two:last-child .inner::before {
    display: none;
}

.counter-block-two .inner {
    position: relative;
    padding-left: 120px;
    min-height: 104px;
    border-radius: 10px;
    padding-top: 9px;
    margin-right: 6px;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block-two .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

@media (max-width: 1199.98px) {
    .counter-block-two .inner {
        padding-left: 93px;
        padding-top: 0;
    }
}

.counter-block-two .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 120px;
    margin: 0 0 6px;
    text-align: center;
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .counter-block-two .icon-box {
        width: 81px;
        height: 81px;
        line-height: 111px;
    }
}

.counter-block-two .icon-box .icon {
    display: inline-block;
    color: var(--theme-color-light);
    font-size: 62px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block-two .count-box {
    position: relative;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: #29292d;
    letter-spacing: -1.92px;
    margin-bottom: 4px;
    margin-top: -6px;
}

.counter-block-two .count-box .count-text {
    font-size: 40px;
    line-height: 58px;
    font-weight: 400;
    color: #29292d;
}

.counter-block-two .counter-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #6c6b6f;
    margin-bottom: 0;
    margin-top: -9px;
}

@media (max-width: 1199.98px) {
    .counter-block-two .counter-title {
        font-size: 14px;
    }
}

/*** 

====================================================================
  faq section three
====================================================================

***/

.fun-fact-section-three {
    position: relative;
    padding: 120px 0 220px;
    background-image: url(../images/resource/fun-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.counter-block-three {
    position: relative;
    margin-bottom: 30px;
}

.counter-block-three:last-child .inner {
    margin-right: 0;
}

.counter-block-three:last-child .inner::before {
    display: none;
}

.counter-block-three .inner {
    position: relative;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter-block-three .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

@media (max-width: 1199.98px) {
    .counter-block-three .inner {
        padding-top: 0;
    }
}

.counter-block-three .count-box {
    position: relative;
    font-size: 70px;
    line-height: 58px;
    font-weight: 600;
    color: var(--theme-color-light);
    letter-spacing: -1.92px;
    margin-bottom: 16px;
}

.counter-block-three .count-box .count-text {
    font-size: 70px;
    line-height: 58px;
    font-weight: 400;
    color: var(--theme-color-light);
}

.counter-block-three .counter-title {
    font-size: 16px;
    line-height: 22px;
    color: var(--theme-color-light);
    margin-bottom: 0;
    margin-top: -9px;
    margin-left: 12px;
}

/*** 

====================================================================
  faq section four
====================================================================

***/

.fun-fact-section-four {
    position: relative;
    z-index: 99;
}

.fun-fact-section-four .outer-box {
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.fun-fact-block-four:last-child .inner-box::before {
    display: none;
}

.fun-fact-block-four:last-child .inner-box::after {
    display: none;
}

@media (max-width: 575.98px) {
    .fun-fact-block-four:nth-child(2) .inner-box::before {
        display: none;
    }
    .fun-fact-block-four:nth-child(2) .inner-box::after {
        display: none;
    }
}

.fun-fact-block-four .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .fun-fact-block-four .inner-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding: 40px 0 40px 30px;
    }
}

.fun-fact-block-four .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #f2f2f2;
}

.fun-fact-block-four .inner-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--theme-color1);
    border-radius: 50px;
}

.fun-fact-block-four .inner-box .icon-box {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--theme-color1);
    border-radius: 50%;
}

.fun-fact-block-four .inner-box .content-box {
    margin-left: 19px;
}

.fun-fact-block-four .inner-box .content-box span {
    display: block;
    margin-bottom: -6px;
}

.fun-fact-block-four .inner-box .content-box small {
    font-size: 16px;
    color: var(--theme-color-dark);
    font-weight: 600;
}

/*** 

====================================================================
  video-section
====================================================================

***/

.video-section {
    position: relative;
    padding: 209px 0 120px;
    margin-top: -69px;
    background-image: url(../images/background/video-bg.jpg);
}

@media (max-width: 575.98px) {
    .video-section {
        padding-top: 150px;
    }
}

.video-section .outer-box {
    text-align: center;
}

.video-section .outer-box .sec-title-two {
    margin-bottom: 46px;
}

@media (max-width: 575.98px) {
    .video-section .outer-box .sec-title-two h2 {
        font-size: 22px;
        line-height: 33px;
    }
}

.video-section .outer-box .btn-box {
    position: relative;
    display: inline-block;
}

.video-section .outer-box .btn-box::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 108px;
    height: 108px;
    border: 2px solid #6f6f6f;
    border-radius: 50%;
}

.video-section .outer-box .btn-box .play-now {
    display: inline-block;
    width: 77px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    border-radius: 50%;
}

.video-section .outer-box .btn-box .play-now .ripple::before {
    top: 51%;
    height: 108px;
    width: 108px;
}

.video-section .outer-box .btn-box .play-now .ripple::after {
    height: 108px;
    width: 108px;
}

@media only screen and (max-width: 576px) {
    .project-section-three .sec-title-two h2 {
        font-size: 35px;
        line-height: 40px;
    }
}


/*** 

====================================================================
  whats-we-do-section
====================================================================

***/

.what-we-do-section {
    position: relative;
    padding: 120px 0;
    margin-top: -288px;
}

@media (max-width: 1199.98px) {
    .what-we-do-section {
        padding: 70px 0;
    }
}

.what-we-do-section .sec-title .sub-title::before {
    left: 26px;
}

.what-we-do-section .sec-title .sub-title::after {
    left: 21px;
}

.what-we-do-section .feature-block {
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .what-we-do-section .feature-block {
        margin-bottom: 50px;
    }
}

.what-we-do-section .feature-block .inner-box {
    position: relative;
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.09);
    background-color: var(--theme-color-light);
    border-bottom: 4px solid var(--theme-color-dark);
    padding: 0 40px 29px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
    .what-we-do-section .feature-block .inner-box {
        padding: 0 25px 29px;
    }
}

@media (max-width: 575.98px) {
    .what-we-do-section .feature-block .inner-box {
        padding: 0 15px 29px;
    }
}

.what-we-do-section .feature-block .inner-box:hover {
    border-color: var(--theme-color1);
}

.what-we-do-section .feature-block .inner-box:hover a {
    background-color: var(--theme-color1);
}

.what-we-do-section .feature-block .inner-box:hover .content-box .icon-box {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.what-we-do-section .feature-block .inner-box:hover .content-box .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.what-we-do-section .feature-block .inner-box .content-box {
    position: relative;
    padding-left: 138px;
    min-height: 107px;
    margin-bottom: 23px;
}

.what-we-do-section .feature-block .inner-box .content-box .icon-box {
    position: absolute;
    left: 0;
    width: 108px;
    height: 108px;
    text-align: center;
    line-height: 108px;
    background-color: #f6f6f6;
    color: var(--theme-color1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.what-we-do-section .feature-block .inner-box .content-box .icon-box .icon {
    font-size: 62px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.what-we-do-section .feature-block .inner-box .content-box .title {
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 0;
    font-size: 26px;
    position: relative;
    top: 63px;
    font-weight: 500;
}

.what-we-do-section .feature-block .inner-box a {
    position: absolute;
    bottom: -28px;
    right: 40px;
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    color: var(--theme-color-light);
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1200px) {
    .what-we-do-section .feature-block .inner-box .content-box .title {
        font-size: 24px;
    }
}

/*** 

====================================================================
  whats-we-do-section two
====================================================================

***/

.what-we-do-section-two {
    position: relative;
    padding: 120px 0 387px;
    background-image: url(../images/background/6.jpg);
}

.what-we-do-section-two .content-column .inner-column {
    margin-top: 100px;
}

.what-we-do-section-two .content-column .inner-column .sec-title {
    margin-bottom: 43px;
}

.what-we-do-section-two .content-column .inner-column .sec-title .text {
    color: var(--text-color);
}

.what-we-do-section-two .content-column .inner-column .sec-title h2 {
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .what-we-do-section-two .content-column .inner-column .sec-title h2 {
        font-size: 44px;
    }
}

.what-we-do-section-two .content-column .inner-column .counter-block-two {
    position: relative;
    margin-bottom: 30px;
}

.what-we-do-section-two .content-column .inner-column .counter-block-two:last-child .inner {
    margin-right: 0;
}

.what-we-do-section-two .content-column .inner-column .counter-block-two:last-child .inner::before {
    display: none;
}

.what-we-do-section-two .content-column .inner-column .counter-block-two .inner {
    position: relative;
    padding-left: 124px;
    padding-top: 12px;
    min-height: 104px;
    border-radius: 10px;
    margin-right: 6px;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.what-we-do-section-two .content-column .inner-column .counter-block-two .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

@media (max-width: 1199.98px) {
    .what-we-do-section-two .content-column .inner-column .counter-block-two .inner {
        padding-left: 93px;
        padding-top: 0;
    }
}

.what-we-do-section-two .content-column .inner-column .counter-block-two .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 103px;
    height: 104px;
    line-height: 135px;
    margin: 0 0 6px;
    text-align: center;
    background-color: #111111;
}

@media (max-width: 1199.98px) {
    .what-we-do-section-two .content-column .inner-column .counter-block-two .icon-box {
        width: 81px;
        height: 81px;
        line-height: 111px;
    }
}

.what-we-do-section-two .content-column .inner-column .counter-block-two .icon-box .icon {
    display: inline-block;
    color: var(--theme-color1);
    font-size: 62px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.what-we-do-section-two .content-column .inner-column .counter-block-two .count-box {
    position: relative;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: var(--theme-color-light);
    letter-spacing: -1.92px;
}

.what-we-do-section-two .content-column .inner-column .counter-block-two .count-box .count-text {
    font-size: 40px;
    line-height: 58px;
    font-weight: 400;
    color: var(--theme-color-light);
}

.what-we-do-section-two .content-column .inner-column .counter-block-two .counter-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 400;
    color: var(--theme-color-light);
    margin-bottom: 0;
    margin-top: -9px;
    letter-spacing: 2px;
}

@media (max-width: 991.98px) {
    .what-we-do-section-two .image-column {
        display: none;
    }
}

.what-we-do-section-two .image-column .inner-column {
    margin-right: -360px;
}

@media (max-width: 1199.98px) {
    .what-we-do-section-two .image-column .inner-column {
        margin-right: -471px;
    }
}

.what-we-do-section-two .image-column .image-box {
    position: relative;
}

.what-we-do-section-two .image-column .image-box .read-more {
    position: absolute;
    top: 249px;
    left: -250px;
    font-size: 30px;
    z-index: 99;
    color: var(--theme-color-light);
    text-transform: uppercase;
    background-color: var(--theme-color1);
    padding: 24px 213px 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*** 

====================================================================
    choose-us Section
====================================================================

***/

.choose-us-section {
    position: relative;
    padding: 120px 0;
     background-image: url(../images/wed-background.webp); 
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #e6edf780;
    
}

.choose-us-section .content-column .inner-column {
    margin-top: 88px;
}

@media (max-width: 1199.98px) {
    .choose-us-section .content-column .inner-column {
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .choose-us-section .content-column .inner-column {
        margin-bottom: 40px;
    }
}

.choose-us-section .content-column .inner-column .sec-title {
    choose-us-sectionmargin-bottom: 30px;
}

.choose-us-section .content-column .inner-column .sec-title h2 {
    /*padding-left: 21px;*/
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .choose-us-section .content-column .inner-column .sec-title h2 {
        font-size: 44px;
        line-height: 60px;
    }
}

@media (max-width: 575.98px) {
    .choose-us-section .content-column .inner-column .sec-title h2 {
        font-size: 26px;
        line-height: 40px;
        padding-left: 0;
    }
}

.choose-us-section .content-column .inner-column .sec-title h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 120px;
    background-color: #12308e;
    display: none;
}

@media (max-width: 575.98px) {
    .choose-us-section .content-column .inner-column .sec-title h2::before {
        display: none;
    }
}

.choose-us-section .content-column .inner-column .sec-title .text {
    font-weight: 500;
    line-height: 26px;
    text-transform: lowercase;
    opacity: 0.8;
    color: #000;
}

.choose-us-section .content-column .inner-column .list-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
}

@media (max-width: 575.98px) {
    .choose-us-section .content-column .inner-column .list-sec {
        display: block;
    }
}

.choose-us-section .content-column .inner-column .list-sec .list {
    margin-right: 40px;
}

.choose-us-section .content-column .inner-column .list-sec .list:last-child {
    margin-right: 0;
}

.choose-us-section .content-column .inner-column .list-sec .list li {
    position: relative;
    font-weight: 600;
    line-height: 26px;
    opacity: 0.8;
    color: #000;
    padding-left: 25px;
    padding-bottom: 12px;
}

.choose-us-section .content-column .inner-column .list-sec .list li i {
    position: absolute;
    top: -1px;
    left: 0;
    color: #12308e;
}

.choose-us-section .image-column img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 9px solid #dcc48f;
}

.choose-us-section .image-column .inner-column {
    position: relative;
    margin-left: 112px;
    margin-right: -140px;
}

@media (max-width: 991.98px) {
    .choose-us-section .image-column .inner-column {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .choose-us-section .image-column .inner-column {
        margin-left: 0;
        margin-right: 0;
    }
}

.choose-us-section .image-column .inner-column .exp-box {
    position: absolute;
    top: 50%;
    left: -78px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 25px;
    background: var(--theme-color-light);
    -webkit-box-shadow: -30px 30px 60px 0px rgba(17, 17, 17, 0.05);
    box-shadow: -30px 30px 60px 0px rgba(17, 17, 17, 0.05);
    width: 187px;
    padding: 30px;
}

@media (max-width: 991.98px) {
    .choose-us-section .image-column .inner-column .exp-box {
        left: 50px;
    }
}

@media (max-width: 767.98px) {
    .choose-us-section .image-column .inner-column .exp-box {
        left: 20px;
        top: auto;
        bottom: 20px;
        -webkit-transform: unset;
        transform: unset;
    }
}

.choose-us-section .image-column .inner-column .exp-box .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #12308e;
}

.choose-us-section .image-column .inner-column .exp-box .text {
    font-size: 25px;
    line-height: 35px;
    /*text-transform: uppercase;*/
}

.choose-block .inner-box {
    position: relative;
    background: rgba(255, 255, 255, 0.01);
    -webkit-box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
    box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
    padding: 15px 0 15px 115px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
    .choose-block .inner-box {
        height: 85px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.choose-block .inner-box:hover {
    background: rgba(255, 255, 255, 0.1);
    -webkit-filter: drop-shadow(15px 15px 60px rgba(17, 17, 17, 0.07));
    filter: drop-shadow(15px 15px 60px rgba(17, 17, 17, 0.07));
}

.choose-block .inner-box:hover .icon-box i {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.choose-block .inner-box .icon-box {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 54px;
    height: 54px;
    background:#12308e;
    display: inline-block;
    text-align: center;
    line-height: 54px;
}

.choose-block .inner-box .icon-box i {
    color: #fff;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    padding-top: 10px;
}

.choose-block .inner-box .title {
    position: relative;
    color: #000;
    font-weight: 500;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
}

.choose-block .inner-box .title::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -20px;
    width: 1px;
    height: 40px;
    background-color: rgb(255, 255, 255);
}

@media (max-width: 1199.98px) {
    .choose-block .inner-box .title::before {
        display: none;
    }
}

/*** 

====================================================================
    why-choose-us-two
====================================================================

***/

.why-choose-us-two {
    position: relative;
    padding: 120px 0;
    background-color: var(--theme-color-dark);
}

.why-choose-us-two .image-column .inner-column {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1399.98px) {
    .why-choose-us-two .image-column .inner-column {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-two .content-column .inner-column {
        margin-bottom: 50px;
    }
}

.why-choose-us-two .content-column .inner-column .sec-title-two {
    margin-bottom: 29px;
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column .inner-column .sec-title-two h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .why-choose-us-two .content-column .inner-column .sec-title-two h2 {
        font-size: 29px;
        line-height: 40px;
    }
}

.why-choose-us-two .content-column .inner-column .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .why-choose-us-two .content-column .inner-column .inner-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.why-choose-us-two .content-column .inner-column .inner-box .content-box {
    position: relative;
    margin-right: 69px;
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column .inner-column .inner-box .content-box {
        margin-right: 43px;
    }
}

@media (max-width: 575.98px) {
    .why-choose-us-two .content-column .inner-column .inner-box .content-box {
        margin-bottom: 20px;
    }
}

.why-choose-us-two .content-column .inner-column .inner-box .content-box::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -32px;
    width: 1px;
    height: 39px;
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column .inner-column .inner-box .content-box::before {
        display: none;
    }
}

.why-choose-us-two .content-column .inner-column .inner-box .content-box:last-child {
    margin-right: 0;
}

.why-choose-us-two .content-column .inner-column .inner-box .content-box:last-child::before {
    display: none;
}

.why-choose-us-two .content-column .inner-column .inner-box .content-box span {
    font-size: 40px;
    color: var(--theme-color1);
    line-height: 55px;
    font-weight: 500;
}

.why-choose-us-two .content-column .inner-column .inner-box .content-box .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--theme-color-light);
    margin-bottom: 0;
}

.why-choose-us-two .content-column .inner-column .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

@media (max-width: 575.98px) {
    .why-choose-us-two .content-column .inner-column .btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.why-choose-us-two .content-column .inner-column .btn-box .theme-btn-v2 {
    color: var(--theme-color-light);
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    background-color: var(--theme-color1);
    padding: 17px 29px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 30px;
}

@media (max-width: 575.98px) {
    .why-choose-us-two .content-column .inner-column .btn-box .theme-btn-v2 {
        margin-bottom: 20px;
    }
}

.why-choose-us-two .content-column .inner-column .btn-box .theme-btn-v2 svg {
    position: relative;
    top: -2px;
    margin-left: 12px;
}

.why-choose-us-two .content-column .inner-column .btn-box .theme-btn-v2:hover:before {
    background-color: #000;
}

.why-choose-us-two .content-column .inner-column .btn-box .contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-choose-us-two .content-column .inner-column .btn-box .contact-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border-radius: 50px;
}

.why-choose-us-two .content-column .inner-column .btn-box .contact-btn .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--theme-color-light);
    margin-bottom: 0;
    margin-left: 15px;
}

.choose-block-two {
    margin-bottom: 38px;
}

.choose-block-two .inner-box-two {
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    -webkit-box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
    box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
    padding: 20px 0 30px 115px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.choose-block-two .inner-box-two:hover {
    background-color: var(--theme-color1);
}

.choose-block-two .inner-box-two:hover .icon-box i {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

@media (max-width: 1199.98px) {
    .choose-block-two .inner-box-two {
        height: 85px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .choose-block-two .inner-box-two {
        padding-right: 20px;
    }
}

.choose-block-two .inner-box-two .icon-box {
    position: absolute;
    top: 15px;
    left: 20px;
}

.choose-block-two .inner-box-two .icon-box i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-color: var(--theme-color1);
    text-align: center;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.choose-block-two .inner-box-two .title {
    color: var(--theme-color-light);
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 13px;
    position: relative;
    text-transform: uppercase;
}

.choose-block-two .inner-box-two .title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    width: 1px;
    height: 40px;
    background-color: rgb(255, 255, 255);
}

@media (max-width: 1199.98px) {
    .choose-block-two .inner-box-two .title::before {
        display: none;
    }
}




/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-color: var(--bg-theme-color2);
    /* Widget Section */
}

.main-footer .bg {
    background-size: auto;
}

.main-footer .footer-bg-1 {
    background-image: url(../images/icons/footer-bg-1.png);
    background-color: #101A29;
    background-position: left bottom;
}

.main-footer .footer-bg-2 {
    background-image: url(../images/icons/footer-bg-2.png);
    background-position: right bottom;
}

.main-footer .footer-bg-3 {
    background-image: url(../images/icons/footer-bg-3.png);
    background-position: right bottom;
}

.main-footer .footer-bg-4 {
    background-image: url(../images/icons/footer-bg-4.png);
    background-position: right bottom;
    opacity: 0.1;
}

.main-footer .footer-bg-5 {
    background-image: url(../images/icons/footer-bg-5.png);
    background-position: center;
    background-size: cover;
}

.main-footer .footer-bg-6 {
    background-image: url(../images/icons/footer-bg-6.png);
    background-position: right bottom;
}

.main-footer .footer-bg-7 {
    background-image: url(../images/icons/footer-bg-7.png);
}

.main-footer .footer-bg-8 {
    background-image: url(../images/icons/footer-bg-8.png);
}

.main-footer .footer-bg-9 {
    background-image: url(../images/icons/footer-bg-9.png);
    background-position: right bottom;
}

.main-footer .footer-bg-10 {
    background-image: url(../images/icons/footer-bg-10.png);
    background-position: right bottom;
}

.main-footer .footer-bg-11 {
    background-image: url(../images/icons/footer-bg-11.png);
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0 10px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .widget-title {
    position: relative;
    color: #ffffff;
    margin-bottom: 26px;
    font-size: 25px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    line-height: 35px;
    /*padding-left: 10px;*/
}

.main-footer .widget-title::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 21px;
    background-color: #304a99;
    display: none;
}

.main-footer .widget-content1 {
    position: relative;
}

.main-footer .widget-content1 .text {
    color: var(--theme-color-light);
}

.widget-content {
    position: relative;
    padding-left: 18px;
    margin-top: 20px;
}
.icon-box h6{
    color: #000;
}
.icon-box h6 a{
    color: #000;
}
.widget-content .text {
    color: var(--theme-color-light);
}

.user-links {
    position: relative;
}

.user-links li {
    position: relative;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    opacity: 0.8;
    font-weight: 600;
    margin-bottom: 10px;
    z-index: 3;
}

.user-links li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    content: "\f061";
    color: #333F4D;
    font-family: "Font Awesome 6 Pro";
}

.user-links li:last-child {
    margin-bottom: 0;
}

.user-links li a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover {
    color: #fff;
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background-color: #54a0eb;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover:before {
    width: 100%;
}

.user-links.style-two li {
    padding-left: 0;
}

.user-links.style-two li:before {
    display: none;
}

.user-links.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-links.two-column li {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.recent-post {
    position: relative;
    margin-bottom: 30px;
}

.recent-post:last-child {
    margin-bottom: 0;
}

.recent-post .inner {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}

.recent-post .inner:hover .post-thumb img {
    opacity: 0.7;
}

.recent-post .inner .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.recent-post .inner .post-thumb img {
    width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recent-post .inner .post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color-light);
    line-height: 30px;
    margin-bottom: 5px;
}

.recent-post .inner .post-info i {
    font-size: 12px;
    margin-right: 10px;
    color: var(--theme-color1);
}

.recent-post .inner .post-title {
    color: var(--theme-color-light);
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

/* Subscribe Form */

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
}

.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
    position: relative;
    display: block;
    height: 72px;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: var(--theme-color-light);
    padding: 20px 30px;
    background: transparent;
    border: 1px solid #333F4D;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
    color: #fff;
}

.subscribe-form .form-group input[type=text]::-moz-placeholder,
.subscribe-form .form-group input[type=email]::-moz-placeholder {
    color: #fff;
}

.subscribe-form .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form .form-group input[type=email]:-ms-input-placeholder {
    color: #fff;
}

.subscribe-form .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form .form-group input[type=email]::-ms-input-placeholder {
    color: #fff;
}

.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
    color: #fff;
}

.subscribe-form .form-group .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 30px;
    line-height: 32px;
    border-radius: 0 10px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .subscribe-form .form-group .theme-btn {
        position: relative;
        width: 100%;
        border-radius: 10px;
        line-height: 20px;
        margin-top: 20px;
    }
}

/*=== Footer Bottom ===*/

.footer-bottom {
    position: relative;
    z-index: 3;
    background: #58a3ec52;
    padding: 17px 0;
    border-top: 1px solid #dcc48f;
}

.m-pic {
    width: 14%;
    margin-top: -12px;
    height: 100%;
    margin-left: 10px;
}

.terme{
    float: right !important;
}


.footer-bottom .inner-container {
    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;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .footer-bottom .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-bottom .copyright-text {
    position: relative;
    margin-bottom: 0;
    color: var(--theme-color-light);
    opacity: 0.8;
}

.footer-bottom .copyright-text-1 {
    position: relative;
    margin-bottom: 0;
    color: var(--theme-color-light);
    opacity: 0.8;
    justify-content: end;
    display: flex;
}

.footer-bottom .copyright-text a {
    color: inherit;
}

.footer-bottom .copyright-text a:hover {
    color: #ffffff;
}

.footer-bottom .footer-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 575.98px) {
    .footer-bottom .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-bottom .footer-nav li {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 30px;
}

.footer-bottom .footer-nav li:first-child {
    margin-left: 0;
}

@media (max-width: 575.98px) {
    .footer-bottom .footer-nav li {
        margin: 0 30px !important;
        text-align: center;
    }
}

.footer-bottom .footer-nav li a {
    color: inherit;
}

.footer-bottom .footer-nav li a:hover {
    color: var(--theme-color-light);
}

.footer-style-one {
    background: #62adee4f;
}

.footer-style-one .widgets-section {
    padding: 40px 0;
}

@media (max-width: 1199.98px) {
    .footer-style-one .about-widget {
        max-width: 400px;
    }
}

@media (max-width: 767.98px) {
    .footer-style-one .about-widget {
        max-width: 100%;
    }
}

.footer-style-one .about-widget .text {
    color: #E3E3E3;
    margin-bottom: 19px;
    line-height: 26px;
    text-transform: capitalize;
}

.footer-style-one .about-widget .subscribe-form-two .form-group {
    position: relative;
}

.footer-style-one .about-widget .subscribe-form-two .form-group input[type=text],
.footer-style-one .about-widget .subscribe-form-two .form-group input[type=email] {
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    padding-left: 30px;
    height: 50px;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-style-one .about-widget .subscribe-form-two .form-group input[type=text]::-webkit-input-placeholder,
.footer-style-one .about-widget .subscribe-form-two .form-group input[type=email]::-webkit-input-placeholder {
    color: var(--theme-color-light);
    opacity: 0.8;
}

.footer-style-one .about-widget .subscribe-form-two .form-group input[type=text]::-moz-placeholder,
.footer-style-one .about-widget .subscribe-form-two .form-group input[type=email]::-moz-placeholder {
    color: var(--theme-color-light);
    opacity: 0.8;
}

.footer-style-one .about-widget .subscribe-form-two .form-group input[type=text]:-ms-input-placeholder,
.footer-style-one .about-widget .subscribe-form-two .form-group input[type=email]:-ms-input-placeholder {
    color: var(--theme-color-light);
    opacity: 0.8;
}

.footer-style-one .about-widget .subscribe-form-two .form-group input[type=text]::-ms-input-placeholder,
.footer-style-one .about-widget .subscribe-form-two .form-group input[type=email]::-ms-input-placeholder {
    color: var(--theme-color-light);
    opacity: 0.8;
}

.footer-style-one .about-widget .subscribe-form-two .form-group input[type=text]::placeholder,
.footer-style-one .about-widget .subscribe-form-two .form-group input[type=email]::placeholder {
    color: var(--theme-color-light);
    opacity: 0.8;
}

.footer-style-one .about-widget .subscribe-form-two .theme-btn {
    line-height: 32px;
    padding: 20px 30px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    background-color: var(--theme-color1);
    padding: 14px 20px;
    height: unset;
    color: var(--theme-color-light);
}

.footer-style-one .about-widget .subscribe-form-two .theme-btn .btn-title {
    display: unset;
}

.footer-style-one .about-widget .subscribe-form-two .theme-btn svg {
    position: relative;
    top: -2px;
    margin-left: 12px;
}

.footer-style-one .links-widget {
    padding-left: 103px;
}

@media (max-width: 1199.98px) {
    .footer-style-one .links-widget {
        padding-left: 0;
    }
}

.footer-style-one .links-widget.two {
    padding-left: 61px;
}

@media (max-width: 1199.98px) {
    .footer-style-one .links-widget.two {
        padding-left: 0;
    }
}

.footer-style-one .contact-widget .logo-box {
    margin-bottom: 22px;
}

.footer-style-one .contact-widget .widget-content1 .content-box1 {
    margin-bottom: 20px;
    position: relative;
    padding-left: 66px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-box1 span{
    color: #fff;
}
.content-box1 h6{
    color: #fff;
}
.footer-style-one .contact-widget .widget-content1 .content-box1:hover .icon-box {
    background: var(--theme-color1);
}

.footer-style-one .contact-widget .widget-content1 .content-box1:hover .icon-box i {
    color: #fff;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.footer-style-one .contact-widget .widget-content1 .content-box1 .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 53px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 52px;
    text-align: center;
    background-color: #4c4c4c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-style-one .contact-widget .widget-content1 .content-box1 .icon-box i {
    color: var(--theme-color1);
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.footer-style-one .contact-widget .widget-content1 .content-box1 span {
    font-size: 14px;
    color: var(--theme-color-light);
    opacity: 0.8;
    font-weight: 500;
    line-height: 22px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.footer-style-one .contact-widget .widget-content1 .content-box1 .title {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-style-one .contact-widget .widget-content1 .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*border-top: 1px solid #797979;*/
     border-top: 1px solid #ffffff;
    padding-top: 25px;
    margin-top: 27px;
}

.footer-style-one .contact-widget .widget-content1 .social-icons li {
    margin-right: 12px;
}

.footer-style-one .contact-widget .widget-content1 .social-icons li:last-child {
    margin-right: 0;
}

.footer-style-one .contact-widget .widget-content1 .social-icons li a {
    display: inline-block;
    width: 44px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.footer-style-one .contact-widget .widget-content1 .social-icons li a:hover {
    background-color: #12308e;
    border-color: transparent;
    color: var(--theme-color-light);
}


 
.s-logo{
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
} 

.sec-title h2:before {
    position: relative;
}

.sec-title h2:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: 70%;
    height: 1px;
    content: "";
    background: #f3e1db;
}




/* Nav Links */

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-links .prev {
        width: 100%;
    }
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
    .nav-links .next {
        width: 100%;
    }
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links>div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-links>div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.nav-links>div .thumb a {
    display: inline-block;
}

.nav-links>div>a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .nav-links>div>a {
        padding: 30px;
    }
}

.nav-links>div>a:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}

/*** 

====================================================================
Sidebar
====================================================================

***/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--theme-color-light);
    opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--theme-color-light);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color1);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 30px;
}

.sidebar__tags-list a:hover {
    color: var(--theme-color-light);
    background: var(--theme-color1);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color1);
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: var(--theme-color-light);
    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;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box p span {
    color: #0e2207;
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}



.footer-btm {
    background-color: #ce5a81;
    color: #fff;
    font-size: 16px;
    padding-top: 7px;
}

.cpy p {
    margin-top: 10px;
}



.design p img {
    width: 14%;
    margin-top: -21px;
}
.design p {
    text-align: end;
    margin-top: -8px;
    color: #ffffff;
    margin-bottom: -12px;
}

.l-para{
    color: #ffffff;
}

.pulsating-play-btn {
    width: 94px;
    height: 94px;
    display: block;
    position: relative;
    background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
    border-radius: 50%;
    overflow: hidden;
}

.pulsating-play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0px;
    height: 0px;
    border-right-width: initial;
    border-right-color: initial;
    z-index: 200;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    border-style: solid none solid solid;
    border-image: initial;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgb(255, 255, 255);
    animation: auto ease 0s 1 normal none running none;
    border-radius: 0px;
}

.pulsating-play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0px;
    height: 0px;
    z-index: 100;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgb(255, 255, 255);
    transition: 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn {
    width: 94px;
    height: 94px;
    display: block;
    position: relative;
    background: radial-gradient( blue 50%, color-mix(in srgb, blue), blue 75%) 52%;
    border-radius: 50%;
    overflow: hidden;
}



.footer-main {
    /* background-color: black; */
    background: radial-gradient(#5facee, #12308e), url(../images/wed-background.webp);
    background-size: cover;
    position: relative;
    /*z-index: -1;*/
}


.intro-video {
    position: relative;
    padding: 140px 0;
    background: url(../images/banner1.jpg) no-repeat center center;
    background-position: center;
    background-size: cover;
}
.intro-video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(36 62 145 / 61%);
}

.paly-button {
    width: 110px;
    height: 110px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    margin: 0 auto;
    position: relative;
    z-index:3;
}

.paly-button a {
    display: block;
    width: 92px;
    height: 92px;
    background: #fff;
    border-radius: 50%;
    font-size: 36px;
    color: #2e4899;
    padding-top: 26px;
    padding-left: 10px;
    transition: all 0.3s;
}

#gallery {
	 padding: 40px 0px;
	background-image: url(../images/wed-background.webp);
    background-position: center;
    background-repeat: repeat;
    background-size: 25% auto;
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
    border: 3px solid #dcc48f;
}

.img-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
 .img-overlay {
	 /* background: rgba(0, 0, 0, 0.7); */
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 opacity: 0;
}
 .img-overlay i {
	 color: #fff;
	 font-size: 3em;
}
 #overlay {
	 /* background: rgba(0, 0, 0, 0.7); */
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 z-index: 999;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 #overlay img {
	 margin: 0;
	 width: 80%;
	 height: auto;
	 object-fit: contain;
	 padding: 5%;
}
/* @media screen and (min-width: 768px) {*/
/*	 #overlay img {*/
/*		 width: 60%;*/
/*	}*/

/*}*/
 @media screen and (min-width: 1200px) {
	 #overlay img {
		 width: 50%;
	}
}
 #nextButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #nextButton:hover {
	 opacity: 0.7;
}
/* @media screen and (min-width: 768px) {*/
/*	 #nextButton {*/
/*		 font-size: 3em;*/
/*	}*/
/*}*/
 #prevButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #prevButton:hover {
	 opacity: 0.7;
}
/* @media screen and (min-width: 768px) {*/
/*	 #prevButton {*/
/*		 font-size: 3em;*/
/*	}*/
/*}*/
 #exitButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
	 position: absolute;
	 top: 15px;
	 right: 15px;
}
 #exitButton:hover {
	 opacity: 0.7;
}
/* @media screen and (min-width: 768px) {*/
/*	 #exitButton {*/
/*		 font-size: 3em;*/
/*	}*/
/*}*/

/*@media screen and (max-width: 768px){*/
/*.design p {*/
/*    text-align: center;*/
/*    margin-top: 11px;*/
/*    color: #ffffff;*/
/*    margin-bottom: -12px;*/
/*}*/

/*}*/

@media screen and (max-width: 426px){
.right-top {
    text-align: center;
    margin-right: 20px;
}
.banner-section{
    height:65vh;
}
.logo {
    width: auto;
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 20px;
    line-height: 58px;
    display:none;
}
.banner-section .banner-slider-rtl .banner-slide>img, .banner-section .banner-slider .banner-slide>img {
    width: 100%;
    height: 322px !important;
    object-fit: contain;
    /* object-fit: cover; */
}
.design p img {
        width: 14%;
        margin-bottom: -7px;
    }

.left-top p {
    margin: 0;
    font-size: 15px;
    text-align: center;
}
.banner-section .banner-slider-rtl .banner-slide>img, .banner-section .banner-slider .banner-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: cover; */
}

}

.visit-two-area {
    background: #f4f1ee;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 40px 0px;
}

.visit-two-area.visit-page-area {
    background-color: transparent
}

.visit-two-area .visit-two-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 250px
}

.visit-two-images {
    position: relative;
    background-image: url(../../assets/images/visit-two-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%
}

.visit-two-images .visit-video {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    transform: translateY(50%);
    text-align: center
}

.visit-two-images .visit-video a {
    background-color: all ease 0.8s;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1
}

.visit-two-images .visit-video a img {
    max-width: 18px;
    transition: all ease 0.8s;;
}

.visit-two-images .visit-video a::after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 95px;
    height: 95px;
    border-radius: 100px;
    left: -9px;
    top: -9px;
    z-index: -1;
    animation: ripple 6s linear infinite
}

.visit-two-images .visit-video a:hover {
    background-color: var(--mainColor)
}

.visit-two-images .visit-video a:hover::after {
    border: 1px solid var(--mainColor)
}

.visit-two-images .visit-video a:hover img {
    filter: brightness(10)
}

.visit-two-form-content {
    background-color:#fff
}

.visit-two-form-content.visit-page-content {
    box-shadow: 0 0 30px rgba(85, 85, 85, .08)
}

.single-visit-two-form {
    padding: 42px 35px 42px 60px
}

.single-visit-two-form.booking-table-form {
    padding: 42px 60px 42px 35px
}

.single-visit-two-form .section-title {
    margin-bottom: 15px
}

.single-visit-two-form .section-title h2 {
    color: #2f2d2b
}

.single-visit-two-form .form-group {
    margin-bottom: 15px
}

.single-visit-two-form .form-group .form-control {
    background: #f4f1ee;
    border: none;
    border-radius: 0;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #555
}

.single-visit-two-form .form-group .form-control::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #555
}

.single-visit-two-form .form-group .form-control::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #555
}

.single-visit-two-form .form-group .form-control:focus {
    box-shadow: none
}

.single-visit-two-form .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.single-visit-two-form .form-group .form-control:focus::placeholder {
    color: transparent;
    transition: all ease 0.8s;
}

.single-visit-two-form .form-group .form-select {
    background-color: #f4f1ee;
    border: none;
    border-radius: 0;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    cursor: pointer;
    background-image: url(../../assets/images/down-icon.svg)
}

.single-visit-two-form .form-group .form-select:focus {
    box-shadow: none
}

.single-visit-two-form .form-group .form-select:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.single-visit-two-form .form-group .form-select:focus::placeholder {
    color: transparent;
    transition: all ease 0.8s;
}

.single-visit-two-form .default-btn {
    width: 100%
}

/*counter section starts*/

.ftco-section-counter {
    padding: 6em 0;
    position: relative;
    z-index: 0;
}
.ftco-section-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    /* background: linear-gradient(45deg, #000, #000000fc); */
    z-index: -1;
}
.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.section-counter .counter-wrap-2 {
    width: 100%;
    position: relative;
    z-index: 0;
    display: block;
}
.section-counter .icon img {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    width: 75px;
}
.section-counter .text {
    padding-left: 20px;
}
.section-counter .number {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
    display: block;
}
.section-counter .caption {
    display: block;
    color: rgba(255,255,255,.9);
    /* text-transform: uppercase; */
    font-size: 22px;
}
.ftco-section-counter{
    background: linear-gradient(45deg, #0000008c, #00000080), url(../images/banner9.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
}
@media only screen and (max-width:991px){
.section-counter .counter-wrap-2 {
    margin-bottom: 20px!important;
}
}
/*counter section ends*/

/* ---aboutus-- */
.pages-title h1{
    margin-top: 12%;
}
.inn-page {
    /*background-image: url(../images/pecock.jpg);*/
    height: 400px !important;
    background-position: top;
    background-repeat: no-repeat !important;

    background-size: auto;
    position: relative;
    width:100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* / padding-top: 32px; / */
    justify-content: center;
}

.inn-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* / background-image: linear-gradient(to bottom right, #545358a6, #0d06680c); / */
    opacity: 1;
}



.pages-title span {
    font-weight: 600;
    font-size: 3rem;
    color: #fff !important;
    position: relative;
    background-color: #324eb02e;
    padding: 12px;
    border-radius: 20px;
    margin-bottom:10px;
}

.pages-title p {
    color: #FFF;
    font-size: 18px;
}

.pages-title p a {
    color: #fff;
    font-weight: 700;
    z-index: 9;
    position: relative;
}

.main-sec{
    padding-top: 42px;
    padding-bottom: 59px;
}

/* ---services--- */
.sec5{
    padding: 40px 0px;
}


/* gallery page css starts */

#gallery {
    padding: 40px 0px;
  }
  /* @media screen and (min-width: 991px) {
    #gallery {
      padding: 60px 30px 0 30px;
    }
  } */
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    /* background: rgba(0, 0, 0, 0.7); */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 0%;
  }
  /*@media screen and (min-width: 768px) {*/
  /*  #overlay img {*/
  /*    width: 60%;*/
  /*  }*/
  /*}*/
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 100% !important;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  /*@media screen and (min-width: 768px) {*/
  /*  #nextButton {*/
  /*    font-size: 3em;*/
  /*  }*/
  /*}*/
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  /*@media screen and (min-width: 768px) {*/
  /*  #prevButton {*/
  /*    font-size: 3em;*/
  /*  }*/
  /*}*/
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  /*@media screen and (min-width: 768px) {*/
  /*  #exitButton {*/
  /*    font-size: 3em;*/
  /*  }*/
  /*}*/
  
  
  

  
  
  /*index gallery*/
  
 



h1 {
    color: #fefae0;
    font-family: Amita;
    margin: 20px auto;
    width: 100%px;
    font-size: 3rem;
    text-align: center;
 
}
.pics img {
    width: 100%;
    height: 300px;
    margin: 10px 0px;
    border: 3px solid #284297;
    /* -webkit-filter: sepia(100%); */
    /* filter: sepia(100%); */
    transition-duration: 1s;
}

.pics img:hover {
    border: 5px solid #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: none;
    filter: none;
}






.gallery {
  --s: 150px; /* control the size */
  --g: 10px;  /* control the gap */
  --f: 1.5;   /* control the scale factor */
  
  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 2*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3,auto);
}

.gallery > img {
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(80%);
  transition: .35s linear;
}

.gallery img:hover{
  filter: grayscale(0);
  width:  calc(var(--s)*var(--f));
  height: calc(var(--s)*var(--f));
}


/*body {*/
/*  margin: 0;*/
/*  min-height: 100vh;*/
/*  display: grid;*/
/*  place-content: center;*/
/*  background: #60c4ff;*/
/*}*/
@media screen and (max-width: 1024px){
    .design p img {
    width: 14%;
    margin-bottom: 0px;
}
.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 39px;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 70px;
    margin-bottom: 31px;
    top: 12px;
    left: 24% !important;
}
.heade img {
    display: inline-block;
    max-width: 100%;
    height: 100%!important;
    object-fit: cover;
}
img {
    display: inline-block;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
    .heade img{
        display: inline-block;
        max-width: 100%;
        height: 560px !important;
        object-fit: cover;
    }
    .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 40px;
    line-height: 82px;
}
    img {
    display: inline-block;
    max-width: 100%;
   
    object-fit: cover;
}
}

/*@media only screen and (max-width: 768px) {*/
/*  .btn-box {*/
/*    margin-bottom: 30px !important;*/
/*}*/

/*img {*/
/*    display: inline-block;*/
/*    max-width: 100%;*/
 
/*    object-fit: cover;*/
/*    width: 100%;*/
    /*margin-bottom:30px;*/
/*}*/

/*.p-imh {*/
/*    display: inline-block;*/
/*    max-width: 100%;*/
/*    height: 400px;*/
/*    object-fit: cover;*/
/*}*/
    
/*}*/

@media only screen and (max-width: 426px) {
  .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 20px;
    line-height: 58px;
}
	.heade img {
    display: inline-block;
    max-width: 100%;
    height: 356px!important;
    object-fit: cover;
}
.sticky-header .logo img {
    max-height: 100vh;
}

.about-section-two .image-column .inner-column .image-box .exp-box {
    right: 15px;
    bottom: -40px;
}

.fs-3 {
    font-size: 15px !important;
    font-weight:bold;
      display:none;
}

.about-section-two .image-column .inner-column .image-box .exp-box {
    position: absolute;
    bottom: -33px;
    right: -54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 25px;
    background: var(--theme-color-light);
    -webkit-box-shadow: 30px 30px 60px 0px rgba(17, 17, 17, 0.05);
    box-shadow: 30px 30px 60px 0px rgba(17, 17, 17, 0.05);
    width: 178px;
    padding: 16px;
}

.about-section-two .image-column .inner-column .image-box .exp-box {
    position: absolute;
    bottom: -33px;
    right: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 25px;
    background: var(--theme-color-light);
    -webkit-box-shadow: 30px 30px 60px 0px rgba(17, 17, 17, 0.05);
    box-shadow: 30px 30px 60px 0px rgba(17, 17, 17, 0.05);
    width: 178px;
    padding: 16px;
}

.p-imh{

    display: inline-block;
    max-width: 100%;
    height: 408px;
    object-fit: cover;

}

    
}
@media only screen and (max-width: 376px){
    .design p img {
    width: 16%;
    margin-bottom: -8px;
}
.p-imh {
    display: inline-block;
    max-width: 100%;
    height: 352px;
    object-fit: cover;
    margin-top: 160px;
}

.aside{
    display:none !important;
}
.about-section-two {
    /* background-image: url(../images/background/about-bg-home2.jpg); */
    background-image: url(../images/wed-background.webp);
    /* background: linear-gradient(#f6f2e9db, #f6f2e9f2), url(../images/minr.avif); */
    /* background-image: url(https://vajraevents.com/wp-content/uploads/2024/06/website_backgroung_GA_1.png); */
    background-position: center;
    background-repeat: repeat;
    background-size: 25% auto;
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    position: relative;
    padding: 0px 0px 0px;
    /* background-position: top center; */
    margin-top: -135px;
}
.banner-section .banner-slider-rtl .banner-slide>img, .banner-section .banner-slider .banner-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: cover; */
}
    .pages-title span {
    font-weight: 600;
    font-size: 30px !important;
    color: #fff !important;
    position: relative;
    background-color: #21242940;
    padding: 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    left: -50px;
}
.pages-title span {
    font-weight: 600;
    font-size: 30px !important;
    color: #fff !important;
    position: relative;
    background-color: #21242940;
    padding: 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    left: 14px;
}
.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 30px;
    line-height: 88px;
    display:none;
}
.p-imh {
    display: inline-block;
    max-width: 100%;
    height: 341px;
    object-fit: cover;
}
}

@media only screen and (max-width: 320px){
.single-visit-two-form {
    padding: 34px 20px 34px 20px;
}
    .pages-title span {
    font-weight: 600;
    font-size: 30px;
    color: #fff !important;
    position: relative;
    background-color: #21242940;
    padding: 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    left: -69px;
}
.banner-section .banner-slider-rtl .banner-slide>img, .banner-section .banner-slider .banner-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: cover; */
}
.heade img {
    display: inline-block;
    max-width: 100%;
    height: 260px !important;
    object-fit: cover;
}
.pages-title span {
    font-weight: 600;
    font-size: 30px;
    color: #fff !important;
    position: relative;
    background-color: #21242940;
    padding: 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    left: 20px;
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 40px;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 70px;
    margin-bottom: 31px;
    top: 4px !important;
}

}

/* @media screen (max-width: 1441px){

    .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 63px !important;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 70px;
    margin-bottom: 31px;
}
.news-block .inner-box .image img {
    width: 100%;
    
}
img {
    display: inline-block;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
} */






 @media screen and (max-width:2560px) {

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 53px;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 70px;
    margin-bottom: 31px;
    bottom: 300px;
    left: 161px;
}

}


@media only screen and (max-width: 991px){

.section-counter .counter-wrap-2 {
    width: 100%;
    position: relative;
    z-index: 0;
    display: block;
    MARGIN-TOP: 30PX !important;
}
.counter-wrap-2 {
    margin-top: 30px !important;
    width: 100%;
    position: relative;
    z-index: 0;
    display: block;
}
.design p {
    text-align: CENTER;
    margin-top: -8px;
    color: #ffffff;
    margin-bottom: -12px;
}
/*.design p {*/
/*    text-align: center;*/
/*    margin-top: -8px;*/
/*    color: #ffffff;*/
/*    margin-bottom: -12px;*/
/*}*/

}
.banner-section .banner-slider .slick-dots li button {
    font-size: 25px;
    line-height: 18px;
    color: #fff;
    opacity: 0.8;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background: transparent;
    display: none !important;
}

.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 39px;
    line-height: 63px;
}
.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    font-size: 35px !important;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 70px;
    margin-bottom: 31px;
    top: 12px;
    left: 54%;
}

.fa-brands, .fa-classic, .fa-regular, .fa-sharp-solid, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 2 !important;
    text-rendering: auto;
}

.paly-button a {
    display: block;
    width: 92px;
    height: 92px;
    background: #fff;
    border-radius: 50%;
    font-size: 37px;
    color: #2e4899;
    padding-top: 20px;
    padding-left: 10px;
    transition: all 0.3s;
}
.banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1, .banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
    border-radius: 20px;
    background-color: #01010126;
    font-size: 41px !important;
    position: relative;
    color: var(--theme-color-light);
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 51px;
    margin-bottom: 31px;
    top: 87px;
    left: -5%;
    border:1px solid black;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.high ul li a{

cursor: default !important;
}

.fa-arrow-up:before {
    content: "\f062";
    padding-left: 0px !important;
}
.fa-solid, .fas {
    font-weight: 900;
    margin-right: 0px;
}

.high ul li a i{
    padding-right:10px;
}