/*
* Theme Name: Killar - A Multipurpose Business HTML Template
* Author: Themez Hub
* Version: 1.1
* Last Change: 28 July 2023
  Author URI    : http://www.Themezhub.com/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Preloader
# Global Settings
# Header Navigation Styles
# Homes Banner
# General Features Design
# Shop Catalog Design
# Inner Page Design 
# Blog Design Start
# Theme Footer Design
# Responsiveness Start
------------- List Of Table ----------*/


@import url(plugins/bootstrap.min.css);
 @import url(plugins/bootstrap-select.min.css); 
@import url(plugins/currency-flags.min.css);
 @import url(plugins/rangeSlider.min.css); 
 @import url(plugins/lunar.css); 
 @import url(plugins/magnifypopup.css); 
@import url(plugins/fontawesome.min.css);
 @import url(plugins/morris.css); 
 @import url(plugins/prism.css); 
------------------------------------
	Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&amp;display=swap');
/*------------------------------------
	Preloader
------------------------------------*/


.blog-pargraph {
    visibility: hidden !important;
}




.under_main_hover {
    height: 183px;
}



.txt_main_under h3 a {
    color: #e95f33;
}



.txt_main_under:hover h3 a {
    color: white;
}



p {
    color: #000;
}

.nav-dropdown.xxl-menu {
    min-width: 800px;
    max-width: 800px;
    right: auto !important;
}

.nav-dropdown.xxl-menu>li {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    clear: initial;
}

.nav-dropdown.xxl-menu>li>a {
    border: none;
}

.mega-advance-menu {
    display: flex;
    align-items: center;
    justify-content: start;
}

.nav-dropdown.xxl-menu>li>a:hover,
.nav-dropdown.xxl-menu>li>a:focus {
    padding-left: 10px;
    color: #04bfef;
    border-radius: 1em;
    box-shadow: 0 0.5rem 0.5rem rgba(24, 142, 241, .10) !important;
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(24, 142, 241, .10) !important;
}

ul.nav-menu.menus_main_head.new_heder {
    display: flex;
    justify-content: end;
}

.plus:after {
    content: "+" !important;
}

.mega-last h6 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px !important;
}

.slick-slide img {
    object-fit: contain !important;
    height: 90px;
}


