
/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

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

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

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

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

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

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

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

@font-face {
    font-family: 'price_bold';
    src: url('../fonts/century-gothic-bold.ttf');
}
@font-face {
    font-family: 'heart';
    src: url('../fonts/HaveHeartOne.ttf');
}

.heart{
    font-family: 'heart';
}

.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%;
}

body {
    position: relative;
    min-height: 100%;
     background-color: #fff; 
    /*background-image: -webkit-linear-gradient(0deg, #fbfaf5 0%, #23afa6 103%, #75ccc6 100%);*/
    /*background-image: -ms-linear-gradient(0deg, #fbfaf5 0%, #23afa6 103%, #75ccc6 100%);*/
    color: #393a3e;
    font-size: 14px;
    font-family: 'regular';
    margin: 0;
    padding: 0;
    padding-top: 75px;
    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: #00234b;
    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: 19px;
    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: #fff;
    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: 80px;
    /*height: 11px;*/
    background: #fff;
    color: #2b3a50 !important;
    font-size: 14px;
    font-family: 'regular';
    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: 4px;
    outline: none !important;
}

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

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

.colorBtn {
    background: #000;
    color: #fff !important;
}
.blueBtn {
    background: #13a89e;
    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 {
    background: #000;
    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: 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
|----------------------------------------------------------------------
*/

.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: -120px;
    right: 5px;
    width: 28px;
    height: 28px;
    color: #ffffff;
    font-size: 37px;
    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: 32px;
    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: 8px 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: 20px;
}

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

.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: rgba(0, 0, 0, 0.04);
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid;
}

.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 i,
.ckEditor em {
    font-style: italic;
}

.ckEditor strong {
    font-family: 'semi';
}
/*==============logged header*/
/*_____ proIco _____*/

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

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: 76px;
    z-index: 50;
    /*background: #fdfdfd;
    box-shadow: 0px 0px 4px #ddd;*/
}
#sub-pages header{
/*background: #222;*/
}
#sub-pages{
    padding-top: 0px;
}
.logo {
    float: left;
    width: 95px;
    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;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.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: 20px;
}
.searchBtn{
    position: absolute;
    right: -6px;
    top: 24px;
    color: #fff;
    font-size: 20px;
}
.searchPopup .inner button{
position: absolute;
    right: 5px;
    top: 39px;
    font-size: 35px;
    background: no-repeat;
    border: none;
    color: #fff;

}
.searchPopup .inner .txtBox{
    font-size: 30px;
    color: #fff;
    height: 115px;
    border:none;
    border-bottom: 1px solid #ddd;
    background:transparent;
}
.searchPopup .inner .txtBox::-webkit-input-placeholder{
    font-size: 30px;
    color: #fff;
}
.searchPopup .inner .txtBox::-moz-placeholder{
    font-size: 30px;
    color: #fff;
}
.searchPopup .inner .txtBox:-ms-input-placeholder{
    font-size: 30px;
    color: #fff;
}
.searchPopup .inner .txtBox::-ms-input-placeholder{
    font-size: 30px;
    color: #fff;
}
.searchPopup .inner .txtBox::placeholder{
    font-size: 30px;
    color: #fff;
}
.innerNav{
    padding: 0px 100px;
}
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 > a {
    height: 34px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 7px 16px 0;
    padding-bottom: 20px !important;
}

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

nav > ul > li.active > a {
    font-family: 'semi';
    opacity: 1;
}

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: #000;
    color: #fff!important;
    border: 1px solid #000;
}
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: #fff;
    color: #778ca3;
    font-size: 13px;
    text-align: left;
    padding: 5px 16px 6px;
    letter-spacing: 0.5px;
    border: 1px solid #eee;
    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: #778ca3;
}

.txtBox:-ms-input-placeholder {
    color: #778ca3;
}

.txtBox::-ms-input-placeholder {
    color: #778ca3;
}

.txtBox::-moz-placeholder {
    color: #778ca3;
}

.txtBox::placeholder {
    color: #778ca3;
}

.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: #13a89e;
}

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

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

.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: 40%;
    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:#000;
    /*background: #131b1f;*/
    color: #fff;
    font-size: 28px;
    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: 10px;
}

.owl-next {
    right: 10px;
}

/*_____ 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 #333;
    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: #eb624a;
}

.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==========
==============================*/

/*=================================================
===============footer==========================
========================================*/
footer{
    padding: 15px 0px 25px;
    background: #222;
    position: relative;
}
footer .uk-position-bottom{
    bottom: 70px;
}
footer .social {
    margin: -3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
footer .social li {
    color: #fff;
    font-size: 11px;
    padding: 3px;
    background: #efefef;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
footer .social li:hover{
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background: #000;
}
footer .social li a.facebook {
    color: #3b5998;
}
footer .social li a {
    color: #778ca3;
    font-size: 22px;
    line-height: 0;
}
footer a:hover{
    color: #ddd;
}
footer .social li a.twitter {
    color: #1da1f2;
}
footer .social li a.instagram {
    color: #bd3381;
}
footer .social li a.youtube {
    color: #c3181e;
}

footer p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    margin-right: 15px;
    color: #ddd;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
footer p > a {
    color: #979797;
}



/*=============fancy cursor==============*/
/*:root{
    cursor: url(../images/dot.png) 13 11, auto;
    height: auto;
    transition: all 0.5s ease;
}
a{
    cursor: url(../images/dot.png) 13 11, auto;
    height: auto;
    transition: all 0.5s ease;
}*/
/*a:hover{
    cursor: url("../images/element_purple_circle.png"), url("custom.cur"), auto;
}

a{
    cursor: none;
}*/
/*=================banner==============*/
#banner{
    height: 650px;
    position: relative;
    margin-top: -80px;
    overflow: hidden;
    background: #111;
}

.bannerImg{
   width: 40%;
   background: #333;
}

.bannerCntnt{
    width: 60%;
    /*padding: 0px 120px;
    align-self: center;
    margin-top: -200px;*/
    padding: 0px 100px;
    margin-top: 100px;

}
/*.bannerCntnt h3{
    text-transform: uppercase;
    font-family: 'semi';
    font-family:monospace,monospace;
    color: #fff;
    width: fit-content;
    background: #333;
    padding: 4px 18px;
    border-radius: 50px;
}*/
.bannerCntnt h1{
    /*font-family: 'bold';*/
    font-family:'heart';
    font-size: 120px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    text-shadow: 4px 4px 10px rgba(0,0,0,.75);
}
.bannerCntnt h5{
    text-shadow: 4px 4px 10px rgba(0,0,0,.75);
    color: #fff;
    font-size: 50px;
    line-height: 0.7em;
    font-weight: 100;
    font-family: 'heart';
    padding-right: 60px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
}

/*=================================wave=========================*/
.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute!important;
    color: #525252;
}
.de-shape-divider svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
}
.de-opacity-1 {
    opacity: .1;
}
.de-opacity-2 {
    opacity: .2;
}
.de-opacity-3 {
    opacity: .3;
}
.de-opacity-4 {
    opacity: .4;
}
.de-opacity-10 {
    opacity: 1;
}
/*========================end wave========================*/
/*=======================cmnSec=============*/
.cmnSec{
    padding: 70px 0px;
    position: relative;
    background: #fff;
}
.cmnSec h2{
    color: #333;
    font-size: 70px;
    font-family: 'heart';
    letter-spacing: 1px;
    text-transform: uppercase;
   line-height: 0.5em;
    margin-bottom: 29px;
}
.cmnSec p{
    font-size: 18px;
}
.cmnBlk{
    width: 600px;
    margin: 0px auto;
    text-align: center;
}
/*=====================about us====================*/
#abt{
  /*padding-bottom: 0px;*/
}
#abt .col{
    width:calc(100% / 3);
    padding: 10px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
#abt .col a h2{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#abt .col a h2:hover{
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#abt .col ._col:nth-child(1), #abt .col ._col:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
#abt .col ._col {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    width: 100%;
    padding: 6px;
}
#abt .col .image {
    position: relative;
    overflow: hidden;
    height: 220px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
