@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Kelson Sans BG';
    src: url('../fonts/KelsonSans-RegularBG.woff2') format('woff2'), url('../fonts/KelsonSans-RegularBG.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kelson Sans BG';
    src: url('../fonts/KelsonSans-BoldBG.woff2') format('woff2'), url('../fonts/KelsonSans-BoldBG.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Kelson Sans BG';
    src: url('../fonts/KelsonSans-LightBG.woff2') format('woff2'), url('../fonts/KelsonSans-LightBG.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word
}

html,
body {}

body {
    font-family: 'Kelson Sans BG', Arial, Helvetica, sans-serif;
    font-size: 18px;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #434343;
}

ul {
    list-style: none
}

:focus {
    outline: none
}

p {
    color: #282828;
    font-size: 16px;
    line-height: 1.4;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding: 0 20px;
    width: 100%;
}

.clr {
    clear: both;
    float: none;
    display: block;
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: ""
}

input[type="submit"],
button {
    -webkit-appearance: none
}

select {
    word-wrap: normal
}

::-webkit-input-placeholder {
    color: #8d8c8c;
}

:-moz-placeholder {
    color: #8d8c8c;
}

::-moz-placeholder {
    color: #8d8c8c;
}

.newslater_inp::-webkit-input-placeholder {
    color: #fff;
}

.newslater_inp:-moz-placeholder {
    color: #fff;
}

.newslater_inp::-moz-placeholder {
    color: #fff;
}

.site-menu {
    display: inline-block;
    padding-right: 10px;
}

.nav-menu li {
    padding: 0 5px;
    position: relative;
    display: inline-block;
}

.nav-menu li:nth-last-child(2) {
    padding-right: 0;
}

.nav-menu>li>a {
    font-family: 'Kelson Sans BG';
    position: relative;
    color: #000;
    font-size: 16px;
    display: block;
    padding: 14px 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 1000;
    visibility: visible;
    filter: alpha(opacity=0);
    visibility: hidden;
    opacity: 0;
}

.nav-menu .sub-menu li {
    float: none;
    background: #fff;
    border-bottom: 1px solid #f1eded;
    border-left: none;
    padding: 0;
    display: block;
    position: relative;
}

li.menu-item-has-children li.menu-item-has-children span.expand_plus {
    display: none;
}

.nav-menu .sub-menu li:first-child {
    border-top: 4px solid #1b335b
}

.nav-menu .sub-menu a {
    font-family: 'Kelson Sans BG';
    padding: 14px 50px 14px 15px;
}

.nav-menu .sub-menu li a {
    text-align: left;
    font-size: 13px;
    display: block;
}

.nav-menu .sub-menu ul {
    position: absolute;
    top: 0px;
    left: 100%;
    border-top: 0;
    padding-left: 0px;
    padding-top: 0;
    filter: alpha(opacity=0);
    width: 180px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(40px, 0)
}

.nav-menu .sub-menu li:last-child {
    border-bottom: none;
}

.nav-menu>li:last-child {
    padding-right: 0;
}

.nav-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-menu .sub-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0)
}

.nav-menu .sub-menu ul li:first-child {
    border-top: none;
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu ul li:first-child {
    background: #f3f2f2;
}

.cross_button {
    display: none
}

.menu_section {}

.nav-menu>li:hover>a {
    color: #fff;
}

.nav-menu .sub-menu li a:hover {
    color: #fff;
    background: #cacaca;
}

.menu_expand {
    display: none;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    letter-spacing: 3px;
    text-decoration: none;
    float: right;
    border-radius: 5px;
    padding: 10px;
}

.menu a {}

.menu_expand.active i {}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    opacity: 0;
}

li.menu-item-has-children:hover span.expand_plus::after {
    border-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.overlay.active {
    z-index: 100;
    opacity: 1;
}

.h_header_top_section {
    background: #1b335b;
}

.h_header_top_se_inner {}

.h_header_top_se_inner ul {}

.h_header_top_se_inner li {
    display: inline-block;
    padding: 15px 20px;
    border-right: 1px solid #5e6f8b;
}

.h_header_top_se_inner li:last-child {
    border-right: none;
}

.h_header_top_se_inner li:first-child {
    padding-left: 0;
}

.h_header_top_se_inner li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-family: 'Open Sans';
}