.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.form-group {
    margin-bottom: 15px;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #00a94f;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

section.main_about_slider {
    /* background: #e95f33; */
    padding: 40px 0 0;
}

ul.about_li_flx li {
    position: relative;
}

ul.about_li_flx li:before {
    content: "";
    background: #e95f33;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 11px;
    top: 9px;
    left: -26px;
}

.image_about img {
    max-width: 100%;
    border-radius: 10px;
}

.cntnt_about h2 {
    color: #e95f33;
    font-size: 20px;
}

.cntnt_about h2 {
    color: #e95f33;
    font-size: 35px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

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

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

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

i.req {
    color: #e41515;
}

.slick-next {
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.slick-prev {
    left: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.slick-prev:before {
    color: #02335d;
}

.slick-next:before {
    color: #02335d;
}

.slick-next:hover,
.slick-next:focus,
.slick-next:active,
.slick-prev:hover,
.slick-next:focus,
.slick-next:active {
    background: #ffffff;
}

.slick-next:hover:before,
.slick-next:focus:before,
.slick-next:active:before,
.slick-prev:hover:before,
.slick-next:focus:before,
.slick-next:active:before {
    color: #252525;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(24, 142, 241, .20) !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(24, 142, 241, .20) !important;
}

.slick-slide {
    margin: 0 15px;
}

.border {
    border-color: #ecf1f6 !important;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #59768f;
    content: '';
    opacity: 1;
    text-align: center;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #008aff;
    border: 1px solid #008aff;
    color: #008aff;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-15 {
    opacity: .15 !important;
}

:not(pre)>code[class*=language-],
pre,
pre[class*=language-] {
    margin: 0;
    border: none;
    background: 0 0;
    padding: 0rem 2rem;
    font-size: .7rem;
}

code[class*=language-],
pre[class*=language-] {
    color: #ffffff;
    text-shadow: none;
    background: 0 0;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-size: 1em;
    text-align: left;
    white-space: pre-wrap;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 0;
    -o-tab-size: 0;
    tab-size: 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.slick.realestate-slide .slick-dots {
    bottom: 10px;
}

.slick.realestate-slide {
    margin-bottom: 0px;
}

.slick.realestate-slide .slick-dots li button:before {
    width: 20px;
    height: 7px;
    border-radius: 5px;
    background: rgba(2, 2, 2, 0.3);
    border: none;
}

.slick.realestate-slide .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #008aff;
    border: 1px solid #008aff;
    color: #008aff;
}

.accordian_Sec_main .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #E95F33;
    box-shadow: none;
}

.accordian_Sec_main .accordion-button::after {
    filter: invert(100);
}

section.hold_send_money {
    background-color: rgba(233, 95, 51, 0.1) !important;
}

.accordian_Sec_main {
    background: #f5f5f5 !important;
}

.accordian_Sec_main h2 {
    color: #E95F33;
}

/*--- end of preloader ---*/
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
* {
    outline: none;
}

body {
    background: #ffffff;
    color: #5d6f7d;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
}

.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

html {
    position: relative;
    min-height: 100%;
}

a {
    color: #022f5d;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

.nav-link {
    color: #17ac6a;
}

a.link {
    color: #17ac6a;
}

a.link:hover,
a.link:focus,
a:hover,
a:focus {
    color: #0172e2;
}

a.text-success:focus,
a.text-success:hover {
    color: #0fca98 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0172e2 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ffac45 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #e55151 !important;
}

a.white-link {
    color: #ffffff;
}

a.white-link:hover,
a.white-link:focus {
    color: #263238;
}

.text-mid {
    color: #617896;
    font-size: 13px;
    font-weight: 500;
}

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

.img-rounded {
    border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
    line-height: initial;
}

section {
    padding: 80px 0 80px;
}

section.min {
    padding: 50px 0 50px;
}

section.mid {
    padding: 80px 0 50px;
}

p {
    line-height: 1.8;
}

.gray {
    background: #f7f9fc !important;
}

.gray-simple {
    background: #f1f5f8 !important;
}

.bg-title {
    background: #2540a2;
}

.bg-1 {
    background: #f7d0cb;
}

.bg-2 {
    background: #dde9ed;
}

.tbl {
    display: table;
}

.full-height {
    height: 100%;
}

.rtl {
    position: relative;
}

.mr-2 {
    margin-right: 8px;
}

.mr-1 {
    margin-right: 4.5px;
}

.alert p {
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.no-ul-list {
    padding: 0;
}

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

.progress {
    margin-bottom: 1.5em;
}

.full-width {
    width: 100%;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

.owl-carousel .item {
    padding: 0 15px;
}

.explore-content p {
    font-size: 19px;
    font-family: 'Lora', serif;
    font-style: italic;
}

.explore-content h1,
.explore-content h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.shadow-0 {
    box-shadow: none !important;
}

.ovr-top {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

/*------------ Global Setting: Price Table Change ------------*/
.js-yearlypricing {
    display: none;
}

.js-yearlypricing,
.js-montlypricing {
    justify-content: center;
}

.js-yearlypricing sup,
.js-montlypricing sup {
    top: 15px;
}

.slideToggle {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.slideToggle i {
    margin: 0 15px;
}

.slideToggle .form-switch {
    align-items: center;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    justify-content: space-between;
}

.slideToggle .form-switch i {
    position: relative;
    display: inline-block;
    width: 112px;
    height: 44px;
    border: 4px solid #dce2e9;
    border-radius: 50px;
    transition: all 0.3s linear;
}

.slideToggle .form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 46px;
    height: 30px;
    background-color: #009868;
    border-radius: 15px;
    transform: translate3d(4px, 3px, 0);
    transition: all 0.2s ease-in-out;
}

.slideToggle .form-switch input {
    display: none;
}

.slideToggle .form-switch input:checked+i {
    background-color: rgba(0, 152, 104, 0.1);
    border-color: rgba(0, 152, 104, 0.2);
}

.slideToggle .form-switch input:checked+i::after {
    transform: translate3d(54px, 3px, 0);
}

/*------------ Global Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #05264e;
    font-weight: 700;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.circle {
    border-radius: 100%;
}

.offcanvas-body {
    display: block !important;
}

/*------------ Global Settings: Cutom Height ----------------*/
.ht-10 {
    height: 10px;
}

.ht-20 {
    height: 20px;
}

.ht-30 {
    height: 30px;
}

.ht-40 {
    height: 40px;
}

.ht-50 {
    height: 50px;
}

.ht-60 {
    height: 60px;
}

.ht-70 {
    height: 70px;
}

.ht-80 {
    height: 80px;
}

.ht-80 {
    height: 80px;
}

.ht-100 {
    height: 100px;
}

.ht-110 {
    height: 110px;
}

.ht-120 {
    height: 120px;
}

.ht-130 {
    height: 130px;
}

.ht-140 {
    height: 140px;
}

.ht-150 {
    height: 150px;
}

.ht-160 {
    height: 160px;
}

.ht-170 {
    height: 170px;
}

.ht-180 {
    height: 180px;
}

.ht-190 {
    height: 190px;
}

.ht-200 {
    height: 200px;
}

.ht-400 {
    height: 400px;
}

.ht-500 {
    height: 500px;
}

.ht-100 {
    height: 100%;
    min-height: 580px;
}

.h-100 {
    height: 100vh;
}

.h-05 {
    height: 0.1rem !important;
}

.h-1 {
    height: 0.25rem !important;
}

.h-2 {
    height: 0.5rem !important;
}

.h-3 {
    height: 0.75rem !important;
}

.h-4 {
    height: 1rem !important;
}

.h-5 {
    height: 1.25rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.h-7 {
    height: 1.75rem !important;
}

.h-8 {
    height: 2rem !important;
}

.h-9 {
    height: 2.25rem !important;
}

.h-10 {
    height: 2.5rem !important;
}

.h-11 {
    height: 2.75rem !important;
}

.h-12 {
    height: 3rem !important;
}

.h-13 {
    height: 3.25rem !important;
}

.h-14 {
    height: 3.75rem !important;
}

.h-15 {
    height: 4rem !important;
}

.h-16 {
    height: 4.25rem !important;
}

.h-17 {
    height: 4.5rem !important;
}

.h-18 {
    height: 4.75rem !important;
}

.h-19 {
    height: 5rem !important;
}

.h-20 {
    height: 5.25rem !important;
}

.h-25 {
    height: 6rem !important;
}

.h-30 {
    height: 7rem !important;
}

.h-35 {
    height: 8rem !important;
}

.h-40 {
    height: 9rem !important;
}

.h-45 {
    height: 10rem !important;
}

.h-50 {
    height: 15rem !important;
}

/*------------ Global Settings: Custom Width ----------------*/
.w-1 {
    width: 0.25rem !important;
}

.w-2 {
    width: 0.5rem !important;
}

.w-3 {
    width: 0.75rem !important;
}

.w-4 {
    width: 1rem !important;
}

.w-5 {
    width: 1.25rem !important;
}

.w-6 {
    width: 1.5rem !important;
}

.w-7 {
    width: 1.75rem !important;
}

.w-8 {
    width: 2rem !important;
}

.w-9 {
    width: 2.25rem !important;
}

.w-10 {
    width: 2.5rem !important;
}

.w-11 {
    width: 2.75rem !important;
}

.w-12 {
    width: 3rem !important;
}

.w-13 {
    width: 3.25rem !important;
}

.w-14 {
    width: 3.75rem !important;
}

.w-15 {
    width: 4rem !important;
}

.w-16 {
    width: 4.25rem !important;
}

.w-17 {
    width: 4.5rem !important;
}

.w-18 {
    width: 4.75rem !important;
}

.w-19 {
    width: 5rem !important;
}

.w-20 {
    width: 5.25rem !important;
}

.w-25 {
    width: 6rem !important;
}

.w-30 {
    width: 7rem !important;
}

.w-35 {
    width: 8rem !important;
}

.w-40 {
    width: 9rem !important;
}

.w-45 {
    width: 10rem !important;
}

.w-50s {
    width: 15rem !important;
}

.start-10 {
    left: 10% !important;
}

.start-20 {
    left: 20% !important;
}

.start-30 {
    left: 30% !important;
}

.start-40 {
    left: 40% !important;
}

.start-50 {
    left: 50% !important;
}

.start-60 {
    left: 60% !important;
}

.start-70 {
    left: 70% !important;
}

.start-80 {
    left: 80% !important;
}

.start-90 {
    left: 90% !important;
}

.end-10 {
    right: 10% !important;
}

.end-20 {
    right: 20% !important;
}

.end-30 {
    right: 30% !important;
}

.end-40 {
    right: 40% !important;
}

.end-50 {
    right: 50% !important;
}

.end-60 {
    right: 60% !important;
}

.end-70 {
    right: 70% !important;
}

.end-80 {
    right: 80% !important;
}

.end-90 {
    right: 90% !important;
}

/*------------ Global Settings: Dot BG ----------------*/
.bg-dot {
    background-size: 0.75rem 0.75rem;
}

.bg-dot.primary {
    background-image: radial-gradient(#0264d6 2px, transparent 2.5px);
}

.bg-dot.blue {
    background-image: radial-gradient(#0264d6 2px, transparent 2.5px);
}

.bg-dot.success {
    background-image: radial-gradient(#1ca774 2px, transparent 2.5px);
}

.bg-dot.yellow {
    background-image: radial-gradient(#fab758 2px, transparent 2.5px);
}

.bg-dot.danger {
    background-image: radial-gradient(#a70a29 2px, transparent 2.5px);
}

.bg-dot.info {
    background-image: radial-gradient(#008aff 2px, transparent 2.5px);
}

.bg-dot.purple {
    background-image: radial-gradient(#6363f5 2px, transparent 2.5px);
}

.bg-dot.light {
    background-image: radial-gradient(#f1f5f8 2px, transparent 2.5px);
}

.bg-line.blue {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #0264d6 1.6px, #0264d6 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.primary {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #0264d6 1.6px, #0264d6 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.yellow {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #fab758 1.6px, #fab758 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.success {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #1ca774 1.6px, #1ca774 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.danger {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #a70a29 1.6px, #a70a29 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.purple {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #6363f5 1.6px, #6363f5 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.light {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #f1f5f8 1.6px, #f1f5f8 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

/*------------ Global Settings: Typography ----------------*/
.type--fade {
    opacity: .5;
}

.font--uppercase {
    text-transform: uppercase;
}

.font--medium {
    font-weight: 500;
}

.font--bold {
    font-weight: 600;
}

.font--extrabold {
    font-weight: 700;
}

.font--italic {
    font-style: italic;
}

.type--fine-print {
    font-size: 0.85714286em;
}

blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}

blockquote {
    font-style: italic;
}

blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}

.card {
    border: none;
    overflow: hidden;
    background: #ffffff;
}

.card-header {
    background: #ffffff;
    padding: 0.8rem 1rem;
    border-color: #e2e8ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header h4,
.card-header h5,
.card-header h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

/*------------ Global Settings: Animation ----------------*/
.animate-bounce {
    animation: bounce 2s infinite;
}

.animate-leftright {
    animation: leftright 2s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes leftright {

    0%,
    100% {
        transform: translatex(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translatex(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

/*------------ Global Settings: Cutom Avatar ----------------*/
.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -.01rem;
    border-radius: 100%;
    height: auto;
}

/*------------ Global Settings: Social Links Colors ----------------*/
.color--facebook {
    color: #3b5998 !important;
}

.color--twitter {
    color: #00aced !important;
}

.color--googleplus {
    color: #dd4b39 !important;
}

.color--instagram {
    color: #125688 !important;
}

.color--pinterest {
    color: #cb2027 !important;
}

.color--dribbble {
    color: #ea4c89 !important;
}

.color--behance {
    color: #053eff !important;
}

.color--linkedin {
    color: #1685b9 !important;
}

.bg--facebook {
    background: #3b5998 !important;
    color: #fff !important;
}

.bg--twitter {
    background: #00aced !important;
    color: #fff !important;
}

.bg--googleplus {
    background: #dd4b39 !important;
    color: #fff !important;
}

.bg--instagram {
    background: #125688 !important;
    color: #fff !important;
}

.bg--pinterest {
    background: #cb2027 !important;
    color: #fff !important;
}

.bg--dribbble {
    background: #ea4c89 !important;
    color: #fff !important;
}

.bg--behance {
    background: #053eff !important;
    color: #fff !important;
}

.bg--linkedin {
    background: #1685b9 !important;
    color: #fff !important;
}

.btn--facebook {
    background: #ffffff !important;
    border: 1px solid #3b5998 !important;
    color: #3b5998 !important;
}

.btn--facebook:focus,
.btn--facebook:hover,
.btn--facebook:active {
    background: #3b5998 !important;
    border: 1px solid #3b5998 !important;
    color: #ffffff !important;
}

.btn--twitter {
    background: #ffffff !important;
    border: 1px solid #00aced !important;
    color: #00aced !important;
}

.btn--twitter:hover,
.btn--twitter:focus,
.btn--twitter:active {
    background: #00aced !important;
    border: 1px solid #00aced !important;
    color: #ffffff !important;
}

.btn--googleplus {
    background: #ffffff !important;
    border: 1px solid #dd4b39 !important;
    color: #dd4b39 !important;
}

.btn--googleplus:hover,
.btn--googleplus:focus,
.btn--googleplus:active {
    background: #dd4b39 !important;
    border: 1px solid #dd4b39 !important;
    color: #ffffff !important;
}

.btn--instagram {
    background: #ffffff !important;
    border: 1px solid #125688 !important;
    color: #125688 !important;
}

.btn--instagram:hover,
.btn--instagram:focus,
.btn--instagram:active {
    background: #125688 !important;
    border: 1px solid #125688 !important;
    color: #ffffff !important;
}

.btn--pinterest {
    background: #ffffff !important;
    border: 1px solid #cb2027 !important;
    color: #cb2027 !important;
}

.btn--pinterest:hover,
.btn--pinterest:focus,
.btn--pinterest:active {
    background: #cb2027 !important;
    border: 1px solid #cb2027 !important;
    color: #ffffff !important;
}

.btn--dribbble {
    background: #ffffff !important;
    border: 1px solid #ea4c89 !important;
    color: #ea4c89 !important;
}

.btn--dribbble:hover,
.btn--dribbble:focus,
.btn--dribbble:active {
    background: #ea4c89 !important;
    border: 1px solid #ea4c89 !important;
    color: #ffffff !important;
}

.btn--behance {
    background: #ffffff !important;
    border: 1px solid #053eff !important;
    color: #053eff !important;
}

.btn--behance:hover,
.btn--behance:focus,
.btn--behance:active {
    background: #053eff !important;
    border: 1px solid #053eff !important;
    color: #ffffff !important;
}

.btn--linkedin {
    background: #ffffff !important;
    border: 1px solid #1685b9 !important;
    color: #1685b9 !important;
}

.btn--linkedin:hover,
.btn--linkedin:focus,
.btn--linkedin:active {
    background: #1685b9 !important;
    border: 1px solid #1685b9 !important;
    color: #ffffff !important;
}

.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
    height: auto;
    padding: 5em 0;
}

/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.bg-img-holder:not([class*='col-']) {
    width: 100%;
}

.bg-img-holder.background--bottom {
    background-position: 50% 100% !important;
}

.bg-img-holder.background--top {
    background-position: 50% 0% !important;
}

.image--light .bg-img-holder {
    background: none;
}

.bg-img-holder img {
    display: none;
}

.imagebg.border--round {
    overflow: hidden;
}

[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay].image--light:before {
    background: #fff;
}

[data-overlay].bg--primary:before {
    background: #4a90e2;
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}

[data-scrim-bottom] {
    position: relative;
}

[data-scrim-bottom]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
}

[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
    color: #a5a5a5;
    color: #f1f1f1;
}

[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
    color: #e6e6e6;
}

[data-scrim-bottom].image--light:before {
    background: #fff;
}

[data-scrim-bottom="1"]:before {
    opacity: 0.1;
}

[data-scrim-bottom="2"]:before {
    opacity: 0.2;
}

[data-scrim-bottom="3"]:before {
    opacity: 0.3;
}

[data-scrim-bottom="4"]:before {
    opacity: 0.4;
}

[data-scrim-bottom="5"]:before {
    opacity: 0.5;
}

[data-scrim-bottom="6"]:before {
    opacity: 0.6;
}

[data-scrim-bottom="7"]:before {
    opacity: 0.7;
}

[data-scrim-bottom="8"]:before {
    opacity: 0.8;
}

[data-scrim-bottom="9"]:before {
    opacity: 0.9;
}

[data-scrim-bottom="10"]:before {
    opacity: 1;
}

[data-scrim-top] {
    position: relative;
}

[data-scrim-top]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
    color: #fff;
}

[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
    color: #e6e6e6;
}

[data-scrim-top].image--light:before {
    background: #fff;
}

[data-scrim-top="1"]:before {
    opacity: 0.1;
}

[data-scrim-top="2"]:before {
    opacity: 0.2;
}

[data-scrim-top="3"]:before {
    opacity: 0.3;
}

[data-scrim-top="4"]:before {
    opacity: 0.4;
}

[data-scrim-top="5"]:before {
    opacity: 0.5;
}

[data-scrim-top="6"]:before {
    opacity: 0.6;
}

[data-scrim-top="7"]:before {
    opacity: 0.7;
}

[data-scrim-top="8"]:before {
    opacity: 0.8;
}

[data-scrim-top="9"]:before {
    opacity: 0.9;
}

[data-scrim-top="10"]:before {
    opacity: 1;
}

.imagebg {
    position: relative;
}

.imagebg .container {
    z-index: 2;
}

.imagebg .container:not(.pos-absolute) {
    position: relative;
}

.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
    color: #fff;
}

.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
    color: #252525;
}

.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
    color: #666666;
}

div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
    color: #fff;
}

div[data-overlay] p {
    color: #fff;
}

.parallax {
    overflow: hidden;
}

/**! 07. Icons **/
.icon {
    line-height: 1em;
    font-size: 3.14285714em;
}

.imagebg:not(.image--light) span {
    color: #fff;
}

/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.fas {
    color: #fff;
    background: #e95f33 !important;
    padding: 16px;
    border-radius: 50px;
    font-size: 23px;
}

.copy.new_c p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.row.nabbb {
    display: flex;
    justify-content: space-between;
}

.spinner-border-sm {
    width: $spinner-width-sm;
    height: $spinner-height-sm;
    border-width: $spinner-border-width-sm;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 30px;
    height: 30px;
}

/*------------ Global Settings: BG Cover -------------*/
.object-fit {
    object-fit: cover;
}

.bg-cover {
    background-size: cover !important;
    background-position: center !important;
}

.image-bg {
    background-size: cover !important;
    background-position: center !important;
}

.default-bg {
    background-size: initial !important;
    background-position: initial !important;
}

.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.image-bg-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #182538;
    display: block;
    content: "";
    opacity: 0.8;
}

/*-------------- Global Settings: Thumb size ----------------*/
.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--20 {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--30 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--40 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--50 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--60 {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--70 {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--80 {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--90 {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--100 {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide {
    display: none;
}

/*-------------- Global Settings: Text Colors ----------------*/
.text-primary {
    color: #0264d6 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #a70a29 !important;
}

.text-muted {
    color: #a0abb8 !important;
}

.text-muted-2 {
    color: #8a98a9 !important;
}

.text-warning {
    color: #f69520 !important;
}

.text-success {
    color: #ffffff !important;
}

.text-info {
    color: #008aff !important;
}

.text-royal {
    color: #073aa8 !important;
}

.text-orange {
    color: #e95f33 !important;
}

.text-black {
    color: #041b2d !important;
}

.text-purple {
    color: #6363f5 !important;
}

.text-seegreen {
    color: #0a5f59 !important;
}

.text-sm-muted {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 44, 63, 0.6);
}

.text-sm {
    font-size: 12px;
}

/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
    color: #0264d6;
    background-color: rgba(2, 100, 214, 0.12);
    border-color: rgba(2, 100, 214, 0.2);
}

.alert-success {
    color: #009868;
    background-color: rgba(0, 152, 104, 0.12);
    border-color: rgba(0, 152, 104, 0.2);
}

.alert-warning {
    color: #f69520;
    background-color: rgba(246, 149, 32, 0.12);
    border-color: rgba(246, 149, 32, 0.2);
}

.alert-info {
    color: #008aff;
    background-color: rgba(0, 138, 255, 0.12);
    border-color: rgba(0, 138, 255, 0.2);
}

.alert-danger {
    color: #a70a29;
    background-color: rgba(167, 10, 41, 0.12);
    border-color: rgba(167, 10, 41, 0.2);
}

.alert-dark {
    color: #041b2d;
    background-color: rgba(4, 27, 45, 0.12);
    border-color: rgba(4, 27, 45, 0.2);
}

.alert-purple {
    color: #6363f5;
    background-color: rgba(99, 99, 245, 0.12);
    border-color: rgba(99, 99, 245, 0.2);
}

.alert-orange {
    color: #e95f33;
    background-color: rgba(233, 95, 51, 0.12);
    border-color: rgba(233, 95, 51, 0.2);
}

.alert-seegreen {
    color: #0a5f59;
    background-color: rgba(10, 95, 89, 0.12);
    border-color: rgba(10, 95, 89, 0.2);
}

.alert-royal {
    color: #073aa8;
    background-color: rgba(7, 58, 168, 0.12);
    border-color: rgba(7, 58, 168, 0.2);
}

.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}

/*-------------- Global Settings: Background Colors ----------------*/
.bg-primary {
    background-color: #0264d6 !important;
}

.bg-success {
    background-color: #009868 !important;
}

.bg-info {
    background-color: #008aff !important;
}

.bg-warning {
    background-color: #f69520 !important;
}

.bg-danger {
    background-color: #a70a29 !important;
}

.bg-purple {
    background-color: #6363f5 !important;
}

.bg-orange {
    background-color: #e95f33 !important;
}

.bg-seegreen {
    background-color: #0a5f59 !important;
}

.bg-royal {
    background-color: #073aa8 !important;
}

.bg-dark {
    background-color: #041b2d !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-light-primary {
    background-color: rgba(2, 100, 214, 0.1) !important;
}

.bg-light-success {
    background-color: #e95f33 !important;
}

.bg-light-info {
    background-color: rgba(0, 138, 255, 0.1) !important;
}

.bg-light-warning {
    background-color: rgba(246, 149, 32, 0.1) !important;
}

.bg-light-danger {
    background-color: rgba(167, 10, 41, 0.1) !important;
}

.bg-light-purple {
    background-color: rgba(99, 99, 245, 0.1) !important;
}

.bg-light-orange {
    background-color: rgba(233, 95, 51, 0.1) !important;
}

.bg-light-seegreen {
    background-color: rgba(10, 95, 89, 0.1) !important;
}

.bg-light-royal {
    background-color: rgba(7, 58, 168, 0.1) !important;
}

.bg-light-dark {
    background-color: rgba(4, 27, 45, 0.1) !important;
}

.bg-transparent {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg--graysmoke {
    background-image: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
}

.shape--bg:after {
    width: 48%;
    height: 72%;
    top: 21%;
    left: 52%;
}

.shape--bg:before {
    width: 48%;
    height: 72%;
    top: 21%;
    right: 52%;
}

/*----------- Global Settings: Simple List -----------*/
ul.simple-list,
ul.colored-list,
ul.simple {
    padding: 0;
    margin: 0;
}

ul.simple-list li,
ul.colored-list li {
    list-style: none;
    position: relative;
    color: rgba(0, 44, 63, 0.6);
    font-weight: 500;
    padding: 0.2rem 0rem 0.2rem 1.4rem;
}

ul.simple-list li:before {
    content: "\f192";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
}

ul.colored-list li:before {
    content: "\f192";
    font-family: "Font Awesome 6 Free";
    color: #0264d6;
    position: absolute;
    left: 0;
}

/*-------------- Global Settings: Labels ----------------*/
.label {
    padding: 4px 15px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 75%;
}

.label-primary {
    background-color: #0264d6;
}

.label-success {
    background-color: #009868;
}

.label-info {
    background-color: #008aff;
}

.label-warning {
    background-color: #f69520;
}

.label-danger {
    background-color: #a70a29;
}

.label-royal {
    background-color: #073aa8;
}

.label-purple {
    background-color: #6363f5;
}

.label-orange {
    background-color: #e95f33;
}

.label-seegreen {
    background-color: #0a5f59;
}

.label-dark {
    background-color: #041b2d;
}

.label-inverse {
    background-color: #3e4555;
}

.label-white {
    background-color: #ffffff;
}

.label-light-primary {
    background-color: rgba(2, 100, 214, 0.12);
    color: #0264d6;
}

.label-light-success {
    background-color: rgba(0, 152, 104, 0.12);
    color: #009868;
}

.label-light-info {
    background-color: rgba(0, 138, 255, 0.12);
    color: #008aff;
    .
}

.label-light-warning {
    background-color: rgba(246, 149, 32, 0.12);
    color: #f69520;
}

.label-light-danger {
    background-color: rgba(167, 10, 41, 0.12);
    color: #a70a29;
}

.label-light-royal {
    background-color: rgba(7, 58, 168, 0.12);
    color: #073aa8;
}

.label-light-purple {
    background-color: rgba(99, 99, 245, 0.12);
    color: #6363f5;
}

.label-light-orange {
    background-color: rgba(233, 95, 51, 0.12);
    color: #e95f33;
}

.label-light-seegreen {
    background-color: rgba(10, 95, 89, 0.12);
    color: #0a5f59;
}

.label-light-dark {
    background-color: rgba(4, 27, 45, 0.12);
    color: #041b2d;
}

.label-light-inverse {
    background-color: rgba(62, 69, 85, 0.1);
    color: #3e4555;
}

/*------------ Global Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f9fb;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #eaeff5;
    border-bottom: none;
}

.table tr th,
.table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle;
}

.table.tbl-big tr th,
.table.tbl-big tr td {
    padding: 20px 15px;
}

.table.tbl-big.center tr th,
.table.tbl-big.center tr td {
    padding: 20px 15px;
    text-align: center;
}

table.table tr th {
    font-weight: 600;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e !important;
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

/*------------- Global Settings: Badge ----------------*/
.badge {
    font-weight: 400;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs,
.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-success {
    background-color: #009868;
}

.badge-info {
    background-color: #008aff;
}

.badge-primary {
    background-color: #0264d6;
}

.badge-warning {
    background-color: #f69520;
}

.badge-danger {
    background-color: #a70a29;
}

.badge-royal {
    background-color: #073aa8;
}

.badge-purple {
    background-color: #6363f5;
}

.badge-orange {
    background-color: #e95f33;
}

.badge-seegreen {
    background-color: #0a5f59;
}

.badge-dark {
    background-color: #041b2d;
}

.badge-inverse {
    background-color: #3e4555;
}

/*------------- Global Settings: dropdown ----------------*/
.dropdown-item {
    padding: 8px 1rem;
    color: #607394;
    font-size: 15.5px;
}

/*------------- Global Settings: Buttons ----------------*/
.btn {
    padding: 10px 20px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0.4rem;
}

.btn:focus,
.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-lg {
    padding: 1em 1.5em;
    height: 62px;
    font-size: 1em;
}

.btn-md {
    padding: 1em 1.5em;
    height: 45px;
    font-size: 0.8rem;
}

.btn-sm {
    padding: .25rem .5rem;
    height: 35px;
    font-size: 12px;
}

.btn-xs {
    padding: .2rem .5rem;
    height: 30px;
    font-size: 10px;
}

.btn-rounded {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
}

.btn-arrow {
    position: relative;
}

.btn-danger {
    background: #a70a29;
    border-color: #a70a29;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #db1c40 !important;
    border-color: #db1c40 !important;
    color: #ffffff !important;
}

.btn-outline-danger {
    background: transparent;
    border-color: #a70a29;
    color: #a70a29;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    background: #a70a29 !important;
    border-color: #a70a29 !important;
    color: #ffffff !important;
}

.btn-light-danger {
    background: rgba(167, 10, 41, 0.12);
    border-color: rgba(167, 10, 41, 0.2);
    color: rgba(167, 10, 41, 1);
}

.btn-light-danger:hover,
.btn-light-danger:focus,
.btn-light-danger:active {
    background: #a70a29 !important;
    border-color: #a70a29 !important;
    color: #ffffff !important;
}

.btn-success {
    background: #009868;
    border-color: #009868;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #049b6b !important;
    border-color: #049b6b !important;
    color: #ffffff !important;
}

.btn-outline-success {
    background: #ffffff;
    border-color: #009868;
    color: #009868;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
    background: #009868 !important;
    border-color: #009868 !important;
    color: #ffffff !important;
}

.btn-light-success {
    background: rgba(0, 152, 104, 0.12);
    border-color: rgba(0, 152, 104, 0.2);
    color: #009868;
}

.btn-light-success:hover,
.btn-light-success:focus,
.btn-light-success:active {
    background: #009868 !important;
    border-color: #009868 !important;
    color: #ffffff !important;
}

.btn-warning {
    background: #f69520;
    border-color: #f69520;
    color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #ed8d1b !important;
    border-color: #ed8d1b !important;
    color: #ffffff !important;
}

.btn-outline-warning {
    background: #ffffff;
    border-color: #f69520;
    color: #f69520;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
    background: #f69520 !important;
    border-color: #f69520 !important;
    color: #ffffff !important;
}

.btn-light-warning {
    background: rgba(246, 149, 32, 0.12);
    border-color: rgba(246, 149, 32, 0.2);
    color: #f69520;
}

.btn-light-warning:hover,
.btn-light-warning:focus,
.btn-light-warning:active {
    background: #f69520 !important;
    border-color: #f69520 !important;
    color: #ffffff !important;
}

.btn-primary {
    background: #0264d6;
    border-color: #0264d6;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #188ef1 !important;
    border-color: #188ef1 !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    background: #ffffff;
    border-color: #0264d6;
    color: #0264d6;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background: #0264d6 !important;
    border-color: #0264d6 !important;
    color: #ffffff !important;
}

.btn-light-primary {
    background: rgba(2, 100, 214, 0.12);
    border-color: rgba(2, 100, 214, 0.2);
    color: #0264d6;
}

.btn-light-primary:hover,
.btn-light-primary:focus,
.btn-light-primary:active {
    background: #0264d6 !important;
    border-color: #0264d6 !important;
    color: #ffffff !important;
}

.btn-info {
    background: #008aff;
    border-color: #008aff;
    color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #0484f0 !important;
    border-color: #0484f0 !important;
    color: #ffffff !important;
}

.btn-info-outline {
    background: #ffffff;
    border-color: #008aff;
    color: #008aff;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    background: #008aff !important;
    border-color: #008aff !important;
    color: #ffffff !important;
}

.btn-light-info {
    background: rgba(0, 138, 255, 0.12);
    border-color: rgba(0, 138, 255, 0.2);
    color: #008aff;
}

.btn-light-info:hover,
.btn-light-info:focus,
.btn-light-info:active {
    background: #008aff !important;
    border-color: #008aff !important;
    color: #ffffff !important;
}

.btn-royal {
    background: #073aa8;
    border-color: #073aa8;
    color: #ffffff;
}

.btn-royal:hover,
.btn-royal:focus,
.btn-royal:active {
    background: #07379e !important;
    border-color: #07379e !important;
    color: #ffffff !important;
}

.btn-outline-royal {
    background: #ffffff;
    border-color: #073aa8;
    color: #073aa8;
}

.btn-outline-royal:hover,
.btn-outline-royal:focus,
.btn-outline-royal:active {
    background: #073aa8 !important;
    border-color: #073aa8 !important;
    color: #ffffff !important;
}

.btn-light-royal {
    background: rgba(1, 126, 250, 0.1);
    border-color: rgba(1, 126, 250, 0.65);
    color: #073aa8;
}

.btn-light-royal:hover,
.btn-light-royal:focus,
.btn-light-royal:active {
    background: #073aa8 !important;
    border-color: #073aa8 !important;
    color: #ffffff !important;
}

.btn-purple {
    background: #6363f5;
    border-color: #6363f5;
    color: #ffffff;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    background: #5a5aed !important;
    border-color: #5a5aed !important;
    color: #ffffff !important;
}

.btn-outline-purple {
    background: #ffffff;
    border-color: #6363f5;
    color: #6363f5;
}

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active {
    background: #6363f5 !important;
    border-color: #6363f5 !important;
    color: #ffffff !important;
}

.btn-light-purple {
    background: rgba(99, 99, 245, 0.12);
    border-color: rgba(99, 99, 245, 0.2);
    color: #6363f5;
}

.btn-light-purple:hover,
.btn-light-purple:focus,
.btn-light-purple:active {
    background: #6363f5 !important;
    border-color: #6363f5 !important;
    color: #ffffff !important;
}

.btn-orange {
    background: #e95f33;
    border-color: #e95f33;
    color: #ffffff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background: #e86035 !important;
    border-color: #e86035 !important;
    color: #ffffff !important;
}

.btn-outline-orange {
    background: #ffffff;
    border-color: #e95f33;
    color: #e95f33;
}

.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange:active {
    background: #e95f33 !important;
    border-color: #e95f33 !important;
    color: #ffffff !important;
}

.btn-light-orange {
    background: rgba(233, 95, 51, 0.12);
    border-color: rgba(233, 95, 51, 0.2);
    color: #e95f33;
}

.btn-light-orange:hover,
.btn-light-orange:focus,
.btn-light-orange:active {
    background: #e95f33 !important;
    border-color: #e95f33 !important;
    color: #ffffff !important;
}

.btn-seegreen {
    background: #0a5f59;
    border-color: #0a5f59;
    color: #ffffff;
}

.btn-seegreen:hover,
.btn-seegreen:focus,
.btn-seegreen:active {
    background: #075a54 !important;
    border-color: #075a54 !important;
    color: #ffffff !important;
}

.btn-outline-seegreen {
    background: #ffffff;
    border-color: #0a5f59;
    color: #0a5f59;
}

.btn-outline-seegreen:hover,
.btn-outline-seegreen:focus,
.btn-outline-seegreen:active {
    background: #0a5f59 !important;
    border-color: #0a5f59 !important;
    color: #ffffff !important;
}

.btn-light-seegreen {
    background: rgba(10, 95, 89, 0.12);
    border-color: rgba(10, 95, 89, 0.2);
    color: #0a5f59;
}

.btn-light-seegreen:hover,
.btn-light-seegreen:focus,
.btn-light-seegreen:active {
    background: #0a5f59 !important;
    border-color: #0a5f59 !important;
    color: #ffffff !important;
}

.btn-dark {
    background: #041b2d;
    border-color: #041b2d;
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background: #02121f !important;
    border-color: #02121f !important;
    color: #ffffff !important;
}

.btn-outline-dark {
    background: #ffffff;
    border-color: #041b2d;
    color: #041b2d;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
    background: #041b2d !important;
    border-color: #041b2d !important;
    color: #ffffff !important;
}

.btn-light-dark {
    background: rgba(4, 27, 45, 0.12);
    border-color: rgba(4, 27, 45, 0.2);
    color: #041b2d;
}

.btn-light-dark:hover,
.btn-light-dark:focus,
.btn-light-dark:active {
    background: #041b2d !important;
    border-color: #041b2d !important;
    color: #ffffff !important;
}

.btn-whites {
    background: #ffffff;
    border-color: #ffffff;
    color: #073aa8;
}

.btn-whites:hover,
.btn-whites:focus,
.btn-whites:active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #046acf !important;
}

.btn-outline-whites {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-outline-whites:hover,
.btn-outline-whites:focus,
.btn-outline-whites:active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #046acf !important;
}

.btn-light-white {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.65);
    color: #ffffff;
}

.btn-light-whites:hover,
.btn-light-whites:focus,
.btn-light-whites:active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #046acf !important;
}

.btn-gray {
    background: #f2f8fd;
    border-color: #f2f8fd;
    color: #24486c;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #046acf !important;
}

.btn-outline-gray {
    background: transparent;
    border-color: #f2f8fd;
    color: #24486c;
}

.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray:active {
    background: #f2f8fd !important;
    border-color: #f2f8fd !important;
    color: #17ac6a !important;
}

/*----------- Global Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
    margin: 2.77em 0;
}

.video-play-icon {
    width: 6.42857143em;
    height: 6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    line-height: 6em;
    background: #ffffff;
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}

.video-play-icon a {
    font-size: 3em;
    color: #17ac6a;
}

/*----------- Global Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto 0 !important;
}

.pagination>li>a,
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    color: #0c3966;
    text-decoration: none;
    background-color: transparent;
    border-radius: 2px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 1;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color: #ffffff;
    cursor: pointer;
    background-color: #0264d6;
    border-color: none;
}

.pagination li:first-child a {
    background: transparent;
    border: none;
    border-radius: 2px;
    color: #0c3966;
}

.pagination li:last-child a {
    background: transparent;
    border: none;
    border-radius: 2px;
    color: #0c3966;
}

.pagination>li {
    display: inline;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0264d6;
    border-color: none;
}

/*---------- Global Settings: Section Heading Style ---------*/
.sec-heading {
    margin-bottom: 2rem;
}

.sec-heading.lg {
    margin-bottom: 30px;
}

.sec-heading.center {
    text-align: center;
}

.sec-heading.light h2,
.sec-heading.light p {
    color: #ffffff;
}

.sec-heading p {
    margin-bottom: 5px;
    line-height: 1.7;
}

.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*------------ Global Settings: All Forms Style ---------------*/
.form-control {
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #e7edf1;
    background-clip: initial;
}

.form-select {
    /* padding:.995rem 2.25rem .995rem .75rem; */
}

.form-control.form-control-md {
    height: auto;
}

.form-control.light {
    background: rgba(255, 255, 255, 0.01);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.form-control.dark {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.hero-search-content.verticle-space .form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.image-bg .form-control,
.bg--dark .form-control {
    color: #495057 !important;
}

.form-group label {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
}

textarea.form-control {
    height: 150px !important;
}

.tip-topdata {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #394d8c;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    margin-left: 5px;
    font-size: 9px;
}

.tip-topdata:before {
    content: attr(data-tip);
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    bottom: 9999px;
    left: 0;
    background: #394d8c;
    color: #ffffff;
    padding: 7px 15px;
    line-height: 25px;
    border-radius: 3px;
    top: -42px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    text-shadow: none;
    display: inline-table;
}

.tip-topdata:hover:before {
    opacity: 1;
}

.small .nice-select {
    height: 44px;
    line-height: 44px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
    margin-right: 3px;
}

.bootstrap-select>.dropdown-toggle {
    width: auto;
    padding: 10px 15px;
    display: inline-flex;
}

.input-group-text {
    background: transparent;
}

.form-control:focus {
    box-shadow: none;
}

.form-control.light::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    /* Firefox */
}

.form-control.light:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
}

.form-control.light::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.6);
}

.form-control.dark::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    /* Firefox */
}

.form-control.dark:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.8);
}

.form-control.dark::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.8);
}

#contact-form button.close {
    margin-right: 1rem;
    border-radius: 50%;
    border: none;
    color: #4CAF50;
    background: rgb(76 175 80 / 10%);
}

/**************************************
	Header Navigation Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color: #022f5d;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

.navigation,
.navigation * {
    box-sizing: border-box
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left
}

.nav-brand {
    padding: 0px 15px 0px 0;
    font-size: 24px;
    margin-right: 1rem;
    margin-top: 2px;
    text-decoration: none !important
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 52%;
    margin-top: -14px;
    left: 0px;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li>a {
    padding: 15px 12px;
    display: inline-block;
    transition: color .3s, background .3s;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 13px;
}

.nav-menu.nav-menu-social li a {
    color: #0f393b;
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    color: #04bfef !important;
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #39466d #39466d transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #04bfef #04bfef transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width: 250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li .nav-dropdown {
    border: none;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgb(185 199 210 / 45%);
    -webkit-box-shadow: 0px 0px 2px 0px rgb(185 199 210 / 45%);
    border-radius: 0.4rem;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 14px 20px 14px 10px;
    border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    color: #11293b;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 13px;
    font-weight: 500;
}

.nav-dropdown>li>a .new-update {
    position: relative;
    font-size: 10px;
    font-weight: 500;
    background: #ff5722;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 50px;
    margin-left: 0.5rem;
}

.nav-dropdown>li:last-child>a {
    border-bottom: none;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    padding-left: 20px;
    color: #04bfef;
}

.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown>.focus>a,

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #04bfef #04bfef transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}

.header {
    display: none !important;
    background: #fff;
    position: relative;
    padding: 13px 0;
}

.header-top {
    padding: 1em 0;
    background: #05222A
}

.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

.deatils ul li i {
    margin-right: .5em
}

.deatils ul li a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.social-icons {
    float: right;
    margin-top: .7em
}


.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    padding: 1em 0
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #02B875;
    background-color: #fff
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
    color: #929292
}

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

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

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

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

.nav-menu.nav-menu-social>li.list-buttons a {
    border-radius: 4px;
    position: relative;
    background: #17ac6a;
    border: 2px solid transparent !important;
}

.nav-menu.nav-menu-social>li.list-buttons.light a {
    background: #ffffff;
    border: 2px solid transparent !important;
}

.nav-menu.nav-menu-social>li.list-buttons.border a {
    background: #ffffff;
    border: 2px solid #e3ebf3 !important;
}

.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a {
    background: #041b2d;
    border-color: #041b2d !important;
}

.nav-menu.nav-menu-social>li.list-buttons a {
    top: 0px;
    padding: 14px 20px;
    color: #ffffff !important;
}

.nav-menu.nav-menu-social>li.list-buttons.light a {
    color: #08184b !important;
}

.nav-menu.nav-menu-social>li.list-buttons.border a {
    color: #17ac6a !important;
}

.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a {
    color: #ffffff !important;
}

.nav-menu.nav-menu-social>li.list-buttons.dark {
    background: #041b2d;
    border-color: #041b2d !important;
}

.nav-menu.nav-menu-social>li.list-buttons.dark a {
    color: #ffffff;
}

.header-fixed .nav-menu.nav-menu-social .text-light {
    color: #1f2e34 !important;
}

.nav-brand img {
    max-width: 122px;
    position: relative;
}

.nav-menu.nav-menu-social>li.list-buttons>a {
    display: inline-flex;
    align-items: center;
}

.navigation-portrait .nav-dropdown.xxl-menu {
    min-width: auto;
    max-width: 100%;
}

.navigation-portrait .nav-dropdown.xxl-menu>li {
    width: 100%;
    flex: 0 0 100%;
}

/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 3px 10px;
}

.nav-menu.nav-menu-social>li:last-child .btn-group.account-drop {
    padding-right: 0;
}

.account-drop .btn.btn-order-by-filt {
    padding: 0px;
    height: 40px;
    width: 40px;
    color: #06325d;
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    border-radius: 50% !important;
    box-shadow: 0px 0px 0px 3px rgb(237 240 245);
    -webkit-box-shadow: 0px 0px 0px 3px rgb(237 240 245);
}

.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 30px;
    border-radius: 50%;
}

.account-drop .dropdown-menu {
    top: 70px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    min-width: 300px;
    left: initial !important;
    border: none;
    padding: 0rem;
    overflow: hidden;
    z-index: 99;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.drp_menu_headr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem;
    background: #0264d6;
}

.hhd4 {
    margin: 5px 0px;
}

.drp_menu_headr h4 {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}

.account-drop .dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.account-drop .dropdown-menu ul li {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
}

.account-drop .dropdown-menu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #06325d;
    position: relative;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #edf0f3;
}

.account-drop .dropdown-menu ul li a i {
    margin-right: 7px;
    position: relative;
    top: 0px;
}

.notti_coun {
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600 !important;
    color: #ffffff;
}

span.notti_coun.style-1 {
    background: #2bb170;
}

span.notti_coun.style-2 {
    background: #9972e6;
}

span.notti_coun.style-3 {
    background: #03a9f4;
}

.ntf-list-groups {
    position: relative;
    display: block;
    width: 100%;
}

.ntf-list-groups-single {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0.8rem;
    border-bottom: 1px solid #e4e9ed;
}

.ntf-list-groups-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
}

.ntf-list-groups-caption {
    flex: 1;
    font-size: 14px;
    color: #28496e;
    padding-left: 10px;
}

.ntf-list-groups-caption p {
    margin: 0;
}

.ntf-list-groups-single a.ntf-more {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

span.noti-status {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f32b2b;
    border-radius: 50%;
    top: 8px;
    right: 10px;
}

.drp_menu_headr-right .btn {
    padding: 0.6rem 1rem;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
}

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

.mobile_nav ul li {
    list-style: none;
    margin-left: 1rem;
    display: inline-flex;
}

.mobile_nav ul li a {
    height: 50px;
    width: auto;
    padding: 0.8rem 1.5rem;
    font-weight: 500;
    font-size: 15px;
}

.mobile_nav.dhsbrd li {
    margin: 0;
    display: inline-block;
    width: auto !important;
}

.mobile_nav.dhsbrd ul li a {
    border: none !important;
    width: auto;
    display: inline-flex;
}

.mobile_nav.dhsbrd .account-drop ul li a {
    width: 100%;
}

/*===================================================
 Homes Banner
==================================================*/
.image-bg {
    background-size: cover !important;
    background-position: center !important;
}

.image-cover {
    background-size: cover !important;
    background-position: center !important;
}

.image-bottom-cover {
    background-size: cover !important;
    background-position: bottom !important;
}

.image-bottom {
    background-size: auto !important;
    background-position: bottom !important;
}

.image-cover .container,
.bg-cover .container {
    position: relative;
    z-index: 1;
}

.hero-header-auto {
    padding: 5em 0 5em;
    min-height: 650px;
}

.hero-header {
    padding: 5em 0 5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 650px;

}

.full-hv {
    min-height: 500px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero-search-wrap {
    position: relative;
    background: #ffffff;
    max-width: 540px;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}

.hero-search-wrap.hs-2 {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    padding: 1rem 1rem 0rem;
}

.hero-search-wrap.full-width {
    width: 100%;
    max-width: 100%;
}

.hero-search h1 {
    text-transform: capitalize;
    color: #022f5d !important;
    font-size: 35px;
}

.btn.search-btn {
    background: #17ac6a;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    width: 100%;
    font-size: 1rem;
}

.btn.search-btn:hover,
.btn.search-btn:focus {
    color: #ffffff !important;
}

.hero-banner.dark-text h1,
.hero-banner.dark-text p,
.hero-banner.dark-text h1,
.hero-banner.dark-text p {
    color: #4d5968;
}

.exlopment {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/exp.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*----------- Classic Search ------------*/
.classic-search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.hero-search-content {
    background: #ffffff;
    padding: 6px;
    border-radius: 0.4rem;
    position: relative;
    width: 100%;
}

.simple-search-wrap {
    z-index: 2;
}

.search-shadow {
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
}

.search-shadow-color {
    box-shadow: 0px 0px 0px 8px rgba(23, 172, 106, .2);
    -webkit-box-shadow: 0px 0px 0px 8px rgba(23, 172, 106, .2);
}

.hero-search-content .form-group {
    margin: 0;
}

.hero-search-content .form-group.full {
    flex: 1;
    width: 100%;
}

.input-with-icon {
    display: flex;
    align-items: center;
    position: relative;
}

.input-with-icon .form-control {
    padding-left: 35px;
    border: none;
    font-size: 15px;
}

.input-with-icon i,
.input-with-icon img,
.input-with-icon .svg-icon {
    position: absolute;
    left: 7px;
}

.colored .input-with-icon i,
.colored .input-with-icon img {
    color: #17ac6a;
}

.hero-search-content .form-control {
    height: 60px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-search-content .btn {
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-filter-search {
    background: #e9eef5;
    height: 55px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 24px;
    color: #1a3b6b;
    width: 100%;
}

.btn.btn-filter-search i {
    margin-right: 10px;
}

.fliox-search-wiop {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fliox-search-wiop .form-group {
    width: 48%;
    flex: 50%;
    position: relative;
    display: flex;
}

.nice-select ul.list {
    width: 100%;
    z-index: 99;
    box-shadow: none;
    border: 1px solid #f1f3f7;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #17ac6a;
}

.hero-search-content .nice-select .list {
    box-shadow: none;
    border: 1px solid #e6ebf1;
}

.briod {
    border-right: 1px solid #e9eef5;
}

.lios-vrst {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
    position: relative;
}

.lios-vrst ul {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.lios-parts {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px 10px;
}

.lios-vrst ul li {
    flex: 0 0 33.3333%;
    list-style: none;
    width: 33.3333%;
    position: relative;
}

ul.nav-menu.menus_main_head {
    margin-left: 30%;
}

ul.nav-menu li a {
    font-size: 15px;
    font-weight: 600;
}

section.slider_main_Sec h2,
h5 {
    color: #E95F33;
}

.newsltr-form.rounded-3 .btn-dark {
    background: #E95F33 !important;
    border-color: #E95F33 !important;
    color: #ffffff;
}

.lios-parts h2 {
    font-size: 3rem;
    margin-bottom: 5px;
    font-weight: 800;
}

.lios-parts h2 span {
    font-weight: 500;
}

.lios-parts h6 {
    font-size: 18px;
    font-weight: 600;
    color: #252e38 !important;
    margin-bottom: 0;
}

.main_ryt_sec {
    background: #ffffff94 !important;
    padding: 40px 30px !important;
}

.assignment_feature {
    background: #f5f5f5;
}

.hgh-features-desc h4 {
    color: #e95f33;
}

section.hold_send_money h2 {
    color: #e95f33;
}

.slider_main_Sec .slick-dots li button:before {
    border: 1px solid #e95f33;
}

.slider_main_Sec .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #e95f33;
    border: 1px solid #e95f33;
    color: #e95f33;
}

.video_sec i.fa-solid.fa-play.fs-1.text-success {
    color: #e95f33 !important;
}

/*-------------- Homes Banner: Hero Header -----------------*/
.banner_home_sec {
    background: #232323;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.72)), url(../img/vadim-min.webp);
}

.banner_home_sec h1 {
    color: #fff;
}

.banner_home_sec p {
    color: #fff;
}

.form_Sec_justify input {
    padding: 10px;
}

.form_Sec_justify select#inputState {
    padding: 9px;
}

.assignment_feature .sec-heading h2 {
    font-size: 35px;
    line-height: 1.4;
    font-weight: 800;
    color: #e95f33;
}

.under_main_content {
    background: #fff;
    padding: 40px 15px;
    border-radius: 10px;
}

.large-banner {
    padding: 5em 0 3em;
    display: flex;
    min-height: 660px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.verticle-center {
    text-align: center;
}

.hero-header {
    margin: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.hero-header>* {
    position: relative;
    z-index: 4;
}

.vedio-header>* {
    z-index: 22;
}

.hero-header h1 {
    font-weight: 800;
    line-height: 1.3;
}

[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #021a2e;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

.text-xl {
    font-size: 4rem;
}

.bnnr-slack-elior-thumb {
    position: absolute;
    right: 8%;
    bottom: 0;
    max-width: 550px;
}

figure.single-brand.thumb-figure {
    margin: 0;
    text-align: center;
}

/*--------------- Step Services ---------------*/
.work-step {
    display: flex;
    height: auto;
    min-height: 5rem;
}

.work-thumb-icons {
    margin-right: 1.5rem;
    position: relative;
}

.work-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
}

.work-icon-box-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: auto;
    min-height: 5rem;
}

.work-thumb-icons:last-child .work-thumb-icons span:last-of-type {
    display: none;
}

.work-step:last-child .work-icon-box-line:last-of-type {
    display: none;
}

/*-----------------------------------
	General Features Design 
-----------------------------------*/
/*------------------- Tab Design ------------------*/
.nav-pills .nav-link {
    font-weight: 500;
    padding: 0.8rem 1.6rem;
    background: #131b24;
    color: #ffffff;
    margin-right: 10px;
}

.nav-pills.mid .nav-link {
    padding: 0.6rem 1.9rem;
    font-size: 13px;
}

.nav-pills.small .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 12px;
}

.nav-pills.spacing .nav-link {
    margin-bottom: 10px;
}

.nav-pills.lights .nav-link {
    background: #f1f5f8;
    color: #1a2e3f;
}

.nav-pills.lights .nav-link.active,
.nav-pills.lights .show>.nav-link {
    background: #008aff;
    color: #ffffff;
}

.stry-counter {
    position: relative;
    padding: 2px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 5px;
    font-weight: 600;
}

.nav-pills.small-jbs-tab .nav-link {
    padding: 0.4rem 1.5rem;
    border-radius: 0.2rem;
    background: #eff1f5;
    color: #525f66;
    font-size: 12px;
}

.nav-pills.small-jbs-tab .nav-link.active,
.nav-pills.small-jbs-tab .show>.nav-link {
    background: #008aff;
    color: #ffffff;
}

.nav-tabs {
    border-bottom: 2px solid #ebeff2;
}

.nav-tabs .nav-link {
    font-weight: 500;
    font-size: 13px;
    opacity: 1;
    color: #526d83;
    border: none;
    border-bottom: 2px solid transparent;
    margin: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #008aff;
    border: none;
    opacity: 1;
    border-bottom: 2px solid #008aff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #008aff;
    border: none;
    opacity: 1;
    border-bottom: 2px solid #008aff;
}

.nav-pills.light-nav .nav-link.active,
.nav-pills.light-nav .show>.nav-link {
    color: #ffffff !important;
    background: #17ac6a !important;
}

.arrow-collapse:before {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebeff2;
    position: absolute;
    right: 0px;
    color: #27353e;
}

.arrow-collapse.collapsed:before {
    content: "\f0d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebeff2;
    position: absolute;
    right: 0px;
    color: #27353e;
}

/*---------------- Accordian Design ----------------*/
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.bi {
    width: 1em;
    height: 1em;
    fill: currentcolor;
}

.accordion-button {
    font-weight: 500;
    color: #00345b;
}

.accordion-button:not(.collapsed) {
    color: #0264d6;
    background-color: rgba(2, 100, 214, 0.1);
    box-shadow: none;
}


/*----------- Call To Action --------------*/
.call-action-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.call-action-caption h2 {
    font-weight: 800;
}

.call-action-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2.5rem;
    width: 100%;
}

.call-action-form form {
    width: 90%;
    margin: 0 auto;
}

.newsltr-form {
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    width: 100%;
    padding: 7px;
    border-radius: 50px;
}

.newsltr-form .form-control {
    border: none;
    border-radius: 50px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    height: 52px;
    background: transparent;
}


/*-------------------------------------------
	Shop Catalog Design
--------------------------------------------*/
.option-clr [type="radio"]:checked,
.option-clr [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form-option.form-check-inline {
    margin-right: 0.25rem;
}

.form-check-inline+.form-check-inline {
    margin-left: 0rem;
}

.form-check-inline {
    display: inline-block;
}

.form-option-label {
    position: relative !important;
    min-width: 2.2rem;
    height: 2.2rem;
    margin-bottom: 0;
    padding-top: 0.0725rem;
    padding-right: 0.475rem;
    padding-left: 0.475rem !important;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 0.25rem;
    color: #4b566b;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.75rem !important;
    cursor: pointer;
}

.form-option-label {
    position: relative !important;
    min-width: 2.2rem;
    height: 2.2rem;
    margin-bottom: 0;
    padding-top: 0.0725rem;
    padding-right: 0.475rem;
    padding-left: 0.475rem !important;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 0.25rem;
    color: #4b566b;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.75rem !important;
    cursor: pointer;
}

.form-option-label.small {
    min-width: 1.2rem;
    height: 1.2rem;
    line-height: 1.10rem !important;
}

.form-option-color {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
    background-position: top left;
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
}

.small .form-option-color {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
    background-position: top left;
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
}

.form-check-input:checked~.form-option-label {
    border-color: #121212;
    color: #121212;
}

.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0;
}

.form-check-inline {
    display: inline-block;
    min-height: auto;
}

.blc1 {
    background: #eaeaeb;
}

.blc2 {
    background: #d1dceb;
}

.blc8 {
    background: #becc36;
}

.blc3 {
    background: #f4e6a2;
}

.blc4 {
    background: #f3dcff;
}

.blc5 {
    background: #e36947;
}

.blc6 {
    background: #6185c4;
}

.blc7 {
    background: #379788;
}

.blc9 {
    background: #03a9f4;
}

.single_filter_card {
    display: block;
    width: 100%;
    padding: 4px 0;
}

.single_filter_card h5 {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    width: 100%;
}

.single_filter_card h5 a.collapsed {
    color: #252525;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.irs--flat .irs-bar {
    background-color: #0264d6;
}

.irs--flat .irs-handle>i:first-child {
    background-color: #0264d6;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #004ca3;
}

.single_filter_card h5 a {
    color: #17ac6a;
}

.single_filter_card h5 a .accordion-indicator {
    float: right;
    font-size: 9px;
    width: 22px;
    height: 21px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.single_filter_card h5 a.collapsed .accordion-indicator {
    background: #f3f5f9;
    color: #595c60;
}

.single_filter_card h5 a .accordion-indicator {
    background: rgb(23 172 106 / 10%);
    color: #17ac6a;
}

.widget-boxed-body .inner_widget_link ul {
    margin: 0;
    padding: 0;
}

.single_filter_card .card-body .inner_widget_link ul li {
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
}

.single_filter_card .card-body .inner_widget_link ul li a {
    color: #51555a;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.single_filter_card .card-body .inner_widget_link ul li a span {
    float: right;
}

.order-track-step {
    display: flex;
    height: 7rem;
}

.order-track-status {
    margin-right: 1.5rem;
    position: relative;
}

.order-track-status-dot {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #e4eaed;
    position: relative;
    border: 5px solid #eef2f4;
}

.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 7rem;
    background: #e4eaed;
}

.order-track-step:last-child {
    height: 3rem;
}

.complete .order-track-status-dot {
    background: #4CAF50;
    border: 5px solid #8BC34A;
}

.complete .order-track-status-line {
    background: #4CAF50;
}

.return .order-track-status-dot,
.refund .order-track-status-dot {
    background: #FF9800;
    border-color: #FFC107;
}

.return .order-track-status-line,
.refund .order-track-status-line {
    background: #FF9800;
}

.cancel .order-track-status-dot,
.refund .cancel-track-status-dot {
    background: #e91e63;
    border-color: #f44336;
}

.cancel .order-track-status-line,
.cancel .order-track-status-line {
    background: #e91e63;
}

.order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
}

.complete span.order-track-status-dot:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ffffff;
    font-size: 12px;
    left: 50%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
}

.single_search_boxed .widget-boxed-header h4 {
    margin: 0;
    font-size: 14px;
}

.single_search_boxed .widget-boxed-header h4 a {
    height: 100%;
    display: block;
    color: #2D3954 !important;
    position: relative;
    padding: 0.8rem 0rem;
}

.widget-boxed-header h4 a:before {
    content: "\f0d7";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 52%;
    transform: translate(-10%, -52%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 172, 106, 0.12);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    color: #17ac6a;
}

.widget-boxed-header h4 a.collapsed:before {
    content: "\f0d8";
    background: rgba(23, 172, 106, 0.12);
    color: #17ac6a;
}

/*----------------- Modal Popup Design -----------------*/
.modal-dialog.filter-popup {
    max-width: 750px;
}

.modal-header {
    padding: 2rem 1rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    flex-direction: column;
}

.mdl-thumb {
    display: block;
    margin-bottom: 1rem;
}

.mdl-title {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.modal-header h4 {
    font-size: 50px;
    color: #0a2a4b;
    margin: 0;
}

.modal-body {
    padding: 1rem 2rem 2rem;
}

.modal-login-form .form-group .form-control {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 2px solid #f1f3f7;
    font-weight: 500;
    font-size: 13px;
    color: #2e4862;
}

.modal-login-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.modal-login-form .form-group label {
    font-size: 12px;
    font-weight: 500;
    color: #17ac6a;
}

.form-group .btn.btn-modal-login {
    background: #17ac6a;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
}

.modal-flex-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.modal-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 2rem;
    font-weight: 500;
    font-size: 14px;
    color: #5b7ea3;
}

.social-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.social-login ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-login ul li {
    width: 45%;
    flex: 0 0 45%;
    list-style: none;
}

.social-login ul li .btn {
    background: rgb(1 126 250 / 10%);
    border-radius: 5px;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17ac6a;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgb(1 126 250 / 20%);
}

.social-login ul li .btn.connect-fb {
    background: #115a90;
    color: #ffffff;
    border: 1px solid #115a90;
}

.social-login ul li .btn.connect-google {
    background: #de4302;
    color: #ffffff;
    border: 1px solid #de4302;
}

.social-login ul li .btn i {
    margin-right: 10px;
}

.social-login ul li .btn i {
    margin-right: 10px;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
}

span.mod-close {
    position: absolute;
    right: 10px;
    top: 16px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eff0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 1;
}

/*----------------------------------------------
	Inner Page Design 
-----------------------------------------------*/
.breadcrumb.light li.breadcrumb-item a {
    color: #ffffff;
    opacity: 0.8;
}

.breadcrumb.light .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    opacity: 0.8;
}

.extra-ft {
    font-size: 6rem;
    line-height: 1;
}

/*----------------------------------------------
 Blog Design Start
----------------------------------------------*/
.blockquote {
    position: relative;
    padding-left: 2.75rem;
}

/*----------------------------------------------
	Theme Footer Design
---------------------------------------------*/
footer {
    z-index: 99;
    font-weight: 500;
    position: relative;
    background-color: rgba(233, 95, 51, 0.1) !important;
}

.skin-theme-footer {
    background: #016551;
}

.skin-dark-footer {
    background: #003149;
}

.footer-top {
    position: relative;
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.skin-light-footer .footer-top {
    border-bottom: 1px solid #eff4f9;
}

img.img-footer {
    max-width: 180px;
    margin-bottom: 1.5rem;
}

.footer-add {
    color: #b5c9dd;
    font-size: 13px;
}

.footer-logo img {
    max-width: 185px;
}

.footer-widget {
    padding: 70px 0;
}

h4.widget-title {
    margin-bottom: 20px;
    font-size: 23px;
    color: #000;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    list-style: none;
    margin-top: 15px;
    display: block;
}

.footer-widget ul li a,
.footer-widget p {
    color: #000;
    font-size: 16px;
}

.skin-theme-footer .footer-widget ul li a,
.skin-theme-footer .footer-widget p {
    color: rgba(255, 255, 255, 0.6);
}

.footer-widget ul li a:hover,
.footer-widget ul li a:focus,
.footer-widget ul li a:active {
    color: #e95f33;
    text-decoration: underline;
}

footer.skin-dark-footer h4 {
    color: #ffffff;
}

footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a,
.skin-dark-footer .footer-widget p {
    color: #557685;
    transition: all ease 0.4s;
    font-size: 13px;
}

footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
    color: #ffffff;
}

.widget_media_image {
    margin-top: 3rem;
}

.footer-bottom {
    padding: 20px 0 20px;
    color: #ffffff;
    font-size: 13px;
    background: #e95f33;
}

.skin-theme-footer .footer-bottom {
    color: #ffffff;
}

.skin-dark-footer .footer-bottom {
    color: #ffffff;
}

.footer-widget .ftp-info {
    background: #e2e7ef;
    display: flex;
    max-width: 225px;
    padding: 0.5rem 1rem;
    align-items: center;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}

.footer-widget .ftp-info i {
    margin-right: 10px;
}

footer.skin-dark-footer .footer-widget .ftp-info {
    background: #003364;
    color: #ffffff;
}

.call-action-caption h2 {
    font-weight: 800;
}

.foot-socials {
    position: relative;
    display: block;
    margin-top: 1.5rem;
}

.foot-socials ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.foot-socials ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.foot-socials ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px !important;
    transition: all ease 0.4s;
}

.skin-light-footer .foot-socials ul li a {
    background: #fff;
}

.foot-socials ul li a:hover,
.foot-socials ul li a:focus,
.foot-socials ul li a:active {
    background: #e95f33;
    color: #ffffff;
}

.job-info-count-group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-end;
}

.single-jb-info-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 2rem;
}

.single-jb-info-count:last-child {
    margin-right: 0;
}

.single-jb-info-count .jbs-y7 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.single-jb-info-count .jbs-y7 .ctr {
    color: #ffffff;
    margin: 0;
    margin-right: 2px;
    font-size: 20px;
}

.skin-light-footer .single-jb-info-count .jbs-y7 .ctr {
    color: #ffffff;
}

.single-jb-info-count .jbs-y7 span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.jbs-y5 p {
    margin: 0;
    color: #557685;
    font-weight: 500;
    font-size: 13px;
}

.skin-light-footer .jbs-y5 p {
    color: #ffffff;
}


.lg-ctr .single-jb-info-count .jbs-y7 .ctr {
    font-size: 35px;
    line-height: 1;
}

.lg-ctr .single-jb-info-count .jbs-y7 span {
    font-size: 30px;
}

.lg-ctr .jbs-y5 p {
    font-size: 14px;
}

.skin-theme-footer .lg-ctr .jbs-y5 p {
    color: rgba(255, 255, 255, 0.6);
}

.app-wrap img {
    max-width: 250px;
}

.form_Sec_justify h4 {
    color: #e95f33 !important;
}

section.blog_Sec_main {
    padding: 60px 0px 80px 0px;
    background-color: rgba(233, 95, 51, 0.1) !important;
}

.blog_Sec_main .review.text-center h2 {
    font-size: 50px !important;
    margin-bottom: 40px !important;
    color: #e95f33 !important;
}

.conten_blog {
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 18%);
}

.txt_main_under {
    padding: 20px;
}

.blog_img img {
    max-width: 100%;
}

.blog_rnd_img img {
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.under_main_hover :hover {
    background: #e95f33;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.conten_blog :hover h3 {
    color: #fff;
}

.conten_blog :hover p {
    color: #fff;
}

.txt_main_under h3 {
    color: #e95f33;
    font-size: 20px;
    margin-bottom: 6px;
}

.blog_img img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.main_apply_Sec {
    background: #232323;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(rgb(0 0 0 / 4%), rgb(0 0 0 / 4%)), url(../img/apply_banner.webp);
    padding: 120px 0;
}

.under_apply_txt {
    background: #ffffffe3;
    max-width: 800px;
    margin: auto;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
}

.under_apply_txt h2 {
    font-size: 23px;
    color: #e95f33;
    margin-bottom: 12px;
}

.under_apply_txt p {
    margin-bottom: 0;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.sub_top_header {
    background: linear-gradient(97deg, #646464, #e95f33, #000000);
    padding: 5px 0px;
    position: relative;
    z-index: 999999;
}

/* section.counter_sec_main {
    background-color: rgba(233, 95, 51, 0.1) !important;
} */

section.counter_sec_main {
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(rgb(0 0 0 / 54%), rgb(0 0 0 / 53%)), url(../img/library-min.webp);
    padding: 100px 0;
}

.exploi_counter_caption {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.exploi_counter_caption h2 {
    color: #e95f33;
    font-size: 38px;
}

.exploi_counter_caption h3 {
    color: #ffff;
    font-size: 38px;
}

.exploi_counter_caption p {
    color: #fff;
    max-width: 700px;
    margin: auto;
}

.slider_main_Sec .sec-heading {
    margin-bottom: 0rem !important;
}

.footer-bottom p {
    color: #fff;
    font-size: 15px;
}

.main_contct_head {
    display: flex;
    gap: 30px;
}

.main_contct_head a {
    color: #fff;
    align-items: center;
    display: flex;
    gap: 10px;
}

.head_social_icons ul {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-bottom: 0 !important;
}

.head_social_icons ul li {
    background: #fff;
    padding: 4px 8px;
    border-radius: 24px;
}

.btn_about a.theme_btn {
    background: #e95f33;
    padding: 14px 25px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 1px;
    display: inline-block;
}

.btn_about {
    margin-top: 30px;
    margin-left: 11px;
}

.cntnt_about {
    padding-left: 20px;
}

.footer_img_shape img {
    max-width: 300px;
}

.footer_img_shape {
    text-align: end;
    position: absolute;
    bottom: 1px;
    right: -23px;
    z-index: -1;
}

/*------service----------*/
.banner_services_Sec h1 {
    font-size: 60px;
    background: -webkit-linear-gradient(282deg, #ffffff 26%, #ffffff 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: unset !important;
    font-family: Poppins, sans-serif;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 6px !important;
}

.under_Flx_img {
    display: flex;
    gap: 22px;
}

.under_Flx_img img {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.banner_services_Sec p {
    font-weight: 500 !important;
    color: #fff;
}

.assignment_title h2 {
    text-align: center;
    font-size: 40px;
    color: #e95f33;
    margin-bottom: 7px;
}

.assignment_title p {
    text-align: center;
    margin-bottom: 42px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.main_box_image {
    background: #f5f5f5;
    padding: 30px 30px;
    text-align: center;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.image_box {
    background-color: rgb(255 255 255);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    border-radius: 100%;
    margin-bottom: 20px;
}

.main_box_image h3.detail_fts {
    color: #e95f33;
    font-size: 25px;
    margin-bottom: 10px;
}

.main_box_image p.how-it-detail.style-3 {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
}

.main_box_image:hover {
    background-color: rgba(233, 95, 51, 0.1);
}

.banner_services_Sec {
    background: #e95f33 !important;
}

section.slider_services_sec {
    background: #e95f33;
}

.item_box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background: #fff;
    padding: 26px 18px;
    border-radius: 10px;
}

.rating--wrap i.fa-solid.fa-star {
    color: #e95f33;
}

.slider_services_sec .slick-dots {
    bottom: -66px;
}

.slider_services_sec .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #fff;
    border: 1px solid #fff;
    color: #fff;
}

.slider_services_sec .item_box p {
    font-size: 16px;
}

.expert-stat small {
    color: #e95f33;
    font-size: 16px;
    font-weight: 500;
}

.img_online img {
    max-width: 100%;
    border-radius: 10px;
}

.under_txt_discreation h2 {
    color: #e95f33;
}

.under_txt_discreation p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

ul.diseration_ul li {
    position: relative;
}

ul.diseration_ul li:before {
    content: "";
    background: #e95f33;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 11px;
    top: 9px;
    left: -26px;
}

.offer_under_sec {
    display: flex;
    align-items: center;
    gap: 30px;
}

.offer_under_sec {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 280px;
    border-radius: 20px;
    background: transparent linear-gradient(180deg, #f6f6fa, #f5f6fa 0, #d2e8ff) 0 0 no-repeat padding-box;
    padding: 20px 35px;
    display: flex;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    /* column-gap: 60px; */
    align-items: center;
    margin: auto;
}

.right-user .heading {
    font-size: 60px;
    font-weight: 600;
    color: #e95f33;
}

.right-user .sub-heading {
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
}

.button-container-new a {
    background: #e95f33;
    padding: 16px 30px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
}

.dissertation_sec .main_box_image {
    background: #ffa7001c;
}

.dissertation_sec .main_box_image.box_2 {
    background: #6bff002b;
}

.dissertation_sec .main_box_image.box_3 {
    background: #0048ff24;
}

.dissertation_sec .main_box_image:hover {
    background: #ff000029;
}

.dissertation_sec .main_box_image.box_2:hover {
    background: #0084ff2a;
}

.dissertation_sec .main_box_image.box_3:hover {
    background: #ef00ff30;
}

.dissertation_sec .box_4 {
    background: #00ffd62b;
}

.dissertation_sec .box_5 {
    background: #00ff352e;
}

.dissertation_sec .box_6 {
    background: #ff3c001f;
}

.main_box_image.box_4.benifit:hover {
    background: #2e00ff21;
}

.main_box_image.box_5.benifit:hover {
    background: #ff720047;
}

.dissertation_sec .button-container a {
    color: #fff;
    padding: 10px 40px;
    background-color: #f16700;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all .3s linear;
    text-decoration: none;
}

.dissertation_sec .button-container {
    margin-top: 40px;
    text-align: center;
}

.ontime_img {
    margin-bottom: 15px;
}

.dissertation_sec h3.detail-fts {
    color: #f16700;
}

.about-bg {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 0;
}

/*-----*/

.about-wrapper {
    padding: 0;
    width: 100%;
    float: left;
    z-index: 0;
    position: relative;
    margin-bottom: 30px;
}

.about-wrapper-inner {
    position: relative;
    z-index: 1;
}

.aboutus-box {
    display: flex;
    flex-flow: row-reverse nowrap;
    padding: 80px 30px 80px;
    background: #e95f33;
    border-radius: 10px;
    margin-bottom: 45px;
}

.aboutus-box .aboutus-box-image {
    display: block;
    flex-shrink: 0;
}

.aboutus-box .aboutus-box-body {
    flex-grow: 1;
    padding-right: 45px;
}

.aboutus-box .aboutus-box-body-content:before,
.aboutus-box .aboutus-box-body-content:after {
    border-color: #fff;
}

.aboutus-box-body-content:before,
.aboutus-box-body-content:after {
    border-color: #000;
    border-style: solid;
    content: "";
    height: 54px;
    position: absolute;
    width: 54px;
}

.aboutus-box-body-content:before {
    border-width: 1px 0 0 1px;
    left: 0;
    top: 0;
}

.aboutus-box-body-content:after {
    border-width: 0 1px 1px 0;
    bottom: 0;
    right: 0;
}

.aboutus-box-body-content {
    padding: 26px 60px 26px 63px;
    position: relative;
}

.aboutus-box h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}

.aboutus-box p {
    color: #fff;
}

.about-bg {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 0;
}

.special-text cite {
    color: #fff;
    font-size: 18px;
    margin: 0 0 25px;
    font-style: normal;
}

.special-text small {
    color: #666c84;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-left: 8px;
}

.about_btn_ {
    margin: 30px 0 0;
    padding: 0 0 0 70px;
}

.about_btn_ .btn {
    border: 2px solid #fff;
    border-radius: 0;
}

.about-btn .btn {
    border-radius: 0;
}

.about_btn_ a {
    color: #fff;
}

.img_why {
    text-align: center;
}

section.our_university {
    padding: 0;
}

.university_Ses h2 {
    color: #e95f33;
}

.university_Ses p {
    font-size: 18px;
    font-weight: 400;
}

.university_Ses .icon i.fas {
    color: #fff;
    background: #e95f33;
    padding: 20px;
    border-radius: 50px;
    font-size: 15px;
}

.university_Ses i.far.fa-money-bill-alt {
    color: #fff;
    background: #e95f33;
    padding: 20px;
    border-radius: 50px;
    font-size: 15px;
}

.content {
    margin-left: 25px;
}

.content h3 {
    color: #e95f33;
    margin-bottom: 0;
    font-size: 20px;
}

.university_Ses p {
    margin-bottom: 31px;
}

.main_abbre {
    display: flex;
}

.under_paper {
    background: #e95f33;
    padding: 30px;
    border-radius: 11px;
    height: 100%;
}

.banner_blog_Sec {
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    background-image: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 35%)), url(../img/blog_banner.jpg) !important;
    background-repeat: no-repeat !important;
}

.main_idea_paper .icon_suport.text-center i.fa-regular {
    background: #fff;
    color: #e95f33;
    padding: 23px 30px;
    border-radius: 40px;
    font-size: 36px;
    margin-bottom: 17px;
}

.main_idea_paper .icon_suport.text-center i.fa-solid {
    background: #fff;
    padding: 23px 30px;
    border-radius: 40px;
    font-size: 36px;
    margin-bottom: 17px;
    color: #e95f33;
}

.main_idea_paper {
    height: 100%;
    padding: 5px 0px;
}

.main_idea_paper .icon_suport h3 {
    font-size: 28px;
    color: #ffff;
    font-weight: 700;
    margin-bottom: 0px;
}

.main_idea_paper .icon_suport p {
    font-size: 18px;
    color: #ffff;
    font-weight: 700;
}

/*


/*------blog_page-------*/
.related_catei {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 36px 20px 40px;
}

section.Assignment_help_spac {
    padding: 0;
}

.blog_title h2 {
    color: #e95f33;
    text-align: center;
    margin-bottom: 35px;
    font-size: 35px;
}

.related_catei h2 {
    color: #e95f33;
}

.bg-light {
    background-color: #f8f9fa !important;
    padding: 10px 15px;
}


.logo-carosul {
    max-width: 190px !important;
}

.logo-carosul-1 {
    max-width: 110px !important;
}

.item-logo:hover {
    filter: opacity(0.3);
}

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


.iti {
    position: relative;
    display: block !important;
}

.related_catei a {
    display: block;
    color: #002147;
    font-size: 16px;
    line-height: 42px;
    font-weight: 500;
    border-bottom: 2px dotted #ddd;
    text-decoration: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

/* img.card-img-top.loaded {
    height: 300px;
} */
.bg-book {
    padding: 25px 45px 46px 45px;
    background: linear-gradient(138deg, #e95f33, #d2e8ff);
    margin: 15px 0 80px 0px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.ordernow-button {
    margin-top: 37px;
}

.join-our h1 {
    font-size: 22px;
    color: #ffff;
    margin-top: 20px;
}

.join-our p {
    color: #ffff;
}

.ordernow-button button.btn {
    border: 1px solid #fff;
    color: #fff;
}

.category_layout .card-body a {
    color: #e95f33 !important;
    font-size: 17px;
}

.under_main_bottom {
    background: linear-gradient(138deg, #e95f33, #d2e8ff);
    padding: 14px 23px;
    border-radius: 10px;
}

.under_main_bottom h2 {
    font-size: 23px;
    text-align: center;
    color: #fff;
}

.under_main_bottom p {
    font-size: 18px;
    text-align: center;
    color: #fff;
}


/*------about-page------*/
* {
    margin: 0px;
    padding: 0px;
}

.who-we h2 {
    color: #e95f33;
}

.about-company h2 {
    color: #e95f33;
    padding-bottom: 1px;
    font-size: 37px;
    letter-spacing: 1px;
}

.about-company p {
    color: #ffffff;
}

.why_choose_img {
    padding-bottom: 20px;
}

.why_choose_img img {
    border-radius: 10px;
}

.img_text {
    border-radius: 10px;
    padding: 15px 20px;
    margin: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.why-choose_text h3 {
    color: #e95f33;
    font-size: 18px;
}

.why-choose_text p {
    font-size: 16px;
}

.why-choose {
    padding-bottom: 42px;
}

.why-choose h2 {
    color: #e95f33;
}

.about-us h1 {
    color: #ffffff;
}

.bg-about-us {
    background-image: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 68%)), url(../img/accademy-pht.jpg);
    background-size: cover;
    position: relative;
    padding: 200px 0;
}

.bg-about-us-bottom {
    background-position: bottom;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 68%)), url(../img/library-min.webp);
    padding: 100px 0;
}

.read_more {
    border-radius: 10px;
    padding: 68px 30px;
    text-align: center;
    background-color: #e95f33;
}

.read_more h3 {
    color: #ffffff;
}

.read_more p {
    color: #ffffff;
    padding-bottom: 16px;
}

.read_more a {

    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    background-color: white;
    padding: 10px 33px;
    border-radius: 5px;
}

.read_more a:hover {
    color: rgb(0, 0, 0);
}

.students-std img {
    border-radius: 10px;
}


/*------contact-us---------------*/

form {
    border-radius: 10px;
    background-color: rgba(233, 95, 51, 0.1) !important;
}

.form-control {
    padding: 14px;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #e7edf1;
    background-clip: initial;
}

.bg-img-contactus {
    background-image: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 68%)), url(../img/naassom-azevedo-.jpg);
    background-size: cover;
    position: relative;
    padding: 200px 0;
}

.contact h1 {
    color: #ffffff;
}

.make-contact h2 {
    color: #e95f33;
}

.make-contact p {
    font-size: 16px;
}

.contact-icon i {
    color: #e95f33;
    font-size: 30px;
    width: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-form h2 {
    text-align: center;
    color: #e95f33;
    padding-bottom: 15px;
}



.sec_map {
    padding: 0px 0px 0 0px;
}

.contact-icon h3 {
    color: #e95f33;
}

.location a {
    padding-left: 40px;

}

/* .phone-no {
    padding-left: 40px;
} */

.gmail {
    padding-left: 40px;
}

.textarea {
    resize: none;
}

button.btn {
    color: white;
    background-color: #e95f33;
    padding: 0px 30px;
    font-weight: 700;
}

button.btn:hover {
    background-color: #ffffff;
    color: #000000;

}

/*-----privacy policy-----*/
.banner_privacy_policy {
    background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 34%)), url(../img/banner_services.avif);
    background-size: cover;
    position: relative;
    padding: 200px 0;
}

.terms_policy_sec {
    background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0 0 0 / 64%)), url(../img/terms_banner.jpg);
    background-size: cover;
    position: relative;
    padding: 200px 0;
}

.refund_banner {
    background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0 0 0 / 64%)), url(../img/banner_refund.jpg);
    background-size: cover;
    position: relative;
    padding: 200px 0;
}