#abt .col .image:hover{
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#abt .col .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
#abt .col ._col:nth-child(2), #abt .col ._col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
#abt .col ._col:nth-child(2) .image, #abt .col ._col:nth-child(3) .image {
    height: 173px;
}
#abt .col ._col:nth-child(3) {
    -ms-flex-item-align: start;
        align-self: flex-start;
}
#abt .cmnBlk{
    background:#fff;
    width: 100%;
}
.socialList li a{
    width: 30px;
    height: 30px;
    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;
    font-size: 20px;
    border-radius: 4px;
    color: #fff;
}
.socialList li a:hover{
    background: #333;
}
.twitter{
    background: #00acee;
}
.facebook{
    background: #3b5998;
}
.instagram{
    background: #c13584;
}
.linkedin{
    background: #0e76a8;
}
/*=========================bussiness==============*/

/*#busi:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   background:url(../images/parallax3.png);
    opacity: 0.8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
#busi:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   background:url(../images/parallax3.png);
   /*filter: drop-shadow(2px 4px 6px black);*/
    /* z-index: 1; */
    opacity: 0.8;
}


#busi h2{
    color: #333;
    text-align: center;
}
#busi .busiCntnt{
    width: 700px;
    margin: 0px auto;
    text-align: center;
    color: #ddd;
}
#busi .flex{
    width: 1000px;
    margin: 0px auto;
}
#busi a{
    width: calc(100% / 4);
    padding: 10px;
}
#busi a .image{
    height: 200px;
    width: 100%;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#busi a:hover .image{
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#busi a img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
#busi a .inner{
    background-color: #fff;
    text-align: center;
    /*padding: 20px;*/
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(31, 30, 30, 0.79);
            box-shadow: 0px 5px 5px -4px rgba(31, 30, 30, 0.79);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    position: relative;
    /*overflow: hidden;*/
}

#busi a h3{
    color: #333;
    margin-bottom: 0px;
    padding: 20px 10px;
}
#busi a:nth-child(1):hover h3{
    color: #dc0329;
}
#busi a:nth-child(2):hover h3{
    color: #db7530;
}
#busi a:nth-child(3):hover h3{
    color: #0795ea;
}
#busi a:nth-child(4):hover h3{
    color: #e9d650;
}
#busi a:hover h3{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#busi p{
    color: #333;
    font-size: 18px;
}
#busi{
    padding-bottom: 90px;
    /*padding-top: 110px;*/
}
/*===================================artcle================*/
/*=================================Mentoreship and Contact=================*/
#article{
    position: relative;
    padding: 0px;
    /*margin-top: 65px;*/
}
#article:before{
    position: absolute;
    content: '';
    top: -55px;
    left: 0;
    right: 0;
    height: 200px;
    background:#c1c1c1;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 58%, 50% 28%, 0 58%, 0% 25%);
            clip-path: polygon(50% 0%, 100% 25%, 100% 58%, 50% 28%, 0 58%, 0% 25%);
    z-index: 1;
}
#article .col:hover:before{
    opacity: 0.4;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#article .colR:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:-o-linear-gradient(left, #000000ad 48%, #000000ad 40%);
    background:-webkit-gradient(linear, left top, right top, color-stop(48%, #000000ad), color-stop(40%, #000000ad));
    background:linear-gradient(90deg, #000000ad 48%, #000000ad 40%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#article .colL:before{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:-o-linear-gradient(left, #00000066 48%, #00000066 40%);
    background:-webkit-gradient(linear, left top, right top, color-stop(48%, #00000066), color-stop(40%, #00000066));
    background:linear-gradient(90deg, #00000066 48%, #00000066 40%);
}
/*#article .colL:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100px;
    right: 0;
    top: -50px;
    left: -30px;
    right: 0;
    background: #fff;
    z-index: 2;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
#article .colR:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100px;
    right: 0;
    top: -50px;
    left: 0px;
    right: -30px;
    background: #fff;
    z-index: 2;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}*/

#article .col{
padding: 60px 0px;
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;
}
#article .col .inner{
    max-width: 415px;
    margin: 0px auto;
    padding: 50px 0px 0px;
}
#article .col .inner p{
    z-index: 120;
    position: relative;
}
#article .colL{
width: 50%;
padding-right: 50px;
background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
color: #fff;
border-right: 1px solid #f02d0e;
    border-bottom: 1px solid #f02d0e;
}
#article .colR{
width: 50%;
padding-left: 50px;
background: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    border-left: 1px solid #f02d0e;
    border-bottom: 1px solid #f02d0e;

}
#article .col h2{
    color: #fff;
    position: relative;
}
/*#article .colL h2{
    color: #fff;
    position: relative;
}*/

/*=================================vidSpeak=================*/
#vidSpeak{
    padding: 0px 0px;
    position: relative;
}
#vidSpeak:after {
    background: url(../images/header-final.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    height: 200px;
    bottom: -1px;
    left: 0px;
    right: 0px;
    content: '';
}
#vidSpeak .col:hover:before{
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#vidSpeak .col{
padding: 50px 0px 280px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
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;
}
#vidSpeak .col .inner{
    max-width: 415px;
    margin: 0px auto;
}
#vidSpeak .colR:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:-o-linear-gradient(left, #00000066 48%, #00000066 40%);
    background:-webkit-gradient(linear, left top, right top, color-stop(48%, #00000066), color-stop(40%, #00000066));
    background:linear-gradient(90deg, #00000066 48%, #00000066 40%);
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#vidSpeak .colL:before{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:-o-linear-gradient(left, #000000ad 48%, #000000ad 40%);
    background:-webkit-gradient(linear, left top, right top, color-stop(48%, #000000ad), color-stop(40%, #000000ad));
    background:linear-gradient(90deg, #000000ad 48%, #000000ad 40%);
    /*opacity: 0.4;*/
}

#vidSpeak .colL{
width: 50%;
padding-right: 50px;
color: #fff;
background: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    border-right: 1px solid #f02d0e;
    border-top: 1px solid #f02d0e;
}
#vidSpeak .colR{
    border-left: 1px solid #f02d0e;
    border-top: 1px solid #f02d0e;
width: 50%;
padding-left: 50px;
background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;

}
#vidSpeak .col p{
    position: relative;
    z-index: 120;
    color: #fff;
}
#vidSpeak .col h2{
    color: #fff;
    position: relative;
}


/*=================================Mentoreship and Contact=================*/
#mentor{
    /*background: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;*/
    position: relative;
    padding-bottom: 180px;
}
/*#mentor:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:linear-gradient(90deg, #e7e7e7 48%, #000000ad 40%);
}*/
#mentor .col{
width: calc(100% / 3);
text-align: center;

}
#mentor .col .inner{
    height: 240px;
   background: #333;
    padding: 0px 20px 20px;
    color: #fff;
    -webkit-box-shadow: 0 21px 35px -4px rgba(31, 30, 30, 0.79);
            box-shadow: 0 21px 35px -4px rgba(31, 30, 30, 0.79);
    overflow: hidden;
    /*border-radius: 4px;*/
}
#mentor .colR{
/*width: 50%;*/
padding-left: 20px;
color: #fff;

}
#mentor .col:hover .image{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
}
#mentor .image{
    width: 100%;
    height: 250px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
#mentor .image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
#mentor .col h2{
    color: #fff;
    font-size: 50px!important;
    /*letter-spacing: 8px!important;*/
    /*font-weight: 800;*/
}
/*===============================story=================*/
#story{
    padding-bottom: 140px;
}
#story .colL{
width: 60%;
padding-right: 30px;
}
#story .colR{
width: 40%;
padding-left: 10px;
}
#story .colR .image{
   border-radius: 4px;
    -webkit-box-shadow: 0 21px 35px -4px rgba(31, 30, 30, 0.79);
            box-shadow: 0 21px 35px -4px rgba(31, 30, 30, 0.79);
    overflow: hidden; 
}

