/*

|----------------------------------------------------------------------

|       Body Main Css

|----------------------------------------------------------------------

*/

@font-face {
    font-family: 'lite';
    src: url('../fonts/segoeuil.ttf');
}

@font-face {
    font-family: 'italic';
    src: url('../fonts/segoeuii.ttf');
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/segoeui.ttf');
}

@font-face {
    font-family: 'semi';
    src: url('../fonts/segoeuisb.ttf');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/segoeuib.ttf');
}

@font-face {
    font-family: 'black';
    src: url('../fonts/segoeuibl.ttf');
}

@font-face {
    font-family: 'price';
    src: url('../fonts/century-gothic-regular.ttf');
}

.lite {
    font-family: 'lite' !important;
}

.italic {
    font-family: 'italic' !important;
}

.regular {
    font-family: 'regular' !important;
}

.semi {
    font-family: 'semi' !important;
}

.bold {
    font-family: 'bold' !important;
}

.black {
    font-family: 'black' !important;
}

.price {
    font-family: 'price' !important;
}

.price_bold {
    font-family: 'price_bold' !important;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    position: relative;
    min-height: 100%;
    background-color: #ffffff;
    color: #393a3e;
    font-size: 14px;
    font-family: 'regular';
    margin: 0;
    padding: 0;
    /*padding-top: 95px;*/
    letter-spacing: 0.2px;
    word-break: break-word;
    overflow-x: hidden;
    counter-reset: demoCounter;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

body.flow {
    overflow: hidden !important;
}

body>main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

::-moz-selection {
    background: #333;
    color: #fff;
}

::selection {
    background: #333;
    color: #fff;
}

::-moz-selection {
    background: #333;
    color: #fff;
}

body a {
    color: #e41e2f;
    word-break: break-word;
}

body a,
body span {
    display: inline-block;
    text-decoration: none;
}

body a:hover,
body a:focus {
    color: #333;
    outline: none !important;
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    display: inline-block;
}

ul li a {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'semi';
    line-height: 1.2;
    margin: 0 0 10px;
}

p {
    margin: 0 0 10px;
}

p>a {
    color: #3c9cdb;
}

p>a:hover {
    color: #333;
}

.relative {
    position: relative;
}

.tableDv {
    display: table;
    width: 100%;
    height: 100%;
}

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

.toggle {
    position: absolute;
    top: 9px;
    right: 5px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #e41f30;
    border-radius: 50px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.toggle span {
    position: relative;
    display: block;
    width: 30px;
    margin: 7px auto;
}

.toggle span:before {
    top: -7px;
}

.toggle span:after {
    bottom: -7px;
}

.toggle.active span {
    width: 16px;
    background: transparent !important;
}

.toggle.active span:before {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}

.toggle.active span:before,
.toggle.active span:after {
    top: 0;
}

.toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blockquote {
    background: #fafafa;
    color: #151d23;
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #f0f5f9;
    border-left: 4px solid #ea1f66;
}

.secHeading {
    position: relative;
    color: #00234b;
    font-size: 26px;
    font-family: 'bold';
    /* text-transform: uppercase; */
    margin-bottom: 25px;
}

.secHeading>em {
    color: #ea1f66;
}

p.pre {
    color: #393a3e;
    font-size: 18px;
    font-family: 'regular';
    margin: -15px 0 25px;
}

.color {
    color: #13a89e !important;
}

.background {
    background: #ea1f66 !important;
}

.color2 {
    color: #27aae1 !important;
}

.background2 {
    background: #27aae1 !important;
}


/*

|----------------------------------------------------------------------

|       Body Main Button

|----------------------------------------------------------------------

*/

.webBtn {
    position: relative;
    min-width: 120px;
    /* height: 11px; */
    /* background: #ffffff; */
    background: linear-gradient(to left, #12bed0, #00a5b6);
    color: rgb(255, 255, 255) !important;
    font-size: 15px;
    font-family: 'semi';
    text-align: center;
    padding: 11px 15px;
    /*padding-bottom: 20px !important;*/
    border: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    border-radius: 6px;
    outline: none !important;
}

.smBtn {
    min-width: 40px;
    height: 34px;
    font-size: 12px;
    padding: 9px 12px 0;
    text-transform: none;
}

.emptyBtn {
    background: transparent;
    color: #02a7b8!important;
    box-shadow: 0 0 0 1px rgb(17 189 207), 0 2px 5px 0 rgb(43 45 80 / 8%), 0 1px 1.5px 0 rgb(0 0 0 / 7%), 0 1px 2px 0 rgb(0 0 0 / 8%), 0 0 0 0 transparent;
}

.emptyBtn:hover {
    background: #00234b!important;
}

.lgBtn {
    height: 51px;
    font-size: 16px;
    padding: 13px 30px 0;
}

.colorBtn {
    background: #e41e2f;
    color: #dbdbdb !important;
}

.blueBtn {
    background: #02354D;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.redBtn {
    background: #162856;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cnclBtn {
    background: #192125;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blockBtn {
    width: 100%;
}

.flexBtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flexBtn em {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.webBtn i {
    position: relative;
    top: 3px;
    font-size: 18px;
    line-height: 0;
    /* -webkit-transition: all ease 0.5s; */
    /* transition: all ease 0.5s; */
}

.blockBtn i {
    top: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.webBtn i.fi-arrow-right {
    margin-left: 10px;
}

.webBtn i.fi-arrow-left {
    margin-right: 10px;
}

.webBtn:focus,
.webBtn:hover {
    color: #fff !important;
    -webkit-transform: translateY(-1.5px);
    -ms-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
    -webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.webBtn .spinner {
    width: auto;
    height: auto;
    background: inherit;
    border-radius: inherit;
    overflow: hidden;
}

.webBtn .spinner~i {
    visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
    content: '';
    width: 18px;
    height: 18px;
    border: 3px solid;
    -webkit-animation: spinner 0.5s linear infinite;
    animation: spinner 0.5s linear infinite;
    border-radius: 75%;
}

.webBtn .spinner:before {
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.webBtn .spinner:after {
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
    width: 14px;
    height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
    width: 20px;
    height: 20px;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

*[disabled] {
    cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
    opacity: 0.8;
}


/*

|----------------------------------------------------------------------

|       Body Inner Css

|----------------------------------------------------------------------

*/

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

img {
    width: 100%;
    display: block;
}

em {
    font-style: normal;
}

strong {
    font-family: 'semi';
    font-weight: normal;
}

input,
button,
select,
textarea {
    text-decoration: none !important;
    outline: none !important;
}

.ease,
body a,
body .webBtn {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.contain,
.contain-fluid {
    position: relative;
    max-width: 1300px;
    padding: 0 15px;
    margin: auto;
    min-height: 1px;
}

.containFul {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    min-height: 1px;
}

.contain-fluid {
    max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
    display: table;
    content: '';
}

.contain:after,
.contain-fluid:after {
    clear: both;
}

section {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex>.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.formRow {
    margin: 0 -5px;
}

.formRow [class*="col-"],
.formRow [class^="col-"] {
    padding: 0 5px;
}

.flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexDv {
    width: 100%;
}

.flexRow {
    margin: 0 -10px;
}

.flexRow>.col {
    padding: 0 10px;
}

.bTn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -2px;
}

.bTn>* {
    margin: 2px;
}

.text-left.bTn,
.text-left .bTn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


/*_____ upperlay _____*/

.upperlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #000;
    opacity: 0;
    z-index: 28;
}

.upperlay.active {
    display: block;
}


/*

|----------------------------------------------------------------------

|       Popup css

|----------------------------------------------------------------------

*/

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(25, 33, 37, 0.95);
    padding: 20px 0;
    overflow: auto;
    z-index: 101;
}

.popup ._inner {
    position: relative;
    max-width: 600px;
    /*background: #f7f8f9;*/
    background: #fff;
    padding: 25px;
    margin: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.popup.big-popup ._inner {
    max-width: 800px;
}

.popup.small-popup ._inner {
    max-width: 420px;
}

.popup ._inner h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.popup ._inner h3 {
    background: #021d5d;
    color: #fff;
    font-size: 16px;
    margin: -15px -15px 15px;
    padding: 15px 15px 14px;
    padding-right: 30px;
    border-radius: 4px 4px 0 0;
}

.popBtn {
    cursor: pointer;
}

.popup .crosBtn {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 28px;
    height: 28px;
    color: #778ca3;
    font-size: 18px;
    text-align: center;
    padding: 2px 0 0;
    cursor: pointer;
    z-index: 5;
}

.popup .crosBtn:before {
    content: '\2715';
}

.popup .list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.popup .list>li>div:nth-child(1) {
    width: 120px;
    min-width: 120px;
    font-family: 'semi';
    margin-right: 10px;
}

.popup .list>li>div:nth-child(2) {
    width: 100%;
    color: #778ca3;
}

.popup .blockLst {
    margin: -15px;
}


/*

|----------------------------------------------------------------------

|       Dropdown

|----------------------------------------------------------------------

*/

.dropBtn {
    cursor: pointer;
}

.dropDown {
    position: relative;
    z-index: 1;
}

.dropHover {
    position: relative;
    display: inline-block;
}

.dropCnt {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.subDrop {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    position: absolute;
    top: 50px;
    left: 0px;
    min-width: 205px;
    max-width: 260px;
    background: #fff;
    /*border: 1px solid #eee;*/
    border-top: 4px solid #c49c25;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px 0px;
}

.dropHover:hover .subDrop {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.subDrop li {
    width: 100%;
}

.subDrop li a {
    color: #778ca3;
    font-size: 13px;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f5f9;
    display: block;
    text-transform: uppercase;
}

.subDrop li a:hover {
    background: #c49c25;
    color: #fff;
}

.dropCnt.active {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.dropLst {
    top: 100%;
    left: 0;
    min-width: 160px;
    max-width: 260px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    z-index: 50;
}

.dropLst>li,
.dropLst>li>a {
    display: block;
}

.dropLst>li>a {
    color: #778ca3;
    font-size: 13px;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f5f9;
}

.dropLst>li>a:hover {
    color: #021d5d;
}


/*_____ more _____*/

.more {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    /*padding-bottom: 10px;*/
    margin: 0 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.more>span,
.more>span:before,
.more>span:after {
    width: 3px;
    height: 3px;
    background: #00234b;
    border-radius: 75%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 2;
}

.more>span:before,
.more>span:after {
    position: absolute;
    content: '';
}

.more>span:before {
    left: 0;
}

.more>span:after {
    right: 0;
}

.more:hover>span,
.more:hover>span:before,
.more:hover>span:after {
    background: #00234b;
}


/*

|----------------------------------------------------------------------

|       Page Loader

|----------------------------------------------------------------------

*/

#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #081023;
    z-index: 999999;
}

#pageloader span>span {
    width: 18px;
    height: 18px;
    background: #e60606;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    /*border-radius: 750%;*/
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0 3px;
}

#pageloader span>span:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background: #0076c8;
}

#pageloader span>span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background: #f1cf03;
}

@-webkit-keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*

|----------------------------------------------------------------------

|       Ico Css

|----------------------------------------------------------------------

*/

.ico,
.icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.ico {
    background: #fff;
    border-radius: 75%;
    /*overflow: hidden;*/
}

.ico a,
.icon a {
    width: 100%;
    height: 100%;
    display: block;
}

.ico img,
.icon img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.ico img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 75%;
}

.icon img {
    -o-object-fit: contain;
    object-fit: contain;
}

.ico>i.dot {
    bottom: 12px;
    left: initial;
    right: -3px;
    width: 10px;
    height: 20px;
    background-image: url('../images/medal.svg');
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    text-align: center;
    border: 0;
    border-radius: 0;
    z-index: 5;
}

.ico>i.dot:before {
    /*content: '\e96a';*/
    display: block;
    color: #fff;
    font-size: 8px;
    font-family: 'font-icon';
    line-height: 0;
}


/*

|----------------------------------------------------------------------

|       RateYo

|----------------------------------------------------------------------

*/

.jq-ry-container {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 0;
    direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
    cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    white-space: nowrap;
    z-index: 1;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    z-index: 3;
}


/*

|----------------------------------------------------------------------

|       Editor

|----------------------------------------------------------------------

*/

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
    margin: 15px 0;
    clear: both;
}

.ckEditor h1 {
    font-size: 26px;
}

.ckEditor h2 {
    font-size: 22px;
}

.ckEditor h3 {
    font-size: 18px;
}

.ckEditor h4 {
    font-size: 14px;
}

.ckEditor ul:not([class])>li>h1,
.ckEditor ol:not([class])>li>h1,
.ckEditor ul:not([class])>li>h2,
.ckEditor ol:not([class])>li>h2,
.ckEditor ul:not([class])>li>h3,
.ckEditor ol:not([class])>li>h3,
.ckEditor ul:not([class])>li>h4,
.ckEditor ol:not([class])>li>h4,
.ckEditor ul:not([class])>li>h5,
.ckEditor ol:not([class])>li>h5,
.ckEditor ul:not([class])>li>h6,
.ckEditor ol:not([class])>li>h6,
.ckEditor ul:not([class])>li>p,
.ckEditor ol:not([class])>li>p {
    display: inline;
    margin: 0 !important;
    overflow: initial !important;
}

.ckEditor ul:not([class]),
.ckEditor ol:not([class]) {
    padding: 0;
    padding-left: 20px;
    margin: 0 0 10px;
    list-style-position: inside;
}

.ckEditor ul:not([class])>li,
.ckEditor ol:not([class])>li {
    display: list-item;
    margin-bottom: 5px;
}

.ckEditor ul:not([class])>li ul,
.ckEditor ol:not([class])>li ol {
    margin: 5px 0 7px;
}

.ckEditor ul:not([class]) {
    list-style-type: disc;
}

.ckEditor ul:not([class])>li ul {
    list-style-type: circle;
}

.ckEditor blockquote {
    background: rgb(242, 245, 248);
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid #fec501;
}

.ckEditor img {
    width: 100% !important;
    height: auto !important;
}

.ckEditor figure,
.ckEditor p>img {
    float: right;
    width: 260px !important;
    margin: 5px 0 15px;
    margin-left: 15px;
    /*clear: both;*/
}

.ckEditor figure:nth-of-type(odd) {
    float: left;
}

.ckEditor p[style="text-align:left"]>img,
.ckEditor p[style="text-align:left;"]>img,
.ckEditor p[style="text-align: left"]>img,
.ckEditor p[style="text-align: left;"]>img {
    float: left;
}

.ckEditor p>a {
    display: inline !important;
}

.ckEditor em {
    font-style: italic;
}

.ckEditor strong {
    font-family: 'semi';
}


/*==============logged header*/


/*_____ proIco _____*/

header .proIco {
    float: right;
    cursor: pointer;
    margin-top: 22px;
}

.srchBlk {
    min-width: 450px;
    position: absolute;
    right: 16px;
    top: 6px;
}

.srchBlk>span {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 14px;
    font-size: 15px;
    color: #e41e2f;
}

.srchBlk .txtBox {
    border-radius: 0px;
    background: #f9f8f8;
    border: none;
}

header .proIco .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .proIco .ico {
    width: 36px;
    height: 36px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

header .proIco .proName {
    text-align: right;
    margin-right: 10px;
}

header .proIco .proName>em {
    display: block;
    font-size: 10px;
    margin-top: -2px;
    opacity: 0.5;
}

header .proIco .proDrop {
    top: 46px;
    left: initial;
    right: 5px;
    width: 180px;
    background: #fff;
    border-radius: 7px;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

header .proIco .proDrop:before,
header .proIco .proDrop:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    border-bottom: 10px solid #fff;
    border-left: 12px solid transparent;
}

header .proIco .proDrop:after {
    top: -12px;
    right: -1px;
    border-bottom: 11px solid #eee;
    border-left: 13.5px solid transparent;
    z-index: -1;
}

header .proIco .proDrop>li,
header .proIco .proDrop>li>a {
    display: block;
}

header .proIco .proDrop>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #494949;
    font-size: 13px;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
}

header .proIco .proDrop>li:nth-last-child(1)>a {
    border-bottom-color: transparent;
}

header .proIco .proDrop>li>a:hover {
    color: #13a89e;
}

header .proIco .proDrop>li>a i {
    width: 28px;
    color: #ddd;
    font-size: 20px;
    margin-right: 7px;
}

header .proIco .proDrop>li>a .miniLbl {
    margin-left: 10px;
}


/*_____ header fix _____*/

header.fix {
    -webkit-box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
    box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
    background: #fff;
    position: fixed;
}

.dashNav {
    -webkit-box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
    box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
    background: #fff;
}

.dashNav nav {
    /*margin-top: 17px;*/
    margin-right: 100px;
}

header.fix nav>ul>li>a {
    color: #333!important;
}

.dashNav nav>ul>li>a {
    color: #333!important;
}


/*

|----------------------------------------------------------------------

|       Header

|----------------------------------------------------------------------

*/

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 50;
    background: transparent;
    /*background: #fdfdfd;

    box-shadow: 0px 0px 4px #ddd;*/
    border-bottom: 1px solid #ddd;
}

.logo {
    float: left;
    width: 170px;
    margin-top: 7px;
    height: 75px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.headerFull {
    background: #fff;
}

.headerFull .logo {
    height: auto;
}

.lgnBtn a {
    color: #fbcb2d;
    border-radius: 5px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.lgnBtn a:hover {
    color: #13a89e;
}

.logo>a {
    display: block;
}

nav {
    float: right;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
}

header form {
    float: left;
    width: 400px;
    margin-top: 16px;
    margin-left: 90px;
}

header form .navBtn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: auto;
    padding: 0;
    font-size: 22px;
    color: #2aa2d9;
}

header form .txtBox {
    height: 43px;
}

header form .txtBox:hover {
    border: 1px solid #2aa2d9;
}

header form .txtBox::-webkit-input-placeholder {
    font-size: 16px;
}

header form .txtBox::-moz-placeholder {
    font-size: 16px;
}

header form .txtBox:-ms-input-placeholder {
    font-size: 16px;
}

header form .txtBox::-ms-input-placeholder {
    font-size: 16px;
}

header form .txtBox::placeholder {
    font-size: 16px;
}

nav>ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav>ul>li {
    position: relative;
}

nav>ul>li>.sub {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 160px;
    max-height: 70vh;
    background: #fff;
    text-align: left;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgb(136 152 170 / 10%), 0 15px 35px 0 rgb(49 49 93 / 10%), 0 5px 15px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0 0 1px rgb(136 152 170 / 10%), 0 15px 35px 0 rgb(49 49 93 / 10%), 0 5px 15px 0 rgb(0 0 0 / 8%);
    overflow: auto;
    z-index: 2;
}

nav>ul>li:hover>.sub {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

nav>ul>li>.sub>li,
nav>ul>li>.sub>li>a {
    display: block;
}

nav>ul>li>.sub>li>a {
    background: #fff;
    color: #2b2b2b;
    font-size: 13px;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    font-family: 'regular'
}

nav>ul>li>.sub>li>a:hover {
    color: #fe000b;
}

nav>ul>li>a {
    height: 34px;
    color: rgb(6 6 6);
    font-size: 15px;
    text-align: center;
    padding: 7px 20px 0;
    padding-bottom: 20px !important;
    text-transform: uppercase;
    font-family: 'semi';
}

nav>ul>li .webBtn {
    padding: 6px;
    color: #fff;
}

nav>ul>li:hover>a {
    color: #e41e2f;
}

nav>ul>li.active>a {
    color: #e41e2f;
}

nav>ul>li.bTn>a {
    min-width: 80px;
    background: #fff;
    color: #2b3a50 !important;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    border-radius: 4px;
}


/*_____ scrollbar  _____*/

.scrollbar::-webkit-scrollbar-track {
    background: #e3e8ed;
    border-radius: 50px;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #e3e8ed;
    border-radius: 50px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}


/*_____ dot _____*/

.dot {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #43b753;
    margin: auto;
    border-radius: 75%;
}

.miniLbl {
    color: #fff;
    font-size: 7px;
    font-family: 'semi';
    padding: 3px 8px 3px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 4px;
    white-space: nowrap;
}

.green {
    background: #43b753;
}

.green-color {
    color: #43b753;
}

.yellow {
    background: #ffcb00;
}

.yellow-color {
    color: #ffcb00;
}

.red {
    background: #ff5465;
}

.red-color {
    color: #ff5465;
}

.blue {
    background: #5883ff;
}

.blue-color {
    color: #5883ff;
}

.gray {
    background: #aaa;
}

.gray-color {
    color: #aaa;
}


/*pagination*/

ul.pagination>li>a.active,
ul.pagination>li>a:hover {
    background: #ebc248;
    color: #fff!important;
    border: 1px solid #ebc248;
}

ul.pagination>li>a {
    float: none;
    height: 32px;
    min-width: 34px;
    padding: 8px 12px 0px;
    text-align: center;
    color: #555;
    font-size: 12px;
    border: 1px solid #eee;
    font-family: 'semi';
    border-radius: 0px !important;
    z-index: initial !important;
}


/*

|----------------------------------------------------------------------

|       Form

|----------------------------------------------------------------------

*/

label {
    display: block;
    font-family: 'semi';
    font-weight: normal;
    cursor: pointer;
}

label>a {
    color: #13a89e;
}

label>a:hover {
    color: #fbcb2d;
}

.txtGrp {
    position: relative;
    margin-bottom: 15px;
}

.txtGrp h4 {
    color: #778ca3;
    font-size: 13px;
    margin-bottom: 7px;
}

.txtBox {
    display: block;
    width: 100%;
    height: 46px;
    background: #000;
    color: #909090;
    font-size: 13px;
    text-align: left;
    padding: 5px 16px 6px;
    letter-spacing: 0.5px;
    border: 1px solid #0c0c31;
    border-radius: 5px;
    outline: none !important;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.txtBox:-webkit-autofill {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
    height: 152px;
    resize: none;
}

.txtBox:disabled {
    background: #e3e8ee;
    cursor: not-allowed;
    border-color: #d8dee6 !important;
}

.txtBox::-webkit-input-placeholder {
    color: #9c9c9c;
}

.txtBox:-ms-input-placeholder {
    color: #9c9c9c;
}

.txtBox::-ms-input-placeholder {
    color: #9c9c9c;
}

.txtBox::-moz-placeholder {
    color: #9c9c9c;
}

.txtBox::placeholder {
    color: #9c9c9c;
}

.txtBox:focus::-webkit-input-placeholder {
    opacity: 0.4;
}

.txtBox:focus:-ms-input-placeholder {
    opacity: 0.4;
}

.txtBox:focus::-ms-input-placeholder {
    opacity: 0.4;
}

.txtBox:focus::-moz-placeholder {
    opacity: 0.4;
}

.txtBox:focus::placeholder {
    opacity: 0.4;
}


/* .txtBox:hover,

.txtBox:focus {

    border-color: #021d5d;

} */

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    display: inline;
    margin-top: 0;
    cursor: pointer;
}

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
    position: absolute;
    content: '';
    color: inherit;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
    content: '';
    top: 7px;
    left: 6px;
    font-size: 12px;
    line-height: 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    color: #3b577d;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    content: '\02143';
}

input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
    border-color: #3b577d;
}

.lblBtn {
    color: #778ca3;
    text-align: left;
}

.lblBtn label {
    display: inline !important;
    position: relative;
    top: 0;
    /* font-size: 15px; */
    font-family: 'regular';
    cursor: pointer;
    line-height: 20px;
    padding-left: 5px;
}

.lblBtn label:nth-child(1) {
    padding-left: 0;
}

input[type="file"].uploadFile {
    display: none;
}

.uploadImg {
    cursor: pointer;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*_____ owl-nav _____*/

.owl-nav {
    display: inline-block;
    /*text-align: center;

    width: 100px;

    margin: 0px auto;*/
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 44%;
    width: 40px;
    height: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*background:#f32267ba;*/
    /*background: #131b1f;*/
    color: #173865;
    font-size: 38px;
    padding-top: 1px;
    padding-left: 1px;
    /*margin-top: -20px;*/
    /*border: 1px solid #aaa;*/
    border-radius: 75%;
    /*-webkit-box-shadow: #131b1f 0 0 0 5px;

    box-shadow: #131b1f 0 0 0 5px;*/
}

.owl-prev {
    left: -60px;
}

.owl-next {
    right: -60px;
}


/*_____ owl-dots _____*/

.owl-dots {
    text-align: center;
    position: relative;
    line-height: 0;
    z-index: 5;
}

.owl-dots .owl-dot {
    display: inline-block;
    padding: 0 2px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 4px;
    margin: auto;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.owl-dots .owl-dot.active span {
    width: 24px;
    height: 4px;
    margin: auto;
    border-color: #e41e2f;
}

.morePg ul li img {
    width: 25px;
    float: left;
    margin: 7px;
}

.morePg ul li a {
    padding: 10px 0px 12px 40px;
    border-bottom: 1px solid #424141;
    color: #fff;
}


/* ==============banner================ */


/* ================top nav============ */

.topNav {
    padding: 5px 0px;
    background: #f1f1f1;
}

.topNav p {
    margin-bottom: 0px;
    font-size: 14px;
}

.topNav .colL {
    width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.topNav .colR {
    width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.topNav ul li a {
    color: rgb(48, 48, 48);
    font-family: 'regular';
    padding: 0px 10px;
    /* text-transform: uppercase; */
    font-size: 13px;
    letter-spacing: 1px;
}

.topNav .social li a {
    padding: 0;
    color: #e41e2f;
    font-size: 19px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* ======================halfDesign============ */

#dash {
    padding: 90px 0 0px;
    overflow: hidden;
}

#sidebar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 20%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 24;
    margin-top: -55px;
}

.dashBody {
    width: 80%;
}

#sidebar ul>li {
    display: block;
}

#sidebar ul>li>a {
    /* margin-bottom: 10px; */
    position: relative;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2a2e31 !important;
    font-family: 'semi';
    font-size: 17px;
    padding: 30px 20px 30px 3px;
    border-bottom: 1px solid #1f23261c;
    text-transform: uppercase;
    padding-left: 10px;
}

#sidebar ul>li>a>em {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
}

#sidebar ul>li.social a {
    font-size: 20px;
    padding: 30px 10px 30px 0px;
    flex: 1;
}

#sidebar ul>li.social {
    display: flex!important;
    width: 100%;
}

#banner .item {
    height: 450px;
    padding: 60px 0px;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    padding-top: 111px;
}

#banner .item .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#banner .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#banner .item .cntnt {
    z-index: 22;
    text-align: center;
    /* position: absolute; */
    /* bottom: 0px; */
    padding: 20px;
    left: 20px;
    width: 700px;
    margin: 0px auto;
}

#banner .item .cntnt h1 {
    font-family: 'bold';
    font-size: 30px;
    color: #ffffff!important;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0em 0em 1.25em rgb(0 0 0 / 60%);
}

