input,
select,
button {
    font-family: 'Archivo', sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

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

p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
}
.slotholder p{
	margin:0;
}
a {
    text-decoration: none;
}

.text {
    font-size: 16px;
    line-height: 1.65em;
    font-weight: 400;
    margin: 0 0;
}

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

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

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

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

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

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

figure {
    display: block;
    margin: 0;
    padding: 0;
}

.inner,
.inner-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #5a8299;
    font-weight: 700;
    padding: 13px 40px;
    background: none;
    border: 2px solid #c0d1db;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .icon {
    position: relative;
    top: -1px;
    padding-right: 5px;
}

.btn-style-one:hover .btn-title {
    background: #ff6000;
    border-color: #ff6000;
    color: #ffffff;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

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


/*=== Header Main Box ===*/

.main-header .header-upper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-header .header-upper {
    position: relative;
}

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

.main-header .nav-outer .main-menu {
    position: relative;
}

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

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

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

.logins a {
    border: 1px solid #002e5d;
    padding: 10px 30px;
    border-radius: 50px;
}

.logins a:hover {
    background: #002e5d;
    color: #fff;
}

.menu-right .iconright li a:hover,
.menu-right .iconright li a:hover .lang {
    color: #fff;
}

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

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    color: #002438;
    padding: 10px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.main-menu .navigation>li.current>a {
    color: #002438 !important;
    font-weight: bold;
}

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

.sticky-header .main-menu .navigation>li.current>a {
    font-weight: bold;
    color: #002438;
}

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

.main-menu .navigation>li>ul {}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0px;
    opacity: 1;
    background: #ffffff;
    text-align: left;
    font-family: 'Gilroy-SemiBold', sans-serif;
    border-top: 2px solid #002e5d;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
    -ms-box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
    box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.main-menu .navigation>li>ul>li>a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 25px;
    color: #252733;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    z-index: 100;
    padding: 9px 0px;
    opacity: 1;
    background: #ffffff;
    border-top: 2px solid #ff6000;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
    -ms-box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
    box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 25px;
    color: #252733;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

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

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


/*** 

====================================================================
	Header Style One
====================================================================

***/

.header-style-one {
    /* position: fixed;
    left: 0;
    top: 10px;
    width: 100%; */
    background: #fff;
    box-shadow: 0px 3px 10px #81818129;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.header-style-one.fixed-header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 10px #81818129;
    top: 0;
}


/* .header-style-one.fixed-header {
    top: 0;
} */

.header-style-one .header-upper {
    position: relative;
}

.header-style-one .auto-container {
    max-width: 90%;
}

.header-style-one .logo-box {
    position: relative;
    width: 15%;
    /* float: left; */
}

.header-style-one .other-links {
    position: relative;
    float: right;
    padding: 15px;
}

.inner-page-header.header-style-one .other-links {
    position: relative;
    padding: 0px;
    background: none;
}

.header-style-one .search-btn {
    position: relative;
    float: left;
    margin-left: 30px;
    line-height: 30px;
    color: #56828d;
}

.header-style-one .search-btn .search-toggler {
    position: relative;
    display: block;
    line-height: 30px;
    color: #56828d;
    background: none;
    padding: 0;
    font-size: 18px;
}

.header-style-one .max-nav-toggler {
    position: relative;
    float: left;
}

.header-style-one .max-nav-toggler .toggle-btn {
    position: relative;
    display: block;
    line-height: 30px;
    color: #56828d;
    background: none;
    padding: 0;
    font-size: 20px;
}

.header-style-one .cart-btn {
    position: relative;
    float: left;
    margin-left: 30px;
}

.header-style-one .cart-btn .cart-toggler {
    position: relative;
    display: block;
    line-height: 30px;
    color: #56828d;
    background: none;
    padding: 0;
    font-size: 20px;
}

.header-style-one .nav-content {
    position: relative;
    /* float: left; */
    /* width: 75%; */
}

.header-style-one .nav-outer {
    position: relative;
    display: block;
    border-radius: 50px;
    text-align: center;
    background: #fff;
}

.header-style-one .nav-outer .main-menu {
    padding-left: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}


/*** 

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

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: #ffffff;
    /* margin: 25px 0px 0px 20px; */
    display: none;
}

.header-style-one.fixed-header .nav-outer .mobile-nav-toggler,
.header-style-one .nav-outer .mobile-nav-toggler {
    color: #002438;
}

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

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

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

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

.mobile-menu .nav-logo img {
    max-width: 200px;
    /* max-height: 90px; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #002e5d;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;

}

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

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #ff6000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

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

.mobile-menu .navigation li.dropdown>a {
    padding-right: 30px;
}

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

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

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

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    /* margin: 0px 10px 10px; */
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #002e5d;
    border-radius: 50%;
}

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