/*=======================about page=============*/
#aboutPage{
    padding: 50px 0px 190px
}
#aboutPage .colL{
    width: 25%;
    padding-right: 10px;
}
.profile {
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
    display: inline-block;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
}
.profileName {
    line-height: 18px;
    padding: 20px;
}
.profileName h4{
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-family: 'heart';
    font-weight: 800;
    letter-spacing: 2px;
}
.profile h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'heart';
    font-weight: 800;
    letter-spacing: 4px;
}
.profile h6 {
    font-size: 13px;
    color: #777777;
}
.profile-image {
    margin-top: -35px;
    -webkit-clip-path: polygon(0 9%, 100% 0, 100% 94%, 0% 100%);
    clip-path: polygon(0 9%, 100% 0, 100% 94%, 0% 100%);
}
.profile-image img {
    width: 100%;
}
ul.profile-information {
    list-style: none;
    margin: 8px 0px 25px 35px;
}
ul.profile-information li:first-child {
    /*padding-bottom: 10px;*/
    margin-bottom: -5px;
    padding-left: 30px;
    position: relative;
}
ul.profile-information li {
    border-left: solid 2px #eee;
    padding: 0 0 15px 20px;
    font-size: 14px;
    color: #787878;
    width: 100%;
}
ul.profile-information li p{
    margin-bottom: 0px;
}
ul.profile-information li:first-child:before {
    margin-left: -51px;
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 11px 14px;
    -webkit-box-shadow: 0px 2px 32px 0px rgba(4, 123, 248, 0.3);
            box-shadow: 0px 2px 32px 0px rgba(4, 123, 248, 0.3);
}
.timeline li:before, ul.profile-information li:before {
    border-color: #000 !important;
}

ul.profile-information li:before {
    content: "";
    border: solid 2px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 8px;
    margin-left: -25px;
    margin-top: 2px;
    font-weight: 400;
    background: #fff;
    display: block;
    position: absolute;
}

ul.profile-information li:first-child:after {
    background: url(../images/glasses.png) no-repeat;
    content: '';
    width: 30px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -14px -15px;
    background-size: 27px 10px;
}
ul.profile-information li:last-child {
    border: 0;
    margin-left: 2px;
    margin-top: -2px;
}
ul.profile-information li span {
    color: #000;
    font-family: 'Racing Sans One', cursive;
}
ul.profile-information li p {
    font-size: 13.5px;
    color: #5f5f5f;
}

#aboutPage .colR{
    width: 75%;
    padding-left: 10px;
}
.vPrinciple{
    margin-bottom: 20px;
}
.vPrinciple .colL{
    width: 50%!important;
    padding-right: 10px;
}
/*.vPrinciple .inner ul li{
    margin: 4px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.vPrinciple .inner ul li:before{
    content: "\f178";
    color: #fba311;
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 10px;
}*/
.vPrinciple .colR{
    width: 50%!important;
    padding-left: 10px;
}

.abtBox{
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    background:#fff;
    padding: 20px; 
    margin-bottom: 20px; 
    padding-top: 0px;
}
.abtBox h3{
    text-transform: capitalize;
    /* font-family: 'black'; */
    font-family: 'heart';
    letter-spacing: 4px;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 50px;

}
.skill-list{
    margin: 0px -10px;
}
.skill-list li{
    width: 50%;
    padding: 10px;
}
.skill-list .progress {
    margin: 10px 0 20px;
    display: block;
    height: 5px;
    position: relative;
    width: 100%;
    overflow: visible;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #dfdfdf;
    -webkit-box-shadow: 0;
            box-shadow: 0;
}
.skill-list .progress .percentage {
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    /* -webkit-border-radius: 50px 0 0 50px; */
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    bottom: 0;
    position: absolute;
    top: 0;
    background: #20a917 !important;
}

/*===============experience=================*/

.expCol{
    width: calc(100% / 3);
    padding: 10px;
}
.expFlex{
    margin: 0px -10px;
}
.expInner{
    border: 1px solid #f2f3f4;
    padding: 20px;
}
.expInner:hover{
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
}
.expCntnt{
  text-align: center;
}
.expCntnt h4{
    font-family: 'black';
    color: #000;
    text-transform: uppercase;
}
.expCntnt span{
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
    font-family: 'bold';
}

.companyLogo{
    width: 125px;
    margin: 0px auto 15px;
    height: 50px;
    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;
}
/*
|----------------------------------------------------------------------
|       Contact us
|----------------------------------------------------------------------
*/

#contact {
    padding: 60px 0px 190px;
    background: #f5f6f8;
    overflow: hidden;
}
#contact h1{
   color: #000;
    font-size: 150px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'heart';
    text-transform: uppercase;
    /* font-weight: 800; */
    margin-top: -85px;
}
#contact .content{
    width: 960px;
}
p.pre {
    color: #111;
    font-size: 20px;
    font-family: 'semi', sans-serif;
    margin: -15px 0 50px;
}
#contact .outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 140px;
    padding-bottom: 40px;
}

#contact .outer:after {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    right: -100%;
    bottom: 0;
    background: #fff;
}

#contact h3 {
    font-size: 20px;
    font-family: 'black', sans-serif;
    margin-bottom: 20px;
}

#contact .sideForm {
    min-width: 600px;
    background: #111;
    color: rgba(255, 255, 255, 0.2);
    padding: 40px;
    z-index: 2;
}
#contact form{
    margin-top: 30px;
}
.nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border: 1px solid #f5f6f8;
    border-radius: 0px 0px 0 0;
    color: #fff;
}
.nav-tabs>li>a:hover{
    background:#333;
    color: #fff;
}
.nav-tabs{
    border-bottom: none;
}

#contact form h3 {
    color: #fff;
}

#contact form .txtBox {
    background: transparent;
    color: #fff;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-bottom: 1px solid #292929;
    border-radius: 0;
}
#contact form .txtBox:-webkit-autofill{
    color: #fff;
}

#contact form .txtBox::-webkit-input-placeholder {
    color: #fff;
}

#contact form .txtBox:-ms-input-placeholder {
    color: #fff;
}

#contact form .txtBox::-ms-input-placeholder {
    color: #fff;
}

#contact form .txtBox::-moz-placeholder {
    color: #fff;
}

#contact form .txtBox::placeholder {
    color: #fff;
}

#contact form .bTn .webBtn {
    -webkit-box-shadow: inset #292929 0 0 0 1px;
            box-shadow: inset #292929 0 0 0 1px;
}

#contact .txt {
    padding-top: 150px;
    margin-right: 100px;
    z-index: 2;
}

#contact .txt p {
    font-size: 13px;
    font-family: 'semi', sans-serif;
}

#contact .infoLst > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#contact .infoLst > li > i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    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: #111;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    border-radius: 75%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 0 10px 0;
            box-shadow: rgba(0, 0, 0, 0.04) 0 0 10px 0;
}

#contact .infoLst > li > span {
    font-size: 13px;
    line-height: 1.7;
}

#contact .infoLst > li strong {
    display: block;
}

#contact .infoLst > li > a {
    color: #111;
    line-height: 1.2;
}

#contact .infoLst > li > a:hover {
    opacity: 0.8;
}

#contact .txt h4 {
    font-size: 15px;
    margin: 40px 0 30px;
}
/*=========================blogPage=================*/
#blogPage{
    padding: 60px 0px 190px;
    background: #ffffff;
}
#blogPage .colL{
    width: 70%;
    padding-right: 10px;
}
#blogPage h2{
  color: #000;
    font-size: 35px;
    line-height: 48px;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'black';
}
#blogPage .col{
    width: calc(100% / 1);
    padding: 10px;
}
#blogPage .col .innerCol{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#blogPage .col .image{
    height: 240px;
    width: 200px;
    display: block;
    opacity: 1;
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
    overflow: hidden;
}
#blogPage .col .image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
#blogPage .col .image:hover{
    opacity: 0.6;
}
#blogPage .col .innerCntnt{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 15px;
    position: relative;
}