#banner .item .cntnt p {
    font-size: 21px;
    color: #ffffff!important;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0em 0em 1.25em rgb(0 0 0 / 50%);
    padding: 10px 50px;
}

.logo1 {
    width: 180px;
}

#banner .item .image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to left, #14141478 0%, #27406152 18%, rgb(233 27 31 / 13%) 99%, rgb(235 29 32 / 18%) 100%);
    /* opacity: 0.3; */
}

#banner .owl-dots {
    margin-top: -20px;
}

.cmnSec {
    padding: 60px 0px;
}

.abt {
    background-color: #fbfbfb;
}

.abt .col {
    width: 50%;
    padding: 10px;
    align-self: center;
}

.abt .flex {
    margin: 0 -10px;
}


/* .shortSec{

    padding: 60px 20px;

} */

.abt .col .image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.abt .col .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cmnHeadingSec h5 {
    text-transform: uppercase;
    color: #e41e2f;
    letter-spacing: 3px;
    font-size: 13px;
}

.cmnHeadingSec h2 {
    font-size: 28px;
    color: #000000;
    font-family: 'bold';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cmnHeadingSec p {
    font-size: 16px;
    color: rgb(125 125 125);
    font-family: 'regular';
    line-height: 1.5em;
}

.abt p {
    margin-bottom: 30px;
}


/* ==================proSec======== */

.proSec .cntnt {
    width: 600px;
    margin: 0px auto 30px;
    text-align: center;
}

.proSec .col {
    width: 50%;
    padding: 10px;
}

.proSec .outeFlex {
    margin: 0 -10px;
}

.proSec .inner {
    border: 1px solid #ffe8ea;
    /* background: #fbfbfb; */
    background: #fff;
    height: 100%;
    transition: all 0.5s ease;
}

.proSec .inner:hover {
    transition: all 0.5s ease;
    border: 1px solid #e41e2f;
}

.proSec .col .flex .image {
    width: 50%;
    /* align-self: center; */
    height: 100%;
    overflow: hidden;
}

.proSec .col:nth-child(1) .flex .image,
.proSec .col:nth-child(2) .flex .image {
    width: 280px;
    height: 250px;
}


/* .proSec .col:nth-child(3) .flex .image,.proSec .col:nth-child(4) .flex .image{

    width:500px;

    height: 300px;

} */

.proSec .col .flex .innerCntnt {
    width: 50%;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.proSec .innerCntnt p {
    font-size: 14px;
    color: rgb(125 125 125);
    font-family: 'regular';
    line-height: 1.5em;
}

.proSec .innerCntnt h3 {
    font-size: 18px;
}

.proSec {
    border: 1px solid #dddddd57;
}

.fullWide .image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.fullWide .image img,
.proSec .col .flex .image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.fullWide .innerCntnt {
    padding: 20px;
    background: #fff;
}

.story {
    background: #fbfbfb;
}

.story .cntnt {
    margin-left: 200px;
    margin-top: 50px;
}

.story .cntnt .innerCntnt {
    margin-top: 30px;
    border-left: 2px solid rgb(185 185 185);
    padding-left: 20px;
}

.story .cntnt .innerCntnt h3 {
    position: relative;
    color: #e41e2f;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'bold';
}

.story .cntnt .innerCntnt p {
    font-size: 14px;
    color: rgb(125 125 125);
    font-family: 'regular';
    line-height: 1.5em;
}

.contactSec {
    background: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contactSec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.contactSec .cntnt {
    width: 700px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.795);
    padding: 30px;
}

.contactSec .cntnt p {
    margin-bottom: 30px;
}


/*

|----------------------------------------------------------------------

|       Footer

|----------------------------------------------------------------------

*/

footer {
    position: relative;
    background: #191919;
    font-size: 13px;
}

footer .upside {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

footer .upside h3 {
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0;
    margin-right: 370px;
    font-size: 24px;
}

footer .upside h3 span {
    padding-top: 10px;
    color: #bfbfbf;
    font-size: 13px;
    line-height: 1.7em;
}

footer .inside {
    padding: 0 0 20px;
    color: #bfbfbf;
}

footer .flexRow {
    margin: -10px;
}

footer .flexRow>.col {
    width: calc(100%/4);
    padding: 10px;
}


/* footer .flexRow>.col1 {
    width: 46%;
} */

footer h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'regular';
}

footer .scuLogo {
    max-width: 150px;
    margin-bottom: 22px;
    filter: brightness(0) invert(1);
}

footer a:hover {
    color: #d4080d !important;
}

footer .lst>li {
    display: block;
    margin-bottom: 10px;
}

footer .lst>li>a,
footer .lst>li,
footer p {
    color: #bfbfbf;
}

footer p {
    line-height: 1.7em;
}

footer a:hover {
    color: #d4080d;
}

footer .lst>li i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

footer .infoLst>li {
    font-size: 12px;
    margin-bottom: 3px;
}

footer .infoLst>li>span {
    display: inline;
    color: #fff;
}

footer .tagLst {
    margin: -2px;
}

footer .tagLst>li {
    padding: 2px;
}

footer .tagLst>li>a {
    padding: 1px 6px 1px;
    color: #8c969a;
    font-size: 12px;
    border: 1px solid;
    border-radius: 2px;
}

footer .tagLst>li>a:hover {
    color: #fff !important;
}

footer .btmBlk {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .btmBlk .list {
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0 -5px;
}

footer .btmBlk .list>li {
    font-size: 12px;
    padding: 0 5px;
    padding-right: 7px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

footer .btmBlk .list>li>a {
    color: #8c969a;
}

footer .btmBlk .list>li>a:hover {
    color: #fff;
    opacity: 1;
}

footer .btmBlk .list>li i {
    margin-right: 5px;
}

footer .btmBlk .list>li:nth-last-child(1) {
    border-right: 0;
}

footer .social {
    margin: -3px -5px;
    /* -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center; */
}

footer .social li {
    display: block;
    padding: 3px 5px;
    margin-right: 3px;
}

footer form label {
    color: #ddd;
    font-size: 12px;
    margin-bottom: 7px;
}

footer form .inside {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}

footer form .txtBox,
footer form .webBtn {
    height: 40px;
}

footer form {
    width: 350px;
}

footer form .txtBox {
    width: 100%;
    border: 1px solid #ff2f2f;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
}

footer form .webBtn {
    min-width: 100px;
    font-size: 14px;
    padding: 0px 10px 0;
    border-radius: 0 5px 5px 0;
}

footer .social li a {
    color: #fff;
    font-size: 22px;
    /*width: 30px;*/
    /*height: 30px;*/
}

footer .social li a i {
    color: #fff;
    /*width: 30px;*/
    /*height: 30px;*/
}

.youtube {
    background: #c3181e;
}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #1da1f2;
}

.linkedin {
    background: #0177b5;
}

.pinterest {
    background: #bd081c;
}

.google {
    background: #d14639;
}

.dribbble {
    background: #ea4c89;
}

.instagram {
    background: -o-radial-gradient(20% 90%, ellipse, #ee583f 5%, #d92d77 35%, #bd3381 60%, #4c68d7 100%);
    background: radial-gradient(ellipse at 20% 90%, #ee583f 5%, #d92d77 35%, #bd3381 60%, #4c68d7 100%);
}


/*_____ Copyright _____*/

.copyright {
    font-size: 12px;
    padding-top: 20px;
    border-top: 1px solid #2d2d2d;
    margin-top: 35px;
}

.copyright p {
    margin: 0;
}

.copyright p>a {
    color: #fff;
}

.copyright p>a:hover {
    text-decoration: underline !important;
}


/* ===============preFooter============= */

.preFooter {
    padding: 50px 0px;
    background: #f8f8f8;
}

.preFooter .cntnt {
    width: 700px;
    margin: 0px auto;
    text-align: center;
}

.preFooter .cntnt .webBtn {
    margin-top: 20px;
}

.fullBanner {
    margin-top: 90px;
}


/* ====================about us page============== */

#smbanner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px;
    padding-top: 180px;
}

#smbanner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
}

.aboutBanner {
    background: url(../images/slider2.jpg);
}

#smbanner h1 {
    font-family: 'bold';
    font-size: 30px;
    color: #ffffff!important;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0em 0em 1.25em rgb(0 0 0 / 40%);
    width: 500px;
    margin: 0px auto 20px;
}


/* =============crums======== */

.crums {
    color: #fff;
}

.crums a {
    color: rgb(218, 218, 218);
    position: relative;
    margin-right: 10px;
}

.crums a:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: rgb(218, 218, 218);
}

.crums a:hover {
    color: rgb(255, 255, 255);
}

.crums span {
    color: #fff;
    margin-left: 10px;
}

.crumbsMargin {
    margin: 20px 0px;
}


/* =====abtServiceSec=================== */

.abtServiceSec {
    padding-bottom: 0px;
}

.abtCntnt .col {
    width: 25%;
    padding: 10px;
}

.abtCntnt {
    text-align: center;
    position: relative;
    z-index: 2;
}

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

.abtCntnt .flex {
    margin: 0 -10px;
}

.abtCntnt .col .inner {
    background: #fff;
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    padding: 30px;
    transition: all 0.5s ease;
}

.abtCntnt .col .inner:hover {
    transition: all 0.5s ease;
    background: #e41e2f;
}

.abtCntnt .col .inner p {
    margin-bottom: 0px;
}

.abtCntnt .col .inner:hover p,
.abtCntnt .col .inner:hover h3 {
    color: #fff;
}

.abtCntnt .col .inner h3 {
    font-size: 18px;
}


/* ====whatWeDo====== */

.whatWeDo {
    background: #f3f3f3;
    margin-top: -80px;
    padding-top: 150px;
}

.whatWeDo .colL {
    width: 40%;
    padding-right: 10px;
}

.whatWeDo .colL .image {
    width: 100%;
    height: 550px;
    overflow: hidden;
    filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.2));
    border-radius: 4px;
}

