body {
    /*font-family: 'Mont';*/
    font-family: 'mont-regular';
    font-weight: normal;
    font-style: normal;
    color: #798795;
    overflow-X: hidden;
}


/** {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }*/

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
{
    display: inline-block;
}

audio,
canvas,
iframe,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #404040;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    /*line-height: 24px;*/
    color: #798795;
    /*margin: 0px;*/
    /*font-family: "Open Sans", sans-serif;*/
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #56cbc0;
    padding: 0 30px;
    font-size: 16px;
    /* height: 55px; */
    line-height: 51px;
    border-radius: 5px;
    color: #3c9ad2;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #ffffff;
    margin-top: 10px;
}


/*.main-btn:hover {
		background-color: rgba(241, 72, 54, 0.3);
		color: #f14836;
		border-color: #f14836; }*/

.main-btn.main-btn-2 {
    background-color: #fff;
    color: #f14836;
    border-color: #f14836;
}

.main-btn.main-btn-2:hover {
    background-color: rgba(241, 72, 54, 0.3);
    border-color: #f14836;
}


/*===== All Section Title Style =====*/

.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #f14836;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

.section-title .title {
    font-size: 32px;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents;
}

.section-title.section-title-white .sub-title {
    color: #fff;
}

.section-title.section-title-white .title {
    color: #fff;
}

.section-title.section-title-2 .sub-title {
    color: #164aa9;
}

.section-title.section-title-3 .sub-title {
    color: #05de7d;
}

.section-title.section-title-4 .sub-title {
    color: #f23559;
}

.section-title.section-title-5 .sub-title {
    color: #3969bf;
}

.section-title.section-title-6 .sub-title {
    color: #f23559;
}

.section-title.section-title-6 .title {
    color: #fff;
}


/*===== All Slick Slide Outline Style =====*/

.slick-slide {
    outline: 0;
}


/*===== All Slick Slide Outline Style =====*/

.gradient-wrapper {
    background: -webkit-linear-gradient(#eaf1ff 0%, white 50%, #eaf1ff 100%);
    background: -o-linear-gradient(#eaf1ff 0%, white 50%, #eaf1ff 100%);
    background: linear-gradient(#eaf1ff 0%, white 50%, #eaf1ff 100%);
}


/*===== All Slick Slide Outline Style =====*/

.hosting-wrapper {
    background-color: #04022e;
}


/*===== All Preloader Style =====*/

.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #f14836 #f14836 #d0ddea;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #d0ddea;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #d0ddea;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}


/* Preloader Animations */

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}


/*===========================
		2.HEADER css
===========================*/

.header-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}


/*===== HEADER TOP =====*/

.header-top {
    border-bottom: 1px solid #d0ddea;
    padding: 10px 0;
}

.header-top.header-top-white {
    border-color: rgba(255, 255, 255, 0.4);
}

.header-info .text {
    font-size: 14px;
}

.header-info .text span {
    font-weight: 600;
    color: #000;
}

.header-info.info-white .text {
    color: #fff;
}

.header-info.info-white .text span {
    color: #fff;
}

.header-language .dropdown {
    padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-language .dropdown {
        padding-right: 30px;
    }
}

.header-language .dropdown button {
    font-size: 14px;
    font-weight: 600;
    color: #798795;
    padding: 8px 0;
    background: none;
    border: 0;
}

.header-language .dropdown button img {
    width: 20px;
    margin-right: 3px;
}

.header-language .dropdown .dropdown-menu {
    min-width: auto;
    white-space: nowrap;
    padding: 0;
    border-radius: 0;
}

.header-language .dropdown .dropdown-menu a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #798795;
    padding: 5px 10px;
    background: none;
    border: 0;
}

.header-language .dropdown .dropdown-menu a img {
    width: 20px;
    margin-right: 3px;
}

.header-language.language-white .dropdown button {
    color: #fff;
}

.header-user ul li {
    display: inline-block;
    position: relative;
}

.header-user ul li+li {
    margin-left: 16px;
}

.header-user ul li+li::before {
    position: absolute;
    content: '/';
    color: #222;
    top: 2px;
    left: -13px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .header-user ul li+li::before {
        font-size: 12px;
        top: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-user ul li+li::before {
        font-size: 14px;
        top: 2px;
    }
}

.header-user ul li a {
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

@media (max-width: 767px) {
    .header-user ul li a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-user ul li a {
        font-size: 14px;
    }
}

.header-user ul li a.login {
    color: #f23559;
}

.header-user.user-white ul li+li::before {
    color: #fff;
}

.header-user.user-white ul li a {
    color: #fff;
}

.header-user.user-white ul li a.login {
    color: #fff;
}


/*===== NAVBAR =====*/

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
}

.sticky .navbar {
    padding: 14px 0 15px;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.navbar {
    padding: 25px 0;
    border-radius: 5px;
    position: relative;
}

.navbar-brand {
    padding: 0;
    max-width: 150px!important;
}

.navbar-brand-img {
    max-width: 160px!important;
}

@media (max-width: 768px) {
    .navbar-brand-img {
        max-width: 80%!important;
    }
}

@media (max-width: 576px) {
    .navbar-brand-img {
        max-width: 80%!important;
    }
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

.navbar-nav .nav-item {
    /*margin-left: 40px;*/
    position: relative;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /*padding: 10px 0;*/
    padding: 4px 20px;
    position: relative;
    font-family: 'mont-regular'
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
    }
}

.navbar-nav .nav-item.active>a,
.navbar-nav .nav-item:hover>a {
    color: #f14836;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #f14836;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-user {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-user {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.navbar-user ul li {
    display: inline-block;
    position: relative;
}

.navbar-user ul li+li {
    margin-left: 16px;
}

.navbar-user ul li+li::before {
    position: absolute;
    /*content: '|';*/
    color: #222;
    top: 2px;
    left: -13px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .navbar-user ul li+li::before {
        font-size: 12px;
        top: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-user ul li+li::before {
        font-size: 14px;
        top: 2px;
    }
}

.navbar-user ul li a {
    font-size: 16px;
    color: #222;
}

@media (max-width: 767px) {
    .navbar-user ul li a {
        /*font-size: 12px; */
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-user ul li a {
        font-size: 14px;
    }
}

.navbar-user ul li a.login {
    color: #798795;
}

.navbar-btn {
    margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-btn {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 175px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 175px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.navbar-btn .main-btn {
    height: 45px;
    line-height: 41px;
}

@media (max-width: 767px) {
    .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
    }
}


/*===== NAVBAR 2 =====*/

.navbar-2 .navbar-nav .nav-item.active>a,
.navbar-2 .navbar-nav .nav-item:hover>a {
    color: #164aa9;
}

.navbar-2 .navbar-nav .nav-item .sub-menu li a.active,
.navbar-2 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #164aa9;
}


/*===== NAVBAR white =====*/

.navbar-white .navbar-toggler .toggler-icon {
    background-color: #fff;
}

.nav-dark .navbar-toggler .toggler-icon {
    background-color: #222!important;
}

.navbar-white .navbar-nav .nav-item a {
    color: #fff;
}

.navbar-white .navbar-nav .nav-item.active a {
    /*color: #707070!important;*/
    color: #4bb3f9!important;
    background-color: #fefffe;
    padding: 4px 20px;
    border-radius: 6px;
}

.header-white .navbar-white .navbar-nav .nav-item a {
    color: #222;
}

.header-white .navbar-white .navbar-nav .nav-item a:hover {
    color: #111;
}

.header-white .navbar-white .navbar-user ul li a {
    color: #222;
}

.header-white .navbar-white .navbar-user ul li a:hover {
    color: #111;
}

.nav-dark.navbar-white .navbar-nav .nav-item.active a {
    color: #1baee1!important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-white .navbar-nav .nav-item a {
        color: #222;
    }
}

@media (max-width: 767px) {
    .navbar-white .navbar-nav .nav-item a {
        color: #222;
    }
}

.navbar-white .navbar-nav .nav-item.active>a,
.navbar-white .navbar-nav .nav-item:hover>a {
    color: #f14836;
}

.navbar-white .navbar-nav .nav-item .sub-menu li a {
    color: #222;
}

.navbar-white .navbar-nav .nav-item .sub-menu li a.active,
.navbar-white .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f14836;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-white .navbar-nav .sub-nav-toggler {
        color: #222;
    }
}

@media (max-width: 767px) {
    .navbar-white .navbar-nav .sub-nav-toggler {
        color: #222;
    }
}

.navbar-white .navbar-nav .sub-nav-toggler span {
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
}

.navbar-white .navbar-user ul li+li::before {
    color: #fff;
}

.navbar-white .navbar-user ul li a {
    color: #fff;
    padding: 4px 18px;
}

.navbar-white .navbar-user ul li a.login {
    color: #4bb3f9;
}

.sticky.navbar-white .navbar-toggler .toggler-icon {
    background-color: #222;
}

.sticky.navbar-white .navbar-nav .nav-item a {
    color: #222;
}

.sticky.navbar-white .navbar-nav .nav-item.active>a,
.sticky.navbar-white .navbar-nav .nav-item:hover>a,
.sticky.navbar-white .navbar-user .signout-btn,
.sticky.navbar-white .navbar-user .signout-btn:hover {
    color: #4E4E4E!important;
}

.sticky.navbar-white .navbar-user ul li+li::before {
    color: #222;
}

.sticky.navbar-white .navbar-user ul li a {
    color: #222;
}

.sticky.navbar-white .navbar-user ul li a.login {
    color: #4bb3f9;
}


/*.sticky.navbar-3 .navbar-nav .nav-item.active > a, .sticky.navbar-3 .navbar-nav .nav-item:hover > a {
	color: #05de7d; }*/

.sticky.navbar-3 .navbar-nav .nav-item .sub-menu li a.active,
.sticky.navbar-3 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #4E4E4E;
}

.sticky.navbar-5 .navbar-nav .nav-item.active>a,
.sticky.navbar-5 .navbar-nav .nav-item:hover>a {
    color: #4E4E4E;
}

.sticky.navbar-5 .navbar-nav .nav-item .sub-menu li a.active,
.sticky.navbar-5 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #4E4E4E;
}

.sticky.navbar-6 {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    background-color: #04022e;
}

.sticky.navbar-6 .navbar-nav .nav-item a {
    color: #fff;
}

.sticky.navbar-6 .navbar-nav .nav-item.active>a,
.sticky.navbar-6 .navbar-nav .nav-item:hover>a {
    color: #f23559;
}

.sticky.navbar-6 .navbar-nav .nav-item .sub-menu li a.active,
.sticky.navbar-6 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f23559;
}

.sticky.navbar-6 .navbar-user ul li+li::before {
    color: #fff;
}

.sticky.navbar-6 .navbar-user ul li a {
    color: #fff;
}

.sticky.navbar-6 .navbar-user ul li a.login {
    color: #4bb3f9;
}

.sticky.navbar-7 .navbar-nav .nav-item.active>a,
.sticky.navbar-7 .navbar-nav .nav-item:hover>a {
    color: #f23559;
}

.sticky.navbar-7 .navbar-nav .nav-item .sub-menu li a.active,
.sticky.navbar-7 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f23559;
}

.sticky.navbar-7 .navbar-btn .main-btn {
    background-color: #164aa9;
    border-color: #164aa9;
    height: 45px;
    line-height: 41px;
}

@media (max-width: 767px) {
    .navbar-white .navbar-user ul li a {
        padding: 4px 0px;
    }
    .sticky.navbar-7 .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
    }
}

.sticky.navbar-7 .navbar-btn .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.3);
    color: #fff;
    border-color: #164aa9;
}


/*===== NAVBAR 3 =====*/

.navbar-3 .navbar-nav .nav-item.active>a,
.navbar-3 .navbar-nav .nav-item:hover>a {
    color: white;
    font-weight: bold;
    font-family: 'mont-bold';
}

.navbar-3 .navbar-nav .nav-item .sub-menu li a.active,
.navbar-3 .navbar-nav .nav-item .sub-menu li a:hover {
    color: white;
    font-weight: bold;
    font-family: 'mont-bold';
}

.navbar-3 .navbar-btn .main-btn {
    background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
    background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
    background: linear-gradient(to right, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
    border: 0;
    height: 45px;
    line-height: 45px;
    background-size: 200%;
}

.navbar-3 .navbar-btn .main-btn:hover {
    color: #fff;
    background-position: right center;
}

@media (max-width: 767px) {
    .navbar-3 .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
    }
}


/*===== NAVBAR 4 =====*/

.navbar-4 .navbar-nav .nav-item.active>a,
.navbar-4 .navbar-nav .nav-item:hover>a {
    color: #f23559;
}

.navbar-4 .navbar-nav .nav-item .sub-menu li a.active,
.navbar-4 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f23559;
}

.navbar-4 .navbar-btn .main-btn {
    background-color: #f23559;
    border-color: #f23559;
}

.navbar-4 .navbar-btn .main-btn:hover {
    background-color: rgba(242, 53, 89, 0.3);
    color: #fff;
    border-color: #f23559;
}


/*===== NAVBAR 5 =====*/

.navbar-5 .navbar-nav .nav-item.active>a,
.navbar-5 .navbar-nav .nav-item:hover>a {
    color: #f23559;
}

.navbar-5 .navbar-nav .nav-item .sub-menu li a.active,
.navbar-5 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f23559;
}

.navbar-5 .navbar-btn .main-btn {
    background-color: #f23559;
    border-color: #f23559;
    height: 45px;
    line-height: 41px;
}

@media (max-width: 767px) {
    .navbar-5 .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
    }
}

.navbar-5 .navbar-btn .main-btn:hover {
    background-color: rgba(242, 53, 89, 0.3);
    color: #fff;
    border-color: #f23559;
}


/*===== NAVBAR 6 =====*/

.navbar-6 .navbar-nav .nav-item a {
    color: #fff;
}

.navbar-6 .navbar-nav .nav-item.active>a,
.navbar-6 .navbar-nav .nav-item:hover>a {
    color: #f23559;
}

.navbar-6 .navbar-nav .nav-item .sub-menu {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    background-color: #04022e;
}

.navbar-6 .navbar-nav .nav-item .sub-menu li a {
    color: #fff;
}

.navbar-6 .navbar-nav .nav-item .sub-menu li a.active,
.navbar-6 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f23559;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-6 .navbar-collapse {
        background-color: #04022e;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
        -moz-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
        box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    }
}

@media (max-width: 767px) {
    .navbar-6 .navbar-collapse {
        background-color: #04022e;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
        -moz-box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
        box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.05);
    }
}

.navbar-6 .navbar-btn .main-btn {
    background-color: #164aa9;
    border-color: #164aa9;
    height: 45px;
    line-height: 41px;
}

@media (max-width: 767px) {
    .navbar-6 .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
    }
}

.navbar-6 .navbar-btn .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.3);
    color: #fff;
    border-color: #164aa9;
}

.navbar-6 .navbar-user ul li+li::before {
    color: #fff;
}

.navbar-6 .navbar-user ul li a {
    color: #fff;
}

.navbar-6 .navbar-user ul li a.login {
    color: #4bb3f9;
}

.navbar-6 .navbar-toggler .toggler-icon {
    background-color: #fff;
}

.navbar-7 .navbar-nav .nav-item a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-7 .navbar-nav .nav-item a {
        color: #222;
    }
}

@media (max-width: 767px) {
    .navbar-7 .navbar-nav .nav-item a {
        color: #222;
    }
}

.navbar-7 .navbar-nav .nav-item.active>a,
.navbar-7 .navbar-nav .nav-item:hover>a {
    color: #f23559;
}

.navbar-7 .navbar-nav .nav-item .sub-menu li a.active,
.navbar-7 .navbar-nav .nav-item .sub-menu li a:hover {
    color: #f23559;
}

.navbar-7 .navbar-btn .main-btn {
    background-color: #164aa9;
    border-color: #164aa9;
    height: 45px;
    line-height: 41px;
}

@media (max-width: 767px) {
    .navbar-7 .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
    }
}

.navbar-7 .navbar-btn .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.3);
    color: #fff;
    border-color: #164aa9;
}

.navbar-7 .navbar-user ul li+li::before {
    color: #fff;
}

.navbar-7 .navbar-user ul li a {
    color: #fff;
}

.navbar-7 .navbar-user ul li a.login {
    color: #4bb3f9;
}


/*===== HEADER HERO =====*/

.header-hero {
    height: 800px;
    position: relative;
}