#blogPage .col .innerCntnt p{
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'bold';
}
#blogPage .col .innerCntnt .date{
padding-bottom: 3px;
    text-transform: uppercase;
    color: #959595;
    font-size: 11px;
}
#blogPage .col .innerCntnt h3{
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 86px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 30px;
    font-family: 'black';
}
._vidLst .col .innerCntnt h3{
    max-height: 65px!important;
    font-size: 26px!important;
}
#blogPage .col .innerCntnt h3 a{
color: #000;
/*font-weight: 800;
font-family: 'Racing Sans One', cursive;*/
}
#blogPage .col .innerCntnt h3 a:hover{
    opacity: 0.8;
}
#blogPage .cntnt h3{
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 86px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 25px;
    font-family: 'black';
    margin: 10px 0px 10px;
    /*text-align: center;*/
}
#blogPage .cntnt h3 a{
color: #000;
}
#blogPage .cntnt h3 a:hover{
    opacity: 0.8;
}
#blogPage .cntnt p{
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'bold';
    text-align: center;
}
#owl-banner .item .image{
    height: 200px;
    width: 100%;
    overflow: hidden;
}
#owl-banner .item .image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.blogLists{
    margin: -10px -10px;
}

.filterRow{
    /*margin-bottom: 80px;*/
    /*margin-top: -150px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*background: #7e7e7e;
    padding: 15px;
    box-shadow: 0px 5px 40px rgba(0,0,0,.05);*/
    position: relative;
    z-index: 40;
}
.filterRow form:first-child{
    width: 80%;
    padding-right: 10px;
}
.filterRow form{
    width: 20%;
    -ms-flex-item-align: end;
        align-self: flex-end;
}

.filterRow form .txtBox{
    background: #fcfdfd;
    border-radius: 0px;
}
.filterRow form .searchBtn{
position: absolute;
    top: 3px;
    right: 0px;
    height: 45px;
    width: 47px;
    border: none;
    background: transparent;
    font-size: 25px;
    color: #333;
}



#blogPage .colR{
    width: 30%;
    padding-left: 20px;
}

.sideListBlog{
    margin-bottom: 30px;
}
.sideListBlog p{
    font-size: 14px;
}
.sideListBlog .secHeading{
    margin-bottom: 0px;
}

.catListBlog li{
    margin: 7px 0;
    display: inline-block;
    width: 100%;
}
.catListBlog li ul{
    margin-left: 25px;
}
.catListBlog li ul li a{
    font-size: 12px;
}
.catListBlog li ul li{
    margin: 2px 0;
}
.catListBlog li ul li a:before{
    content: '\f10c';
    font-size: 8px;
    margin-right: 10px;
}
.catListBlog li a{
    height: 100%;
    width: 100%;
    position: relative;
}
.catListBlog li a:before{
    content: "\f178";
    color: #fba311;
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 10px;
}
.catListBlog li a:hover{
    opacity: 0.8;
}
.colPost{
    width: 25%;
    padding-right: 10px;
    margin-top: 10px;
}
.colPostCntnt{
   width: 75%;
    padding-left: 10px;
    margin-top: 10px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.colPost .image{
    width: 100%;
    height: 72px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 40px rgba(0,0,0,.05);
            box-shadow: 0px 5px 40px rgba(0,0,0,.05);
}
.colPost .image img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.colPostCntnt a{
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}
.colPostCntnt a:hover{
   opacity: 0.8;
}
.colPostCntnt .date{
    font-size: 11px;
    color: #a7a7a7;
}

.detailImage{
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 40px rgba(0,0,0,.05);
            box-shadow: 0px 5px 40px rgba(0,0,0,.05);
}
.detailCntnt h3{
    font-size: 30px;
    text-transform: capitalize;
}
.detailCntnt .date{
    font-size: 12px;
    color: #a7a7a7;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/*========================gridView================*/

.gridView .col{
    width: calc(100% / 2)!important;
}
.gridView .col .image{
   width: 100%!important; 
}
.gridView .col .innerCntnt{
    background: #fff;
    -webkit-box-shadow: 0px 5px 40px rgba(0,0,0,.05);
            box-shadow: 0px 5px 40px rgba(0,0,0,.05);
}
.gridView .col .innerCntnt h3{
    max-height: 76px!important;
    margin-bottom: 0px;
}

.dropdown-menu{
    min-width: 100%;
}

/*=============hidenImage============*/
.hidenImage .innerCol .image{
    display: none!important;
}
.hidenImage .col .innerCol{
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 20px!important;
}
.hidenImage .col .innerCol .innerCntnt{
    padding: 0px!important;
}
.divider{
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}
.divider h3{
font-family: 'black';
    text-transform: uppercase;
    position: relative;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 10px;
}
.divider:before{
    position: absolute;
    content: '';
    top: 12px;
    right: 0px;
    width: 100%;
    height: 1px;
    background: #cecece;
}

/*=======================publishing page==========*/
.flex-3 form:first-child{
width: 50%!important;
padding-right: 0px!important;
padding: 5px!important;
}
.flex-3 form:nth-child(2){
    width: 35%!important;
}
.flex-3 form{
    width: 15%!important;
    padding: 5px!important;
}
.secHeading h4{
    text-transform: uppercase;
    font-family: 'bold';
}

.topViewLst .colPost{
    width: calc(100% / 2)!important;
}
.topViewLst .colPost .colPostCntnt{
    width: 100%;
    padding:0px;
}
.topViewLst .colPost .colPostCntnt h5{
    margin-bottom: 5px;
}
.topViewLst .colPost .image{
    height: 100px!important;
}

/*================videos page==============*/
#subPg{
    padding: 15px 0px 95px!important;
    padding-bottom: 150px;
}
.businessPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.businessPage{
background: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: 0px -270px;
    background-size: cover;
    position: relative;

}
.videoPg{
    background: #fff;
}
#subPg .flex{
    /*justify-content: center;*/
}
#subPg h1 {
    margin-left: 110px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    color: #fff;
    font-size: 150px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'heart';
    text-transform: uppercase;
}
.videoLists .col{
    /*width: calc(100% / 2)!important;*/
}
.videoLists .col:nth-child(3n){
    /*width: 100%!important;*/
}
.videoLists .col .vImage{
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 40px rgba(0,0,0,.05);
            box-shadow: 0px 5px 40px rgba(0,0,0,.05);
    border-radius: 4px;
}
.videoLists .col .vImage img{
    width: 100%;
    height: 100%!important;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.videoLists .col .vImage .playBtn {
    position: absolute;
    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;
    z-index: 1;
    bottom: 28px;
    left: 20px;
}
.videoLists .col .vImage .playBtn:hover{
    opacity: 0.8;
}
.videoLists .vImage .playBtn .vidBtn {
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%,rgb(229, 229, 229) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)),to(rgb(229, 229, 229)));
    background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgb(229, 229, 229) 100%);
    width: 40px;
    height: 40px;
    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;
    font-size: 25px;
    border-radius: 50px;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.videoLists .vImage .playBtn .vidBtn i{
z-index: 1;
position: relative;
}
.videoLists .vImage .playBtn .vidBtn:before{
    width: 50px;
    height: 50px;
    position: absolute;
    content: '';
    border-radius: 50px;
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%,rgb(229, 229, 229) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)),to(rgb(229, 229, 229)));
    background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgb(229, 229, 229) 100%);
    top: -5px;
    left: -5px;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    border:2px solid #fff;
}
.videoLists .vImage .playBtn .vidBtn:after{
    width: 60px;
    height: 60px;
    position: absolute;
    content: '';
    border-radius: 50px;
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%,rgb(229, 229, 229) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)),to(rgb(229, 229, 229)));
    background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgb(229, 229, 229) 100%);
    top: -10px;
    left: -10px;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    border:2px solid #fff;
}
.videoLists .vImage .playBtn .lableVid {
    color: #000000;
    margin-left: 10px;
    font-size: 13px;
    font-family: 'semi';
    margin-bottom: 0px;
    background: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 40px rgba(0,0,0,.5);
            box-shadow: 0px 5px 40px rgba(0,0,0,.5);
    margin-left: 20px;
}
.videoLists .innerCntnt{
    padding: 0px!important;
    padding-top: 20px!important;
}
.videoLists .innerCntnt h3{
    max-height: 74px!important;
}