.whatWeDo .colL .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.whatWeDo .colR {
    width: 60%;
    padding-left: 50px;
    align-self: center;
}

.whatWeDo .colR h5 {
    text-transform: uppercase;
    color: #ff0505d4;
    letter-spacing: 3px;
    font-size: 13px;
}

.whatWeDo .colR ul {
    margin-top: 20px;
}

.whatWeDo .colR ul li {
    padding: 20px;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    margin-bottom: 10px;
}

.whatWeDo .colR ul li:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fdfdfd;
    border-bottom: 1px solid #ff2f2f;
}

.whatWeDo .colR ul li h3 {
    position: relative;
    color: #404040;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'bold';
}

.whatWeDo .colR ul li p {
    position: relative;
}

.whatWeDo .colR ul li:after {
    position: absolute;
    content: '\e92d';
    font-family: font-icon;
    top: 22px;
    left: 19px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    background-color: #404040;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}


/* =====================amongAll============= */

.amongAll .colL {
    width: 60%;
    padding-right: 50px;
    align-self: center;
}

.amongAll .colR {
    width: 40%;
    padding-left: 10px;
}

.amongAll .colR .image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.2));
    border-radius: 4px;
}

.amongAll .colR .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.amongAll .colL h5 {
    text-transform: uppercase;
    color: #ff0505d4;
    letter-spacing: 3px;
    font-size: 13px;
}