@media only screen and (min-width: 1400px) {
    .header-hero {
        height: 990px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero {
        height: auto;
    }
}

@media (max-width: 767px) {
    .header-hero {
        height: auto;
    }
}

.header-hero-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image {
        width: 720px;
        position: relative;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .header-hero-image {
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image {
        width: 540px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image .image img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .header-hero-content {
        padding-top: 150px;
    }
}

.header-hero-content .hero-title {
    font-size: 60px;
    font-weight: 400;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-content .hero-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .header-hero-content .hero-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .hero-title {
        font-size: 34px;
    }
}

.header-hero-content .hero-title b {
    font-weight: 700;
}

.header-hero-content .hero-title span {
    color: #f14836;
    display: contents;
}

.header-hero-content .text {
    max-width: 490px;
    font-size: 16px;
    padding-top: 40px;
}

.header-hero-content .header-singup {
    position: relative;
    margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content .header-singup {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .header-hero-content .header-singup {
        margin-top: 60px;
    }
}

.header-hero-content .header-singup input {
    width: 100%;
    height: 70px;
    border: 0;
    border-radius: 50px;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .header-hero-content .header-singup input {
        height: 56px;
    }
}

.header-hero-content .header-singup .main-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 64px;
    line-height: 60px;
    padding: 0 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .header-hero-content .header-singup .main-btn {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 56px;
        line-height: 52px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-singup .main-btn {
        position: absolute;
        top: 3px;
        right: 3px;
        width: auto;
        height: 50px;
        line-height: 46px;
        margin-top: 0;
    }
}


/*===== HEADER HERO 2 =====*/

.header-hero-2 {
    height: 900px;
    position: relative;
    background-color: #f7f7fd;
    background-position: center bottom;
}

@media only screen and (min-width: 1400px) {
    .header-hero-2 {
        height: 1250px;
    }
}

@media (max-width: 767px) {
    .header-hero-2 {
        height: auto;
    }
}

.header-hero-image-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-2 {
        width: 720px;
        position: relative;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .header-hero-image-2 {
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image-2 {
        width: 540px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-2 .image img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content-2 {
        padding-top: 220px;
    }
}

@media (max-width: 767px) {
    .header-hero-content-2 {
        padding-top: 200px;
        padding-bottom: 150px;
    }
}

.header-hero-content-2 .sub-title {
    font-size: 14px;
    color: #798795;
    font-weight: 400;
}

@media (max-width: 767px) {
    .header-hero-content-2 .sub-title {
        font-size: 13px;
    }
}

.header-hero-content-2 .sub-title span {
    font-weight: 600;
}

.header-hero-content-2 .hero-title {
    font-size: 54px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-content-2 .hero-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .header-hero-content-2 .hero-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content-2 .hero-title {
        font-size: 34px;
    }
}

.header-hero-content-2 .hero-title b {
    font-weight: 700;
}

.header-hero-content-2 .hero-title span {
    color: #f14836;
    display: contents;
}

.header-hero-content-2 .text {
    max-width: 490px;
    font-size: 16px;
    padding-top: 40px;
}

.header-hero-content-2 .main-btn {
    background-color: #164aa9;
    border-color: #164aa9;
}

.header-hero-content-2 .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.4);
    color: #164aa9;
}

.header-hero-content-2.content-6 .sub-title {
    color: #fff;
}

.header-hero-content-2.content-6 .sub-title span {
    color: #f23559;
}

.header-hero-content-2.content-6 .hero-title {
    color: #fff;
}

.header-hero-content-2.content-6 .text {
    color: #fff;
}

.header-hero-content-2.content-6 .main-btn {
    background-color: #164aa9;
    border-color: #164aa9;
}

.header-hero-content-2.content-6 .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.4);
    color: #fff;
}


/*===== HEADER HERO 3 =====*/

.header-hero-3 {
    min-height: 130vh;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 1400px) {
    .header-hero-3 {
        min-height: 120vh;
    }
    .header-hero-3.half {
        min-height: 65vh;
    }
    .header-hero-3.h-85 {
        height: 85vh!important;
    }
    .hero-main.f-s-48 {
        font-size: 24px;
    }
    .header-hero-3.auto-height {
        height: 100%!important;
        /*min-height: 900px;*/
    }
    .header-hero-12.auto {
        min-height: 200px!important;
        position: relative;
        z-index: 5;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-3 {
        height: auto;
    }
}

@media (max-width: 767px) {
    .header-hero-3 {
        height: auto;
    }
    .header-hero-3.half {
        height: 50vh;
    }
    .header-hero-3.h-85 {
        height: 63vh!important;
    }
    .hero-main.f-s-48 {
        font-size: 24px;
    }
    .t-25-mobile {
        top: 20px;
    }
    .hero-title.f-s-14 {
        font-size: 14px!important;
    }
}

@media (max-width: 576px) {
    .header-hero-3 {
        height: auto;
        padding-bottom: 16%;
    }
}

.header-hero-image-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-3 {
        width: 720px;
        position: relative;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .header-hero-image-3 {
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image-3 {
        width: 540px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-3 .image img {
        width: 100%;
    }
}

.header-shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

@media (max-width: 767px) {
    .header-shape-3 {
        bottom: -3px;
    }
}

.header-shape-3 img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content-3 {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .header-hero-content-3 {
        padding-top: 150px;
    }
}

.header-hero-content-3 .hero-title {
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    /*font-family: 'mont-bold';*/
    /*font-family: mont-extralight;*/
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-content-slider.owl-carousel .owl-item .item .hero-title.hero-title--sub {
    background-color: #33333359!important;
    display: inline-block;
    padding: 10px 25px;
}

.header-hero-content-3 .hero-title span.f-normal {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    font-family: 'mont-extralight';
}

.header-hero-content-3 .hero-title span.f-bold {
    /*font-size: 42px;*/
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    /*font-family: 'Mont Regular';*/
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1;
}

.header-hero-content-3 .hero-title span.f-s-80 {
    font-size: 80px;
}

.header-hero-content-3 .hero-title span.f-s-62 {
    font-size: 62px;
}

.header-hero-content-3 .hero-title.hero-title--sub span.f-bold {
    font-size: 26px;
}

.hero-main__sub {
    font-size: 38px;
}

@media (max-width: 576px) {
    .header-hero-content-3 .hero-title.hero-title--sub span.f-bold {
        font-size: 16px;
    }
    .header-hero-content-3 .hero-title span.f-bold {
        font-size: 32px;
    }
    .hero-main__sub {
        font-size: 28px;
        margin-top: 14px;
        display: block!important;
    }
    .header-hero-content-3 .hero-title span.f-s-80 {
        font-size: 60px;
    }
    .header-hero-content-3 .hero-title span.f-s-62 {
        font-size: 34px;
    }
}

.header-hero-content-3 .hero-title.hero-title--sub span.f-normal {
    font-size: 26px;
}

.header-hero-content-3.header-hero-content-v5 .hero-title {
    text-transform: uppercase;
    font-size: 32px!important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-content-3 .hero-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .header-hero-content-3 .hero-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content-3 .hero-title {
        font-size: 38px;
    }
}

.header-hero-content-3 .hero-title b {
    font-weight: 700;
}

.header-hero-content-3 .hero-title span {
    color: #f14836;
    display: contents;
}

.header-hero-content-3 .text {
    /*max-width: 490px;*/
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
    color: #fff;
}

.header-hero-content-3 .header-play {
    padding-top: 30px;
}

.header-hero-content-3 .header-play .play-btn {
    padding: 0 30px;
    height: 66px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-hero-content-3 .header-play .play-btn i {
    padding-left: 15px;
}

.header-hero-content-3 .header-play .play-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
}


/*===== HEADER HERO 4 =====*/

.header-hero-4 {
    position: relative;
    z-index: 5;
    background-position: bottom center;
    height: 900px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-4 {
        height: auto;
    }
}

@media (max-width: 767px) {
    .header-hero-4 {
        height: auto;
    }
}

.header-hero-4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../../images/header-overlay.jpg);
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.95;
}

.header-hero-content-3.header-hero-content-v5 .hero-title {
    font-size: 20px;
}

.header-hero-content-3.header-hero-content-v5 .hero-title span {
    font-size: 16px;
}

.header-shape-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.header-shape-4 img {
    width: 100%;
}

.header-hero-image-4 {
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-image-4 {
        position: relative;
        width: 720px;
        right: 0;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .header-hero-image-4 {
        position: relative;
        width: 100%;
        right: 0;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-image-4 {
        width: 540px;
    }
}

.header-hero-image-4 .image {
    max-width: 1300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-hero-image-4 .image {
        max-width: 900px;
    }
}

.header-hero-content-4 {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content-4 {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .header-hero-content-4 {
        padding-top: 120px;
    }
}

.header-hero-content-4 .header-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-content-4 .header-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .header-hero-content-4 .header-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content-4 .header-title {
        font-size: 34px;
    }
}

.header-hero-content-4 .text {
    color: #fff;
    margin-top: 30px;
}

.header-hero-content-4 .main-btn {
    background-color: #f23559;
    border-color: #f23559;
    margin-top: 40px;
}

.header-hero-content-4 .main-btn:hover {
    background-color: rgba(242, 53, 89, 0.3);
    color: #fff;
    border-color: #f23559;
}


/*===== HEADER HERO 5 =====*/

.header-hero-5 {
    height: 800px;
    position: relative;
}

@media only screen and (min-width: 1400px) {
    .header-hero-5 {
        height: 900px;
    }
}

@media (max-width: 767px) {
    .header-hero-5 {
        height: auto;
    }
}

.header-hero-5::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1150px;
    top: 0;
    left: 0;
    background-image: url(../images/header-hero-5.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-5::before {
        height: 1200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-5::before {
        height: 1100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-5::before {
        height: 1050px;
    }
}

@media (max-width: 767px) {
    .header-hero-5::before {
        height: 750px;
    }
}


/*===== HEADER HERO 6 =====*/

.header-6 {
    background-color: #2358b8;
}


/*===========================
				3.BRAND css
===========================*/

.brand-wrapper {
    border-top: 1px solid #d0ddea;
}

.brand-wrapper .single-brand {
    width: 20%;
    text-align: center;
}

@media (max-width: 767px) {
    .brand-wrapper .single-brand {
        width: 50%;
    }
}

.brand-wrapper.brand-wrapper-6 {
    border-color: rgba(20, 83, 151, 0.2);
}

.brand-wrapper.brand-wrapper-6 .single-brand img {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.brand-wrapper.brand-wrapper-6 .single-brand:hover img {
    opacity: 1;
}


/*===========================
				4.ABOUT css
===========================*/

.about-title .welcome {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #f14836;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
    .about-title .welcome {
        font-size: 16px;
    }
}

.about-title .title {
    padding-top: 10px;
    font-weight: 400;
    font-size: 32px;
}

@media (max-width: 767px) {
    .about-title .title {
        font-size: 24px;
    }
}

.about-title .title span {
    font-weight: 700;
}

.single-counter .counter-shape {
    width: 55px;
}

.single-counter .counter-shape .shape-1,
.single-counter .counter-shape .shape-2 {
    width: 14px;
    height: 70px;
    position: relative;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    left: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-counter .counter-shape .shape-1,
    .single-counter .counter-shape .shape-2 {
        width: 10px;
    }
}

.single-counter .counter-shape .shape-1::before,
.single-counter .counter-shape .shape-1::after,
.single-counter .counter-shape .shape-2::before,
.single-counter .counter-shape .shape-2::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -1px;
    right: -1px;
    border-top: 12px solid #fff;
    border-left: 16px solid transparent;
}

.single-counter .counter-shape .shape-1::after,
.single-counter .counter-shape .shape-2::after {
    border-top: 0;
    border-bottom: 6px solid #fff;
    top: auto;
    bottom: -1px;
}

.single-counter .counter-shape .shape-1 {
    opacity: 0.5;
    left: 15px;
    bottom: 1px;
}

.single-counter .counter-content {
    padding-left: 10px;
}

.single-counter .counter-content .counter-count {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #222;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-counter .counter-content .counter-count {
        font-size: 32px;
    }
}

.single-counter .counter-content .text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding-top: 0;
}

.single-counter.counter-color-1 .counter-shape .shape-1,
.single-counter.counter-color-1 .counter-shape .shape-2 {
    background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
    background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
    background: linear-gradient(to right, #1cbe99 0%, #05de7d 100%);
}

.single-counter.counter-color-2 .counter-shape .shape-1,
.single-counter.counter-color-2 .counter-shape .shape-2 {
    background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
    background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
    background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 100%);
}

.single-counter.counter-color-3 .counter-shape .shape-1,
.single-counter.counter-color-3 .counter-shape .shape-2 {
    background: -webkit-linear-gradient(left, #f14836 0%, #ff9387 100%);
    background: -o-linear-gradient(left, #f14836 0%, #ff9387 100%);
    background: linear-gradient(to right, #f14836 0%, #ff9387 100%);
}

.single-counter.counter-color-4 .counter-shape .shape-1,
.single-counter.counter-color-4 .counter-shape .shape-2 {
    background-color: #f23559;
}

.single-counter.counter-color-5 .counter-shape .shape-1,
.single-counter.counter-color-5 .counter-shape .shape-2 {
    background-color: #164aa9;
}

.single-counter.single-counter-6 .shape-1::before,
.single-counter.single-counter-6 .shape-2::before {
    border-top-color: #04022e;
}

.single-counter.single-counter-6 .shape-1::after,
.single-counter.single-counter-6 .shape-2::after {
    border-bottom-color: #04022e;
}

.single-counter.single-counter-6 .counter-content .counter-count {
    color: #fff;
}


/*===== ABOUT 2 =====*/

.about-content-2 .about-line {
    padding-top: 10px;
}

.about-content-2 .about-line li {
    height: 5px;
    background-color: #fde4e1;
    display: inline-block;
    border-radius: 50px;
    margin-right: 3px;
}

.about-content-2 .about-line li:nth-of-type(1) {
    width: 40px;
}

.about-content-2 .about-line li:nth-of-type(2) {
    width: 15px;
}

.about-content-2 .about-line li:nth-of-type(3) {
    width: 10px;
}

.about-content-2 .about-line li:nth-of-type(4) {
    width: 5px;
}

.about-content-2 .text {
    padding-top: 15px;
}

.about-content-2.about-6 .about-line li {
    background-color: #164aa9;
    opacity: 0.15;
}


/*===========================
			5.SERVICE css
===========================*/

.services-bg {
    background-color: #eff2f9;
}

.services-bg-2 {
    background-color: #030123;
}

.service-wrapper {
    -webkit-box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.05);
}

.single-service {
    padding: 65px 20px 30px;
    position: relative;
}

.single-service.service-border {
    border-left: 1px solid #d0ddea;
    border-right: 1px solid #d0ddea;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service.service-border {
        border: 0;
    }
}

@media (max-width: 767px) {
    .single-service.service-border {
        border: 0;
    }
}

.single-service .service-content {
    padding-left: 25px;
}

.single-service .service-content .service-title {
    font-size: 18px;
}

.single-service .service-content .text {
    margin-top: 15px;
}

.single-service .shape {
    position: absolute;
}

.single-service .shape.shape-1 {
    left: 35px;
    bottom: -50px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service .shape.shape-2 {
    top: 20px;
    right: 85px;
    -webkit-animation: animationFramesOne 10s infinite linear;
    -moz-animation: animationFramesOne 10s infinite linear;
    -o-animation: animationFramesOne 10s infinite linear;
    animation: animationFramesOne 10s infinite linear;
}

.single-service .shape.shape-3 {
    left: 100px;
    bottom: -10px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service .shape.shape-4 {
    left: 30px;
    top: 10px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service .shape.shape-5 {
    right: 100px;
    bottom: -40px;
    -webkit-animation: animationFramesTwo 10s infinite linear;
    -moz-animation: animationFramesTwo 10s infinite linear;
    -o-animation: animationFramesTwo 10s infinite linear;
    animation: animationFramesTwo 10s infinite linear;
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        -moz-transform: translate(73px, -1px) rotate(36deg);
        -ms-transform: translate(73px, -1px) rotate(36deg);
        -o-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        -moz-transform: translate(141px, 72px) rotate(72deg);
        -ms-transform: translate(141px, 72px) rotate(72deg);
        -o-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        -moz-transform: translate(83px, 122px) rotate(108deg);
        -ms-transform: translate(83px, 122px) rotate(108deg);
        -o-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        -moz-transform: translate(73px, -1px) rotate(36deg);
        -ms-transform: translate(73px, -1px) rotate(36deg);
        -o-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        -moz-transform: translate(141px, 72px) rotate(72deg);
        -ms-transform: translate(141px, 72px) rotate(72deg);
        -o-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        -moz-transform: translate(83px, 122px) rotate(108deg);
        -ms-transform: translate(83px, 122px) rotate(108deg);
        -o-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(36deg);
        -moz-transform: translate(-73px, 1px) rotate(36deg);
        -ms-transform: translate(-73px, 1px) rotate(36deg);
        -o-transform: translate(-73px, 1px) rotate(36deg);
        transform: translate(-73px, 1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(72deg);
        -moz-transform: translate(-141px, -72px) rotate(72deg);
        -ms-transform: translate(-141px, -72px) rotate(72deg);
        -o-transform: translate(-141px, -72px) rotate(72deg);
        transform: translate(-141px, -72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(108deg);
        -moz-transform: translate(-83px, -122px) rotate(108deg);
        -ms-transform: translate(-83px, -122px) rotate(108deg);
        -o-transform: translate(-83px, -122px) rotate(108deg);
        transform: translate(-83px, -122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(144deg);
        -moz-transform: translate(40px, -72px) rotate(144deg);
        -ms-transform: translate(40px, -72px) rotate(144deg);
        -o-transform: translate(40px, -72px) rotate(144deg);
        transform: translate(40px, -72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(36deg);
        -moz-transform: translate(-73px, 1px) rotate(36deg);
        -ms-transform: translate(-73px, 1px) rotate(36deg);
        -o-transform: translate(-73px, 1px) rotate(36deg);
        transform: translate(-73px, 1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(72deg);
        -moz-transform: translate(-141px, -72px) rotate(72deg);
        -ms-transform: translate(-141px, -72px) rotate(72deg);
        -o-transform: translate(-141px, -72px) rotate(72deg);
        transform: translate(-141px, -72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(108deg);
        -moz-transform: translate(-83px, -122px) rotate(108deg);
        -ms-transform: translate(-83px, -122px) rotate(108deg);
        -o-transform: translate(-83px, -122px) rotate(108deg);
        transform: translate(-83px, -122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(144deg);
        -moz-transform: translate(40px, -72px) rotate(144deg);
        -ms-transform: translate(40px, -72px) rotate(144deg);
        -o-transform: translate(40px, -72px) rotate(144deg);
        transform: translate(40px, -72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}


/*===== OUR SERVICE =====*/

.our-services-tab .nav {
    border-bottom: 2px solid #d0ddea;
}

@media (max-width: 767px) {
    .our-services-tab .nav {
        border-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav {
        border-bottom: 2px solid #d0ddea;
    }
}

@media (max-width: 767px) {
    .our-services-tab .nav .nav-item {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item {
        width: auto;
    }
}

.our-services-tab .nav .nav-item a {
    color: #798795;
    padding: 17px 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services-tab .nav .nav-item a {
        padding: 17px 15px;
    }
}

@media (max-width: 767px) {
    .our-services-tab .nav .nav-item a {
        padding: 17px 15px;
        border-bottom: 2px solid #d0ddea;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item a {
        padding: 17px 10px;
        border-bottom: 0;
    }
}

.our-services-tab .nav .nav-item a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #f14836;
    left: 0;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.our-services-tab .nav .nav-item a i {
    font-size: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services-tab .nav .nav-item a i {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .our-services-tab .nav .nav-item a i {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item a i {
        font-size: 28px;
    }
}

.our-services-tab .nav .nav-item a span {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding-left: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item a span {
        padding-left: 10px;
    }
}

.our-services-tab .nav .nav-item a.active {
    color: #f14836;
}

.our-services-tab .nav .nav-item a.active::before {
    opacity: 1;
}

.our-services-tab .our-services-image img {
    width: 100%;
}

.our-services-tab .our-services-content .services-title {
    font-size: 40px;
}

@media (max-width: 767px) {
    .our-services-tab .our-services-content .services-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .our-services-content .services-title {
        font-size: 26px;
    }
}

.our-services-tab .our-services-content .services-title span {
    font-weight: 400;
    display: contents;
}

.our-services-tab .our-services-content .text {
    margin-top: 35px;
}

.our-services-tab .our-services-content .our-services-progress .circles-text {
    font-size: 24px !important;
    font-weight: 700;
    color: #222;
    font-family: "Open Sans", sans-serif;
}

.our-services-tab .our-services-content .our-services-progress .progress-content {
    padding-left: 30px;
}

.our-services-tab .our-services-content .our-services-progress .progress-content .progress-title {
    font-size: 18px;
}

.our-services-tab.services-tab-2 .nav .nav-item a::before {
    background-color: #3969bf;
}

.our-services-tab.services-tab-2 .nav .nav-item a.active {
    color: #3969bf;
}

.our-services-tab.services-tab-2 .our-services-content .services-title {
    font-size: 36px;
}

@media (max-width: 767px) {
    .our-services-tab.services-tab-2 .our-services-content .services-title {
        font-size: 22px;
    }
}


/*===== SERVICE 2 =====*/

.single-service-2 .service-icon {
    margin-top: 5px;
}

.single-service-2 .service-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px dashed #f14836;
    font-size: 36px;
    color: #f14836;
}

.single-service-2 .service-content {
    padding-left: 30px;
}

.single-service-2 .service-content .title a {
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #222;
}

.single-service-2 .service-content .text {
    padding-top: 20px;
}

.single-service-2.service-2 .service-icon i {
    border-color: #f23559;
    color: #f23559;
}

.single-service-2.service-6 .service-icon i {
    border-color: #f23559;
    color: #f23559;
}

.single-service-2.service-6 .service-content .title a {
    color: #fff;
}


/*===== SERVICE 3 =====*/

.services-3 {
    border-color: #d0ddea !important;
}

.services-6 {
    border-color: rgba(20, 83, 151, 0.3) !important;
}

.single-service-3 .service-icon {
    display: inline-block;
    position: relative;
}

.single-service-3 .service-icon i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-service-3 .service-content {
    padding-top: 45px;
}

.single-service-3 .service-content .service-title a {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-service-3 .service-content .service-title a:hover {
    color: #f14836;
}

.single-service-3 .service-content .text {
    padding-top: 15px;
}

.single-service-3 .service-content .more {
    color: #798795;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 30px;
}

.single-service-3 .service-content .more:hover {
    color: #f14836;
}

.single-service-3.service-color .service-content .service-title a:hover {
    color: #164aa9;
}

.single-service-3.service-color .service-content .more:hover {
    color: #164aa9;
}

.single-service-3.service-6 .service-content .service-title a {
    color: #fff;
}

.single-service-3.service-6 .service-content .service-title a:hover {
    color: #f23559;
}

.single-service-3.service-6 .service-content .more:hover {
    color: #f23559;
}


/*===== SERVICE 4 =====*/

.service-4 {
    position: relative;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-4 {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .service-4 {
        margin-top: 0;
    }
}

.single-services-4 {
    padding-bottom: 45px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-services-4 {
        margin-top: 30px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .single-services-4 {
        margin-top: 30px;
        padding-bottom: 0;
    }
}

.single-services-4 .services-shape {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-services-4 .services-shape {
        display: none;
    }
}

@media (max-width: 767px) {
    .single-services-4 .services-shape {
        display: none;
    }
}

.single-services-4 .services-shape::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 8px;
    left: 8px;
    border: 3px solid #f14836;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-services-4 .services-separator {
    width: 100%;
    height: 1px;
    background-color: #ededed;
    position: relative;
    position: absolute;
    bottom: 15px;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-services-4 .services-separator {
        display: none;
    }
}

@media (max-width: 767px) {
    .single-services-4 .services-separator {
        display: none;
    }
}

.single-services-4 .services-separator::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background-color: #f14836;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-services-4 .services-items {
    position: relative;
}

.single-services-4 .services-items .services-icon i {
    font-size: 42px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.single-services-4 .services-items .services-content {
    padding-left: 30px;
    max-width: 280px;
}

@media (max-width: 767px) {
    .single-services-4 .services-items .services-content {
        padding-left: 0;
        padding-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-services-4 .services-items .services-content {
        padding-left: 30px;
        padding-top: 0;
    }
}

.single-services-4 .services-items .services-content .title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.single-services-4 .services-items .services-content .text {
    padding-top: 10px;
    font-size: 16px;
}

.single-services-4 .services-items.services-color-1 .services-icon i {
    background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
    background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
    background: linear-gradient(to right, #1cbe99 0%, #05de7d 100%);
}

.single-services-4 .services-items.services-color-2 .services-icon i {
    background: -webkit-linear-gradient(#700feb 0%, #fe7687 100%);
    background: -o-linear-gradient(#700feb 0%, #fe7687 100%);
    background: linear-gradient(#700feb 0%, #fe7687 100%);
}

.single-services-4 .services-items.services-color-3 .services-icon i {
    background: -webkit-linear-gradient(95deg, #3e2cea 0%, #4bb3f9 100%);
    background: -o-linear-gradient(95deg, #3e2cea 0%, #4bb3f9 100%);
    background: linear-gradient(185deg, #3e2cea 0%, #4bb3f9 100%);
}

.single-services-4 .services-items.services-color-4 .services-icon i {
    background: -webkit-linear-gradient(left, #e62f67 0%, #e24a92 100%);
    background: -o-linear-gradient(left, #e62f67 0%, #e24a92 100%);
    background: linear-gradient(to right, #e62f67 0%, #e24a92 100%);
}

.single-services-4.services-active {
    padding-bottom: 0;
    padding-top: 40px;
    margin-top: 118px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-services-4.services-active {
        margin-top: 142px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-services-4.services-active {
        margin-top: 30px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .single-services-4.services-active {
        margin-top: 30px;
        padding-top: 0;
    }
}

.single-services-4.services-active .services-shape {
    bottom: auto;
    top: 0;
}

.single-services-4.services-active .services-separator {
    bottom: auto;
    top: 15px;
}

.single-services-4:hover .services-shape {
    background-color: #f14836;
}

.single-services-4:hover .services-shape::before {
    border-color: #fff;
}

.single-services-4:hover .services-separator::before {
    width: 100%;
}


/*===== SERVICE 5 =====*/

.single-service-5 {
    padding: 65px 20px 30px;
    position: relative;
}

.single-service-5.service-border {
    border-left: 1px solid #d0ddea;
    border-right: 1px solid #d0ddea;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-5.service-border {
        border: 0;
    }
}

@media (max-width: 767px) {
    .single-service-5.service-border {
        border: 0;
    }
}

.single-service-5 .service-icon i {
    font-size: 50px;
    line-height: 50px;
}

.single-service-5 .service-content {
    padding-left: 25px;
}

.single-service-5 .service-content .service-title {
    font-size: 18px;
}

.single-service-5 .service-content .text {
    margin-top: 15px;
}

.single-service-5 .shape {
    position: absolute;
}

.single-service-5 .shape.shape-1 {
    left: 35px;
    bottom: -50px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service-5 .shape.shape-2 {
    top: 20px;
    right: 85px;
    -webkit-animation: animationFramesOne 10s infinite linear;
    -moz-animation: animationFramesOne 10s infinite linear;
    -o-animation: animationFramesOne 10s infinite linear;
    animation: animationFramesOne 10s infinite linear;
}

.single-service-5 .shape.shape-3 {
    left: 100px;
    bottom: -10px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service-5 .shape.shape-4 {
    left: 30px;
    top: 10px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service-5 .shape.shape-5 {
    right: 100px;
    bottom: -40px;
    -webkit-animation: animationFramesTwo 10s infinite linear;
    -moz-animation: animationFramesTwo 10s infinite linear;
    -o-animation: animationFramesTwo 10s infinite linear;
    animation: animationFramesTwo 10s infinite linear;
}

.single-service-5.service-color-1 .service-icon i {
    color: #f14836;
}

.single-service-5.service-color-2 .service-icon i {
    color: #ee9d55;
}

.single-service-5.service-color-3 .service-icon i {
    color: #4bb3f9;
}

.service-btn-4 .main-btn {
    border-color: #f23559;
    margin-top: 40px;
}

.service-btn-4 .main-btn:hover {
    background-color: rgba(242, 53, 89, 0.3);
    color: #f23559;
    border-color: #f23559;
}


/*===========================
			 6.GALLERY css
===========================*/

.single-gallery {
    position: relative;
}

.single-gallery .gallery-image img {
    width: 100%;
}

.single-gallery .gallery-icon a {
    background-color: #f14836;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-gallery .gallery-icon a {
        width: 80px;
        height: 80px;
    }
}

.single-gallery .gallery-icon a span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-gallery .gallery-icon a span {
        width: 30px;
        height: 30px;
    }
}

.single-gallery .gallery-icon a span::before,
.single-gallery .gallery-icon a span::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-gallery .gallery-icon a span::after {
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-gallery:hover .gallery-icon a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


/*===== Project Masonry =====*/

.project-menu ul li {
    display: inline-block;
    font-size: 16px;
    color: #798795;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    padding-bottom: 3px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .project-menu ul li {
        margin: 10px 15px 0;
    }
}

.project-menu ul li:first-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    .project-menu ul li:first-child {
        margin: 10px 15px 0;
    }
}

.project-menu ul li::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #798795;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-menu ul li:hover::before,
.project-menu ul li.active::before {
    width: 100%;
}

.gallery-masonry {
    border-radius: 7px;
    overflow: hidden;
}


/*===========================
			 7.PRICING css
===========================*/

.single-pricing {
    padding: 65px 50px 70px;
}

@media (max-width: 767px) {
    .single-pricing {
        padding: 45px 30px 50px;
    }
}

.single-pricing .pricing-price .price {
    font-size: 42px;
    color: #222;
    font-family: "Poppins", sans-serif;
}

.single-pricing .pricing-price .price b {
    font-weight: 800;
}

.single-pricing .pricing-price .price .symbol {
    font-size: 18px;
    color: #f14836;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.single-pricing .pricing-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    border-bottom: 1px solid #d0ddea;
    padding-bottom: 50px;
}

.single-pricing .pricing-title .btn {
    padding: 0 15px;
    line-height: 25px;
    border-radius: 50px;
    background-color: #4bb3f9;
    color: #fff;
    font-size: 14px;
}

.single-pricing .pricing-title .title {
    font-weight: 600;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    padding-left: 10px;
}

.single-pricing .pricing-list ul li {
    font-size: 14px;
    color: #798795;
    margin-top: 20px;
}

.single-pricing .pricing-btn .main-btn {
    text-transform: uppercase;
}

.single-pricing .pricing-btn .main-btn.main-btn-2 {
    border-color: transparent;
    color: #222;
}

.single-pricing.pricing-color-1 .pricing-title .btn {
    background-color: #4bb3f9;
}

.single-pricing.pricing-color-2 .pricing-title .btn {
    background-color: #f14836;
}

.single-pricing.pricing-color-3 .pricing-title .btn {
    background-color: #63b85f;
}

.single-pricing.pricing-active {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}


/*===== PRICING 2 =====*/

.pricing-bg {
    background-color: #eff2f9;
}

.single-pricing-2 {
    padding: 65px 50px 70px;
    border: 5px solid #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-pricing-2 {
        padding: 25px 15px 30px;
    }
}

.single-pricing-2 .pricing-price .price {
    font-size: 42px;
    color: #222;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
    .single-pricing-2 .pricing-price .price {
        font-size: 35px;
    }
}

.single-pricing-2 .pricing-price .price b {
    font-weight: 800;
}

.single-pricing-2 .pricing-price .price .symbol {
    font-size: 18px;
    color: #f14836;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.single-pricing-2 .pricing-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    border-bottom: 1px solid #d0ddea;
    padding-bottom: 50px;
}

.single-pricing-2 .pricing-title .btn {
    padding: 0 15px;
    line-height: 25px;
    border-radius: 50px;
    background-color: #e5e5e5;
    color: #222;
    font-size: 14px;
}

.single-pricing-2 .pricing-title .title {
    font-weight: 600;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .single-pricing-2 .pricing-title .title {
        font-size: 20px;
    }
}

.single-pricing-2 .pricing-list ul li {
    font-size: 14px;
    color: #798795;
    margin-top: 20px;
}

.single-pricing-2 .pricing-btn .main-btn {
    text-transform: uppercase;
}

.single-pricing-2 .pricing-btn .main-btn.main-btn-2 {
    border-color: transparent;
    color: #222;
}

.single-pricing-2:hover,
.single-pricing-2.pricing-active {
    border-color: #f14836;
}


/*===== PRICING 3 =====*/

.pricing-active-3 {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.pricing-active-3 .pricing-shape {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pricing-active-3.pricing-5 .pricing-btn .main-btn {
    background-color: #3969bf;
    border-color: #3969bf;
}

.pricing-active-3.pricing-5 .pricing-btn .main-btn:hover {
    color: #3969bf;
}


/*===== PRICING 5 =====*/

.pricing-5 .pricing-btn .main-btn:hover {
    background-color: rgba(57, 105, 191, 0.4);
}

.pricing-active-3.pricing-6 {
    background-color: #2358b8;
}

.pricing-active-3.pricing-6 .pricing-shape {
    opacity: 0.07;
}

.pricing-active-3.pricing-6 .pricing-btn .main-btn {
    background-color: #2152ae;
    border-color: #2152ae;
}

.pricing-active-3.pricing-6 .pricing-btn .main-btn:hover {
    background-color: rgba(33, 82, 174, 0.4);
    color: #fff;
}

.pricing-6 .pricing-price .price {
    color: #fff;
}

.pricing-6 .pricing-price .price .symbol {
    color: #f23559;
}

.pricing-6 .pricing-title {
    border-bottom-color: rgba(251, 251, 251, 0.1);
}

.pricing-6 .pricing-title .btn {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.pricing-6 .pricing-title .title {
    color: #fff;
}

.pricing-6 .pricing-list ul li {
    color: #fff;
}

.pricing-6 .pricing-btn .main-btn {
    text-transform: uppercase;
}

.pricing-6 .pricing-btn .main-btn.main-btn-2 {
    background-color: transparent;
    border-color: transparent;
    color: #f23559;
}

.pricing-6 .pricing-btn .main-btn.main-btn-2:hover {
    background-color: rgba(242, 53, 89, 0.4);
}


/*===========================
			 8.TESTIMONIAL css
===========================*/

.testimonial-left-content .testimonial-line {
    padding-top: 10px;
}

.testimonial-left-content .testimonial-line li {
    height: 5px;
    background-color: #fde4e1;
    display: inline-block;
    border-radius: 50px;
    margin-right: 3px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(1) {
    width: 40px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(2) {
    width: 15px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(3) {
    width: 10px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(4) {
    width: 5px;
}

.testimonial-left-content .text {
    padding-top: 15px;
}

.testimonial-right-content {
    position: relative;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    max-width: 500px;
    padding-top: 50px;
}

.testimonial-right-content .quota {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.1;
}

.testimonial-right-content .quota i {
    font-size: 130px;
    line-height: 95px;
    color: #f14836;
}

.testimonial-right-content.testimonial-right-content-5 {
    background: -webkit-linear-gradient(left, rgba(62, 44, 234, 0.05) 0%, rgba(75, 179, 249, 0.05) 100%);
    background: -o-linear-gradient(left, rgba(62, 44, 234, 0.05) 0%, rgba(75, 179, 249, 0.05) 100%);
    background: linear-gradient(to right, rgba(62, 44, 234, 0.05) 0%, rgba(75, 179, 249, 0.05) 100%);
}

.testimonial-right-content.testimonial-right-content-5 .quota i {
    color: #3e2cea;
}

.testimonial-content-wrapper {
    position: relative;
    left: 70px;
}

@media (max-width: 767px) {
    .testimonial-content-wrapper {
        left: 0;
    }
}

.single-testimonial {
    background-color: #fff;
    padding: 40px 30px 50px;
    border-radius: 50px;
}

.single-testimonial .testimonial-text .text {
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 36px;
    color: #222;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .single-testimonial .testimonial-text .text {
        font-size: 18px;
        line-height: 32px;
    }
}

.single-testimonial .testimonial-author {
    border-top: 1px solid #d0ddea;
    padding-top: 50px;
}

.single-testimonial .testimonial-author .author-info .author-image img {
    border-radius: 50%;
}

.single-testimonial .testimonial-author .author-info .author-name {
    padding-left: 30px;
}

.single-testimonial .testimonial-author .author-info .author-name .name {
    font-size: 16px;
    font-weight: 700;
    color: #f14836;
}

.single-testimonial .testimonial-author .author-info .author-name .sub-title {
    font-size: 14px;
    color: #798795;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .single-testimonial .testimonial-author .author-review {
        padding-left: 100px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial .testimonial-author .author-review {
        padding-left: 0;
        padding-top: 15px;
    }
}

.single-testimonial .testimonial-author .author-review .star li {
    display: inline-block;
    font-size: 14px;
    color: #ffa800;
}

.single-testimonial .testimonial-author .author-review .review {
    font-size: 14px;
    color: #222;
    margin-top: 5px;
}

.single-testimonial.single-testimonial-6 {
    background-color: #04022e;
}

.single-testimonial.single-testimonial-6 .testimonial-text .text {
    color: #fff;
}

.single-testimonial.single-testimonial-6 .testimonial-author .author-info .author-name .name {
    color: #f23559;
}

.single-testimonial.single-testimonial-6 .testimonial-author .author-review .review {
    color: #fff;
}

.testimonial-active .slick-arrow {
    position: absolute;
    bottom: 0;
    left: -670px;
    font-size: 22px;
    cursor: pointer;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial-active .slick-arrow:hover {
    color: #000;
}

.testimonial-active .slick-arrow.next {
    left: -635px;
}


/*===== TESTIMONIAL 2 =====*/

.testimonial-content-2 {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 70px;
}

@media (max-width: 767px) {
    .testimonial-content-2 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-content-2 {
        padding-left: 70px;
    }
}

.testimonial-content-2 .quota {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.1;
}

.testimonial-content-2 .quota i {
    font-size: 130px;
    line-height: 95px;
    color: #f14836;
}

.testimonial-content-2.testimonial-content-6 {
    background-color: #030123;
}

.testimonial-content-2.testimonial-content-6 .quota i {
    color: #3e2cea;
}

.testimonial-content-wrapper-2 {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-content-wrapper-2.testimonial-content-wrapper-6 {
    background-color: #04022e;
}

.testimonial-active-2 .slick-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -70px;
    left: 0;
}

.testimonial-active-2 .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.testimonial-active-2 .slick-dots li button {
    background-color: #d9d9d9;
    height: 5px;
    border-radius: 50px;
    font-size: 0;
    padding: 0;
    border: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.testimonial-active-2 .slick-dots li.slick-active button {
    background-color: #f14836;
}

.testimonial-active-2 .slick-dots li:nth-of-type(1) button {
    width: 40px;
}

.testimonial-active-2 .slick-dots li:nth-of-type(2) button {
    width: 15px;
}

.testimonial-active-2 .slick-dots li:nth-of-type(3) button {
    width: 10px;
}

.testimonial-active-2 .slick-dots li:nth-of-type(4) button {
    width: 5px;
}

.testimonial-active-2.testimonial-6 .slick-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -70px;
    left: 0;
}

.testimonial-active-2.testimonial-6 .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.testimonial-active-2.testimonial-6 .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.15);
}

.testimonial-active-2.testimonial-6 .slick-dots li.slick-active button {
    background-color: #f23559;
}


/*===== TESTIMONIAL 3 =====*/

.testimonial-wrapper-3 {
    position: relative;
    background-color: #f23559;
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper-3 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper-3 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
}

.testimonial-wrapper-3 .quota {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.15;
}

.testimonial-wrapper-3 .quota i {
    font-size: 130px;
    line-height: 95px;
    color: #fff;
}

.testimonial-content-3 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.single-testimonial-3 {
    background-color: #fff;
    padding: 40px 30px 50px;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .single-testimonial-3 {
        padding: 20px 20px 30px;
    }
}

.single-testimonial-3 .testimonial-text .text {
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 48px;
    color: #222;
    padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-3 .testimonial-text .text {
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .single-testimonial-3 .testimonial-text .text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-3 .testimonial-text .text {
        font-size: 18px;
        line-height: 32px;
    }
}

.single-testimonial-3 .testimonial-author {
    border-top: 1px solid #d0ddea;
    padding-top: 50px;
}

.single-testimonial-3 .testimonial-author .author-info .author-image img {
    border-radius: 50%;
}

.single-testimonial-3 .testimonial-author .author-info .author-name {
    padding-left: 30px;
}

.single-testimonial-3 .testimonial-author .author-info .author-name .name {
    font-size: 16px;
    font-weight: 700;
    color: #f14836;
}

.single-testimonial-3 .testimonial-author .author-info .author-name .sub-title {
    font-size: 14px;
    color: #798795;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .author-review {
        padding-left: 100px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .author-review {
        padding-left: 0;
        padding-top: 15px;
    }
}

.single-testimonial-3 .testimonial-author .author-review .star li {
    display: inline-block;
    font-size: 14px;
    color: #ffa800;
}

.single-testimonial-3 .testimonial-author .author-review .review {
    font-size: 14px;
    color: #222;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .review-title {
        padding-left: 100px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .review-title {
        padding-left: 0;
        padding-top: 15px;
    }
}

.single-testimonial-3 .testimonial-author .review-title .title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-3 .testimonial-author .review-title .title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single-testimonial-3 .testimonial-author .review-title .title {
        font-size: 20px;
    }
}

.single-testimonial-3 .testimonial-author .review-title .title span {
    font-weight: 400;
}


/*===========================
			 9.NEWSLATTER css
===========================*/

.newsletter-wrapper .section-title .title {
    font-size: 56px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter-wrapper .section-title .title {
        font-size: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-wrapper .section-title .title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .newsletter-wrapper .section-title .title {
        font-size: 28px;
    }
}

.newsletter-wrapper .newsletter-form {
    margin-top: 120px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-wrapper .newsletter-form {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .newsletter-wrapper .newsletter-form {
        margin-top: 60px;
    }
}

.newsletter-wrapper .newsletter-form input {
    width: 100%;
    border: 2px solid #f14836;
    padding: 0 85px;
    height: 100px;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .newsletter-wrapper .newsletter-form input {
        height: 60px;
        padding: 0 25px;
    }
}

.newsletter-wrapper .newsletter-form .main-btn {
    width: 245px;
    height: 100px;
    line-height: 96px;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .newsletter-wrapper .newsletter-form .main-btn {
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 56px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsletter-wrapper .newsletter-form .main-btn {
        position: absolute;
        width: auto;
        margin-top: 0;
    }
}

.newsletter-wrapper .newsletter-form-4 input {
    border-color: #f23559;
}

.newsletter-wrapper .newsletter-form-4 .main-btn {
    background-color: #f23559;
    border-color: #f23559;
}

.newsletter-wrapper .newsletter-form-4 .main-btn:hover {
    background-color: rgba(242, 53, 89, 0.5);
    color: #fff;
    border-color: #f23559;
}


/*===========================
			 10.FOOTER css
===========================*/

.footer-about .text {
    padding-top: 25px;
    font-size: 16px;
}

.footer-title .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
}

.footer-link ul li {
    margin-top: 25px;
}

.footer-link ul li a {
    font-size: 16px;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-link ul li a:hover {
    color: #222;
}

.footer-contact .text {
    font-size: 16px;
    padding-top: 15px;
}

.footer-contact .social li {
    display: inline-block;
    margin-right: 26px;
}

.footer-contact .social li:last-child {
    margin-right: 0;
}

.footer-contact .social li a {
    font-size: 26px;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-contact .social li a:hover {
    color: #f14836;
}

.footer-copyright {
    padding: 25px;
    border-top: 1px solid #d0ddea;
}

.footer-copyright .text {
    font-size: 16px;
}

.footer-copyright .text a {
    color: #f14836;
}


/*===== BACK TO TOP =====*/

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #f14836;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #f14836;
}


/*===== FOOTER 2 =====*/

.footer-2 {
    background-color: #030123;
    position: relative;
    z-index: 5;
}

.footer-2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-shape.png);
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.footer-2 .footer-about .text {
    color: #fff;
}

.footer-2 .footer-title .title {
    color: #fff;
}

.footer-2 .footer-link ul li a {
    color: #fff;
}

.footer-2 .footer-link ul li a:hover {
    color: #164aa9;
}

.footer-2 .footer-contact .text {
    color: #fff;
}

.footer-2 .footer-contact .social li a {
    color: #fff;
}

.footer-2 .footer-contact .social li a:hover {
    color: #164aa9;
}

.copyright-2 {
    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright-2 .text {
    color: #fff;
}

.copyright-2 .text a {
    color: #164aa9;
}


/*===== FOOTER 3 =====*/

.footer-3 {
    position: relative;
    padding-top: 90px;
}

@media (max-width: 767px) {
    .footer-3 {
        padding-top: 20px;
    }
}

.footer-3 .footer-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .footer-3 .footer-shape {
        top: -6px;
    }
}

.footer-3 .footer-shape img {
    width: 100%;
}

.footer-3 .footer-about .text {
    color: #fff;
}

.footer-3 .footer-title .title {
    color: #fff;
}

.footer-3 .footer-link ul li a {
    color: #fff;
}

.footer-3 .footer-link ul li a:hover {
    color: #05de7d;
}

.footer-3 .footer-contact .text {
    color: #fff;
}

.footer-3 .footer-contact .social li a {
    color: #fff;
}

.footer-3 .footer-contact .social li a:hover {
    color: #05de7d;
}

.copyright-3 {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright-3 .text {
    color: #999999;
}

.copyright-3 .text a {
    color: #1BAEE1;
}


/*===== FOOTER 4 =====*/

.footer-4 {
    position: relative;
    background-color: #5e0982;
}

@media (max-width: 767px) {
    .footer-4 {
        padding-top: 20px;
    }
}

.footer-4 .footer-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .footer-4 .footer-shape {
        top: -6px;
    }
}

.footer-4 .footer-shape img {
    width: 100%;
}

.footer-4 .footer-about .text {
    color: #fff;
}

.footer-4 .footer-title .title {
    color: #fff;
}

.footer-4 .footer-link ul li a {
    color: #fff;
}

.footer-4 .footer-link ul li a:hover {
    color: #f23559;
}

.footer-4 .footer-contact .text {
    color: #fff;
}

.footer-4 .footer-contact .social li a {
    color: #fff;
}

.footer-4 .footer-contact .social li a:hover {
    color: #f23559;
}

.copyright-4 {
    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright-4 .text {
    color: #fff;
}

.copyright-4 .text a {
    color: #f23559;
}


/*===== FOOTER 4 =====*/

.footer-5 {
    position: relative;
}

.footer-5 .footer-about .text {
    color: #fff;
}

.footer-5 .footer-title .title {
    color: #fff;
}

.footer-5 .footer-link ul li a {
    color: #fff;
}

.footer-5 .footer-link ul li a:hover {
    color: #4bb3f9;
}

.footer-5 .footer-contact .text {
    color: #fff;
}

.footer-5 .footer-contact .social li a {
    color: #fff;
}

.footer-5 .footer-contact .social li a:hover {
    color: #4bb3f9;
}

.copyright-5 {
    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright-5 .text {
    color: #fff;
}

.copyright-5 .text a {
    color: #4bb3f9;
}


/*===========================
			11.PAGE BANNER css
===========================*/

.page-banner {
    padding-top: 235px;
    padding-bottom: 135px;
}

@media (max-width: 767px) {
    .page-banner {
        padding-top: 175px;
        padding-bottom: 90px;
    }
}

.page-banner-content .page-title {
    font-size: 60px;
    font-weight: 400;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-content .page-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 34px;
    }
}

.page-banner-content .page-title b {
    font-weight: 700;
}

.page-banner-content .page-title span {
    font-weight: 700;
    color: #f14836;
    display: contents;
}

.page-banner-content.banner-content-2 .page-title {
    color: #fff;
}

.page-banner-content.banner-content-2 .page-title span {
    color: #fff;
}


/*===========================
				 12.TEAM css
===========================*/

.team-area {
    position: relative;
}

.team-bg {
    background-color: #eff2f9;
}

.team-wrapper {
    background-color: #f7f7fd;
    padding-bottom: 30px;
}

.single-team .team-image {
    position: relative;
}

.single-team .team-image img {
    width: 100%;
}

.single-team .team-image .plus-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    font-size: 30px;
    color: #fff;
    background-color: #f14836;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-team .team-content {
    padding-top: 25px;
}

.single-team .team-content .team-title a {
    font-size: 32px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-team .team-content .team-title a {
        font-size: 26px;
    }
}

.single-team .team-content .team-title a:hover {
    color: #f14836;
}

.single-team .team-content .sub-title {
    font-size: 18px;
    color: #798795;
    margin-top: 5px;
}

.single-team .team-content .social {
    border-top: 1px solid #d0ddea;
    padding-top: 18px;
    margin-top: 30px;
}

.single-team .team-content .social li {
    display: inline-block;
    margin: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team .team-content .social li {
        margin: 0 20px;
    }
}

@media (max-width: 767px) {
    .single-team .team-content .social li {
        margin: 0 20px;
    }
}

.single-team .team-content .social li a {
    font-size: 18px;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-team .team-content .social li a:hover {
    color: #f14836;
}

.single-team:hover .team-image .plus-link {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.single-team.team-2 .team-image .plus-link {
    background-color: #164aa9;
}

.single-team.team-2 .team-content .team-title a:hover {
    color: #164aa9;
}

.single-team.team-4 .team-image .plus-link {
    background-color: #f23559;
}

.single-team.team-4 .team-content .team-title a:hover {
    color: #f23559;
}

.single-team.team-5 .team-image .plus-link {
    background-color: #3969bf;
}

.single-team.team-5 .team-content .team-title a {
    color: #fff;
}

.single-team.team-5 .team-content .sub-title {
    color: #4bb3f9;
}

.single-team.team-5 .team-content .social {
    border-color: rgba(255, 255, 255, 0.3);
}

.single-team.team-5 .team-content .social li a {
    color: #fff;
}

.single-team.team-6 .team-image .plus-link {
    background-color: #2358b8;
}

.single-team.team-6 .team-content .team-title a {
    color: #fff;
}

.single-team.team-6 .team-content .sub-title {
    color: #4bb3f9;
}

.single-team.team-6 .team-content .social {
    border-color: rgba(255, 255, 255, 0.3);
}

.single-team.team-6 .team-content .social li a {
    color: #fff;
}

.team-section-title .team-line {
    padding-top: 10px;
}

.team-section-title .team-line li {
    height: 5px;
    background-color: #fde4e1;
    display: inline-block;
    border-radius: 50px;
    margin-right: 3px;
}

.team-section-title .team-line li:nth-of-type(1) {
    width: 40px;
}

.team-section-title .team-line li:nth-of-type(2) {
    width: 15px;
}

.team-section-title .team-line li:nth-of-type(3) {
    width: 10px;
}

.team-section-title .team-line li:nth-of-type(4) {
    width: 5px;
}

.team-section-title.team-section-6 .team-line li {
    background-color: rgba(255, 255, 255, 0.1);
}


/*===========================
				 13.FAQ css
===========================*/

.faq-accordion .accordion .card {
    border: 0;
    background: none;
}

.faq-accordion .accordion .card .card-header {
    padding: 0;
    border: 0;
    background: none;
    margin-top: 40px;
}

.faq-accordion .accordion .card .card-header a {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #222;
    display: block;
    position: relative;
    padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-accordion .accordion .card .card-header a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq-accordion .accordion .card .card-header a {
        font-size: 16px;
    }
}

.faq-accordion .accordion .card .card-header a::before {
    content: '\E957';
    font-family: 'LineIcons';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-accordion .accordion .card .card-header .collapsed::before {
    content: '\E959';
}

.faq-accordion .accordion .card .card-body {
    padding: 20px 20px 0;
}

.faq-accordion.faq-accordion-6 .accordion .card .card-header a {
    color: #f14836;
}

.faq-accordion.faq-accordion-6 .accordion .card .card-header a.collapsed {
    color: #fff;
}

.faq-image img {
    width: 100%;
}


/*===========================
			 14.PROCESS css
===========================*/

.single-process .process-icon .icon {
    width: 30px;
    height: 30px;
    line-height: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    z-index: 5;
}

.single-process .process-icon .icon::before,
.single-process .process-icon .icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: -1;
}

.single-process .process-icon .icon::after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.single-process .process-icon .icon i {
    color: #fff;
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.single-process .process-icon .icon-title {
    font-size: 18px;
    font-weight: 700;
    color: #798795;
    padding-left: 15px;
    font-family: "Poppins", sans-serif;
}

.single-process .process-icon .icon-title span {
    font-weight: 400;
}

.single-process .process-content .process-title a {
    font-size: 24px;
    color: #222;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-process .process-content .process-title a:hover {
    color: #f14836;
}

.single-process .process-content .text {
    padding-top: 20px;
    font-size: 16px;
}

.single-process .process-content .more {
    font-size: 36px;
    color: #798795;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-process .process-content .more:hover {
    color: #f14836;
}

.single-process.process-color-1 .process-icon .icon {
    background-color: #6360f4;
}

.single-process.process-color-1 .process-icon .icon::before,
.single-process.process-color-1 .process-icon .icon::after {
    background-color: #6360f4;
}

.single-process.process-color-2 .process-icon .icon {
    background-color: #f23559;
}

.single-process.process-color-2 .process-icon .icon::before,
.single-process.process-color-2 .process-icon .icon::after {
    background-color: #f23559;
}

.single-process.process-color-3 .process-icon .icon {
    background-color: #35f2e7;
}

.single-process.process-color-3 .process-icon .icon::before,
.single-process.process-color-3 .process-icon .icon::after {
    background-color: #35f2e7;
}

.single-process.process-color-4 .process-icon .icon {
    background-color: #1ecf92;
}

.single-process.process-color-4 .process-icon .icon::before,
.single-process.process-color-4 .process-icon .icon::after {
    background-color: #1ecf92;
}

.single-process.process-color-5 .process-icon .icon {
    background-color: #781ceb;
}

.single-process.process-color-5 .process-icon .icon::before,
.single-process.process-color-5 .process-icon .icon::after {
    background-color: #781ceb;
}

.single-process.process-color-6 .process-icon .icon {
    background-color: #54b2f8;
}

.single-process.process-color-6 .process-icon .icon::before,
.single-process.process-color-6 .process-icon .icon::after {
    background-color: #54b2f8;
}

.process-content .process-icon .icon {
    width: 30px;
    height: 30px;
    line-height: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    z-index: 5;
    text-align: center;
}

.process-content .process-icon .icon::before,
.process-content .process-icon .icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: -1;
}

.process-content .process-icon .icon::after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.process-content .process-icon .icon i {
    color: #fff;
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.process-content .process-icon .icon-title {
    font-size: 18px;
    font-weight: 700;
    color: #798795;
    padding-left: 15px;
    font-family: "Poppins", sans-serif;
}

.process-content .process-icon .icon-title span {
    font-weight: 400;
}

.process-content .process-text .process-title {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-content .process-text .process-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .process-content .process-text .process-title {
        font-size: 24px;
    }
}

.process-content .process-text .process-title span {
    font-weight: 400;
    display: contents;
}

.process-content .process-text .text {
    padding-top: 20px;
    font-size: 16px;
}

.process-content.process-color-1 .process-icon .icon {
    background-color: #f23559;
}

.process-content.process-color-1 .process-icon .icon::before,
.process-content.process-color-1 .process-icon .icon::after {
    background-color: #f23559;
}

.process-content.process-color-2 .process-icon .icon {
    background-color: #1574ff;
}

.process-content.process-color-2 .process-icon .icon::before,
.process-content.process-color-2 .process-icon .icon::after {
    background-color: #1574ff;
}

.process-content.process-color-3 .process-icon .icon {
    background-color: #2dc322;
}

.process-content.process-color-3 .process-icon .icon::before,
.process-content.process-color-3 .process-icon .icon::after {
    background-color: #2dc322;
}

.process-content.process-color-4 .process-icon .icon {
    background-color: #000;
}

.process-content.process-color-4 .process-icon .icon::before,
.process-content.process-color-4 .process-icon .icon::after {
    background-color: #000;
}


/*===========================
				15.SING IN css
===========================*/

.sing-in-area {
    position: relative;
}

.sing-in-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sing-in-image {
        position: relative;
        width: 720px;
        margin: 0 auto;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .sing-in-image {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sing-in-image {
        width: 540px;
    }
}

.sing-in-image .image {
    padding-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sing-in-image .image {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .sing-in-image .image {
        padding-left: 0;
    }
}

.sing-in-form-area .sing-in-title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.sing-in-form-area .sing-in-title i {
    color: #f14836;
    margin-right: 8px;
}

.sing-in-form-area .sing-in-title span {
    font-weight: 400;
}

.sing-in-form-area .text {
    font-size: 16px;
    margin-top: 25px;
}

.sing-in-form-area .sing-in-form-wrapper {
    padding-top: 10px;
}

.sing-in-form-area .sing-in-form-wrapper .new-user .text {
    font-size: 18px;
    color: #000;
}

.sing-in-form-area .sing-in-form-wrapper .new-user .text a {
    color: #798795;
}

.sing-in-form-area .single-form label {
    margin-bottom: 25px;
    display: block;
    font-size: 18px;
    color: #222;
}

.sing-in-form-area .single-form input {
    width: 100%;
    -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    background-color: #fff;
    padding: 0 30px;
    height: 65px;
    border: 0;
    color: #222;
    font-size: 18px;
}

.sing-in-form-area .single-form .form-checkbox span {
    font-size: 18px;
    color: #798795;
}

.sing-in-form-area .single-form .form-checkbox input[type="checkbox"] {
    display: none;
}

.sing-in-form-area .single-form .form-checkbox input[type="checkbox"]+label {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #798795;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sing-in-form-area .single-form .form-checkbox input[type="checkbox"]+label::before {
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    text-align: center;
    left: 2px;
    top: -4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sing-in-form-area .single-form .form-checkbox input[type="checkbox"]:checked+label {
    background: #f14836;
    border-color: #f14836;
}

.sing-in-form-area .single-form .form-checkbox input[type="checkbox"]:checked+label::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sing-in-form-area .single-form .form-forget a {
    font-size: 18px;
    color: #f14836;
}

.sing-in-form-area .single-form .main-btn {
    width: 100%;
    border-radius: 7px;
    height: 65px;
    line-height: 61px;
    -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
}

.sing-in-form-area .single-form .main-btn:hover {
    background-color: #f14836;
    color: #fff;
    -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
}

.sing-in-form-area .single-form .facebook-sing-up a {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 7px;
    background-color: #164aa9;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.sing-in-form-area .single-form .gooogle-sing-up a {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 7px;
    background-color: #df3527;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.sing-up-area {
    position: relative;
}

.sing-up-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sing-up-image {
        position: relative;
        width: 720px;
        margin: 0 auto;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .sing-up-image {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sing-up-image {
        width: 540px;
    }
}

.sing-up-image .image {
    padding-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sing-up-image .image {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .sing-up-image .image {
        padding-left: 0;
    }
}


/*===========================
	 16.PROTFOLIO DETAILS css
===========================*/

.portfolio-details-image .tab-content img {
    width: 100%;
}

.portfolio-details-image .nav {
    padding-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 767px) {
    .portfolio-details-image .nav {
        padding-top: 30px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.portfolio-details-image .nav .nav-item {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .portfolio-details-image .nav .nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.portfolio-details-image .nav a {
    position: relative;
}

.portfolio-details-image .nav a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border: 5px solid #f14836;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .portfolio-details-image .nav a::before {
        border: 2px solid #f14836;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-details-image .nav a::before {
        border: 3px solid #f14836;
    }
}

.portfolio-details-image .nav a.active::before {
    opacity: 1;
}

.portfolio-details-image .nav a img {
    width: 100%;
}

.portfolio-details-image.portfolio-details-image-2 .nav {
    padding-top: 0;
}

.portfolio-details-image.portfolio-details-image-2 .nav .nav-item {
    width: 100%;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item {
        width: 33.33%;
    }
}

.portfolio-details-image.portfolio-details-image-2 .nav .nav-item:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item:first-child {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .portfolio-details-image.portfolio-details-image-2 .nav .nav-item:first-child {
        margin-top: 30px;
    }
}

.portfolio-details-image.portfolio-details-image-2 .nav a img {
    width: 100%;
    height: 140px;
    object-position: center;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-details-image.portfolio-details-image-2 .nav a img {
        height: 108px;
    }
}

@media (max-width: 767px) {
    .portfolio-details-image.portfolio-details-image-2 .nav a img {
        height: 80px;
    }
}

.portfolio-details-content {
    padding-top: 90px;
}

@media (max-width: 767px) {
    .portfolio-details-content {
        padding-top: 60px;
    }
}

.portfolio-details-content .portfolio-sub-title {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #f14836;
}

.portfolio-details-content .portfolio-title {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .portfolio-details-content .portfolio-title {
        font-size: 26px;
    }
}

.portfolio-details-content .text {
    margin-top: 15px;
}

.portfolio-details-content .portfolio-cdws {
    padding-top: 25px;
}

.portfolio-details-content .portfolio-cdws .single-cdws .cdws-icon i {
    font-size: 24px;
    color: #000;
}

.portfolio-details-content .portfolio-cdws .single-cdws .cdws-content {
    padding-left: 30px;
}

.portfolio-details-content .portfolio-cdws .single-cdws .cdws-content .cdws-title {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
}

.portfolio-details-content .portfolio-cdws .single-cdws .cdws-content .text {
    margin-top: 5px;
}


/*===========================
				 16.BL0G css
===========================*/

.single-blog .blog-image a {
    display: block;
}

.single-blog .blog-image a img {
    width: 100%;
}

.single-blog .blog-content {
    padding-top: 25px;
}

.single-blog .blog-content .blog-title a {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-title a {
        font-size: 20px;
    }
}

.single-blog .blog-content .blog-title a:hover {
    color: #f14836;
}

.single-blog .blog-content .blog-author {
    padding-top: 20px;
}

.single-blog .blog-content .blog-author .author-image img {
    width: 65px;
    border-radius: 50%;
}

.single-blog .blog-content .blog-author .author-content {
    padding-left: 20px;
}

.single-blog .blog-content .blog-author .author-content .sub-title {
    font-size: 14px;
    color: #f14836;
    font-weight: 400;
}

.single-blog .blog-content .blog-author .author-content .text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

.single-blog.blog-2 .blog-content .blog-title a:hover {
    color: #164aa9;
}

.single-blog.blog-3 .blog-content .blog-title a:hover {
    color: #05de7d;
}

.single-blog.blog-5 .blog-content .blog-title a:hover {
    color: #3969bf;
}

.single-blog.blog-6 .blog-content .blog-title a {
    color: #fff;
}

.single-blog.blog-6 .blog-content .blog-title a:hover {
    color: #f23559;
}

.single-blog.blog-6 .blog-content .blog-author {
    padding-top: 20px;
}

.single-blog.blog-6 .blog-content .blog-author .author-content .sub-title {
    color: #f23559;
}

.blog-btn .main-btn {
    border: 0;
    background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background-size: 200%;
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
}

.blog-btn .main-btn:hover {
    background-position: right center;
    color: #fff;
}


/*===== SINGLE BLOG 2 =====*/

.single-blog-2 .single-blog-title {
    border-bottom: 1px solid #d0ddea;
    padding-bottom: 15px;
}

.single-blog-2 .single-blog-title a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-blog-2 .single-blog-title a:hover {
    color: #f23559;
}

.single-blog-2 .text {
    font-size: 14px;
    margin-top: 15px;
}

.single-blog-2 .blog-author-date .author {
    margin-top: 30px;
}

.single-blog-2 .blog-author-date .author .author-image img {
    width: 65px;
    border-radius: 50%;
}

.single-blog-2 .blog-author-date .author .author-content {
    padding-left: 20px;
}

.single-blog-2 .blog-author-date .author .author-content .text {
    font-size: 14px;
    color: #f23559;
}

.single-blog-2 .blog-author-date .author .author-content .author-name {
    font-size: 16px;
    font-weight: 600;
}

.single-blog-2 .blog-author-date .date {
    margin-top: 30px;
}

.single-blog-2 .blog-author-date .date span {
    width: 70px;
    height: 70px;
    font-size: 14px;
    color: #798795;
    border: 2px dashed #f23559;
    text-align: center;
}


/*===========================
		17.BL0G DETAILS  css
===========================*/

.blog-details-content .details-image img {
    width: 100%;
}

.blog-details-content .details-title {
    font-size: 24px;
    font-weight: 600;
    max-width: 680px;
    margin-top: 45px;
}

@media (max-width: 767px) {
    .blog-details-content .details-title {
        font-size: 20px;
    }
}

.blog-details-content .text {
    margin-top: 35px;
}

.blog-details-content .blockquote {
    padding: 65px 50px;
    background: -webkit-linear-gradient(#3e2cea 0%, #4bb3f9 100%);
    background: -o-linear-gradient(#3e2cea 0%, #4bb3f9 100%);
    background: linear-gradient(#3e2cea 0%, #4bb3f9 100%);
    position: relative;
    border-radius: 5px;
    margin-top: 45px;
    z-index: 5;
}

@media (max-width: 767px) {
    .blog-details-content .blockquote {
        padding: 25px 30px;
    }
}

.blog-details-content .blockquote .quote {
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.15;
    z-index: -1;
}

.blog-details-content .blockquote .text {
    margin-top: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 48px;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-content .blockquote .text {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .blog-details-content .blockquote .text {
        font-size: 20px;
        line-height: 35px;
    }
}

.blog-details-content .blockquote .text i {
    font-size: 16px;
    position: relative;
}

.blog-details-content .blockquote .text i.fa-quote-left {
    top: -16px;
    left: 5px;
}

.blog-details-content .blockquote .text i.fa-quote-right {
    bottom: -6px;
}

.blog-details-content .details-list {
    padding-top: 5px;
    padding-left: 20px;
}

.blog-details-content .details-list li {
    font-size: 16px;
    color: #798795;
    margin-top: 25px;
    list-style: decimal;
}

.blog-details-content .blog-share {
    border-top: 1px solid #d0ddea;
    padding-top: 25px;
    margin-top: 60px;
}

.blog-details-content .blog-share span {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    font-family: "Poppins", sans-serif;
}

.blog-details-content .blog-share .social li {
    display: inline-block;
    margin-left: 10px;
}

.blog-details-content .blog-share .social li a {
    font-size: 16px;
}

.blog-details-content .blog-share .social li a.color-1 {
    color: #45619d;
}

.blog-details-content .blog-share .social li a.color-2 {
    color: #42c0fb;
}

.blog-details-content .blog-share .social li a.color-3 {
    color: #E1306C;
}

.blog-details-content .blog-share .social li a.color-4 {
    color: #0077B5;
}

.single-comment-items {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .single-comment-items .comment-author {
        padding-left: 100px;
        padding-bottom: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment-items .comment-author {
        padding-left: 0;
        padding-bottom: 0;
    }
}

.single-comment-items .comment-author img {
    width: 80px;
    border-radius: 50%;
}

.single-comment-items .comment-content {
    background-color: #f6f6f6;
    padding: 25px 60px;
    margin-left: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .single-comment-items .comment-content {
        margin-left: 0;
        padding: 25px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment-items .comment-content {
        margin-left: 20px;
    }
}

.single-comment-items .comment-content::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 100px solid #f6f6f6;
    border-left: 100px solid transparent;
    top: 0;
    left: -100px;
}

@media (max-width: 767px) {
    .single-comment-items .comment-content::before {
        border-top: 0;
        border-left: 0;
        border-right: 100px solid transparent;
        border-bottom: 100px solid #f6f6f6;
        left: 0;
        top: -100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment-items .comment-content::before {
        position: absolute;
        border-top: 100px solid #f6f6f6;
        border-left: 100px solid transparent;
        border-right: 0;
        border-bottom: 0;
        top: 0;
        left: -100px;
    }
}

.single-comment-items .comment-content .comment-name {
    font-size: 16px;
    font-weight: 700;
}

.single-comment-items .comment-content .text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-comment-items .comment-content a {
    font-size: 16px;
    color: #a4a4a4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-right: 20px;
    margin-top: 10px;
}

.single-comment-items .comment-content a i {
    margin-right: 8px;
}

.single-comment-items .comment-content a:hover {
    color: #f14836;
}

.comment-reply {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .comment-reply {
        padding-left: 0;
    }
}

.blog-details-comment-form .comment-form-title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000;
}

@media (max-width: 767px) {
    .blog-details-comment-form .comment-form-title {
        font-size: 26px;
    }
}

.blog-details-comment-form .comment-form-title i {
    color: #f14836;
    margin-right: 8px;
}

.blog-details-comment-form .comment-form-title span {
    font-weight: 400;
}

.comment-form label {
    margin-bottom: 25px;
    display: block;
    font-size: 18px;
    color: #222;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    border-radius: 7px;
    background-color: #fff;
    padding: 0 30px;
    height: 65px;
    border: 1px solid #d0ddea;
    color: #222;
    font-size: 18px;
}

.comment-form textarea {
    padding-top: 10px;
    height: 270px;
    resize: none;
}

.blog-category {
    border: 1px solid #d0ddea;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-category .category-title {
    border: 1px solid #d0ddea;
    padding: 15px 30px;
}

.blog-category .category-title .title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.blog-category .category-title .title i {
    color: #f14836;
    margin-right: 5px;
}

.blog-category .category-list {
    padding: 5px 30px 30px;
}

.blog-category .category-list ul li {
    margin-top: 20px;
}

.blog-category .category-list ul li a {
    font-size: 14px;
    color: #798795;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-category .category-list ul li a:hover {
    color: #f14836;
}

.blog-category .category-list ul li a i {
    float: right;
    margin-top: 5px;
}

.blog-category .category-more {
    padding: 15px 30px;
    border-top: 1px solid #d0ddea;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-category .category-more a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-category .category-more a:hover {
    color: #f14836;
}

.blog-category .category-more a i {
    color: #f14836;
    margin-right: 5px;
}

.blog-sidebar-wrapper {
    border: 1px solid #d0ddea;
}

.blog-sidebar-wrapper .sidebar-title {
    padding: 15px 30px;
    border-bottom: 1px solid #d0ddea;
}

.blog-sidebar-wrapper .sidebar-title .title {
    font-size: 18px;
    font-weight: 500;
}

.blog-tag .tag-list {
    padding: 20px 30px 30px;
    border-bottom: 1px solid #d0ddea;
}

.blog-tag .tag-list a {
    padding: 0 10px;
    line-height: 30px;
    border-bottom: 1px solid #d0ddea;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #798795;
    font-size: 14px;
    margin-top: 10px;
}

.blog-tag .tag-list a:hover {
    background-color: #f14836;
    color: #fff;
    border-color: #798795;
}

.blog-project .project-list {
    padding: 20px 30px 30px;
    border-bottom: 1px solid #d0ddea;
}

.blog-project .project-list ul li a {
    color: #798795;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
}

.blog-project .project-list ul li a:hover {
    color: #f14836;
}

.blog-project .project-list ul li a span {
    float: right;
}

.blog-ratting .ratting-list {
    padding: 20px 30px 30px;
}

.blog-ratting .ratting-list ul li a {
    color: #798795;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
}

.blog-ratting .ratting-list ul li a:hover {
    color: #f14836;
}

.blog-ratting .ratting-list ul li a span {
    float: right;
}


/*===========================
			18.CONTACT  css
===========================*/

.contact-area {
    position: relative;
}

.contact-map iframe {
    width: 100%;
    height: 550px;
}

@media (max-width: 767px) {
    .contact-map iframe {
        height: 350px;
    }
}

.contact-map-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-map-2 {
        position: relative;
        width: 100%;
        height: 550px;
    }
}

@media (max-width: 767px) {
    .contact-map-2 {
        position: relative;
        width: 100%;
        height: 550px;
    }
}

.contact-map-2 iframe {
    width: 100%;
    height: 100%;
}

.contact-info-title .title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.contact-info-title .title i {
    color: #f14836;
    margin-right: 8px;
}

.contact-info-title .title span {
    font-weight: 400;
}

.contact-info-title .text {
    font-size: 16px;
    margin-top: 25px;
}

.single-contact-info .contact-info-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.single-contact-info .contact-info-content {
    padding-left: 20px;
}

.single-contact-info .contact-info-content .text {
    color: #222;
}

.single-contact-info.contact-color-1 .contact-info-icon i {
    background-color: #222;
}

.single-contact-info.contact-color-2 .contact-info-icon i {
    background-color: #f23559;
}

.single-contact-info.contact-color-3 .contact-info-icon i {
    background-color: #4bb3f9;
}

.contact-info {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .contact-info {
        padding-bottom: 0;
    }
}

.contact-wrapper-form .contact-title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000;
}

@media (max-width: 767px) {
    .contact-wrapper-form .contact-title {
        font-size: 26px;
    }
}

.contact-wrapper-form .contact-title i {
    color: #f14836;
    margin-right: 8px;
}

.contact-wrapper-form .contact-title span {
    font-weight: 400;
}

.form-message.error,
.form-message.success {
    font-size: 16px;
    color: #222;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f7f7fd;
    margin-left: 15px;
}

.form-message.error {
    color: #fc3832;
}

.contact-form label {
    margin-bottom: 25px;
    display: block;
    font-size: 18px;
    color: #222;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border-radius: 7px;
    background-color: #fff;
    padding: 0 30px;
    height: 65px;
    border: 1px solid #d0ddea;
    color: #222;
    font-size: 18px;
}

.contact-form textarea {
    padding-top: 10px;
    height: 270px;
    resize: none;
}

.contact-form .main-btn {
    border-radius: 5px;
}


/*===========================
			 19.ERROR  css
===========================*/

.error-area {
    height: 750px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-area {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .error-area {
        height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-content img {
        width: 450px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error-content img {
        width: 350px;
    }
}

.error-content .text {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 55px;
}

.error-content .text span {
    color: #f14836;
}


/*===========================
			 03.DOMAIN  css
===========================*/

.domain-area {
    background-color: #f7f7fd;
}

.domain-area.domain-2 {
    background-color: #2358b8;
    position: relative;
    z-index: 5;
}

.domain-area.domain-2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/domain-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.domain-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #164aa9;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .domain-title .sub-title {
        font-size: 16px;
    }
}

.domain-title .title {
    font-size: 60px;
    padding-top: 10px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .domain-title .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .domain-title .title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .domain-title .title {
        font-size: 24px;
    }
}

.domain-title .title span {
    font-weight: 400;
    display: contents;
}

.domain-title.domain-title-2 .sub-title {
    color: #fff;
}

.domain-title.domain-title-2 .title {
    color: #fff;
}

.domain-search .search-form {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    margin-top: 105px;
}

@media (max-width: 767px) {
    .domain-search .search-form {
        border-radius: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .domain-search .search-form {
        border-radius: 50px;
    }
}

.domain-search .search-form input {
    width: 55%;
    height: 100px;
    background-color: #fff;
    border: 0;
    padding: 0 80px;
    font-size: 24px;
    color: #222;
    border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .domain-search .search-form input {
        padding: 0 40px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .domain-search .search-form input {
        width: 100%;
        height: 70px;
        font-size: 16px;
        border-radius: 0;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .domain-search .search-form input {
        border-radius: 50px;
    }
}

.domain-search .search-form .nice-select {
    float: none;
    width: 20%;
    border-radius: 0;
    height: 100px;
    border: 0;
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .domain-search .search-form .nice-select {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .domain-search .search-form .nice-select {
        height: 80px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .domain-search .search-form .nice-select {
        width: 100%;
        height: 70px;
        padding-left: 30px;
    }
}

.domain-search .search-form .nice-select::after {
    width: 12px;
    height: 12px;
    right: 35%;
    border-color: #a4a4a4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .domain-search .search-form .nice-select::after {
        right: 25%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .domain-search .search-form .nice-select::after {
        right: 25%;
    }
}

.domain-search .search-form .nice-select::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 70%;
    background-color: #d0ddea;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .domain-search .search-form .nice-select::before {
        width: 80%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        left: 50%;
        top: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .domain-search .search-form .nice-select::before {
        width: 2px;
        height: 70%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        top: 50%;
    }
}

.domain-search .search-form .nice-select .current {
    line-height: 100px;
    font-size: 24px;
    color: #a4a4a4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .domain-search .search-form .nice-select .current {
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .domain-search .search-form .nice-select .current {
        line-height: 70px;
        font-size: 16px;
    }
}

.domain-search .search-form .nice-select .list {
    width: 100%;
    border-radius: 0;
}

.domain-search .search-form .nice-select .list .option {
    font-size: 24px;
    color: #a4a4a4;
}

@media (max-width: 767px) {
    .domain-search .search-form .nice-select .list .option {
        font-size: 16px;
    }
}

.domain-search .search-form .main-btn {
    width: 25%;
    height: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    background-color: #164aa9;
    border-color: #164aa9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .domain-search .search-form .main-btn {
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .domain-search .search-form .main-btn {
        width: 100%;
        height: 70px;
        line-height: 70px;
        border-radius: 0;
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .domain-search .search-form .main-btn {
        border-radius: 50px;
    }
}

.domain-search .search-form .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.4);
    color: #164aa9;
}

.domain-search .search-form.search-form-2 .main-btn {
    background-color: #164aa9;
    border-color: #164aa9;
}

.domain-search .search-form.search-form-2 .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.6);
    color: #fff;
}

.domain-search .domain-name .single-domain a {
    background-color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .domain-search .domain-name .single-domain a {
        width: 75px;
        height: 75px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .domain-search .domain-name .single-domain a {
        width: 80px;
        height: 80px;
    }
}

.domain-search .domain-name .single-domain a .name {
    font-weight: 700;
    color: #798795;
    display: block;
    font-size: 18px;
}

.domain-search .domain-name .single-domain a .price {
    display: block;
    font-size: 14px;
    color: #798795;
    padding-top: 5px;
}

.domain-search .domain-name .single-domain a:hover {
    background-color: #164aa9;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.2);
    box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.2);
}

.domain-search .domain-name .single-domain a:hover .name,
.domain-search .domain-name .single-domain a:hover .price {
    color: #fff;
}

.domain-search .domain-name.domain-name-2 .single-domain a {
    background-color: rgba(255, 255, 255, 0.07);
}

.domain-search .domain-name.domain-name-2 .single-domain a .name {
    color: #fff;
}

.domain-search .domain-name.domain-name-2 .single-domain a .price {
    color: #fff;
}

.domain-search .domain-name.domain-name-2 .single-domain a:hover {
    background-color: #164aa9;
}


/*===========================
			 04.ANALYSIS  css
===========================*/

.analysis-title .title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .analysis-title .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analysis-title .title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .analysis-title .title {
        font-size: 24px;
    }
}

.analysis-title.analysis-title-2 .title {
    color: #3969bf;
}

.analysis-counter {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 46px;
}

.analysis-counter.analysis-counter-2 {
    border-color: #e3e3e3;
}

.single-analysis-counter .count {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-analysis-counter .count {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-analysis-counter .count {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .single-analysis-counter .count {
        font-size: 38px;
    }
}

.single-analysis-counter .count .plus {
    font-size: 24px;
    font-weight: 400;
}

.single-analysis-counter .text {
    color: #fff;
    text-transform: uppercase;
}

.single-analysis-counter.counter-2 .count {
    color: #3969bf;
}

.single-analysis-counter.counter-2 .text {
    color: #798795;
}


/*===========================
			 05.PROJECT css
===========================*/

.project-menu ul li {
    display: inline-block;
    font-size: 16px;
    color: #798795;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    padding-bottom: 3px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .project-menu ul li {
        margin: 10px 15px 0;
        font-size: 15px;
    }
}

.project-menu ul li:first-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    .project-menu ul li:first-child {
        margin: 10px 15px 0;
    }
}

.project-menu ul li::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #798795;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-menu ul li:hover::before,
.project-menu ul li.active::before {
    width: 100%;
}

.single-project {
    position: relative;
}

.single-project .gallery-image img {
    width: 100%;
}

.single-project .project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    background: -o-linear-gradient(left, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    background: linear-gradient(to right, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.single-project .project-content a {
    background-color: #f14836;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-project .project-content a span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project .project-content a span {
        width: 30px;
        height: 30px;
    }
}

.single-project .project-content a span::before,
.single-project .project-content a span::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-project .project-content a span::after {
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-project .project-content .project-title {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.single-project .project-content .project-title .title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-project:hover .project-content {
    opacity: 1;
    visibility: visible;
}

.single-project:hover .project-content a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.single-project:hover .project-content .project-title .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.project-btn .main-btn {
    background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    border: 0;
    background-size: 200%;
    line-height: 55px;
    padding: 0 45px;
}

.project-btn .main-btn:hover {
    color: #fff;
    background-position: right center;
}


/*===== Project 2 =====*/

.single-project-2 {
    position: relative;
}

.single-project-2 .project-image img {
    width: 100%;
}

.single-project-2 .project-icon a {
    background-color: #f23559;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project-2 .project-icon a {
        width: 80px;
        height: 80px;
    }
}

.single-project-2 .project-icon a span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project-2 .project-icon a span {
        width: 30px;
        height: 30px;
    }
}

.single-project-2 .project-icon a span::before,
.single-project-2 .project-icon a span::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-project-2 .project-icon a span::after {
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-project-2:hover .project-icon a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.view-gallery-2 {
    position: relative;
    margin-top: -25px;
}

@media (max-width: 767px) {
    .view-gallery-2 {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .view-gallery-2 {
        margin-top: 25px;
    }
}

.view-gallery-2 a {
    font-size: 18px;
    font-weight: 600;
    color: #f23559;
}

.view-gallery-2 a i {
    padding-left: 5px;
}


/*===== Project Columns =====*/

.project-columns .project-image img {
    width: 100%;
}

.project-columns .project-image .project-icon a {
    background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
    background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
    background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 100%);
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-columns .project-image .project-icon a {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .project-columns .project-image .project-icon a {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-columns .project-image .project-icon a {
        width: 120px;
        height: 120px;
    }
}

.project-columns .project-image .project-icon a span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-columns .project-image .project-icon a span {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .project-columns .project-image .project-icon a span {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-columns .project-image .project-icon a span {
        width: 40px;
        height: 40px;
    }
}

.project-columns .project-image .project-icon a span::before,
.project-columns .project-image .project-icon a span::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.project-columns .project-image .project-icon a span::after {
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-columns .project-content .project-title a {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .project-columns .project-content .project-title a {
        font-size: 20px;
    }
}

.project-columns .project-content .project-title a:hover {
    color: #164aa9;
}

.project-columns:hover .project-image .project-icon a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


/*===== Project Columns 2 =====*/

.project-columns-2 {
    position: relative;
}

.project-columns-2 .gallery-image img {
    width: 100%;
}

.project-columns-2 .project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    background: -o-linear-gradient(left, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    background: linear-gradient(to right, rgba(62, 44, 234, 0.85) 0%, rgba(75, 179, 249, 0.85) 100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.project-columns-2 .project-content a {
    background-color: #f14836;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-columns-2 .project-content a span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-columns-2 .project-content a span {
        width: 30px;
        height: 30px;
    }
}

.project-columns-2 .project-content a span::before,
.project-columns-2 .project-content a span::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.project-columns-2 .project-content a span::after {
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-columns-2 .project-content .project-title {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.project-columns-2 .project-content .project-title .title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-columns-2:hover .project-content {
    opacity: 1;
    visibility: visible;
}

.project-columns-2:hover .project-content a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.project-columns-2:hover .project-content .project-title .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/*===========================
		09.APP DOWNLOAD css
===========================*/

.app-download-area {
    position: relative;
    z-index: 5;
}

.app-shape-1,
.app-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .app-shape-1 img,
    .app-shape-2 img {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .app-shape-1 img,
    .app-shape-2 img {
        width: 200px;
    }
}

.app-shape-2 {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.app-download-content {
    padding: 0 25px;
}

@media (max-width: 767px) {
    .app-download-content {
        padding: 0;
    }
}

.app-download-content .app-title {
    font-size: 100px;
    font-weight: 700;
    color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .app-download-content .app-title {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .app-download-content .app-title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .app-download-content .app-title {
        font-size: 55px;
    }
}

.app-download-content ul {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .app-download-content ul {
        padding-top: 60px;
    }
}

.app-download-content ul li {
    display: inline-block;
    margin: 0 12px;
}

@media (max-width: 767px) {
    .app-download-content ul li {
        margin: 0 8px;
    }
}

.app-download-content ul li a {
    width: 235px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .app-download-content ul li a {
        width: 120px;
        height: 55px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .app-download-content ul li a {
        width: 200px;
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .app-download-content ul li a img {
        width: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .app-download-content ul li a img {
        width: auto;
    }
}

.app-download-content ul li a.app-store {
    background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 50%, #3e2cea 100%);
    background-size: 200%;
}

.app-download-content ul li a.play-store {
    background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
    background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
    background: linear-gradient(to right, #1cbe99 0%, #05de7d 50%, #1cbe99 100%);
    background-size: 200%;
}

.app-download-content ul li a:hover {
    background-position: right;
}

.app-download-content.app-download-2 .app-title {
    color: #fff;
}

.app-download-content.app-download-2 ul li a.app-store {
    background: #f23559;
}

.app-download-content.app-download-2 ul li a.play-store {
    background: rgba(255, 255, 255, 0.2);
}


/*===========================
			 06.HISTORY  css
===========================*/

.history-area {
    position: relative;
}

.history-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .history-image {
        width: 720px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .history-image {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        position: relative;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .history-image {
        width: 540px;
    }
}

.history-content {
    max-width: 470px;
}

.history-content .history-title {
    font-size: 40px;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .history-content .history-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .history-content .history-title {
        font-size: 24px;
    }
}

.history-content .history-title span {
    font-weight: 400;
    display: contents;
}

.history-content .text {
    margin-top: 35px;
}

.history-progress-area .history-progress .circles-text {
    font-size: 24px !important;
    font-weight: 700;
    color: #222;
    font-family: "Open Sans", sans-serif;
}

.history-progress-area .history-progress .progress-content {
    padding-left: 15px;
}

.history-progress-area .history-progress .progress-content .progress-title {
    font-size: 18px;
}


/*===========================
	 19.CALL TO ACTION  css
===========================*/

.call-action .section-title .title {
    font-size: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-action .section-title .title {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-action .section-title .title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .call-action .section-title .title {
        font-size: 28px;
    }
}

.call-action .call-action-form {
    position: relative;
    margin-top: 100px;
}

@media (max-width: 767px) {
    .call-action .call-action-form {
        margin-top: 50px;
    }
}

.call-action .call-action-form input {
    width: 100%;
    height: 100px;
    padding: 0 80px;
    border-radius: 50px;
    border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-action .call-action-form input {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .call-action .call-action-form input {
        height: 60px;
        padding: 0 25px;
    }
}

.call-action .call-action-form .main-btn {
    position: absolute;
    top: 0;
    right: -1px;
    height: 100px;
    line-height: 96px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #164aa9;
    border-color: #164aa9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-action .call-action-form .main-btn {
        height: 80px;
        line-height: 76px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .call-action .call-action-form .main-btn {
        height: 60px;
        line-height: 56px;
        font-size: 18px;
        position: relative;
        margin-top: 10px;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .call-action .call-action-form .main-btn {
        font-size: 18px;
        position: absolute;
        margin-top: 0;
        width: auto;
    }
}

.call-action .call-action-form .main-btn:hover {
    background-color: rgba(22, 74, 169, 0.6);
    color: #fff;
}

.header-hero-content-3 .text {
    font-size: 22px;
}

.header-last-text {
    font-size: 18px;
    color: white;
}

.text-green {
    /*font-size: 14px;*/
    /*font-size: 20px;*/
    font-size: 22px;
    color: #63D67E;
}

.service-h4 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #1BAEE1;
    font-weight: 500;
}

.service-list {
    margin-bottom: 30px;
    font-size: 16px;
}

.divbox {
    display: inline-block;
    padding: 25px 30px;
    margin: 0 5px;
    border: 1px solid #a2e7ff;
    box-shadow: -2px 7px 8px 0px whitesmoke;
}

.boxcontainer {
    display: inline;
}

.divbox img {
    max-width: 35px;
}

.divboxspan {
    font-size: 16px;
    margin-top: 15px;
    display: block;
    text-align: center;
    color: #1BAEE1;
}

.divbox img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.divboxactive {
    position: relative;
    /*box-shadow: 0px 0px 50px #f7eaea;*/
    box-shadow: 0px 0px 12px 0px #dadada;
    border: none;
}

.divboxactive .divboxspan {
    color: black;
}

.hotlabel {
    font-size: 8px;
    padding: 2px;
    background-image: linear-gradient(to right, #44BFFF, #63D67E);
    color: white;
    position: absolute;
    top: -5%;
    left: 40%;
}

.adver-area {
    background-image: url(../../../images/public_page/landing/adver-bg.png);
    background-position: top;
}

.laptopdiv img {
    height: auto;
    width: 100%;
    max-width: 77%;
    margin-top: 5%;
}

.adverh2 {
    color: #fff;
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
}

.laptopdiv {
    text-align: center;
}

.adverp {
    font-size: 18px;
    color: #fff;
    text-align: l;
}

.becomeh4 {
    font-size: 28px;
    color: #1BAEE1;
    margin-bottom: 20px;
    font-weight: 500;
}

.becomeul {
    color: #4E4E4E;
    list-style: none;
    /*font-size: 18px;*/
    font-size: 16px;
}

.becomeul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #63D667;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    /* Also needed for space (tweak if needed) */
}

.socialul li {
    display: inline-block;
    margin-right: 26px;
}

.social li a i {
    color: white;
    font-size: 20px;
}


/*input{
		width: 100%;
		border-radius: 5px;
		background-color: transparent;
		padding: 0 15px;
		height: 45px;
		border: 1px solid #fff;
		color: #fff;
		font-size: 18px;
}
::placeholder{
	color: white !important
}
:-ms-input-placeholder {
	color: white;
}

::-ms-input-placeholder {
	color: white;
}*/


/*Testimonial css*/

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    /*padding: 50px;*/
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .item .testimonial-textbox {
    display: none
}

#customers-testimonials .owl-item.active.center .item .testimonial-textbox {
    display: block !important;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    /* max-width: 90px;*/
    margin: 0 auto 17px;
    border-radius: 10px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.testimonial-textbox {
    background-color: white;
    padding: 40px 20px;
    box-shadow: 0px 6px 12px #0000001A;
    min-height: 220px;
}

.testiname {
    font-weight: bold;
    text-align: right;
    float: right;
    margin-bottom: 20px;
    color: #1BAEE1;
    font-size: 20px;
    display: block;
}

.testioccu {
    color: #505050;
    font-size: 16px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: mont-extralight;
}

.testip {
    font-size: 18px;
    color: #505050;
    text-align: left;
    margin-left: 10px;
}

.imgcnt {
    display: inline-flex;
}

.imgcnt img {
    position: relative;
    top: -30px;
    height: 100%;
    max-width: 50px;
}


/*Testimonial css end*/

.eventh3 {
    font-size: 28px;
    color: #1BAEE1;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 500;
}

.eventp {
    /*font-size: 18px;*/
    font-size: 16px;
    text-align: left;
    color: #505050;
}

.joinnowbtn {
    color: white;
    padding: 10px 20px;
    background: transparent linear-gradient(68deg, #1BAEE1 0%, #63D67E 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 18px #0000001A;
    border-radius: 5px;
    opacity: 1;
}

.joinnowbtn.lg {
    font-size: 22px;
}

@media(max-width: 576px) {
    .joinnowbtn.lg {
        font-size: 16px;
    }
}

.ieventbox {
    display: inline-block;
}

.eventimg {
    border-top-right-radius: 20px;
    background-color: white;
    height: auto;
    border-top-left-radius: 20px;
    width: 100%;
    max-width: 70%;
}

.video-detail {
    display: flex;
    background-color: white;
    padding: 15px 10px;
    width: 70%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.boxesdiv {
    position: relative;
}

.ieventbox1 {
    position: relative;
    top: 220px;
    right: 2%;
}


/*.ieventbox2 {
	 position: relative;
		left: 6%;
		top: 200px;
}*/

.ieventbox3 {
    position: relative;
    left: 45%;
    top: 15px;
}

.ieventbox .blog-image img {
    max-width: 250px;
    height: 188px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media(max-width: 768px) {
    .ieventbox .blog-image img {
        max-width: 100%;
    }
}

.media-body {
    text-align: right;
}

.blog-content {
    background-color: white;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#owl-demo {
    top: 50px;
}

.videobox {
    padding: 15px;
}

.videobox .blog-img {
    height: 255px;
    object-fit: cover;
    width: max-content;
}

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#owl-demo .owl-stage-outer {
    padding-top: 50px;
}

#owl-demo .owl-nav {
    position: absolute;
    top: -5%;
    right: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 25px;
    background: none;
    margin: auto;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 24px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

#owl-demo .item {
    background: white;
    padding: 0px 0px 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000026;
}

.slide2h4 {
    font-size: 20px;
    color: #2F2F2F;
    font-family: 'mont-bold';
    margin-bottom: 10px;
    text-align: left;
}

.slide2p {
    font-size: 18px;
    color: #4E4E4E;
    font-family: 'mont-extralight';
    text-align: left;
}

.slide2a {
    font-size: 18px;
    color: #88C353;
    font-family: 'mont-extralight';
    text-align: left;
    width: 100%;
}

.clrgrn {
    color: #1BAEE1 !important;
    text-align: center !important;
}

.clrblk {
    color: #505050 !important;
    text-align: center !important;
}


/*Responsive css*/

@media (max-width: 767px) {
    .divbox {
        padding: 20px 23px;
        margin-bottom: 40px;
    }
    .becomeimgdiv {
        text-align: center;
        margin: 10px 0;
    }
    .becomeh4 {
        margin-top: 15px;
    }
    .testimonial-textbox {
        min-height: 250px;
    }
    .ieventbox1,
    .ieventbox3 {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }
    .ieventbox {
        margin-bottom: 15px;
    }
    .boxesdiv {
        text-align: center;
    }
    .joinnowbtn {
        margin-bottom: 50px;
    }
    #owl-demo .owl-nav {
        top: 0;
    }
    /* ipad css  .ieventbox1 {
			 position: relative;
		top: 0;
		right: -50%;
}
.ieventbox2 {
	position: relative;
		left: -10%;
		top: -50px;
}
.ieventbox3 {
	position: relative;
		right: -50%;
		top: -200px;
}*/
}

.dropdown-menu-full {
    width: 42% !important;
    border-top: none;
    border-left: none;
    border-right: none;
}

.dropdown-menu-half {
    width: 42% !important;
    border-top: none;
    border-left: none;
    border-right: none;
    left: -30px;
    min-width: 12rem;
}

@media (max-width: 767px) {
    .dropdown-menu-full {
        width: 305px !important;
        right: -40px;
    }
    .dropdown-menu-half {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown-menu-full {
        width: 400px !important;
        right: -40px;
    }
}

.error-animated {
    animation: 1s fadeIn;
    animation-fill-mode: forwards;
    color: #ffffff!important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px!important;
    padding: 4px 14px;
    background-color: #ff3030e3;
    letter-spacing: 1px;
    border-radius: 50px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.step_input::placeholder {
    color: #495057 !important
}

.step_input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #495057;
}

.step_input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #495057;
}

.header-profile-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 52px;
    background-color: #879196;
    margin-right: 10px;
}

.nav-dark.navbar-white .navbar-nav .nav-item a {
    color: #222;
}

.nav-dark.navbar-white {
    /* box-shadow: 0px 0px 4px 4px #f0f0f0; */
    background: #ffffff;
}

.nav-dark.navbar-white.sticky {
    box-shadow: 0px 0px 8px 1px #979797;
}

.nav-dark.navbar-white .navbar-user ul li a {
    color: #22222f;
}

.input-group-append,
.input-group-prepend {
    cursor: pointer;
}

.form-animated {
    animation: 1.5s fadeIn;
    animation-fill-mode: forwards;
    display: block;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.c-pointer {
    cursor: pointer;
}

@media (max-width: 576px) {
    .signup-step-form {
        width: 100%!important;
    }
    .signup-step-form .input-group-append .input-group-text {
        background-color: #03e200;
        font-size: 10px;
        font-family: 'mont-bold';
        color: #ffffff!important;
    }
    .become-area {
        padding-top: 40px!important;
        padding-bottom: 10px;
    }
    .owl-carousel-events {
        top: 6px!important;
    }
    .divbox {
        padding: 20px 15px;
    }
}

@media (max-width: 768px) {
    .signup-step-form {
        width: 100%!important;
    }
    .signup-step-form .input-group-append .input-group-text {
        background-color: #03e200;
        font-size: 12px;
        font-family: 'mont-bold';
    }
}

.signup-text-hightlight {
    cursor: pointer;
    background-color: #6c858e;
    padding: 2px 6px;
    border-radius: 3px;
    color: #ffffff;
}

.signup-step-form.zero-marg .form-group,
.signup-step-form.zero-marg .input-group {
    margin-bottom: 0!important;
}

.signup-step-form .form-control {
    height: calc(2.5em + .75rem + 2px)!important;
}

.signup-step-form.field-dark .form-control {
    border: 1px solid #d6d6d6!important;
}

.signup-dropdown-item {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px 4px;
    color: #2eb4e8!important;
}

.blinking-icon {
    animation: element_blinker 1.5s step-start infinite;
}

.count-status {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(max-width: 576px) {
    .count-status {
        padding-top: 0;
    }
}

.count-status__inner-wrap {
    background-color: #00acdd;
    border-radius: 10px;
    padding: 20px 4px;
}

.count-status__col-title {
    text-align: center;
    color: #ffffff !important;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-weight: 200;
}

.count-status__number {
    color: #ffffff!important;
    text-align: center;
    font-size: 56px;
    font-weight: 300;
}

.service-area {
    margin: 0;
}

.sa-main-head {
    text-align: center;
    margin-bottom: 10px;
}

.sa-description h5 {
    margin-bottom: 12px;
    font-size: 20px;
}

.sa-description h5 strong {
    font-weight: 600;
}

.service-content-slider {
    margin: 20px 0;
}

.scs-item-text {
    text-align: center;
    font-size: 26px;
    color: #636e79;
}

.gplus-logo {
    width: 30%;
}

@media(max-width: 768px) {
    .gplus-logo {
        width: 60%;
    }
}

.trial-signup-form .input-group-append .input-group-text {
    color: #ffffff;
    background-color: #43bb41;
}

.trial-signup-form .input-group .form-control {
    background-clip: unset;
}

.sample-profile {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sample-profile__inner-wrap {
    background-color: #ffffff;
    border-radius: 10px;
    /*padding:20 20px 20px 20px;*/
    height: 100%;
    min-height: 75vh;
}

.sample-profile__image-wrapper {
    padding: 15px;
}

.sample-profile__content {
    padding: 10px 10px 10px 10px;
    height: 100%;
    background: #f4f4f4;
}

.sample-profile__content-inner {
    min-height: 150px;
    height: 100%;
}

.sample-profile__name {
    text-align: center;
    color: #000 !important;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-weight: 200;
}

.sample-profile__location {
    text-align: center;
    color: #000 !important;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 200;
    min-height: 30px;
}

.sample-profile__tags {
    text-align: center;
    color: #000 !important;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: 200;
    min-height: 16vh;
}

.sample-profile__view-btn {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ffffff;
    padding: 10px;
    margin: 20px auto 0 auto;
    width: 55%;
}

.sample-profile__image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border: 4px solid #e2e2e2;
    box-shadow: 3px 3px 7px 1px #333!important;
    border-radius: 10!important;
}

.notice {
    padding: 32px;
    background-color: #fcfcfc;
    border-left: 6px solid #7f7f84;
    border-left-color: rgb(127, 127, 132);
    margin-bottom: 0;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .2);
    width: 100%;
    z-index: 888;
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80D651;
}

.notice-success>strong {
    color: #80D651;
}

.notice-info {
    border-color: #45ABCD;
}

.notice-info>strong {
    color: #45ABCD;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-warning>strong {
    color: #FEAF20;
}

.notice-danger {
    border-color: #d73814;
}

.notice-danger>strong {
    color: #d73814;
}

.overflow-y-scroll {
    overflow-y: scroll!important;
}

@keyframes element_blinker {
    50% {
        opacity: 0;
    }
}


/* The spinner */

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner,
.spinner:before {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.spinner:before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.spinner-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}


/* Animations */

.spinner-add,
.spinner-remove {
    animation-fill-mode: both;
    animation-duration: .4s;
}

.spinner-add {
    animation-name: spinner-add;
}

.existing-link {
    color: #ffffff!important;
    font-size: 16px;
}

.existing-link a {
    color: #ffffff!important;
}

.link-blue .existing-link {
    color: #555d6a!important;
    font-size: 16px;
}

.link-blue .existing-link a {
    color: #4f8cff!important;
}

.form-control-bordered .form-control.step_input {
    border: 1px solid #ced4da!important;
}

.form-control-bordered .existing-link,
.form-control-bordered .existing-link a {
    color: #333333!important;
}

.highlight-existing-link .existing-link {
    background-color: #427396;
    display: inline-block!important;
    padding: 4px 16px;
    border-radius: 24px;
    font-size: 13px;
}

.m-form {}

.m-form .ms-res-ctn.dropdown-menu {
    overflow-x: hidden;
}


/**sidbar menu**/

.sidenav {
    background-color: #21253a;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    text-align: left;
    top: 56px;
    transition: all 0.5s ease 0s;
    width: 0;
    /* z-index: 1; */
    z-index: 500;
    color: #fff;
}

.sidenav a {
    color: #fff;
    display: block;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /*transition: all 0.3s ease 0s;*/
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .side_menu a {
    font-size: 24px;
    font-weight: 600;
    padding-left: 8px;
}

.sidenav .closebtn {
    z-index: 9999;
    font-size: 30px;
    position: absolute;
    right: -65px !important;
    top: -25px;
    color: #fff !important;
}

.side_menu {
    border-right: 1px solid #ffffff;
    padding-left: 32px;
}

.left_side {
    border-right: 1px solid #2e3e65;
    padding-left: 68px;
    padding-top: 36px;
    position: relative;
}

.left_side p {
    color: #ffffff;
    font-size: 1.8rem;
    background-color: #292d3e;
    padding: 2px 10px;
}

.left_side.slider-requirement-add-form-content p {
    background-color: inherit !important;
}


/**sidbar White menu**/

.sidenav.white {
    color: #5f5f5f;
}

.sidenav.white a {
    color: #5f5f5f;
}

.sidenav.white a:hover {
    color: #5f5f5f;
}

.sidenav.white .side_menu a {
    font-size: 24px;
    font-weight: 600;
    padding-left: 8px;
}

.sidenav.white .closebtn {
    z-index: 9999;
    font-size: 30px;
    position: absolute;
    right: -65px !important;
    top: -25px;
    color: #808080 !important;
}

.sidenav.white .closebtn:hover {
    color: #808080;
}

.sidenav.white .side_menu {
    border-right: 1px solid #ffffff;
    padding-left: 32px;
}

.sidenav.white .left_side {
    border-right: none !important;
    padding-left: 68px;
    padding-top: 36px;
    position: relative;
}

.sidenav.white .login_side {
    padding-bottom: 70px;
}

.sidenav.white .left_side p {
    color: #6f6f6f;
    background-color: #efefef;
}

.sidenav.white .left_side.slider-requirement-add-form-content p {
    background-color: inherit !important;
}

.sidenav.white .login_side h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}

.sidenav.white .login_side .md-form {
    margin-bottom: 0.8rem;
    margin-top: 0;
}

.sidenav.white .login_side form input[type='text'],
.sidenav.white .login_side form input[type='password'] {
    color: #2e3e65 !important;
    border: 2px solid #bbbbbb !important;
    border-radius: 20px;
    padding: 15px 15px !important;
    width: 100% !important;
    font-size: 16px!important;
    height: 50px;
}

.sidenav.white .login_side #registration-location-tag {
    padding: 0px 10px 0px 20px;
    border: 2px solid #bbbbbb !important;
    border-radius: 20px;
}

.sidenav.white .login_side #registration-location-tag input {
    font-size: 12px !important;
    color: #888 !important;
    width: 100% !important;
    background-color: #ffffff;
    width: 50% !important;
    padding: 8px !important;
    border-color: #ffffff !important;
    height: 32px!important;
}

.sidenav.white .login_side .pretty label {
    font-size: 1.4rem !important;
}


/**sidbar White menu Right**/

.sidenav.right.white {
    right: 0!important;
    left: unset!important;
    background-color: #ffffff;
}

.sidenav.white.right .closebtn {
    z-index: 9999;
    font-size: 30px;
    position: absolute;
    right: -10px !important;
    top: -58px;
    color: #808080 !important;
}

.placeholder-md-dark::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9196a9!important;
}

.placeholder-md-dark::-moz-placeholder {
    /* Firefox 19+ */
    color: #9196a9!important;
}

.placeholder-md-dark:-ms-input-placeholder {
    /* IE 10+ */
    color: #9196a9!important;
}

.placeholder-md-dark:-moz-placeholder {
    /* Firefox 18- */
    color: #9196a9!important;
}

.navbar .dropdown--header-login .dropdown-toggle,
.navbar .dropdown--header-login .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown--header-login .dropdown-item a {
    color: #333;
}

.navbar .dropdown--header-login .dropdown-item {
    margin-left: 0!important;
    padding: 0!important;
    margin-bottom: 5px;
}

.navbar .dropdown--header-login .dropdown-item.active,
.navbar .dropdown--header-login .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown--header-login .dropdown-item:focus,
.navbar .dropdown--header-login .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.navbar .dropdown--header-login:hover>.dropdown-menu {
    display: block;
    margin-top: -3px;
}

.navbar .dropdown--header-login>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.trainer-grid__list {
    margin-bottom: 15px;
    margin-top: 15px;
}


/*.trainer-grid__profile__bg{  }*/

.trainer-grid__trainer__info {
    background: #000000ba;
    display: block;
    padding: 2%;
    text-align: center;
    /* height: 100%; */
    background: url(../../../images/bg/trainer-bg-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.trainer-grid__trainer__info .location-title {
    font-size: 0.9rem;
    display: block;
    margin-top: 6px;
    color: #c5c5c5!important;
    font-weight: 300;
}

.trainer-grid__trainer__info img {
    border-radius: 100%;
    width: 75px;
    height: 75px;
    object-fit: cover;
    border: 2px solid #2d2d2d00;
    box-shadow: 2px 2px 4px #000;
    border-top-color: #0eb0f5;
    border-bottom-color: #0eb7ff;
    display: inline-block;
    float: left;
}

.trainer-grid__trainer__info .name-tag {
    color: #ffffff!important;
    padding-left: 10px;
    font-size: 1rem;
    display: inline-block;
    float: left;
    width: 75%;
    text-align: left;
    text-transform: uppercase;
    height: 70px;
    font-weight: 400;
}

.trainer-grid__trainer__info .name-tag .location-title {
    color: #a5a5a5;
    text-transform: capitalize;
}

.trainer-grid__trainer__info .name-tag .connect-link {
    color: #ffffff;
    /* text-transform: capitalize; */
    border: 1px solid #33b5e5;
    height: 20px;
    width: 20px;
    padding: 4px;
    border-radius: 100%;
    font-size: 1.9rem;
    background-color: #03a9f461;
    box-shadow: 2px 2px 5px 0px #4c4c4c;
    float: right;
    display: inline-table;
}

.trainer-grid__trainer__info .name-tag .connect-link::after {
    clear: right;
}

.trainer-grid__trainer__info .name-tag .connect-link a {
    color: #ffffff;
}

.trainer-grid__about {
    height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
    color: #ffffff;
    padding: 10px 5px;
}

.trainer-grid__about .badge {
    font-size: 0.8rem;
    background-color: #18272d!important;
    color: #ffffff !important;
    border: 1px solid #4d6379;
    margin-bottom: 4px;
    font-weight: normal;
}

.trainer-grid__list .trainer-image {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-bottom: 3px solid #0eb7ff;
}

.trainer-grid__date {
    border-right: 2px solid #0eb7ff;
}

.trainer-grid__date span {
    display: block;
    text-align: center;
}

.trainer-grid__date .day--wrap {
    padding: 0.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 1px dashed #cecece;
    color: #0eb7ff;
}

.trainer-grid__date .month--wrap {
    padding: 0.2rem;
    font-size: 2rem;
    font-weight: 900;
    color: #12b8ff;
}

.trainer-grid__title {
    font-size: 1.8rem;
    margin: auto 0px;
    font-weight: 600;
}

.trainer-grid__detail__col span:nth-child(1) {
    width: 6%;
    display: inline-block;
    color: #bfd0d8;
}

.trainer-grid__detail__col span:nth-child(2),
.trainer-grid__detail__col span:nth-child(3) {
    display: inline-block;
    color: #6d6d6d;
}

.event-grid {
    cursor: pointer;
}

.event-grid__inner__wrap {
    /* box-shadow: 3px 3px 6px 1px #808080;*/
    box-shadow: 3px 3px 6px 1px #d2d2d2;
    border-radius: 15px;
}

.event-grid__list {
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.event-grid__list a:hover {
    text-decoration: none;
}

.event-grid__list .grid-inner-wrap {
    background-color: #182429;
    padding: 0 10px 10px 10px;
    /*box-shadow: 0px 0px 6px #797979;*/
    /*border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;*/
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


/*.event-grid__list:hover { transform: scale(1.02); }*/

.event-grid__list .event--image__wrapper {
    height: 125px;
    width: 100%;
    border-bottom: 3px solid #0eb7ff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    /*box-shadow: 0px 0px 6px #797979;*/
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat;
}

.event-grid__list .event--image__wrapper.opportunity--image-wrapper {
    height: 59px;
}


/*.event-grid__list .event-image{ height: 150px; width: 100%; object-fit: cover; border-bottom: 3px solid #0eb7ff;-webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out;transition: all .6s ease-in-out; /*box-shadow: 0px 0px 6px #797979; border-top-right-radius: 4px;border-top-left-radius: 4px;}*/

.event-grid__trainer__info img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #2d2d2d00;
    box-shadow: 2px 2px 4px #000;
    border-top-color: #0eb0f5;
    border-bottom-color: #0eb7ff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.event-grid__list:hover .grid-inner-wrap {
    background-color: #182429;
}

.event-grid__list .grid-inner-wrap.opportunity--grid-inner-wrap,
.event-grid__list:hover {
    background-color: #ffffff;
}

.event-grid__list .grid-inner-wrap.opportunity--grid-inner-wrap {
    border-left: 4px solid #12b6f2;
    padding: 0 0 0 5px;
}

.event-grid__location__info.opportunity--event-grid__location__info {
    position: absolute;
    right: 15px;
    bottom: 4px;
}

.event-grid__location__info.opportunity--event-grid__location__info span.floating-cols {
    padding: 2px 10px;
    background-color: #fff;
    font-size: 1.2rem;
    margin-right: 1rem;
    border-left: 1px solid #dfdfdf;
    color: #333;
    text-transform: uppercase;
}

.event-grid__location__info.opportunity--event-grid__location__info span.floating-cols:last-child {
    margin-right: 0rem;
}

.event-grid__list .grid-inner-wrap.opportunity--grid-inner-wrap .overlay-shade {
    background-color: #060505ab;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
}

.event-grid__list .grid-inner-wrap.opportunity--grid-inner-wrap .unlock-icon-wrap {
    width: 100%;
    text-align: center;
    height: 100px;
    font-size: 1.6rem;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: calc(100% - 70px);
    left: 0;
}

.event-grid__list .grid-inner-wrap.opportunity--grid-inner-wrap .event-grid__details {
    color: #333!important;
}

.event-grid__list:hover .event-image {
    /*box-shadow: 0px 3px 4px 1px #9c9c9c;*/
}

.event-grid__list:hover .event-grid__trainer__info img {
    border-top-color: #2d2d2d00!important;
    border-bottom-color: #2d2d2d00!important;
    border-left-color: #0eb7ff;
    border-right-color: #0eb7ff;
}

.event-grid__trainer__info {
    position: absolute;
    bottom: 3px;
    background: #000000ba;
    display: block;
    width: auto;
    padding: 3px 16px 3px 5px;
    border-top-right-radius: 15px;
}

.event-grid__trainer__info.opportunity--event-grid__trainer__info {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(31, 37, 51, 0.88)), url(../../../images/bg/bg-profile-head.jpg) no-repeat bottom right;
    background-size: auto, auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 8px 15px;
    border-left: 4px solid #12b6f2;
    bottom: 0;
}

.event-grid-client-logo.opportunity--event-grid-client-logo {
    height: 100%!important;
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /*-webkit-filter: blur(1.2px); filter: blur(1.2px);*/
}

.event-grid__trainer__info span {
    color: #ffffff!important;
    padding-left: 10px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.event-grid__date {
    border-right: 2px solid #0eb7ff;
}

.event-grid__date span {
    display: block;
    text-align: center;
}

.event-grid__date .day--wrap {
    padding: 0.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 1px dashed #cecece;
    color: #0eb7ff;
}

.event-grid__date .month--wrap {
    padding: 0.2rem;
    font-size: 2rem;
    font-weight: 900;
    color: #12b8ff;
}

.event-grid__title {
    font-size: 1.4rem;
    margin: auto 0px;
    /*font-weight: 600;*/
    color: #ffffff;
    text-transform: uppercase;
}

.event-grid__detail__col span:nth-child(1) {
    width: 6%;
    display: inline-block;
    color: #bfd0d8;
}

.event-grid__detail__col span:nth-child(2),
.event-grid__detail__col span:nth-child(3) {
    display: inline-block;
    color: #ffffff;
}

.se-pre-con-simple {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../../images/loader-32x/ajax-loader.gif) center no-repeat #ffffff14;
    background-size: 32px 32px;
}

.btn-white {
    background-color: #ffffff;
    color: #6c757d!important;
    box-shadow: 1px 2px 11px -1px #c7c7c7;
    font-size: 18px!important;
    margin: 0 4px;
}

.btn-white.rounded {
    background-color: #1baee1!important;
    color: #ffffff !important;
    box-shadow: 7px 7px 7px -3px #717171!important;
    font-size: 16px !important;
    padding: 14px !important;
    border-radius: 22px!important;
    border: 2px solid #ffffff;
}

.btn-white.selected {
    background-color: #ffffff;
    color: #1baee1!important;
    box-shadow: 0px -6px 11px -4px #6c757d!important;
}

.btn-white.rounded.selected {
    background-color: #ffffff!important;
    color: #1baee1!important;
}

.btn-l-tab {
    background-color: #0ac16d!important;
    border-color: #0ac16d!important;
    box-shadow: 0px 0px 8px 0px #ffffff;
    font-size: 18px!important;
}

.card--hover:hover,
.card--hover:focus {
    box-shadow: 0px 0px 8px 1px #d8d8d8;
}

.counter--md {
    font-size: 24px;
}

.t-minus-55 {
    top: -55px!important;
}

.t-minus-40 {
    top: -40px!important;
}

.t-minus-100 {
    top: -100px!important;
}

.t-minus-175 {
    top: -175px!important;
}

.t-25 {
    top: 25px!important;
}

.custom-control-label.md {
    font-size: 22px;
}

.custom-control-label.md::before {
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-color: #ffffff!important;
    /*background-color: #00dcff!important;*/
}

.custom-radio .custom-control-input:checked~.custom-control-label.md::before {
    background-color: #515c63;
}

.custom-control-label.md::after {
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.custom-control-label.lg {
    font-size: 28px;
}

.custom-control-label.lg::before {
    top: .60rem;
    left: -1.5rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-color: #ffffff!important;
    /*background-color: #00dcff!important;*/
}

.custom-radio .custom-control-input:checked~.custom-control-label.lg::before {
    background-color: #515c63;
}

.custom-control-label.lg::after {
    top: .60rem;
    left: -1.5rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.banner-box-content {
    padding-bottom: 20px;
    position: relative;
    top: 50px;
}

.bbc-caption {
    background-color: #ffffffd6;
    padding: 18px;
    border-radius: 50px;
    cursor: pointer;
    border: 4px solid #ffffff;
}

.bbc-caption.selected,
.bbc-caption:hover {
    border-color: #1baee1;
}

.bbc-caption .hero-main.text-white,
.bbc-caption .hero-main.text-white .counter {
    color: #384e58!important;
    text-transform: capitalize;
    font-size: 18px!important;
}

.bbc-icon {
    font-size: 108px;
    border: 8px solid #fff;
    border-radius: 113px;
    width: 176px;
    height: 176px;
}

.bbc-icon--organization {
    font-size: 100px!important;
}

.header-hero-content-3--white {
    margin-top: 15%;
    background-color: #ffffff6b;
    border-radius: 0px;
    padding: 20px;
}

.header-hero-content-3--white .hero-main {
    font-size: 44px;
}

.header-hero-content-3--white .banner-content-slider .hero-title .hero-main,
.header-hero-content-3--white .banner-content-slider .hero-title .f-bold {
    font-size: 26px;
}

.banner-radio-wrapper {
    background-color: #0095ce!important;
    border-radius: 45px;
    padding: 16px;
    position: relative;
    top: 65%;
}

div[data-tab-visibility="false"] {
    opacity: 0;
    display: none;
}

.owl-banner-single-slider {
    display: block!important;
    width: 160px!important;
    margin: 0 auto!important;
}

.owl-banner-single-slider .owl-item .item img {
    width: 140px;
    object-fit: cover;
    height: 140px;
    border: 4px solid #34505d54;
    /*border-radius: 140px;*/
    box-shadow: 0px 0px 10px 0px #ffffff;
    margin-bottom: 0!important;
}

.owl-banner-single-slider--logos .owl-item .item img {
    width: 140px;
    object-fit: contain!important;
    height: 140px;
    border: 4px solid #34505d54!important;
    border-radius: 140px;
    box-shadow: 0px 0px 5px -1px #ffffff9c!important;
    margin-bottom: 0!important;
    background-color: #fff!important;
}

.no-dots-slider .lSPager.lSpg {
    display: none!important;
}

.light-slider-single img {
    display: block;
    margin: 0 auto;
    width: 140px;
    object-fit: cover;
    height: 140px;
    border: 4px solid #34505d54;
    box-shadow: 0px 0px 10px 0px #ffffff;
    margin-bottom: 0!important;
}

.light-carousel-clientele li img {
    /* width: auto!important;*/
    margin: 0 auto;
    object-fit: contain;
    height: 65px;
    /*filter: grayscale(0.6)!important;*/
    display: block;
}

.un-spot {
    display: none;
}

.calendly-badge-content {
    font-size: 16px!important;
    padding: 20px 32px!important;
}

.calendly-badge-content span {
    display: none!important;
}

img.unveil {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.calendly-widget-wrapper .calendly-inline-widget {
    height: 500px!important;
    overflow-y: hidden;
}


/*.calendly-widget-wrapper>iframe>html{ overflow-y: overlay!important;}
.calendly-widget-wrapper>iframe>body{ overflow-y: overlay!important;}*/

.banner-radio-caption {
    font-size: 18px;
    color: #ffffff!important;
    padding-left: 1.25rem;
}

#owl-ninja-slider .owl-stage,
.banner-content-slider .owl-stage {
    padding-left: 0px !important;
}

#owl-ninja-slider .owl-item,
.banner-content-slider .owl-item {
    padding: 0px 0px 0px 60px;
    margin: 0px 0px 0 0px;
}

#owl-ninja-slider .owl-wrapper-outer,
.banner-content-slider .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 95%;
}

.ns__main_heading {
    color: #fff;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'mont-extralight';
    font-weight: 500;
    text-transform: uppercase;
}

.ns__item_wrap {
    padding: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37); */
    background: rgba( 255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
    backdrop-filter: blur( 1.5px);
    -webkit-backdrop-filter: blur( 1.5px);
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18);
}

.ns__img {
    height: 250px;
    width: 250px;
    margin-right: 20px;
    flex-shrink: 0;
    overflow: hidden;
    border: 6px solid #d9d9d9;
    background: #e0e0e0;
    box-shadow: inset 7px 7px 14px #b3b3b3, inset -7px -7px 14px #ffffff;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
}

.ns__img img {
    width: 100% !important;
    height: 100% !important;
    mix-blend-mode: multiply;
    object-position: center;
    object-fit: cover;
    border-radius: 150px!important;
    -webkit-border-radius: 150px!important;
    -moz-border-radius: 150px!important;
    -ms-border-radius: 150px!important;
    -o-border-radius: 150px!important;
}

.ns__detail {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: left;
    padding: 20px 20px 20px 0px;
    width: 100%;
}

.ns_d__name {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.ns_d__tag {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'mont-extralight';
    width: 60%;
    flex-grow: 1;
    margin: 10px auto 10px auto;
}

@media (min-width: 576px) {
    /*	.btn-white, .btn-white.rounded{ font-size: 12px!important; }
	.btn-white.selected, .btn-white.rounded.selected{ font-size:12px!important; }*/
}

@media (min-width: 767px) {
    .navbar .dropdown--header-login .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
    .banner-radio-wrapper__lg .custom-control-label.lg {
        font-size: 14px;
    }
    .banner-radio-wrapper__lg .custom-control-label.lg::after,
    .banner-radio-wrapper__lg .custom-control-label.lg::before {
        top: 0;
    }
    .banner-radio-caption {
        font-size: 12px;
        padding-left: 0!important;
    }
    #requirement-search-filter-form .input-group.w-100 .form-group {
        width: 84%!important;
    }
}

@media(max-width: 767px) {
    .ns__detail {
        padding: 20px 0px 20px 0px;
    }
    .ns__item_wrap {
        flex-direction: column;
    }
    .ns__img {
        height: 135px;
        width: 135px;
        margin-right: 0;
    }
    .ns_d__name {
        font-size: 26px;
    }
    .ns_d__tag {
        width: 100%;
    }
    #owl-ninja-slider .owl-item,
    .banner-content-slider .owl-item {
        padding: 0px 0px 0px 15px;
        margin: 0px 0px 0 0px;
    }
    #typewriter-animated {
        white-space: pre-wrap!important;
        word-break: break-word;
    }
    #typewriter-animated span {
        word-break: break-word;
        word-wrap: break-word;
    }
    .btn-l-tab {
        font-size: 12px!important;
        margin-left: 2px;
        background-color: #48ca66!important;
        border-color: #48ca66!important;
    }
    .btn-white,
    .btn-white.rounded {
        font-size: 14px!important;
        margin-left: 2px;
        padding: 10px 0!important;
        background-color: #297a7d;
        color: #ffffff!important;
    }
    .btn-white.selected,
    .btn-white.rounded.selected {
        font-size: 14px!important;
        margin-left: 2px;
    }
    .btn-white.w-48 {
        width: 46%!important;
    }
    .t-minus-100 {
        top: -10px!important;
    }
    .t-minus-175 {
        top: -10px!important;
    }
    .banner-box-content {
        padding: 5px;
    }
    .banner-box-content .header-hero-content-3 {
        padding-top: 0px;
    }
    .bbc-caption {
        padding: 12px;
    }
    .bbc-caption span {
        font-size: 12px!important;
    }
    .bbc-icon {
        font-size: 32px;
        width: 60px;
        height: 60px;
        padding-top: 4px;
        border-width: 4px;
    }
    .bbc-icon--organization {
        font-size: 32px!important;
    }
    /*.banner-radio-wrapper{ padding: 0px; }*/
    .brw-radio {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 0px;
        padding-left: 0!important;
    }
    .banner-radio-wrapper .form-check {
        padding-left: 0!important;
    }
    .custom-control-label.md {
        font-size: 12px;
        padding-left: 0px;
        line-height: 1.4rem;
    }
    .custom-control-label.md::before {
        top: 0rem;
        left: -1.5rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
    }
    .custom-control-label.md::after {
        top: 0rem;
        left: -1.5rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
    }
    .header-hero-content-3--white {
        margin-top: 32%;
        padding: 0!important;
    }
    .header-hero-content-3--white .hero-main {
        font-size: 24px;
    }
    .header-hero-content-3--white .hero-title span.f-bold {
        font-size: 24px;
    }
    .header-hero-content-3--white .banner-content-slider .hero-title .hero-main,
    .header-hero-content-3--white .banner-content-slider .hero-title .f-bold {
        font-size: 18px!important;
    }
    .h-150vh {
        height: auto!important;
    }
    .banner-radio-wrapper {
        padding: 10px 10px;
    }
    .sidenav.white.right.w-50 {
        width: 100%!important;
    }
    .sidenav.white.right form {
        padding-left: 10px;
    }
    .sidenav.white.right .login_side {
        padding-left: 35px;
        padding-right: 35px;
    }
    .sidenav.white.right .closebtn {
        font-size: 35px;
        right: 14% !important;
        top: -50%;
        color: #565656 !important;
    }
    .banner-radio-wrapper__lg .custom-control-label.lg {
        font-size: 14px;
    }
    .banner-radio-wrapper__lg .custom-control-label.lg::after,
    .banner-radio-wrapper__lg .custom-control-label.lg::before {
        top: 0;
    }
    .banner-radio-caption {
        font-size: 12px;
        padding-left: 0!important;
    }
    #requirement-search-filter-form .input-group.w-100 .form-group {
        width: 84%!important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .btn-white,
    .btn-white.rounded {
        font-size: 12px!important;
    }
    .btn-white.selected,
    .btn-white.rounded.selected {
        font-size: 12px!important;
    }
    .bbc-icon {
        font-size: 70px;
        width: 125px;
        height: 125px;
    }
    .header-hero-content-3--white {
        margin-top: 24%!important;
    }
    .bbc-caption {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width: 1199px) {
    #typewriter-animated span {
        word-break: break-word;
        word-wrap: break-word;
    }
    #typewriter-animated span.first {
        font-size: 52px!important;
    }
    #typewriter-animated span.sub {
        font-size: 42px!important;
    }
    .btn-white {
        font-size: 12px!important;
        margin-left: 2px;
    }
}

@keyframes spinner-add {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.spinner-remove {
    animation-name: spinner-remove;
}

@keyframes spinner-remove {
    to {
        transform: scale(0);
    }
}