/*=========================detail page===========*/
.detailPg .colL{
    width: 60%;
    padding-right: 10px;
}
.detailPg .colR{
    width: 40%;
    padding-left: 10px;
}
.videoBlk {
    position: relative;
    display: block;
    background: #000;
    overflow: hidden;
    height: 380px;
    -webkit-box-shadow: 2px 0 5px rgba(85, 85, 85, 0.4);
            box-shadow: 2px 0 5px rgba(85, 85, 85, 0.4);
    overflow: hidden;
    border-radius: 5px;
}
video[poster] {
    height: 100%;
    width: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.videoBlk video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    margin: 0% auto;
    background: #000;
}
.videoBtn {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    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;
    width: 80px;
    height: 80px;
    margin: -20px auto 0px;
    background: rgb(34, 34, 34);
    color: #f8f9fa;
    font-size: 30px;
    border: 2px solid #f8f9fa;
    border-radius: 75%;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    z-index: 5;
}
.videoBtn.fa-pause:before {
    padding-left: 0px;
}

.videoBtn.fa-pause {
    opacity: 0;
}

.videoBlk:hover .videoBtn.fa-pause {
    opacity: 1;
}



.detailPg .colR i{
    font-style: normal!important;
}
.detailPg i{
    font-style: normal!important;
}
.detailPg .colR .date{
    font-size: 12px;
    color: #222;
}
.detailPg .colR .catGry{
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #222;
    color: #fff;
    padding: 3px 10px;
    margin-top: 20px;
    border-radius: 4px;
}
.detailPg .catGry{
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #222;
    color: #fff;
    padding: 3px 10px;
    margin-top: 20px;
    border-radius: 4px;
}
.detailPg h2{
    margin-bottom: 10px!important;
}

.detailPgContent{
    padding: 30px 0px 0px;
}
.detailPg .socialList{
    margin-top: 20px;
}
.detailPg .socialList li span{
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'bold';
}
.detailPg .socialList li a{
    width: 25px;
    height: 25px;
    font-size: 16px;
}

/*===================================branding detail page=======*/
.branDet .image{
    padding-top: 20px;
    width: 30%;
    overflow: hidden;
}
.branDet .cntnt{
    width: 70%;
    padding-left: 20px;
}

.branDet i{
    font-style: normal;
}
.branDet .cntnt h3{
    font-size: 20px;
    font-family: 'black';
    margin-top: 5px;
}
.branDet .cntnt h6{
    font-size: 10px;
    font-family: 'bold';
}

.detCmnPg h3{
    margin-top: 0px;
}

/*.subPgDt h1{
    margin-bottom: 5px!important;
}*/
.branDet .cntnt .date{
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.subPgDt .category {
    background: #e9e9e9;
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 12px;
    border-radius: 6px;
    text-align: center;
    color: #222;
}

.detCmnPg .videoLists{
    margin: -10px;
}
.detCmnPg .videoLists i{
    font-style: normal;
}
.detCmnPg .videoLists .col{
    /*width: calc(100% / 3)!important;*/
}
.detCmnPg .videoLists .col .vImage:hover{
    opacity: 0.8;
}

/*=============image detail page===========*/
.imgDtBlk{
    -webkit-box-shadow: 2px 0 5px rgba(85, 85, 85, 0.4);
            box-shadow: 2px 0 5px rgba(85, 85, 85, 0.4);
    overflow: hidden;
    border-radius: 5px;
    height: 500px;
}
.imgDtBlk img{
    height: 100%!important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/*=====================newsletter============*/
.innerNews .col{
width: 50%;
}
.innerNews .flex{
    background: #fff;
}
.innerNews .col .image{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.innerNews .col .image img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.innerNews .col .inner{
    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;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}
.innerNews .col .inner h3{
    font-size: 40px;
    /*font-family: 'black';*/
    font-family: 'heart';
    font-weight: 800;
    color: #000;
    margin-bottom: 40px;
    width: 100%;
    padding: 0px 40px;
    letter-spacing: 9px;
    text-transform: uppercase;
}
.innerNews .col .inner form{
    width: 100%;
    padding: 0px 40px;
}
.innerNews .col .inner form .txtBox{
    margin-bottom: 20px;
}
.newsCrosBtn{
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 9px;
    cursor: pointer;
}

/*=========mainBussiness============*/
#mainBussiness{
    padding-bottom: 150px;
}
#mainBussiness a{
    width: calc(100% / 4);
    padding: 10px;
}
#mainBussiness a .inner {
    background-color: #fff;
    text-align: center;
    /* padding: 20px; */
    border-radius: 4px;
    -webkit-box-shadow: 0 21px 35px -4px rgba(31, 30, 30, 0.79);
            box-shadow: 0 21px 35px -4px rgba(31, 30, 30, 0.79);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
#mainBussiness a .inner:hover .image{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
}
#mainBussiness a .image {
    height: 200px;
    width: 100%;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mainBussiness a img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
#mainBussiness a h3 {
    color: #333;
    margin-bottom: 0px;
    padding: 20px 10px;
}

/*====================all pages================*/
.brandingPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.brandingPage{
background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -226px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}
.banCat li{
    display: inline;
}
.banCat li a{
    background: #fff;
    padding: 5px 12px;
    /*border-radius: 4px;*/
    font-size: 13px;
    margin-bottom: 5px;
}
.banCat li a:hover{
    opacity: 0.7;
}

.gridBussiness .colL{
    width: 100%!important;
    padding-right: 0px!important;
}
.gridBussiness .gridView .col{
    width: calc(100% / 4)!important;
}

/*==============supplyPage==============*/

.supplyPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.supplyPage{
background: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: 0px -270px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}

/*==============sourcingPage==============*/

.sourcingPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.sourcingPage{
background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -226px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}

/*==============operationPage==============*/

.operationPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.operationPage{
background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -226px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}

/*==============publishingPagePage==============*/

.publishingPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.publishingPage{
background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -226px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}

/*==============videoPage==============*/

.videoPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.videoPage{
background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -226px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}
.gridBussiness .videoLists .col{
    width: calc(100% / 4)!important;
}

/*==============videoPage==============*/

.mentoringPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.mentoringPage{
background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -226px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}

/*=================footerNav================*/
.footerNav{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.footerNav li a{
    color: #fff;
    padding: 5px 10px;
    color: #9f9f9f;
}
.footerNav li a:hover{
    color: #ddd;
}

/*==============videoPage==============*/

.healthPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.healthPage{
background: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: 0px -270px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}

/*==============videoPage==============*/

.passionPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.passionPage{
background: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: 0px -270px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}

/*==============videoPage==============*/

.speakingPage:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000000ad;
    opacity: 0.7;
}
.speakingPage{
background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -226px;
    background-size: cover;
    position: relative;
padding-bottom: 200px!important;
}

.darkTopic li a{
    background:#333!important;
    color: #fff!important;
}

#contact-pages header , #three-pages header{
    background:#222!important;
}
 


 /*===============extraAbt==============*/
 #extra-pages{
    padding-top: 0px;
 }
 #extra-pages header{
    background:transparent;
 }
 #extraAbt{
    background: url(../images/bg-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 315px;
    /*display: flex;
    justify-content: center;
    align-content: center;*/

 }
 #extraAbt h2 {
    /* font-family: 'bold'; */
    font-family: 'heart';
    font-size: 150px;
    color: #fff;
    /*line-height: 0em;*/
    text-transform: uppercase;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    text-shadow: 4px 4px 10px rgba(0,0,0,.75);
}
#extraAbt h3 {
    /* font-family: 'bold'; */
    font-family: 'heart';
    font-size: 90px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    text-shadow: 4px 4px 10px rgba(0,0,0,.75);
    line-height: 0px;
    margin-bottom: -31px;
}
#extraAbt .cntnt{
    margin-top: 30px;
    margin-left: 110px;
}
/*#extraAbt:after {
    background: url(../images/top-wave.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    height: 100px;
    bottom: -1px;
    left: 0px;
    right: 0px;
    content: '';
}*/
#afterBanExtra h3{
    font-family: 'heart';
    font-size: 45px;
}