.under_privacy_Sec {
    background: #E95F33;
    padding: 40px;
    border-radius: 20px;
}

.under_privacy_Sec .title_head_privacy {
    font-size: 40px;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 500;
}

.under_privacy_Sec .seo__card p {
    color: #fff;
    font-size: 18px;
}

.under_privacy_Sec span {
    color: #fff;
}

.under_privacy_Sec ul li {
    position: relative;
}

.under_privacy_Sec ul li :before {
    content: "";
    position: absolute;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    left: -22px;
    top: 4px;
}

.img_why img {
    max-width: 100%;
    border-radius: 20px;
}

section.our_university {
    padding: 0px 0 80px 0;
}

.university_Ses {
    margin-left: 16px;
}

section.dissertation_sec {
    padding: 0 0 80px 0;
}

/*-----*/

.servce_icon .img-fluid {
    max-width: 100%;
    height: auto;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.Explore_sample {
    background-image: url("../img/service_shade_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.banner_review {
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 45%)), url(../img/blog_banner-min.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

}

.Explore_sample .fince_asigmnt.text-center h2 {
    font-size: 35px;
    margin-bottom: 34px;
    color: #E95F33;
}

.blogs-details {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/img/friends-studying-near-building-with-lake.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    display: flex;
    align-items: center;
}

.Explore_sample .tu-howit-steps_content {
    padding: 0px 0px 45px 00px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E95F33;
    border-radius: 10px 10px 10px 10px;
    height: 100%;
}

.Explore_sample .tu-howit-steps_content i.fa-solid {
    font-size: 35px;
    color: #E95F33;
    margin-top: 20px;
    margin-bottom: 12px;
}

button.btn_more-info {
    background-color: #E95F33;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}

img.card-img-top.loaded {
    width: 100%;
    height: 100%;
}

.card {
    margin: 0px 0px 10px 0px;
}

.related_catei {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 40px;
}

.bg-light {
    background-color: #f8f9fa !important;
    padding: 10px 15px;
}


.logo-carosul {
    max-width: 190px !important;
}

.logo-carosul-1 {
    max-width: 110px !important;
}

.item-logo:hover {
    filter: opacity(0.3);
}

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


.iti {
    position: relative;
    display: block !important;
}

/*---*/
.division_main_ban .banner-2-txt {
    padding: 0 25px;
    margin-bottom: 40px;
}

.division_main_ban .banner-3-txt {
    padding: 0 15px;
}

.division_main_ban .banner-5-txt {
    padding: 50px 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    display: flex;
    align-items: center;
}

.division_main_ban .bg-whitesmoke .banner-5-txt {
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);

}

.division_main_ban .banner-5-txt h4 {
    color: #e95f33;
    font-size: 20px;
}

.division_main_ban a.btn.btn-rose {
    background-color: #e95f33;
    color: #fff;
}

.division_main_ban .banner-5-txt:hover {
    border: 1px solid #f5f5f5;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.division_main_ban .b5-txt {
    overflow: hidden;
    padding-left: 25px;
}

.division_main_ban {
    /* BACKGROUND: #e95f33; */
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(rgb(0 0 0 / 54%), rgb(0 0 0 / 53%)), url(../img/library.jpg);
    padding: 100px 0;
}

.help_img img {
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
}

.main_help_Sec {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 42px;
}

.main_help_Sec h2 {
    color: #e95f33;
    font-size: 37px;
}

.main_help_Sec p {
    font-size: 18px;
    font-weight: 500;
}

.monitor_img img {
    max-width: 100px;

}

.main_monitor {
    display: flex;
    align-items: center;
    gap: 20px;
}

.moniter_txt_txt p {
    font-size: 17px;
    font-weight: 400;
}

section.writing_Services_Sec {
    padding: 0 0 80px 0;
}

.body_writing_txt {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 40px;
    border-radius: 20px;
}

.body_writing_txt h3 {
    color: #e95f33;
}

.body_writing_txt p.text-muted {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
}

.main_monitor {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #e95f33;
    padding: 20px;
    height: 100%;
    border-radius: 11px;
}

.main_monitor:hover {
    background: #e95f33;
}

.main_monitor:hover h5 {
    color: #fff;
}

.main_monitor:hover p {
    color: #fff;
}

.main_monitor:hover img {

    filter: invert();
}

.card.max_width_layout {
    max-width: 1000px !important;
    margin: auto !important;
}

.card.max_width_layout form {
    border-radius: 10px;
    background-color: transparent !important;
}

.col.text-right a.btn.btn-circle.btn-primary.p-2.rounded {
    background: #e86035;
    border: none;
    margin-top: 3px;
    margin-right: 4px;
    height: 37px;
    font-size: 14px;
}

.col.text-right a.btn.btn-circle.btn-primary.p-2.rounded span {
    color: #fff;
}

button.btn.inline-flex.justify-center.btn-dark.ml-28 {
    margin-left: 135PX;
    padding: 9px 21px;
    border: none !important;
}

.main_toogle .form-check-input {
    width: 2.2rem !important;
    height: 1.2rem;
    margin: 0;
}

.main_toogle .form-switch {
    padding-left: 6px !important;
    margin-top: 9px !important;
}

span.flex.items-center iconify-icon.text-xl.ltr\:mr-2.rtl\:ml-2.font-light {
    color: #e95f33;
    font-size: 18px;
}

span {
    color: #000;
}

.nav_tab_Dashboard form {
    border-radius: 10px;
    background-color: transparent !important;
}

.icon_main_rigth .input-group-text {
    background: transparent;
    margin-top: 8px;
    margin-right: 10px;
}

.text-right.btn_bcnd-updte {
    text-align: left !important;
}

.btn_bcnd-updte button.btn.btn-primary {
    border: none;
    height: 43px;
}

.nav_tab_Dashboard .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff !important;
    border: none;
    opacity: 1;
    border-bottom: none;
    background: #e95f33;
    padding: 12px 17px 15px -1px;
    border-radius: 10px;
    display: inline-block;
}