.aboutProductTxt {
    /* margin-top: 50px; */
    background: #ffffff;
    padding: 50px;
    margin: 50px 0px 0px;
}


/*====contact*/

.contactBanner {
    background: url(../images/contact.jpg);
    background-position: top!important;
}

.contact {
    background: #ffffff;
}

.contact .heading {
    margin-bottom: 30px;
}

.contact h2 {
    font-size: 22px;
}

.contact .colL {
    width: 50%;
    padding-right: 80px;
}

.contact .colL .heading {
    width: 100%;
}

.contact .colL ul li {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact .colR {
    width: 50%;
    padding-left: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.contact .colL ul li h5 {
    font-size: 19px;
    font-family: 'regular';
    color: #fc2c2c;
    position: relative;
    padding-bottom: 10px;
}

.contact .colL ul li h5:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #fc2c2c;
}

.contact .colL ul li a {
    display: block;
    font-size: 16px;
    color: #313131;
    position: relative;
    z-index: 3;
    width: fit-content;
}

.contact .colL ul li p {
    font-size: 16px;
}

.contact form {
    background: #000000;
    padding: 40px;
    border-radius: 5px;
}

.contact form label {
    color: #fff;
    font-size: 13px;
    font-family: 'regular';
}

.contact form .txtBox {
    border: 1px solid #2b2b2b;
}


/* ============product detail page============ */

.productDt:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 237px;
    background: #000000;
}