#afterBanExtra p{
    font-size: 16px;
    /*line-height: 0.9em;*/
}
#afterBanExtra p strong{
    font-family: 'bold';
    /*font-size: 38px;*/
}

#afterBanExtra{
    background: #fff;
    padding-top: 0px;
    /*padding-bottom: 0px;*/
}
#afterBanExtra .col{
    width: calc(40% / 2);
    padding: 10px;
}
#afterBanExtra .col:nth-child(1){
    width: 60%;
}

.profile-infoExtra li{
    display: block;
}
.profile-infoExtra li p{
font-size: 18px;
}
.profile-infoExtra li p i{
    font-size: 20px;
}
#afterBanExtra h2{
    margin-bottom: 30px;
}
#afterBanExtra .col .image{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    -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;
}
#afterBanExtra .col .image img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
#afterBanExtra .col:last-child .image:first-child{
    height: 200px;
}
#afterBanExtra .col:last-child .image:last-child{
    height: 260px;
}
#afterBanExtra .col .image:first-child{
    height: 260px;
}
#afterBanExtra .col .image:last-child{
    height: 200px;
}


#expExtra{
padding-bottom: 170px;
padding-top: 0px;
/*padding-bottom: 0px;*/
position: relative;
 }
 #expExtra:before{
    position: absolute;
    /*content: '';*/
    top: -50px;
    left: -10px;
    right: 0;
    background: #efefef;
    height: 100px;
    -webkit-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
 }
 #expExtra h2{
    margin-bottom: 30px;
 }
 #expExtra .expCol{
    width: calc(100% / 5);
 }




 #princExtra{
    padding-bottom: 150px;
padding-top: 0px;
position: relative;
/*background: #efefef;*/
 }
 #princExtra p{
    font-size: 18px;
 }
 #princExtra:before{
    position: absolute;
    /*content: '';*/
    top: -50px;
    left: -10px;
    right: -20px;
    background: #efefef;
    height: 100px;
    -webkit-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
 }

 #princExtra .col{
    width: calc(100% / 3);
    padding: 10px;
 }
 #princExtra .col .inner{
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    background: #fff;
    padding: 20px;
 }
 #princExtra .col .inner h2{
    line-height: 0;
    margin-bottom: 50px;
 }
 #princExtra .col .image{
     width: 100%;
     height: 235px;
    overflow: hidden;
    margin-bottom: 20px;
    -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;
 }
 #princExtra .col .image img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
 }


 /*........................banner=========*/
 #banner .item {
    height: 650px;
    padding: 60px 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#banner .item .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#banner .item .image{
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
#banner .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    /*object-position: center;*/
}
#banner .item .image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    /* opacity: 0.3; */
}
#banner .item .cntnt {
    z-index: 22;
    text-align: left;
    position: absolute;
    /*bottom: 0px;*/
    padding: 20px;
    right: 0px;
    width: 600px;
}
#banner .item .cntnt h1 {
    /* font-family: 'bold'; */
    font-family: 'heart';
    font-size: 200px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    text-shadow: 4px 4px 10px rgba(0,0,0,.75);
    line-height: 0.4em;
    margin-bottom: 45px;
}
#banner .item .cntnt h5{
    text-shadow: 4px 4px 10px rgba(0,0,0,.75);
    color: #fff;
    font-size: 70px;
    line-height: 0.7em;
    font-weight: 100;
    font-family: 'heart';
    padding-right: 60px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    margin: 10px 0px;
}
#banner .item .cntnt h5 .big{
    font-size: 120px;
    margin: 10px 0px;
}

.midPlus{
    display: none!important;
    position: absolute;
    color: #f02d0e;
    z-index: 99;
    bottom: -31px;
    /*left: 48.3%;*/
    right: -31px;
    width: 60px;
    height: 60px;
    /*display: flex;*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* background: #ff2e0cee; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 60px;
    border-radius: 50px;
}

.banCat{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 28px;
    margin-left: 90px;
}


/*============chnages===============*/
.mainTitle h1{
    color: #333;
    font-size: 80px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 0.6em;
    margin-bottom: 65px;
    font-family: 'heart';
    text-transform: uppercase;
}

.colPostCntnt p{
    font-size:12px;
    margin-bottom: 5px;
}
.colPostCntnt h5{
    margin-bottom: 5px;
}
.speakImg .image{
    width: 100%!important;
    height: 300px;
    padding: 0px!important;
}
.speakImg .cntnt{
    margin-bottom: 20px;
    width: 100%;
}
.detCmnPg .banCat{
    margin-left: 0px;
}
.detCmnPg .banCat li a{
    background: #e9e9e9!important;
    color: #222!important;
}

.tab-pane .blogLists{
    width: 100%;
}
.gridBussiness .colL .nav-tabs{
    margin-bottom: 20px;
}
.gridBussiness .colL .nav-tabs>li>a {
    border: 1px solid #494c4e;
    color: #494c4e;
}
.gridBussiness .colL .nav-tabs>li>a:hover{
    color: #fff;
    background-color: #494c4e;
    border: 1px solid #333;
    border-bottom-color: 1px solid #333;
}
.gridBussiness .colL .nav-tabs>li.active>a, .gridBussiness .colL .nav-tabs>li.active>a:focus, .gridBussiness .colL .nav-tabs>li.active>a:hover{
    color: #fff;
    cursor: default;
    background-color: #494c4e;
    border: 1px solid #333;
    border-bottom-color: 1px solid #333;
}

/*=======about philosophy=========*/
#phil{
    background:url(../images/bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    /*padding-top: 0px;*/
}
.wave{
    margin-bottom: -5px;
}
#phil .philBox{
    background:#fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 5px;
    padding: 20px;
    margin-left: 150px;
    padding-left: 50px;
    position: relative;
}
#phil .philBox:before{
    left: -4px;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    border: 5px solid;
    border-radius: 75%;
    -webkit-box-shadow: rgb(255, 255, 255) 0 0 0 5px, 0 0 0 4px;
            box-shadow: rgb(255, 255, 255) 0 0 0 5px, 0 0 0 4px;
}
#phil .philBox:before, #phil .philBox:after {
    content: '';
    position: absolute;
    top: 50%;
}
#phil .philBox:after{
    right: 100%;
    width: 130px;
    border: 1.5px solid #fff;
    margin-top: 3.5px;
    margin-right: 9px;

}
#phil .philBox p{
    margin-bottom: 0px;
}
#phil .flex{
    margin-bottom: 20px;
}
#phil h2{
    margin-right: 30px;
    color: #fff;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 50px;
}

#busi a .inner h3{
    position: relative;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#busi a:nth-child(1) .inner h3:before{
position: absolute;
content: '';
left: 0;
right: 0;
-webkit-clip-path: polygon(0 0, 100% 0, 103% 14%, 0 23%);
        clip-path: polygon(0 0, 100% 0, 103% 14%, 0 23%);