.nav_tab_Dashboard .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #e95f33;
    border: none;
    opacity: 1;
    border-bottom: 2px solid #e95f33;
}

.nav_tab_Dashboard #tabs-tab .nav-link.active {
    border-bottom-color: #e95f33 !IMPORTANT;
}

.file-preview.box.sm img {
    max-width: 200px;
    margin-top: 20px;
    border-radius: 10px;
}

div#content_layout form {
    border-radius: 10px;
    background-color: transparent !important;
}

.submit_btn_dash {
    height: 37px;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
}

.blog_update_dark {
    max-width: 1000px;
    margin: auto;
}

label.label_dashboard {
    width: 100%;
}

.banner_short {
    margin-top: -81px;
}

.cla_sub {
    height: 39px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}

.edit_btn_e .btn-danger {
    background: #ff0032 !important;
    border-color: #ff0032 !important;
    color: #ffffff;
}

.edit_btn_e i.las.la-trash {
    font-style: normal;
}

.edit_btn_e .btn-info {
    background: #e95f33;
    border-color: #e95f33;
    color: #ffffff;
}

.edit_btn_e i.las.la-edit {
    font-style: normal;
}

.add_to_category form {
    background: transparent !important;
}

.add_to_category button.btn.btn-primary {
    border: none;
}