.h_header_top_se_inner li a i {
    margin-right: 5px;
}

.h_header_top_se_inner li a img {
    margin-right: 5px;
}

.h_menu_left {
    float: left;
    padding: 7px 0;
    padding-left: 40px;
}

.top_section {
    padding: 30px 0;
    background: #2cc0ff;
}

.h_logo {
    float: left;
    padding: 15px 0;
}

.top_right {
    float: right;
    padding-top: 4px;
}

.h_shop_btn_bl {
    display: inline-block;
    background: #1b335b;
    border-radius: 50px;
    padding: 7px;
    padding-left: 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.h_shop_btn_bl:hover {
    background: #021029;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.h_shop_link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
    font-family: 'Kelson Sans BG';
}

.h_cart_link {
    display: inline-block;
    vertical-align: middle;
    background: #00aeef;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 20px;
}

.h_shop_head_btn {
    display: inline-block;
    vertical-align: middle;
}

.h_header_social {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.h_header_social a {
    display: inline-block;
    background: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    padding: 6px;
    margin: 0 3px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.h_header_social a i {
    color: #000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.h_header_social a:hover i {
    color: #2cc0ff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.h_right_cart_btn {
    display: inline-block;
    vertical-align: middle;
}


/* ----------------------------------------------- */

.h_banner_section {
    position: relative;
    background: #2cc0ff;
    padding-top: 40px;
}

.h_banner_left {
    width: 45%;
    float: left;
}

.h_banner_left_inner {
    padding: 80px 5px 0 0;
}

.h_banner_left_inner h1 {
    font-size: 65px;
    color: #000;
    font-family: 'Kelson Sans BG';
    font-weight: bold;
    margin-bottom: 10px;
}

.h_banner_left_inner h1 span {
    color: #fff;
}

.h_banner_left_inner p {
    font-size: 24px;
    color: #fff;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
}

.h_banner_right {
    width: 55%;
    float: right;
    padding-left: 30px;
    margin-bottom: -50px;
}

.h_banner_right_inner {
    padding: 10px;
    border: 2px dashed #1b335b;
}


/* ------------- */

.h_portable {
    padding: 120px 0 50px;
}

.portable_sec {
    width: 50%;
    float: left;
}

.portable_img {
    padding-right: 40px;
}

.portable_content h2 {
    margin-bottom: 40px;
}

h2.sec_title {
    font-size: 60px;
    font-family: 'Kelson Sans BG';
    font-weight: bold;
}

.portable_content p {
    font-size: 20px;
    font-family: 'Kelson Sans BG';
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}

.portable_content a {
    margin-left: 10px;
    font-family: 'Kelson Sans BG';
    font-weight: normal;
    color: #1f89b6;
}

.portable_content {
    margin-bottom: 40px;
}

ul.portable_option {
    margin: 0 -10px;
}

ul.portable_option li {
    display: inline-block;
    padding: 10px;
}

ul.portable_option a {
    background-color: #1b335b;
    color: #fff;
    position: relative;
    padding: 20px 70px 20px 25px;
    border-radius: 35px;
    display: inline-block;
    font-size: 18px;
    font-family: 'Kelson Sans BG';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.portable_option a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7px;
    transform: translateY(-50%);
    background: #00aeef;
    border-radius: 50%;
}

ul.portable_option a:hover {
    background-color: #092758;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.portable_inner {
    display: flex;
    align-items: center;
}


/* ------------- */

.h_about {
    background-color: #1b335b;
    padding: 50px 0 40px;
    position: relative;
    display: inline-block;
    width: 100%; overflow:hidden;
}

.about__inner_sec {
    position: relative;
   
    padding-top: 30px;
}

.about__inner_sec::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -80px;
    height: 130px;
    width: 45%;
    background: #2cc0ff;
    transform: skew(-40deg, 0deg);
    z-index: -1;
}

.about_img img {
    width: 100%;
}

.about_img {
    width: 45%;
    float: right;
}

.about_inner {
    width: 50%;
    float: left;
	color: #fff;
}

.about_inner h2.sec_title {
    color: #fff;
    margin-bottom: 80px;
    position: relative;
}

.h_about h2,
.h_about h3{
    margin-bottom: 1em;
	color: #fff;
}

.h_about ul {
    list-style: disc;
    padding-left: 1em;
    font-weight: 300;
    margin-bottom: 2em;
	color:#fff;
}

.h_about ul li {
    margin-bottom: 10px;

}
.h_about p {
    font-size: 20px;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1em;
color: #fff;
}

.h_about a {
    background-color: #ffffff;
    color: #000;
    position: relative;
    padding: 15px 75px 15px 30px;
    border-radius: 35px;
    display: inline-block;
    font-size: 18px;
    font-family: 'Kelson Sans BG';
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.h_about a:hover {
    background-color: #e2e2e2;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.h_about a img {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
    transform: translateY(-50%);
    background: #00aeef;
    border-radius: 50%;
}
.about_lower_wrap .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.about_lower_wrap {
    padding: 50px 0;
}
@media(min-width:768px){
    .about_lower {
        width: calc(50% - 25px);
    }
}
/*.about_sec {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}*/


/* ------------- */

.h_testimonial {
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.h_testimonial::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #eff0e8;
}

.testmonial {
    padding: 45px;
    box-shadow: 0px 0px 10px 0px rgba(205, 205, 205, 0.5);
    background: #fff;
    position: relative;
    z-index: 2;
}

.testimonial_title span {
    font-size: 24px;
    color: #00aeef;
    text-transform: uppercase;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
    display: inline-block;
    margin-bottom: 5px;
}

.testimonial_title h2 {
    margin-bottom: 20px;
}

.testimonial_title p {
    font-size: 26px;
    color: #76848c;
    width: 70%;
    margin: 0 auto;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
}

.testimonial_sec {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.testimonial_title {
    margin-bottom: 50px;
}

.testimonial_cust {
    padding: 60px 20px 35px 20px;
    box-shadow: 0px 0px 10px 0px rgba(205, 205, 205, 0.5);
}

.testimonial_cust h4 {
    font-size: 24px;
    color: #000;
    font-family: 'Kelson Sans BG';
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.testimonial_cust span {
    display: block;
    font-size: 20px;
    color: #000;
}

.testimonial_cust a {
    display: inline-block;
    margin: 40px 0;
}

.testimonial_cust p {
    font-size: 17px;
    color: #76848c;
    font-family: 'Kelson Sans BG';
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
}

.testimonial_inner {
    margin: 0 -15px;
}


/* ------------- */

.h_conect {
    position: relative;
}

.h_conect::after,
.h_conect::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #1b335b;
    top: 0;
    right: 0;
    z-index: -1;
}

.h_conect::after {
    background: #2cc0ff;
    right: auto;
    left: 0;
}

.conect_sec {
    width: 50%;
    float: left;
    padding: 80px 35px;
}

.conect_inner {
    margin: 0 -35px;
}

.conect_sec h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.contact_sec {
    background-color: #2cc0ff;
    position: relative;
}

.contact_sec::after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 200px;
    height: 200px;
    background-image: url(../images/contact_after.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.contact_sec span {
    font-size: 26px;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
    color: #fff;
    display: block;
    line-height: 1.5;
}

.contact_sec a.contact_no {
    font-size: 33px;
    color: #fff;
    font-family: 'Kelson Sans BG';
    font-weight: bold;
    display: inline-block;
    margin: 10px 0;
}

.contact_sec p {
    font-size: 26px;
    color: #fff;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.8;
}

.contact_sec a {
    font-size: 26px;
    color: #fff;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
    display: inline-block;
    margin: 10px 0;
}

.faq_sec {
    background-color: #1b335b;
}

.faq_accordion.f_active {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.faq_accordion {
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 20px 20px 20px 50px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    text-align: left;
    outline: none;
    font-size: 26px;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
    transition: 0.4s;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.faq_accordion::before,
.faq_accordion::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 25px;
    height: 25px;
    background-image: url(../images/faq_after.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.faq_accordion::before {
    background-image: url(../images/faq_before.png);
    height: 0;
    width: 0;
}

.faq_accordion.f_active::after {
    height: 0;
    width: 0;
}

.faq_accordion.f_active::before {
    width: 25px;
    height: 25px;
}

.panel {
    padding: 0;
    /* display: none; */
    background-color: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.panel p {
    font-size: 18px;
    padding: 15px;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
    color: #000;
}


/* ------------- */

.h_footer {
    padding: 50px 0;
    background: #000;
    color: #fff;
}

.footer_inner {
    margin: 0 -15px;
    display: flex;
    justify-content: space-between;
}

.foot__sec {
    width: 33%;
}

.footer_sec {
    /* width: 33.33%;
    float: left; */
    padding: 0 15px;
}

.footer_sec h4 {
    font-size: 32px;
    font-family: 'Kelson Sans BG';
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_sec p {
    font-size: 20px;
    color: #fff;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
    padding: 30px 0;
}

ul.social_feild {
    margin: 0 -5px;
}

ul.social_feild li {
    display: inline-block;
    padding: 0 5px;
}

ul.social_feild a {
    display: flex;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.social_feild a i {
    font-size: 20px;
    color: #000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.social_feild a:hover i {
    color: #2cc0ff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.f_navigation a {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'Open Sans';
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.f_navigation a:hover {
    color: #2cc0ff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.f_navigation li {
    list-style-image: url(../images/footer_menu.png);
    list-style-position: inside;
    margin: 15px 0;
}

ul.contact_info li {
    margin: 15px 0;
}

ul.contact_info {
    padding-top: 15px;
}

ul.contact_info a {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'Open Sans';
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.contact_info a img {
    width: 20px;
    height: 20px;
}


/* ------------- */

.h_copy {
    padding: 20px 0;
    background-color: #555454;
    text-align: center;
}

.h_copy p {
    color: #fff;
    font-size: 20px;
    font-family: 'Kelson Sans BG';
    font-weight: 300;
}


/* ------------- */

.wow.active {opacity: 1;transform: translateY(0px);}
.wow {opacity: 0;transition-timing-function: ease;transition-property: all;transform: translateY(150px);}

/*  wordpress css used */



.content-area{min-height: 500px;}

.error_section { background:#2cc0ff; background-size:cover; text-align: center; position: relative;  padding-top: 100px;}

.error_heading {  font-size: 32px; color: #fff;  padding: 20px 0;}

.error_desc { color: #fff; padding: 10px 0;}

a.error_btn {    background-color: #1b335b;  padding: 15px 30px; color:#fff; display: inline-block; margin: 20px 0;  border-radius: 50px;     margin-bottom: 140px;}

.title_bar img {  width: 100%; height: 600px; object-fit: cover;}

.page_title_setcion_inner {  position: absolute; top: 0; bottom: 0;  left: 0; right: 0;}

.full_height { height: 100%;}

.page_title_setcion_text { width: 100%; height: 100%; display: table;  margin: auto;}

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

.error404 .h_header_main { }

.title_bar {  position: relative;}

.title_bar img { width: 100%; height: 200px; object-fit: cover;}

.full_height { height: 100%;}

.title_bar h1 { color: #fff; font-size: 48px;  line-height: 1; text-align: center; text-shadow: 1px 1px 3px #000000b5;}

.not_found_page{ padding:40px 0; text-align:center;}

.not_found_page p{ padding-bottom:25px;}

.not_found_page input[type="search"]{    color: #909090;font-size: 16px; border: 1px solid #909090; border-radius: 50px;padding: 14px 30px;}

.not_found_page button[type="submit"]{    font-size: 17px; color: #fff; border: none;  background: #146deb; text-transform: uppercase; padding: 14px 30px; font-family: inherit; font-weight: bold;  border-radius:60px;  cursor: pointer; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}


.entry-header h1.entry-title{    padding: 40px 0; font-size: 50px;  text-align: center;}
.font_family_inherit, .font_family_inherit li{ font-family: 'Kelson Sans BG' !important;}
.c_contact_form_section {}
.c_contact_fr_bl { padding-bottom:20px;}
.c_contact_fr_bl input, .c_contact_fr_bl textarea{font-family: inherit; color: #000; font-size: 16px;  width: 100%; padding: 14px 15px; border: 1px solid #adadad; border-radius: 3px;}
.c_contact_fr_bl textarea{ height:120px;}
.c_contact_fr_bl_sbmt { text-align:center;}
.c_contact_fr_bl_sbmt input{background-color: #1b335b; color: #fff; position: relative; padding: 15px 50px; border-radius: 35px; display: inline-block; font-size: 18px; font-family: 'Kelson Sans BG'; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; cursor:pointer; border:1px solid #1b335b;}
span.wpcf7-not-valid-tip { margin-top: 5px; font-size: 15px;}

.c_contact_fr_bl_sbmt input:hover { background-color: #021431;}

.sticky_header { background: #fff;
 position: fixed;
 left: 0;
 right: 0;
 top: -500px;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 transition: all .5s ease;
 opacity: 0;
 visibility: hidden;box-shadow: 1px 1px 10px #00000040;}

.sticky_header.header_is_sticky {
 top: 0;
 opacity: 1;
 visibility: visible;
 z-index: 1000;
}
.sticky_header .top_section { padding: 10px 0;}
.testimonials_section{ text-align:center; padding-bottom:50px;}
.testimonials_section .testimonial_sec{ margin-bottom:30px;}


.showing_row{  margin: 0 -4px;}
.showing_colums{  padding: 0 10px; float: left; width: 33.333%;  margin-bottom: 70px;}
.showing_colums:nth-child(3n+1){ clear:both;}
.showing_colums_items .img-top{

    border: 1px solid #e5e5e5;

    box-shadow: 0 0 8px #e5e5e5;

    float: left;

    width: 100%;

    text-align: center;

    padding: 34px 0;

    margin-bottom: 14px;

}

.showing_image{

}

.show_image_rel{padding: 30px 10px;
    text-align: center;
    position: relative;
    padding-top: 80%;
	
	}
.show_image_rel > a{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;}

.show_image_rel img{
position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.showing_colums_items .showing_contant h2{

    font-size: 17px;

    color: #575757;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 8px;

}
.showing_colums_items .showing_contant h2 a{color: #575757; font-weight: 700;}

.showing_colums_items .showing_contant span{

    font-size: 17px;

    color: #151515;    padding-top: 6px;
    display: inline-block;

}

.showing_colums_items .showing_contant > a{

    float: right;

    font-size: 11px;

    color: #fff;

    background-color: #ee9945;

    font-weight: 700;

    padding: 7px 11px;

    border-radius: 4px;

    transition: all .3s ease;

}

.showing_colums_items .showing_contant > a:hover{

    background-color: #3e7385;

}
.buy_now_btn_product button{
    float: right;

    font-size: 11px;

    color: #fff;

    background-color: #1b335b; border:1px solid #1b335b;

    font-weight: 700;

    padding: 9px 18px;

    border-radius: 4px;

    transition: all .3s ease;font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.buy_now_btn_product button:hover{

    background-color: #000;

}
.buy_now_btn_product a{
    float: right;

    font-size: 11px;

    color: #fff;

    background-color: #1b335b; border:1px solid #1b335b;

    font-weight: 700;

    padding: 9px 18px;

    border-radius: 4px;

    transition: all .3s ease;font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.buy_now_btn_product a:hover{

    background-color: #000;

}

.showing_colums_items .showing_contant{padding: 0 10px;} 

.previous_and_next{

    text-align: center;

    margin-bottom: 37px;

}

.previous_and_next button{

    font-size: 15px;

    color: #575757;

    font-weight: bold;

    background: transparent;

    border: 1px solid transparent;

    cursor: pointer;

    padding: 4px 3px;



}

.previous_and_next button:hover,.previous_and_next button:focus{

        border: 1px solid #dadada;



}



.previous_and_next li{

    display: inline-block;

    margin: 0 5px;

}

.previous_and_next li a{

     font-size: 15px;

    font-weight: 400;

    color: #575757;

    padding: 3px 6px;

    border: 1px solid transparent;

}

.previous_and_next li a.active,.previous_and_next li a:hover{

    border: 1px solid #dedede;

}


.slick-dots{ list-style:none; padding:0; margin:0;position: absolute; bottom: -20px;  left: 0;  right: 0;    text-align: center; }
.slick-dots li{display:inline-block; margin:0 5px;  background:rgba(0,0,0,0.3); width:10px; height:10px; border-radius:20px;}
.slick-dots li button{opacity:0; visibility:hidden;}
.slick-dots li.slick-active{ background:rgba(0,0,0,0.7);}
.gal-filters .filter-btn{cursor:pointer;}
.slick-prev.slick-arrow{ position:absolute; top:50%; left:20px; z-index:20; background:none; width:16px; height:16px; padding:0; border:1px solid #000; margin-top:-10px; border-top:none; border-right:none; -webkit-transform: rotate(45deg); transform: rotate(45deg); cursor:pointer; border-radius:0;}
.slick-next.slick-arrow{ position:absolute; top:50%; right:20px; z-index:20; background:none; width:16px; height:16px; padding:0; border:1px solid #000; margin-top:-10px; border-bottom:none; border-left:none;-webkit-transform: rotate(45deg); transform: rotate(45deg); cursor:pointer;border-radius:0;}
.slick-prev.slick-arrow, .slick-next.slick-arrow{outline:none !important;}
.gallery_img a .slider{z-index:100;}
.fancybox-navigation .fancybox-button{padding:0 !important; background:#2cc0ff !important}
.fancybox-button[disabled], .fancybox-button[disabled]:hover{background:#000 !important}
.title_custom_font h2{font-family: 'Kelson Sans BG', Arial, Helvetica, sans-serif !important;}
.about_left_img .elementor-image { position: relative; padding: 20px;}
.about_left_img .elementor-image:before { content: ""; position: absolute; display: inline-block; left: 0; top: 0;  width: 80%; height: 20px; background: #2cc0ff;}
.about_left_img .elementor-image:after { content: ""; position: absolute; display: inline-block; left: 0; top: 0; width: 20px; height: 80%; background: #2cc0ff;}

.c_contact_fr_bl.c_contact_fr_bl_captcha input{width: auto; margin-left: 20px;}
span.wpcf7-not-valid-tip {  clear: both;}
.elementor-text-editor a{    color: #1f89b6;}



/* --------------------------------------- */

@media screen and (max-width:1920px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1200px) {
    .h_menu_left {
        padding-left: 9px;
    }
    .h_banner_left_inner h1 {
        font-size: 55px;
    }
    .nav-menu li {
        padding: 0 0px;
    }
    .h_header_social {
        padding-left: 0px;
    }
    ul.portable_option {
        margin: 0;
    }
    ul.portable_option li {
        padding: 10px 0px;
    }
}

@media screen and (max-width:1100px) {
    .h_shop_link {
        display: none;
    }
    .h_shop_btn_bl {
        padding-left: 7px;
    }
}

@media screen and (max-width:1024px) {
    .h_logo {
        width: 20%;
    }
    .nav-menu>li>a {
        padding: 14px 10px;
    }
    .h_banner_left_inner h1 {
        font-size: 50px;
    }
    .h_banner_left_inner p {
        font-size: 20px;
    }
    h2.sec_title {
        font-size: 45px;
    }
    .portable_content p {
        font-size: 18px;
    }
    ul.portable_option {
        margin: 0 0;
    }
    ul.portable_option li {
        padding: 10px 0px;
    }
    ul.portable_option a {
        padding: 20px 65px 20px 15px;
    }
    .about__inner_sec::after {
        height: 110px;
    }
}

@media screen and (max-width:992px) {
    .nav-menu .sub-menu {
        transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
    }
    .menu_expand {
        display: block;
    }
    .site-menu {
        position: relative;
        min-height: 1px;
        padding-top: 0px;
        margin-left: 20px;
        float: right;
    }
    .nav-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -220px;
        bottom: 0;
        z-index: 100;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto
    }
    .nav-menu.state-active {
        clear: both;
        left: 0;
        opacity: 1;
        visibility: visible
    }
    .nav-menu {
        float: none;
        text-align: center;
        margin-right: 0px;
        background: #ffffff;
        width: 100%;
        padding-top: 40px;
    }
    .nav-menu li {
        float: none;
        margin: 0px;
        border-bottom: none;
        padding: 0;
        display: block
    }
    .nav-menu li a {
        padding: 10px;
        color: #000;
    }
    .nav-menu li a:hover {
        border-radius: 0;
        background: none;
        color: #000;
        border-color: #fff;
    }
    .expand_plus {
        position: absolute;
        right: 45px;
        top: 0;
        width: 35px;
        height: 42px;
        padding: 25px 10px 2px;
        cursor: pointer;
        z-index: 100;
    }
    .expand_plus i {
        display: block;
        position: relative;
        width: 12px;
        height: 10px;
        top: -8px;
    }
    .expand_plus.active i {
        background-position: 0px -190px
    }
    .nav-menu .sub-menu .expand_plus {
        height: 34px
    }
    .nav-menu .sub-menu,
    .nav-menu .sub-menu ul {
        width: auto;
        position: relative;
        display: none;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .nav-menu .sub-menu li {
        background: none;
        border-bottom: none;
    }
    .nav-menu .sub-menu li:hover>a,
    .nav-menu .sub-menu ul li a {
        border: none
    }
    .nav-menu .sub-menu.active-children {
        display: block
    }
    .nav-menu .sub-menu ul {
        padding-left: 0px;
    }
    .nav-menu .sub-menu ul {
        left: 0;
    }
    .nav-menu .sub-menu ul li,
    .nav-menu .sub-menu ul li:first-child {
        border: none;
    }
    .nav-menu .sub-menu ul:before {
        display: none;
    }
    .nav-menu li a {
        text-align: left;
    }
    .nav-menu .sub-menu li a:hover {
        border: none;
    }
    .nav-menu .sub-menu ul li,
    .nav-menu .sub-menu ul li:first-child {
        background: none;
    }
    .nav-menu .sub-menu li a {
        border: none;
        padding: 8px 10px;
    }
    .nav-menu .sub-menu ul {
        background: none;
        -webkit-transform: translate(0);
    }
    .expand_plus active {
        top: 100px;
    }
    .expand_plus active i {
        top: 200px;
    }
    .nav-menu .sub-menu ul li a {
        padding-left: 40px;
    }
    .nav-menu .sub-menu li:first-child {
        border-top: none;
    }
    .nav-menu .sub-menu li a:hover {
        color: #000;
        background: none;
    }
    .cross_button {
        margin-top: 20px;
        display: block;
        text-align: center;
        position: absolute;
        top: -10px;
        right: 25px;
    }
    .cross_button a {
        font-size: 22px;
        color: #242323;
        cursor: pointer;
        border: 1px solid #242323;
        border-radius: 3px;
        padding: 6px;
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 1.2;
    }
    .menu_expand i {
        height: 2px;
        background: #1b335b;
        display: block;
        width: 35px;
        border-radius: 5px;
    }
    .menu_expand i:nth-child(2) {
        margin: 8px 0;
    }
    .menu_expand i:nth-child(3) {}
    .menu_section {
        background: #a0c8db;
        padding: 0px 0;
    }
    .nav-menu>li>a {
        background: none;
    }
    .nav-menu>li:hover>a {
        background: none;
    }
    .nav-menu>.menu-item-has-children>a:after {
        display: none
    }
    .nav-menu>li>a {
        border-bottom: none;
    }
    .nav-menu>li:hover>a {
        border-bottom: none;
    }
    .nav-menu>li>a:hover:before {
        display: none
    }
    .nav-menu>li>a:hover:after {
        display: none
    }
    .expand_plus:after {
        margin-right: -2px;
        transform: translate(-50%, -50%) rotate(-135deg);
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin-left: -2px;
        box-sizing: border-box;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        transform-origin: center;
    }
    .expand_plus.active:after {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    li.menu-item-has-children:hover span.expand_plus::after {
        border-color: #000;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    /* -------- */
    .h_banner_left_inner p {
        font-size: 16px;
    }
    .h_banner_left_inner h1 {
        font-size: 39px;
    }
    .h_banner_left_inner {
        padding: 50px 5px 60px 0;
    }
    h2.sec_title {
        font-size: 40px;
    }
    .h_portable {
        padding: 80px 0 50px;
    }
    .about_inner p {
        font-size: 16px;
    }
    .testimonial_inner {
        margin: 0 -5px;
    }
    .testimonial_sec {
        padding: 0 5px;
    }
    .testimonial_cust {
        padding: 60px 10px 35px;
    }
    .faq_accordion {
        font-size: 18px
    }
    .contact_sec p {
        font-size: 18px;
    }
    .contact_sec a.contact_no {
        font-size: 24px;
    }
    .contact_sec span {
        font-size: 20px;
    }
    .contact_sec a {
        font-size: 20px;
    }
    ul.contact_info a,
    ul.f_navigation a {
        font-size: 18px;
    }
    .footer_sec p {
        font-size: 18px;
    }
    .h_menu_left {
        float: right;
    }
    .about__inner_sec {
        padding-top: 20px;
    }
    .about_inner h2.sec_title {
        margin-bottom: 60px;
    }

    .about__inner_sec::after {
        height: 80px;
    }
    .nav-menu>li:hover>a {
        color: #000;
    }
.showing_colums{ width:50%;}
.showing_colums:nth-child(3n+1){ clear:none;}
.showing_colums:nth-child(2n+1){ clear:both;}
}

@media screen and (max-width:767px) {
    .portable_inner {
        display: block;
    }
    .portable_sec {
        width: 100%;
        margin: 20px 0;
    }
    .portable_img {
        width: 60%;
        padding: 0;
        margin: 0 auto;
    }
    .h_portable {
        padding: 120px 0 80px;
    }
    .about_sec {
        position: static;
        width: 100%;
        top: auto;
        transform: inherit;
        left: 0;
    }
    .about_inner {
        width: 100%;
        float: left;
    }
    .about_img {
        width: 70%;
        float: right;
    }
    .h_about {
        padding: 20px 0 80px;
    }
    .testimonial_title p {
        font-size: 18px;
        width: 100%;
    }
    .testimonial_sec {
        width: 100%;
        margin: 20px 0;
    }
    .testimonial_cust {
        padding: 60px 25px 35px;
    }
    .conect_sec {
        width: 100%;
    }
    .footer_inner {
        display: block;
    }
    .footer_sec {
        width: 100%;
        padding: 30px 25px;
    }
    .h_banner_left {
        width: 100%;
        float: left;
    }
    .h_banner_right {
        width: 100%;
        padding-left: 0px;
    }
    .h_banner_left_inner {
        padding: 10px 5px 40px 0;
    }
    .h_logo {
        width: 31%;
    }
    .about__inner_sec {
        overflow-x: inherit;
    }
    .about__inner_sec::after {
        height: 0px;
        width: 0px;
    }
    .about_inner h2.sec_title {
        position: relative;
        padding: 20px 0;
        z-index: 1;
        margin: 40px 0;
    }
    .about_inner h2.sec_title::after {
        content: '';
        position: absolute;
        top: 0px;
        left: -55px;
        height: 80px;
        width: 55%;
        background: #2cc0ff;
        transform: skew(-40deg, 0deg);
        z-index: -1;
    }
    .h_conect::after,
    .h_conect::before {
        height: 0;
        width: 0;
    }
    .conect_inner {
        margin: 0 0;
    }
    .conect_sec {
        padding: 80px 20px;
    }
    .h_conect .wrapper {
        padding: 0;
    }
	.sticky_header{ display:none;}
	
}

.nav-menu>li:hover>a {
    background: none;
}

.nav-menu>.menu-item-has-children>a:after {
    display: none
}

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

.nav-menu>li:hover>a {
    border-bottom: none;
}

.nav-menu>li>a:hover:before {
    display: none
}

.nav-menu>li>a:hover:after {
    display: none
}

.expand_plus:after {
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 95%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform-origin: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.expand_plus.active:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width:599px) {
    .h_logo {
        width: 50%;
    }
    .portable_img {
        width: 80%;
    }
    .h_header_social {
        display: none;
    }
    .testmonial {
        padding: 45px 0;
        box-shadow: none;
        background: #fff0;
    }
    .testimonial_cust {
        background: #fff;
    }
}

@media screen and (max-width:479px) {
    .h_header_top_se_inner li {
        padding: 10px 5px;
        /* border: none; */
    }
    .h_header_top_se_inner li a {
        font-size: 12px;
    }
    .h_header_top_se_inner ul {
        text-align: right;
    }
    .h_banner_left_inner h1 {
        font-size: 32px;
    }
    .h_banner_right {
        width: 100%;
    }
    .site-menu {
        margin-left: 0;
        padding: 0;
    }
    .h_banner_section {
        padding-top: 0px;
    }
    .about_inner h2.sec_title::after {
        width: 95%;
    }
	.wow {
    opacity: 1;
    transform: translateY(0px);
}
.h_portable {
    padding: 80px 0 30px;
}
.h_testimonial { padding: 20px 0;}
.showing_colums{ width:100%; float:none;}

}

@media screen and (max-width:360px) {
    .h_header_top_se_inner li a {
        font-size: 10px;
    }
}