height: 200px;
    /*background: #fff;*/
    /*background: url(../images/parallax3.png);*/
    background-size: cover;
    background-image: url(../images/parallax3.png), -o-linear-gradient(top, #fff, #fff 105.11%);
    background-image: url(../images/parallax3.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(105.11%, #fff));
    background-image: url(../images/parallax3.png), linear-gradient(180deg, #fff, #fff 105.11%);
    -webkit-transform: translateY(42px);
            -ms-transform: translateY(42px);
        transform: translateY(42px);
}

#busi a:nth-child(2) .inner h3:before{
position: absolute;
content: '';
left: 0;
right: 0;
-webkit-clip-path: polygon(0 0, 100% 0, 101% 4%, 0 14%);
        clip-path: polygon(0 0, 100% 0, 101% 4%, 0 14%);
height: 200px;
    /*background: #fff;*/
    -webkit-transform: translateY(42px);
            -ms-transform: translateY(42px);
        transform: translateY(42px);
    background-size: cover;
    background-image: url(../images/parallax3.png), -o-linear-gradient(top, #fff, #fff 105.11%);
    background-image: url(../images/parallax3.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(105.11%, #fff));
    background-image: url(../images/parallax3.png), linear-gradient(180deg, #fff, #fff 105.11%);
}
#busi a:nth-child(3) .inner h3:before{
position: absolute;
content: '';
left: 0;
right: 0;
-webkit-clip-path: polygon(0 0, 100% 0, 103% 14%, 0 4%);
        clip-path: polygon(0 0, 100% 0, 103% 14%, 0 4%);
background-size: cover;
    background-image: url(../images/parallax3.png), -o-linear-gradient(top, #fff, #fff 105.11%);
    background-image: url(../images/parallax3.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(105.11%, #fff));
    background-image: url(../images/parallax3.png), linear-gradient(180deg, #fff, #fff 105.11%);
height: 200px;
    /*background: #fff;*/
    -webkit-transform: translateY(42px);
            -ms-transform: translateY(42px);
        transform: translateY(42px);
}
#busi a:nth-child(4) .inner h3:before{
position: absolute;
content: '';
left: 0;
right: 0;
-webkit-clip-path: polygon(0 0, 100% 0, 103% 23%, 0 14%);
        clip-path: polygon(0 0, 100% 0, 103% 23%, 0 14%);
height: 200px;
    /*background: #fff;*/
    background-size: cover;
    background-image: url(../images/parallax3.png), -o-linear-gradient(top, #fff, #fff 105.11%);
    background-image: url(../images/parallax3.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(105.11%, #fff));
    background-image: url(../images/parallax3.png), linear-gradient(180deg, #fff, #fff 105.11%);
    -webkit-transform: translateY(42px);
            -ms-transform: translateY(42px);
        transform: translateY(42px);
}


.cmnLstBx .flex{
    margin-bottom: 20px;
}
.cmnLstBx .flex h2 {
    margin-right: 30px;
    color: #000;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 45px;
}
.cmnLstBx .flex .philBox {
    background: #333;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 5px;
    padding: 20px;
    margin-left: 115px;
    padding-left: 50px;
    position: relative;
}
.cmnLstBx .flex .philBox:before, .cmnLstBx .flex .philBox:after {
    content: '';
    position: absolute;
    top: 50%;
}
.cmnLstBx .flex .philBox:before {
    left: -4px;
    width: 15px;
    height: 15px;
    margin-top: -5px;
    border: 5px solid #fff;
    border-radius: 75%;
    -webkit-box-shadow: rgb(51, 51, 51) 0 0 0 5px, 0 0 0 4px;
            box-shadow: rgb(51, 51, 51) 0 0 0 5px, 0 0 0 4px;
}
.cmnLstBx .flex .philBox p {
    margin-bottom: 0px;
    color: #fff;
}
.cmnLstBx .flex .philBox:after {
    right: 100%;
    width: 130px;
    border: 1.5px solid #333;
    margin-top: 3.5px;
    margin-right: 9px;
}
.cmnLstBx .flex .philBox li{
    display: block;
    color: #fff;margin: 7px 0;
    width: 100%;
    position: relative;
}
.cmnLstBx .flex .philBox li:before {
    content: "\f178";
    color: #fba311;
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 10px;
}

.caSt h2{
    font-size: 70px!important;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 50px!important;
    font-family: 'heart'!important;
}
.pgCat{
    margin-bottom: 40px;
}
.pgCat .banCat{
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
margin-top: 20px;
text-align: left;
margin-left: 0px;
}
.pgCat .banCat li a {
    background: #ffffff;
    color: #161c22;
    border: 1px solid #000;
    border-radius: 5px;
}
.pgCat h3{
    text-transform: uppercase;
    font-family: 'bold';
    font-size:16px;
    margin-bottom: 0px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.secTopSrch{
    width: 70%;
    padding-right: 10px;
}
.pgCat .filterRow{
    width: 30%;
    padding-left: 10px;
}
.pgCat .filterRow form{
    width: 100%!important;
    padding-right: 0px!important;
}
.pgCat .filterRow{
 padding-left: 0px!important;
 padding: 0px;
 background:none;
}

.pgCat .filterRow .txtBox{
    border: 1px solid #333;
}



/*===========finalAbt=========*/

#finalAbt{
    padding-bottom: 0px;
    padding-top: 0px;
}
#finalAbt h2{
    margin-bottom: 40px;
}
#finalAbt .col h2{
    /*margin-top: -10px;*/
}
#finalAbt .col p{
    font-size: 16px;
}
#finalAbt .col{
    width: calc(50% / 2);
    padding: 10px;
}
#finalAbt .colTxt{
    width: 50%;
}
#finalAbt .colTxt .inner{
    background-color: #fff;
    border: 1px solid #3333332e;
    -webkit-box-shadow: 4px 4px 10px rgba(0,0,0,.25);
            box-shadow: 4px 4px 10px rgba(0,0,0,.25);
    /*padding: 20px;*/
    padding-top: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
#finalAbt .col .image{
    width: 100%;
    height: 300px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 10px rgba(0,0,0,.25);
            box-shadow: 4px 4px 10px rgba(0,0,0,.25);
    /*border-radius: 5px;*/
}
#finalAbt .col .image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
#finalAbt .col h2{
    padding: 0px 20px;
}
.finalAbtBox{
    height: 184px;
    overflow: hidden;
    padding: 0px 20px 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 40px;
}
.ovr_lay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.ovr_lay:before{
    position: absolute;
    content: '\f107';
    top: auto;
    bottom: 10px;
    font-family:'FontAwesome';
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
    font-size: 20px;
    color: #000;
}
.roTate:before{
    content: '\f106';
}
.wide_full{
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.finalAbtLst .col{
    padding: 10px;
}
.finalAbtLst .col p{
    font-size: 16px;
}

.vPrinciple ul , .vPrinciple h2{
    text-align: left;
}

.vPrinciple ul li ul{
    margin-left: 20px;
}
.vPrinciple ul li ul li:before{
    /*content: '\f10c'!important;*/
    font-size: 11px!important;
    margin-right: 7px!important;
}
.vPrinciple .inner{
    text-align: left;
}

.abtCrado h2{
    font-size: 22px!important;
}

.abtCrado ul li , .vPrinciple .inner ul li{
    list-style-type: none;
    margin: 4px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 16px;
    font-size: 16px;
}
.abtCrado p{
    font-size: 16px;
}
.abtCrado ul li:before , .vPrinciple .inner ul li:before{
    content: "";
    left: 0px;
    color: #fba311;
    /* font-family: 'FontAwesome'; */
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    width: 8px;
    height: 8px;
    /* background: #fba311; */
    top: 6px;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    border: 1px solid #fba311;
}
.abtCrado ul li ul , .abtCrado ul li ul li ul{
    margin-left: 20px;
}
.abtCrado ul li ul li:before {
    margin-right: 7px!important;
    background: #393a3e;
    border-color: #393a3e;
    width: 6px;
    height: 6px;
}
.abtCrado ul li ul li ul li:before {
    margin-right: 7px!important;
    background: #fba81f;
    border-color: #fba81f;
    width: 5px;
    height: 5px;
}


.fl-3 .inner{
    width: calc(100% / 3);
    padding: 10px;
}

.fl-3 .inner ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
}
.fl-3 .inner ul li{
    width: 50%;
}

.fl-4 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
}
.fl-4 ul li{
    width: 50%;
}
.fl-4{
    /*max-width: 350px;*/
}



.fl-5 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
}

.fl-5 ul li{
    width: 50%;
}
.fl-5{
    /*max-width: 750px;*/
}

.abtCrado h1 {
    font-size: 85px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 75px;
    font-family: 'heart';
    text-transform: uppercase;
    line-height: 0;
}

.cmn_page h2{
    font-size: 65px!important;
    letter-spacing: 1px!important;
    text-align: left;
    margin-bottom: 65px!important;
    font-family: 'heart'!important;
    text-transform: uppercase;
    line-height: 0!important;
}

/*===========chnages=========*/
.afterSlideShow{
    margin-top: 20px;
    display: none;
}
.afterSlideShow.showSlide{
    display: block;
}
.cmnT_page .detailPgContent{
    position: relative;
}
.cmnT_page .fl-3 .inner:nth-child(1) .detailPgContent:before{
    display: none;
}
.cmnT_page .detailPgContent:before{
    position: absolute;
    content: '';
    top: 56px;
    left: -28px;
    width: 2px;
    height: 84%;
    background: #78bbe3;
}

/*=========resume-------------*/
#resumePage {
    padding: 0px 0px 190px;
    background: #f9f9f9a6;
}
.bannerResume{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.bannerResume img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
/*.introClark .colImg{
     width: 30%;
     padding-right: 10px;
}*/
.introClark .imageClark{
    width: 165px;
    height: 165px;
    overflow: hidden;
    border: 1px solid #979797;
    -webkit-box-shadow: 0px 0px 14px 0px #37353c;
            box-shadow: 0px 0px 14px 0px #37353c;
}
.introClark .imageClark img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.introClark .colTxt{
    /*width: 70%;*/
    padding-left: 20px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.introClark{
    margin-top: -118px;
}
.introClark .colTxt h2{
    color: #fff;
}
.introClark .colTxt h4{
    color: #ddd;
}
.subIntro{
    margin-top: 40px;
}
.subIntro .colL{
    width: 30%;
    padding-right: 10px;
}
.subIntro .colR{
    width: 70%;
    padding-left: 10px;
}
._blk{
    background: #fff;
    padding: 20px;
    border: 1px solid #dddddd4a;
    -webkit-box-shadow: 0px 0px 7px 0px #ddd;
            box-shadow: 0px 0px 7px 0px #ddd;
}
.introLst li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.introLst li span{
    font-size: 17px;
}
.introLst li p{
    font-size: 14px;
    margin-left: 10px;
}

.expClark{
    margin-top: 20px;
    padding-bottom: 40px;
    position: relative;
}
.expClark h4{
    font-family: 'bold';font-size: 18px;
}
.expClark h6 span{
    display: block;
}
.expClark h6{
    line-height: 14px;
    color: #999;
    font-size: 10px;
}
.expClark .col{
    width: calc(100% / 4);
    padding: 10px;
}
.expClark .flex{
    margin: 0px -10px;
}
.expClark .col .caseImage{
    width: 100%;
    height: 200px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.expClark .col .inner{
    background: #f9f9f9a6;
    border: 1px solid #dddddd4a;
    position: relative;
    /*box-shadow: 0px 0px 7px 0px #ddd;*/
}
.expClark .col .inner:hover .caseImage{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
}
.expClark .col .caseImage img{
    height: 100%;
    width: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.expClark .col .inner .caseTxt{
padding: 10px;
text-align: center;
}
.expClark .col .inner .caseTxt h2{
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.expClark .col .inner:hover h2{
    color: #eb5858;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*================view casestudy===========*/
.branDet{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #212123;
    width: 315px;
    /*margin-bottom: 30px;*/
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px #ddd;
            box-shadow: 0px 0px 10px #ddd;
    overflow: hidden;
}
.branDet .image{
    width: 100%;
    border-radius: 0px;
    margin-bottom: 0px;
}
.branDet .cntnt{
    width: 100%;
    text-align: center;
     padding-left: 0px; 
}
.branDet .cntnt h3{
    color: #fff;
}

#casePage{
    padding: 60px 0px 160px;
}
#casePage h2{
    color: #333;
    font-size: 70px;
    font-family: 'heart';
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 0.5em;
    margin-bottom: 29px;
}
#casePage .colTxt .inner{
    height: 100%;
}
._lLst li{
    display: block;
    margin-bottom: 9px;
}



.importBtn a{
    min-width: 100%;
}
.importBtn{
    width: 100%;
    margin-bottom: 20px;
}
#importStory header{
    background: #333;
}
#importStory .cmnSec{
    padding-bottom: 170px;
}
.importCntnt{
    width: 560px;
    margin: 0px auto;
    text-align: center;
}
.importCntnt h6 span{
    color: #ababab;
    text-decoration: underline;
}
.importCntnt form{
    margin: 40px 0px;
}
.importCntnt form p{
    font-size:14px;
}
.importCntnt form h5{
    font-size: 13px;
    margin-bottom: 30px;
}

.speakDetailImg{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 10px;
}
.speakDetailImg img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}

.videoLists{
    margin: 0 -10px;
}

/*===========speaking testimonial=======*/
.testiFlex .testiTitle{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
}
.testiFlex .testiTitle h3{
    font-size: 13px;
    font-family: 'regular';
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.testiFlex .testiTitle .author{
    font-size: 14px;
    font-family: 'chivoRegular';
    color: #eb624a;
}
.testiFlex .testiIco{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
}
.testiFlex .testiIco img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.testiFlex{
    margin-bottom: 20px;
}
#owl-testi{
    /*margin-top: 40px;*/
}
#owl-testi .inner{
    background:#efefef;
    -webkit-box-shadow: 0px -4px 3px 0px #efefef;
            box-shadow: 0px -4px 3px 0px #efefef;
    padding: 20px;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
        transform: scale(0.9);
}
#owl-testi .center .inner {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
        transform: scale(0.95);
    /* background: #6fa0bb; */
    /* background-image: linear-gradient(to right, #00e4ce 0%, #00e4ce 51%, #7a7ac3 100%); */
}
.testimonial i{
    font-style: normal;
}