.all_blog_txt {
    text-align: left;
}

.card.margins {
    margin-left: 10px;
    MARGIN-TOP: 10PX;
}

.add_to_category {
    MARGIN-TOP: 10PX;
    margin-right: 10px;
}

.blog_cat_up form {
    background: transparent !important;
}

.blog_cat_up .save_btn {
    border: none;
}



/*------review page start-------------------*/
.choose_us_review .review-wrapper .rating-select-wrap select {
    border: 1px solid #c8c8c8;
    border-radius: 4px !important;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/img/black_layer.svg) 96%/5% no-repeat;
    font-size: 16px;
    background-color: #fff;
}

.choose_us_review .review-wrapper .rating-select-wrap {
    display: flex;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    width: 654px;
    margin-bottom: 40px;
}

.choose_us_review .box {
    margin: 0 0 2.5rem;
    display: inline-block;
    width: 100%;
    min-height: 266px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 2px 6px rgba(177, 189, 214, .6);
    color: #2c2c2c;
    background-color: #fff;
}

.choose_us_review .columns {
    max-width: 100%;
    margin: auto;
    -webkit-column-gap: 75px;
    -moz-column-gap: 75px;
    column-gap: 75px;
    font-size: 1.2rem;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.choose_us_review .box.black-theme {
    background-color: #e95f33;
    box-shadow: none;
    color: #fff;
    margin: 0 0 2rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.choose_us_review .box.black-theme .black-wave {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.choose_us_review .box.black-theme .bottom-wrap .right-main a.hire-btn {
    border: 1px solid #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    padding: 0 20px;
    height: 48px;
    border-radius: 4px;
    background-color: #fff;
    transition: all .3s linear;
}

.choose_us_review .box.black-theme .bottom-wrap {
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-top: 28px;
}

.choose_us_review .box.black-theme .detail-container {
    color: #fff;
    padding-top: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    padding-bottom: 0;
}

.choose_us_review .box.black-theme .bottom-wrap .right-main a.hire-btn:hover {
    box-shadow: 0 5px 15px rgb(221 211 204 / 50%);
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}

.choose_us_review .box.black-theme .top-head {
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    align-items: center;
}

.choose_us_review .box.black-theme .top-head .left-sec .active-green {
    width: 12px;
    height: 12px;
    border-radius: 60px;
    background-color: #13bf73;
    position: absolute;
    right: 5px;
    bottom: 0;
    border: 1px solid #fff;
}

.choose_us_review .box.black-theme .top-head .left-sec .image-container {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background-color: #f6f6fa;
}

.choose_us_review .box.black-theme .top-head .left-sec {
    position: relative;
}

.choose_us_review .box .cont p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #2c2c2c;
}

.choose_us_review .box.sky-theme {
    box-shadow: none;
    background-color: #e95f33;
    min-height: 242px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 2rem;
}

.choose_us_review .box.sky-theme .sky-wave {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.choose_us_review .box.sky-theme .inner-head {
    font-size: 1.625rem;
    color: #fff;
    font-weight: 700;
    padding-top: 18px;
    margin-bottom: 0;
}

.choose_us_review .box.sky-theme .black-cta {
    border: 1px solid #e95f33;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    padding: 0 20px;
    height: 52px;
    border-radius: 4px;
    background-color: #fff;
    transition: all .3s linear;
}

p.inner-sub-head {
    color: #fff;
}

.choose_us_review header,
nav,
section {
    display: block;
}

.choose_us_review .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    flex-flow: row wrap;
}

.choose_us_review .pagination {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.choose_us_review .box.black-theme .top-head .right .name {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.date-latest {
    color: #e95f33;
    padding-top: 10px;
    font-size: 16px;
}

.review-wrapper h2.heading {
    color: #e95f33;
    margin-bottom: 31px;
    font-size: 40px;
}

section.google_review .subs_bx {
    position: absolute;
    width: 936px;
    height: 270px;
    border-radius: 20px;
    background-color: #2c2c2c;
    box-shadow: 0 28px 46px rgba(0, 0, 0, .1607843137);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.google_review .subs_wrap {
    position: relative;
    height: 157px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.google_review .subs_wrap .subs_bx .bx_inner {
    display: flex;
    align-items: center;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

section.google_review .subs_wrap .subs_bx .pataka {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

section.google_review .subs_wrap .subs_bx .bx_inner .left .sub-heading {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

section.google_review .subs_wrap .subs_bx .bx_inner .right-wrap .right {
    display: flex;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

section.google_review.subs_wrap .subs_bx .bx_inner .right-wrap .notice {
    font-size: 10px;
    color: #fff;
    margin-top: 11px;
}

section.google_review .subs_wrap .subs_bx .bx_inner .right-wrap .right .app--wrap {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

section.google_review {
    padding: 0;
}

section.rating_review .container {
    max-width: 1200px;
    margin: auto;
}

section.google_review .app--wrap img {
    max-width: 300px;
    border-radius: 10px;
    text-align: left;
}

section.google_review .subs_wrap .subs_bx .bx_inner .left .heading {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 58px;
    margin-left: 40px;
}

.expert-stat span {
    color: #fff !important;
    font-size: 15px !important;
}

section.rating_review {
    padding: 80px 0 30px;
}

.details_main_blog h1 {
    color: #000000;
    font-size: 18px;
}

.details_main_blog h2 {
    color: #000000;
    font-size: 18px;
}

.single_bottom h2 {
    color: #fff;
}

.single_assignment_blog {
    margin-bottom: 80px;
}

/* .details_main_blog .card img.card-img-top.loaded {
    height: 100% !important;
    max-height: 400px !important;
} */
.location p {
    color: #5D6F7D;
}

.map iframe.map-location {
    width: 100%;
}

form.contact_page_form {
    background: #e95f33 !important;
    padding: 42px 20px;
}

form.contact_page_form button.btn {
    color: black;
    background-color: #ffffff;
    padding: 0px 30px;
    font-weight: 700;
}

form.contact_page_form select#inputState {
    padding: 14px;
}

.phone-no img {
    max-width: 30px;
}

.location img {
    max-width: 30px;
}

/* p.sub_To {
    margin-left: 36px;
} */
/*------dropdown----*/
.under_main_drop .navbar-nav .nav-link {
    color: #fff;
}

.under_main_drop .dropend .dropdown-toggle {
    color: #000;
    margin-left: 1em;
    font-size: 18px;
    font-weight: 400;
}

.under_main_drop .dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
}

.under_main_drop .dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

/* .under_main_drop ul.dropdown-menu {
    padding: 13px 5px;
} */
.under_main_drop li.nav-item.dropend {
    /* margin-bottom: 10px; */
    padding: 6px 6px;
}

.under_main_drop .dropdown-item {
    font-size: 18px !important;
    font-weight: 400;
    color: #000;
}

a.nav-link.main_til {
    width: 200px;
    font-weight: 500;
    font-size: 16px;
}

a.nav-link.main_til {
    color: #000 !important;
}

.details_main_blog img.card-img-top.loaded.main_divi_img {
    max-height: 300px !important;
    height: unset !important;
}

.logo_up img {
    max-width: 130px;
    position: absolute;
    top: 23px;
    right: 0;
}



.blog_img1 img {
    width: 100% !important;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}

.terms_main_Sec {
    background-image: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 68%)), url(../img/naassom-azevedo-.jpg);
    background-size: cover;
    position: relative;
    padding: 200px 0;
}

section.terms_condition_sec h2 {
    color: #e95f33;
    text-align: center;
    margin-bottom: 40px;
}

section.terms_condition_sec h3 {
    color: #e95f33;
    font-size: 23px;
}

section.terms_condition_sec .container {
    max-width: 1100px;
    margin: auto;
}

section.terms_condition_sec p {
    text-align: justify;
}

.Plag_no {
    background: #ffffff2b !important;
    padding: 12px;
    border-radius: 10px;
    font-size: 23px !important;
    font-weight: 500;
}



.website_logo {
    max-width: 122px;
    position: relative;
}

.bg-light {
    background-color: white !important;
    padding: 10px 0px;
}

.nav-link {
    color: #001f2c !important;
    font-weight: 600;
}

.navbar-collapse {
    flex-grow: unset !important;
}

/* .navbar-nav {
    float: right !important;
    margin: 0;
} */

section.website_header {
    padding: 10px 0px;
}

.banner-5-txt img {
    width: 100%;
}

.blog_title {
    margin: 20px 0px;
}

/* Privacy Css */

.main_under_sedc h1 {
    color: #e95f33;
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}

.main_under_sedc h3 {
    color: #e95f33;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main_under_sedc p {
    font-size: 18px;
    text-align: justify;
}

.main_under_sedc {
    max-width: 1200px;
    margin: auto;
}

.main_under_sedc ul li {
    position: relative;
}

.main_under_sedc ul li:before {
    content: "";
    background: #e95f33;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 11px;
    top: 6px;
    left: -26px;
}

.main_under_sedc ul li {
    position: relative;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 10%;
    left: 100%;
    margin-top: -1px;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.fir_icon {
    display: flex;
}

.who-we p {
    text-align: justify;
}






/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/

@media screen and (max-width: 820px) {

    .main_monitor {
        display: block;
    }

    .under_Flx_img {
        margin-bottom: 20px;
        display: block;
    }

    .hero-header>* {
        width: 100%;
    }

    section.google_review .subs_bx {
        width: 100%;
    }

    section.google_review .app--wrap img {
        width: 100%;
    }

    .choose_us_review .review-wrapper .rating-select-wrap {
        width: 100%;
    }

    .choose_us_review .columns {
        column-count: 1;
    }

    .cntnt_about h2 {
        margin-top: 10px;
        font-size: 20px;
    }

    .lios-vrst ul li {
        flex: 0 0 84.3333%;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 55.3333%;
        list-style: none;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }

    .exploi_counter_caption h3 {
        color: #ffff;
        font-size: 21px;
    }

    .lios-vrst ul {
        display: block;
    }
}

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

    .review-wrapper h2.heading {
        line-height: 40px !important;
    }

    .form_Sec_justify form input {
        margin-bottom: 8px;
    }
    .form_Sec_justify input {
        padding: 8px;
    }

    .under_main_drop .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .cntnt_about h2 {
        margin-top: 10px;
        font-size: 20px;
    }

    .lios-vrst ul li {
        flex: 0 0 84.3333%;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 55.3333%;
        list-style: none;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }

    .exploi_counter_caption h3 {
        color: #ffff;
        font-size: 21px;
    }

    .lios-vrst ul {
        display: block;
    }

    /* media query main contct head */
    .main_contct_head {
        display: block;
    }

    .under_main_drop .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }

    section {
        padding: 40px 0 40px;
    }

    .assignment_feature .sec-heading h2 {
        font-size: 20px;
    }

    select#inputState {
        margin-bottom: 8px;
    }
    .form_Sec_justify select#inputState {
        padding: 8px;
    }
}



/* mrdia query social -icon */
@media screen and (max-width: 459px) {

    .about_assitance .form-control {
        margin-bottom: 10px;
    }


    .fir_icon {
        display: block;
    }

    .blog_Sec_main .review.text-center h2 {
        font-size: 30px;
        line-height: 2rem;
    }

    .Explore_sample .fince_asigmnt.text-center h2 {
        font-size: 30px;
        line-height: 2rem;
    }

    .main_help_Sec h2 {
        font-size: 30px;
        line-height: 2rem;
    }

    .head_social_icons {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ctr {
        font-size: 15px;
    }

}




@media all and (min-height: 600px) and (min-width: 767px) {

    .height-10 {
        height: 10vh;
    }

    .height-20 {
        height: 20vh;
    }

    .height-30 {
        height: 30vh;
    }

    .height-40 {
        height: 40vh;
    }

    .height-50 {
        height: 50vh;
    }

    .height-60 {
        height: 60vh;
    }

    .height-70 {
        height: 70vh;
    }

    .height-80 {
        height: 80vh;
    }

    .height-90 {
        height: 90vh;
    }

    .height-100 {
        height: 100vh;
    }





    .inn {

        margin-left: -172px;
    }
}


@media (max-height: 600px) {

    .inn {

        margin-left: -172px;
    }



}

@media (min-width: 768px) {

    .inn {

        margin-left: -172px;
    }

}

@media (min-width: 992px) {

    .head-shadow {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    }

    .header.head-border {
        border-bottom: 1px solid #e9ecef;
    }

    .hero-header {
        min-height: 650px;
    }

    div#MobNav {
        display: block;
    }

    a.mobNavigation {
        display: none;
    }

    .header.header-fixed {
        border-bottom: 1px solid #e9ecef;
        background: #ffffff;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    .header.header-light.head-fixed {
        position: fixed;
        z-index: 99;
        width: 100%;
        transition: none !important;
        border-bottom: 1px solid #e6ecf0;
        animation-name: none !important;
    }

    .filter_search_opt {
        display: none;
    }

    .header.header-transparent {
        background: #fff;
        position: absolute;
        /* top: 33px; */
        left: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        z-index: 4;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .change-logo .nav-brand.fixed-logo {
        display: none;
    }

    .change-logo.header-fixed .nav-brand.fixed-logo {
        display: block;
    }

    .change-logo.header-fixed .nav-brand.static-logo {
        display: none;
    }

    .header.header-transparent.header-fixed {
        border-bottom: 1px solid #e9ecef;
        background: #ffffff;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    .header.header-transparent .nav-brand,
    .header.header-transparent .nav-brand:focus,
    .header.header-transparent .nav-brand:hover,
    .header.header-transparent .nav-menu>li>a {
        color: #ffffff;
    }

    .header.header-transparent.dark .nav-brand,
    .header.header-transparent.dark .nav-brand:focus,
    .header.header-transparent.dark .nav-brand:hover,
    .header.header-transparent.dark .nav-menu>li>a {
        color: #001f2c;
    }

    .header.header-transparent .submenu-indicator-chevron {
        border-color: transparent #ffffff #ffffff transparent;
    }

    .header.header-transparent .nav-submenu .submenu-indicator-chevron {
        border-color: transparent #70798b #70798b transparent;
    }

    .header.header-transparent.dark .submenu-indicator-chevron {
        border-color: transparent #39466d #39466d transparent;
    }

    .header .nav-menu>.active>a .submenu-indicator-chevron,
    .header .nav-menu>.focus>a .submenu-indicator-chevron,
    .header .nav-menu>li:hover>a .submenu-indicator-chevron {
        border-color: transparent #04bfef #04bfef transparent;
    }

    .header.header-transparent.header-fixed .nav-brand,
    .header.header-transparent.header-fixed .nav-brand:focus,
    .header.header-transparent.header-fixed .nav-brand:hover,
    .header.header-transparent.header-fixed .nav-menu>li>a {
        color: #022f5d;
    }

    .header.header-transparent.header-fixed .submenu-indicator-chevron {
        border-color: transparent #022f5d #022f5d transparent;
    }

    .hero-banner {
        min-height: 580px;
    }

    .hero-search h1 {
        font-size: 40px;
    }

    h1,
    .h1 {
        font-size: 2.5em;
        line-height: 1.31818182em;
    }

    .content h1 {
        font-size: 70px;
    }

    .hero-content p {
        font-size: 22px;
    }

    .sec-heading h2 {
        font-size: 35px;
        line-height: 1.4;
        font-weight: 800;
    }
}

@media (min-width: 993px) {
    .mobile_nav {
        display: none;
    }

    #offcanvasProduct {
        min-width: 600px;
    }

    .hero-header-auto {
        padding: 6rem 0 6rem;
        min-height: 600px;
    }

    .extra-ft {
        font-size: 8rem;
        line-height: auto;
    }

    .exlop-mins {
        max-width: 85%;
    }

    .exlop-min {
        max-width: 90%;
    }

}

@media (min-width: 1024px) {
    .full-hv {
        min-height: 650px;
        height: 100vh;
    }
}



@media (min-width: 1200px) {


    .extra-ft {
        font-size: 15rem;
        line-height: 1;
    }

    .hero-header-auto {
        padding: 10rem 0 10rem;
        min-height: 1000px;
    }

    h1,
    .h1 {
        font-size: 3.2em;
        line-height: 1.31818182em;
    }

    .hero-header {
        min-height: 700px;
        padding: 5rem 0;
    }

    .content h1 {
        font-size: 70px;
    }

    .hero-content p {
        font-size: 22px;
    }

    .xxl-font {
        font-size: 6rem;
    }

    .exlopment {
        left: -60px !important;
        position: relative;
    }
}

@media (min-width: 1500px) {

    h1,
    .h1 {
        font-size: 4em;
        line-height: 1.31818182em;
    }

    .hero-header {
        min-height: 800px;
        padding: 7rem 0;

    }

}



@media (max-width: 1200px) {

    .under_Flx_img {
        display: block;
    }

    .under_Flx_img img {
        margin-bottom: 10px;
    }

}

@media (max-width: 1023px) {}


@media (max-width: 992px) {

    ul.nav-menu.menus_main_head {
        margin-left: 0%;
    }

    .nav-menu.nav-menu-social {
        display: none;
    }

    .account-drop .dropdown-menu ul li {
        margin-left: 0;
    }

    .nav-header {
        display: flex;
        align-items: center;
        float: left;
        width: 100%;
    }

    .navigation-portrait .nav-brand {
        margin-left: 35px;
        flex: 1;
        margin-top: 0;
    }

    .nav-menu>li .nav-dropdown {
        box-shadow: none;
        padding: 0;
    }

    .nav-menu>li>.nav-dropdown:before {
        display: none;
    }

    .footer-widget {
        padding-bottom: 60px;
        padding-top: 0;
    }

    footer.dark-footer,
    footer.skin-light-footer,
    footer.skin-dark-footer {
        padding-top: 60px;
    }

    ul.mobile_nav.dhsbrd {
        margin: 0;
    }

    .hero-search-wrap {
        max-width: 100%;
        margin-top: 1rem;
    }

    .w-50 {
        width: 100% !important;
    }

}

@media (max-width: 991px) {

    .division_main_ban .banner-5-txt {
        display: block;
    }

    .choose_us_review .box.sky-theme .black-cta {
        width: 140px;
        padding: 0px 0px;
    }

    .choose_us_review .box.black-theme .top-head {
        display: block;
    }


    .choose_us_review .box.black-theme .bottom-wrap {
        display: block;
    }

    .read_more {
        padding: 104px 30px;
    }

    a.nav-brand.static-logo {
        display: none;
    }

    .full-search-2 .hero-search-content {
        padding: 1.7rem 0.7rem 0.7rem;
    }

}

@media (max-width: 767px) {

    .phone_f img {
        display: none !important;
    }

    .btn-lg {
        height: 45px !important;
    }

    .head_social_icons ul {
        justify-content: flex-start;
        padding-left: 0px;
    }

    .main_help_Sec h2 {
        line-height: 35px;
    }

    .division_main_ban .banner-5-txt {
        display: block;
        padding: 50px 20px;
    }

    section.google_review .subs_wrap .subs_bx .bx_inner .left .heading {
        font-size: 30px;
        line-height: 25px;
    }

    .main_monitor {
        display: block;
    }

    .banner_services_Sec h1 {
        font-size: 40px;
    }

    .hero-search h1 {
        font-size: 25px;
    }

    .elcoss-excort h1 br {
        display: none;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        line-height: 40px;
        font-size: 22px;
    }

    .lios-parts h2 {
        font-size: 2rem;
        margin-bottom: 2px;
        font-weight: 800;
    }

    .lios-parts h6 {
        font-size: 11px;
    }

    .lios-vrst {
        margin-bottom: 1rem;
    }

    .hero-search-wrap {
        padding: 20px 15px;
    }

    .classic-search-box {
        display: flex;
        flex-direction: column;
    }

    .fs-mob {
        font-size: 1rem !important;
    }

    .h-mob-auto {
        height: auto !important;
    }

    .footer-bottom .job-info-count-group {
        justify-content: flex-start;
        margin-top: 1rem;
    }

}



@media (max-width: 600px) {}

@media (max-width: 500px) {
    .nav-brand {
        padding-right: 0px;
    }

    .nav-brand img {
        max-width: 115px;
        position: relative;
    }

    footer .position-absolute.bottom-0.start-0 img {
        width: 100%;
    }

    .mobile_nav ul li a {
        padding: 0.8rem 1rem;
    }

    .app-wrap img {
        max-width: 230px;
    }

    .footer-widget {
        padding-bottom: 45px;
        padding-top: 0;
    }

}

@media all and (min-width: 768px) and (max-width: 1023px) {

    .h1,
    h1 {
        font-size: 1.7rem;
    }

    .h2,
    h2 {
        font-size: 1.3rem;
    }

    .h3,
    h3 {
        font-size: 1.1rem;
    }

    .h4,
    h4 {
        font-size: 1rem;
    }

    .h5,
    h5 {
        font-size: 0.88rem;
    }

    .fs-1 {
        font-size: 1.7rem;
    }

    .fs-2 {
        font-size: 1.4rem;
    }

    .fs-3 {
        font-size: 1.1rem;
    }
}











@media only screen and (max-width: 412px) {
    .img_text {
        height: unset;
        border-radius: 10px;
        padding: 15px 20px;
        margin: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 991px) {
    .main_contct_head {
        display: block;
    }


}










button.btn-close.cross-btn {
    margin-top: -29px !important;
}