.productDt h2 {
    margin-bottom: 50px;
    color: rgb(0, 0, 0);
    /* text-shadow: 0px 0px 4px #2e2e2e; */
}

.productDt h3 {
    position: relative;
    color: #e41e2f;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'bold';
    margin-bottom: 15px;
}

.productDt h4 {
    position: relative;
    color: #e41e2f;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'semi';
}

.productDt {
    padding-top: 145px;
    padding-bottom: 170px;
}

#owl-proBanner .item {
    height: 450px;
    margin-bottom: 20px;
}

#owl-proBanner {
    overflow: unset;
}


/* ======noiseControl============ */

.noiseControl {
    background: #f8f8f8;
}

.noiseControl .cntnt {
    width: 900px;
    margin: 0px auto 40px;
    text-align: center;
}

.noiseList li {
    width: 50%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
}

.noiseList li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background-color: #fdfdfd;
    border-bottom: 1px solid #ff2f2f;
}

.noiseList li:after {
    position: absolute;
    content: '\e92d';
    font-family: font-icon;
    top: 22px;
    left: 19px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    background-color: #e41e2f;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}

.noiseList li h3 {
    position: relative;
    color: #191919;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'bold';
}

.noiseList li p {
    position: relative;
}

.buystrip {
    background: #fff!important;
}

input.error {
    border-color: Red !important;
    border-style: solid;
    border-width: 1px;
}

textarea.error {
    border-color: Red !important;
    border-style: solid;
    border-width: 1px;
}

select.error {
    border-color: Red !important;
    border-style: solid;
    border-width: 1px;
}

label.error {
    color: red;
    font-size: 11px;
}

input[type="radio"].error:after,
input[type="checkbox"].error:after {
    border-color: red;
}


/* ==============product_shop_grid============ */

.product_shop_grid .flex {
    margin: 0 -10px;
}

.product_shop_grid .col {
    width: 50%;
    padding: 10px;
}

.product_shop_grid .col .inner {
    background-color: #f1f1f1;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.product_shop_grid .col .inner:hover {
    box-shadow: 0px 0px 10px #33333378;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.product_shop_grid .col .image {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
}

.product_shop_grid .col .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.product_shop_grid .col .cntnt {
    padding: 20px;
}

.product_shop_grid .col .cntnt p {
    font-size: 14px;
    color: rgb(125 125 125);
    font-family: 'regular';
    line-height: 1.5em;
}

.product_shop_grid .col .cntnt h3 {
    color: #e41e2f;
}


/* ===============prodetail========= */

.product_tabs .flex {
    margin: 0 -10px;
}

.product_tabs .col {
    width: calc(100% / 3);
    padding: 10px;
}

.product_tabs .col .inner {
    background-color: #f1f1f1;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.product_tabs .col .inner:hover {
    box-shadow: 0px 0px 10px #33333378;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.product_tabs .col .image {
    width: 100%;
    height: 380px;
    position: relative;
}

.product_tabs .col .image .item {
    height: 350px;
    margin-bottom: 20px;
}

.product_tabs .col .owl-dots {
    text-align: center;
    position: absolute;
    line-height: 0;
    z-index: 5;
    bottom: 20px;
    left: 0;
    right: 0;
}

.product_tabs .col .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.product_tabs .col .cntnt {
    padding: 20px;
}

.product_tabs .col .cntnt p {
    font-size: 14px;
    color: rgb(125 125 125);
    font-family: 'regular';
    line-height: 1.5em;
}

.product_tabs .col .cntnt h3 {
    color: #e41e2f;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

.nav-tabs>li>a {
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.42857143;
    border: 1px solid #e41f30;
    border-radius: 10px;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    color: #fff;
    cursor: default;
    background-color: #e41f30;
    border: 1px solid #e41f30;
    border-bottom-color: #e41f30;
}


/*
|----------------------------------------------------------------------
|       Oops 404
|----------------------------------------------------------------------
*/

#oops {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fafafa;
    padding: 120px 0 60px;
    overflow: auto;
}

#oops .blk,
#oops .inner {
    max-width: 440px;
    margin: 0 auto;
}

#oops .logoDv {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 240px;
    margin: 0 auto 30px;
}

#oops .icon {
    /* color: #fff; */
    color: #e41e2f;
    font-size: 140px;
    font-family: "Poppins Bold";
    line-height: 0.8;
    margin-bottom: 25px;
    /* text-shadow: 0 0 2px #2d8cff, 1px 5px 24px rgba(68, 102, 242, 0.05); */
}
.txtBox:-webkit-autofill {
  color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px rgb(0, 0, 0) inset;
  -webkit-text-fill-color: #fff;
}