.experienceBox{
    height: 282px;
    overflow: hidden;
    padding-bottom: 20px;
}
.experienceBox.fullBox{
    height: 100%;
}
.readMoreLnk{
    position: absolute;
    bottom: 12px;
    width: 100%;
    right: 0;
}
.readMoreLnk span{
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    position: relative;
}
.spanActive{
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
._spanActive{
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.readMoreLnk span:hover{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #00acee;
}
/*==========resume============*/

ul.rLst li {
    padding: 0 0 10px 20px;
    font-size: 14px;
    color: #333;
    width: 100%;
    position: relative;
}
ul.rLst li:before {
    content: "";
    border: solid 2px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 8px;
    left: 0;
    top: 7px;
    font-weight: 400;
    background: #fff;
    display: block;
    position: absolute;
}
.abtBlock{
    position: relative;padding-bottom: 50px;
}
.abtBlock p{
    font-size: 14px;
}
.abtBlock h5{
    font-family: 'bold';
}
.aboutBox.fullBox {
    height: 100%;
}
.aboutBox {
    height: 282px;
    overflow: hidden;
    padding-bottom: 20px;
}

#subPg .pgCat{
    margin-bottom: 0px;position: relative;
    z-index: 1;
}
/*#subPg .pgCat .secTopSrch{
padding-left: 118px;
}*/


.videoSearch .crosBtn{
    top: -2px;
    right: 14px;
    background: #000;
    width: 50px;
    height: 50px;
}
/*.videoSearch{
    padding: 38px;
    background: #333;
}*/
.ui-datepicker{
    z-index: 9!important;
}

.mentoringGriding .col a h3{
    color: #333;font-size: 22px!important;
    font-family: 'bold'!important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mentoringGriding .col a h3:hover{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #c49c25;
}
.mentoringGriding .col p{
    font-family: 'regular'!important;
}
.comingTxt h1{
    text-align: center!important;
}

.healthGriding .col a h3{
    color: #333;font-size: 22px!important;
    font-family: 'bold'!important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center!important;
    margin-bottom: 0px;
    width: 100%;
}
.healthGriding .col a{
    width: 100%;
}
.healthGriding .col a h3:hover{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #c49c25;
}