/*=======  COMMON CSS  =======*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Source+Sans+Pro:ital,wght@0,600;0,700;0,900;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
/* font-family: 'Dosis', sans-serif; 
   font-family: 'Allura', cursive;
*/
body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #818181;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.8;
}
@media (max-width: 575px) {
    body {
        font-size: 16px;
    }
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.horizontal-ba.twentytwenty-container img, img.twentytwenty-before, img.twentytwenty-after {
    max-width: 100%;
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}
a:focus, input:focus, textarea:focus, button:focus, .slick-initialized .slick-slide:focus, .btn:focus, select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input, textarea, button, select {
    border: none;
}
input, textarea, select {
    width: 100%;
    background-color: #fff;
    padding: 0 25px;
    height: 55px;
    font-weight: 700;
    font-size: 15px;
    color: #616161;
}
textarea {
    height: 90px;
    padding-top: 20px;
    resize: none;
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
::-ms-input-placeholder {
    opacity: 1;
}
::placeholder {
    opacity: 1;
}
/* Custom Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
    background-color: #0E0F10;
}
::-webkit-scrollbar-track {
    background-color: #0E0F10;
}
::-webkit-scrollbar-thumb {
    background-color: #FAB702;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ffc107;
}
/* Firefox scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #FAB702 #0E0F10;
}
.input-group {
    position: relative;
}
.input-group input, .input-group textarea, .input-group select {
    padding-right: 50px;
}
.input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.input-group select::-ms-expand {
    display: none;
}
.input-group .icon {
    position: absolute;
    right: 25px;
    font-size: 14px;
    color: #3ab9fe;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.input-group.textarea .icon {
    top: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.slick-slide img {
    display: inline-block;
}
a:focus, a:hover {
    text-decoration: none;
}
i, span, a {
    /*display: inherit;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    margin: 0px;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: #14212b;
}
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 {
    margin: 0px;
}
a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a, a:hover {
    color: #FAB702;
}
/*=======  Common Classes  =======*/
.main-btn {
	margin-top: calc(6px + 2vw);
	display: inline-block;
    line-height: normal;
    font-size: calc(10px + 0.3vw);
  	padding: calc(8px + 0.3vw) calc(14px + 1vw);
    font-weight: 500;
    border-radius: 2px;
    border: 1px #fff solid;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 2;
}
.main-btn:hover {
    background-color: #FAB702;
    border: 1px #FAB702 solid;
    color: #111;
}
/*.banner-content .main-btn {
	display: inline-block;
	line-height: normal;
	font-size: calc(8px + 0.5vw);
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0px;
	border: 1px #FAB702 solid;
	cursor: pointer;
	padding: calc(6px + 0.6vw) calc(12px + 0.6vw);
	background-color: transparent;
	color: #FAB702;
	margin: calc(10px + 1.4vw) auto 0px;
	transition: all 0.3s ease-in-out 0s;
}
.banner-content .main-btn:hover{
    background: #FAB702;
    border: 1px #111 solid;
    color: #111;
	transition: all 0.3s ease-in-out 0s;
}
.main-btn-small{
    line-height: 32px;

}
@media (max-width: 1199px) {
    .main-btn {
        padding: 0 40px;
        font-size: 16px;
        line-height: 36px;
    }

@media (max-width: 575px) {
    .main-btn {
        padding: 0 35px;
        font-size: 14px;
        line-height: 38px;
    }
    .our-collection-col {
        text-align: center;
        margin: 15px 0;
    }
    .tab-round-col .nav-tabs {
        padding: 0px !important;
    }
    .tab-round-col .nav-tabs .nav-link {
        font-size: 15px !important;
        line-height: 80px !important;
        width: 140px !important;
        height: 140px !important;
        margin: 15px 0;
    }
}
.main-btn::after {
  position: absolute;
  right: 15px;
  top: 4px;
  bottom: 4px;
  background-color: #14212b;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  content: '';
  z-index: -1;
  width: 85px;
  border-radius: 30px;
}*/
.main-btn:hover {
    color: #fff;
}
.main-btn:hover::after {
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
}
.main-btn.main-btn-2 {
    background-color: #fff;
    color: #14212b;
}
.main-btn.main-btn-2::after {
    background-color: #3ab9fe;
}
.main-btn.main-btn-2:hover {
    color: #fff;
}
.main-btn.main-btn-3 {
    background-color: #14212b;
    color: #fff;
}
.main-btn.main-btn-3::after {
    background-color: #FAB702;
}
.main-btn.main-btn-4:hover {
    color: #14212b;
}
.main-btn.main-btn-4:hover::after {
    background-color: #fff;
}
@media (max-width: 1199px) {
    .view-moore-btn .main-btn {
        padding: 0 35px;
    }
}
.pull-right {
    float: right;
}
.bg-img-c {
    background-size: cover;
    background-position: center;
    background-color: #979797;
}
.section-title .title-tag {
    font-size: 20px;
    font-weight: 500;
    color: #FAB702;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
@media (max-width: 575px) {
    .section-title .title-tag {
        font-size: 18px;
    }
}
.section-title .title-tag::before, .section-title .title-tag::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #FAB702;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.section-title .title-tag::after {
    left: auto;
    right: 0;
}
.section-title.left-border .title-tag {
    padding-left: 45px;
}
.section-title.left-border .title-tag::before {
    display: block;
}
.section-title.both-border .title-tag {
    padding: 0 45px;
}
.section-title.both-border .title-tag::before, .section-title.both-border .title-tag::after {
    display: block;
}
.section-title .title {
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}
.section-title p {
    color: #fff;
    font-weight: 300;
    padding-top: 20px;
    font-size: 15px;
    letter-spacing: 1px;
}
.pad75T {
    padding-top: 75px !important;
}
.pad75B {
    padding-bottom: 75px !important;
}
.pad45T {
    padding-top: 45px !important;
}
.pad45B {
    padding-bottom: 45px !important;
}
.pad35T {
    padding-top: 35px !important;
}
.pad35B {
    padding-bottom: 35px !important;
}
.pad25T {
    padding-top: 25px !important;
}
.pad25B {
    padding-bottom: 25px !important;
}
.pad20T {
    padding-top: 20px !important;
}
.pad20B {
    padding-bottom: 20px !important;
}
.mrg75T {
    margin-top: 75px !important;
}
.mrg75B {
    margin-bottom: 75px !important;
}
.mrg45T {
    margin-top: 45px !important;
}
.mrg45B {
    margin-bottom: 45px !important;
}
.mrg35T {
    margin-top: 35px !important;
}
.mrg35B {
    margin-bottom: 35px !important;
}
.mrg25T {
    margin-top: 25px !important;
}
.mrg25B {
    margin-bottom: 25px !important;
}
.mrg20T {
    margin-top: 20px !important;
}
.mrg20B {
    margin-bottom: 20px !important;
}
.pad0B {
    padding-bottom: 0px !important;
}
@media (max-width: 1199px) {
    .section-title .title {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .section-title .title {
        font-size: 34px;
    }
}
@media (max-width: 575px) {
    .section-title .title {
        font-size: 28px;
    }
}
@media (max-width: 399px) {
    .section-title .title {
        font-size: 24px;
    }
}
.section-gap {
    padding-top: 75px;
    padding-bottom: 75px;
}
@media (max-width: 991px) {
    .section-gap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.section-gap-bottom {
    padding-bottom: 130px;
}
@media (max-width: 991px) {
    .section-gap-bottom {
        padding-bottom: 100px;
    }
}
.section-gap-top {
    padding-top: 130px;
}
@media (max-width: 991px) {
    .section-gap-top {
        padding-top: 100px;
    }
}
.grey-bg {
    background-color: #18191b;
}
@media (min-width: 1600px) {
    .container-1600 {
        max-width: 1600px;
    }
}
@media (min-width: 1600px) {
    .container-fluid.p-70 {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 399px) {
    .row .col-tiny-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.line-bottom {
    border-bottom: 2px solid #e9e9e9;
}
.line-top {
    border-top: 2px solid #e9e9e9;
}
.client-slider .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*======= Preloader =======*/
div#preloader {
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div#preloader .loader-cubes {
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    position: absolute;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
div#preloader .loader-cubes .loader-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
div#preloader .loader-cubes .loader-cube::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background: #FAB702;
}
div#preloader .loader-cubes .loader-cube.loader-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
div#preloader .loader-cubes .loader-cube.loader-cube2::before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
div#preloader .loader-cubes .loader-cube .loader-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
div#preloader .loader-cubes .loader-cube .loader-cube4::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
div#preloader .loader-cubes .loader-cube .loader-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
div#preloader .loader-cubes .loader-cube .loader-cube3::before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
/*=======  Utilitis =======*/
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-80 {
    margin-top: 60px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
/*=======  Animations  =======*/
@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}
@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%, 90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%, 90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
/*======= Header =======*/
header .header-nav {
    position: relative;
    background-color: #fff;
}
@media (max-width: 575px) {
    header .header-nav {
        top: 0;
    }
}
header .header-nav .nav-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.breakpoint-on + .navbar-extra {
    padding: 15px 20px;
    position: fixed;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    background: #0E0F10BB;
}
.nav-container.breakpoint-on + .navbar-extra,
.nav-container.breakpoint-on + .navbar-extra a{
	display: inline-block;
}
.nav-container + .navbar-extra,
.nav-container + .navbar-extra a{
	display: none;
}
/*.header-mob-logo {
	width: calc(151px + 11vw);
	margin-bottom: calc(80px + 1.6vw);
}*/
header .header-nav .navbar-toggler {
    border: 0px solid #FAB702;
    background-color: transparent;
    cursor: pointer;
    display: none;
    padding: 0px;
}
header .header-nav .navbar-toggler i{
    color: #FFF;
	font-size: 32px;
}
header .header-nav .navbar-toggler span {
    position: relative;
    background-color: #FAB702;
    border-radius: 0;
    display: block;
    height: 2px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}
header .header-nav .navbar-toggler span:first-child {
    margin-top: 0;
}
header .header-nav .navbar-toggler.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}
header .header-nav .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0;
}
header .header-nav .navbar-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}
header .header-nav .nav-container .navbar-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 12;
    display: none;
}
header .header-nav .nav-container .navbar-close .cross-wrap {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
header .header-nav .nav-container .navbar-close .cross-wrap i {
    font-size: 26px;
    line-height: 1;
}
header .header-nav .nav-container .navbar-close .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #fff;
}
header .header-nav .nav-container .navbar-close .cross-wrap span:first-child {
    top: 12px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .header-nav .nav-container .navbar-close .cross-wrap span:last-child {
    bottom: 12px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .header-nav .nav-container .menu-items {
    position: relative;
}
header .header-nav .nav-container .menu-items ul li {
    display: inline-block;
    position: relative;
}
header .header-nav .nav-container .menu-items ul li:before {
    position: absolute;
    content: "";
    left: -5px;
    right: 0;
    /*top: 36px;*/
    bottom: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FAB702;
    margin-left: 0px;
    margin-top: 0px;
    color: #FAB702;
    float: right;
}
header .header-nav .nav-container .menu-items ul li:first-child:before {
    display: none;
}
header .header-nav .nav-container .menu-items ul li.has-submemu {
    position: relative;
}
header .header-nav .nav-container .menu-items ul li.has-submemu::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: '\f107';
    position: absolute;
    right: 5px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
header.sticky-on .header-nav .nav-container .menu-items ul li:before {
    top: 27px;
}
@media (max-width: 1599px) {
    header .header-nav .nav-container .menu-items ul li.has-submemu::after {
        right: 4px;
        /* top: auto; */
        font-size: 11px;
    }
}
header .header-nav .nav-container .menu-items ul li a {
    color: #14212b;
    padding: 0 10px;
    margin: 0 10px;
    line-height: normal;
    position: relative;
    font-weight: 400;
    /* font-family: 'Barlow Condensed', sans-serif; */
    font-size: 11px;
    letter-spacing: 1px;
    font-family: "Nunito Sans", sans-serif;
}
@media only screen and (min-width: 2501px) and (max-width: 3500px) {
    header.header-two {
        bottom: 0px !important;
    }
}
@media only screen and (min-width: 1921px) and (max-width: 2500px) {
    header.header-two {
        bottom: 0px !important;
    }
}
@media only screen and (min-width: 1701px) and (max-width: 1920px) {
    header.header-two {
        bottom: 0px !important;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    header.header-two {
        bottom: 0px !important;
    }
}
@media (max-width: 1599px) {
    header .header-nav .nav-container .menu-items ul li a {
        padding: 0 10px;
        margin: 0 5px;
    }
}
@media (max-width: 1199px) {
    header .header-nav .nav-container .menu-items ul li a {
        margin: 0 5px;
        padding: 0 6px;
    }
}
header .header-nav .nav-container .menu-items ul li a:hover {
    color: #3ab9fe;
}
/*sticky-on*/
header.sticky-header .header-nav .nav-container .menu-items ul li .submenu {
    position: absolute;
    left: 0;
    top: 30px;
    /*width: calc(100px + 42vw);
    background-color: #0E0F10BB;*/
	width: auto;
	/*min-width: calc(80px + 38vw);*/
	background: rgba(0,0,0,1);
	border: #0E0F10 1px solid;
    opacity: 0;
    visibility: hidden;    
    z-index: 99;
    height: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
	-webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.list-cat-img.sub-menu-image {
	min-width: calc(80px + 28vw);
}
.list-cat-img {
    padding: 0px;
}
.list-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header.sticky-header.sticky-on .header-nav .nav-container .menu-items ul li .submenu {
    top: 60px;
    bottom: auto;
}
header .header-nav .nav-container .menu-items ul li .submenu li {
    display: block;
	white-space: nowrap;
}
header .header-nav .nav-container .menu-items ul li .submenu li a {
    display: block;
    padding: 10px 30px;
	margin: 0px 0px;
    position: relative;    
    border-radius: 0;
    line-height: 10px !important;
    color: #f9f9f9;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
header .header-nav .nav-container.breakpoint-on .menu-items ul li .submenu li a {
	display: block;
    padding: 8px 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    line-height: 30px !important;
    color: #f9f9f9;
    text-transform: uppercase;
    font-weight: 400;
	text-align: left;
}
header .header-nav .nav-container .menu-items ul li .submenu li:before {
    display: none;
}
header .header-nav .nav-container .menu-items ul li .submenu li a:hover {
    /*background-color: #3ab9fe;
  color: #111 !important;*/
}
header .header-nav .nav-container .menu-items ul li .submenu li .submenu {
    left: 100%;
    top: 50%;
}
header .header-nav .nav-container .menu-items ul li .submenu li:hover .submenu {
    top: 0;
}
header .header-nav .nav-container .menu-items ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    /*top: 0;*/
}
header .header-nav .nav-container .menu-items ul li .dd-trigger {
    display: none;
}
header .header-nav .nav-container .offcanvas-toggler {
    background-color: #3ab9fe;
    cursor: pointer;
    border-radius: 5px;
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header .header-nav .nav-container .offcanvas-toggler span span {
    background-color: #fff;
    border-radius: 0;
    display: block;
    height: 3px;
    margin-top: 10px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 40px;
    cursor: pointer;
}
header .header-nav .nav-container .offcanvas-toggler span span:first-child {
    margin-top: 0;
}
@media (max-width: 991px) {
    header .header-nav .nav-container .offcanvas-toggler {
        display: none;
    }
}
header .header-nav .nav-container .language-selection {
    position: relative;
    margin-right: 15px;
}
@media (max-width: 575px) {
    header .header-nav .nav-container .language-selection {
        display: none;
    }
}
header .header-nav .nav-container .language-selection .language-btn {
    height: 65px;
    display: block;
    border: 3px solid #819cb0;
    line-height: 60px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}
@media (max-width: 991px) {
    header .header-nav .nav-container .language-selection .language-btn {
        height: 52px;
        line-height: 48px;
    }
}
header .header-nav .nav-container .language-selection .language-btn i {
    position: relative;
    top: 2px;
    margin-left: 8px;
}
header .header-nav .nav-container .language-selection .language-list {
    position: absolute;
    background-color: #fff;
    width: 100px;
    left: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    height: auto;
}
header .header-nav .nav-container .language-selection .language-list li {
    display: block;
}
header .header-nav .nav-container .language-selection .language-list li a {
    display: block;
    padding: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    color: #616161;
    text-align: center;
    font-size: 16px;
}
header .header-nav .nav-container .language-selection .language-list li a:hover {
    background-color: #3ab9fe;
    color: #fff;
}
header .header-nav .nav-container .language-selection:hover .language-list {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
header .header-nav .nav-container .menu-social-link {
    margin-right: 30px;
}
@media (max-width: 1199px) {
    header .header-nav .nav-container .menu-social-link {
        margin-right: 15px;
    }
}
header .header-nav .nav-container .menu-social-link a {
    color: #14212b;
    padding: 8px;
}
@media (max-width: 1199px) {
    header .header-nav .nav-container .menu-social-link a {
        padding: 5px;
    }
}
header .header-nav .nav-container .menu-social-link a:hover {
    color: #3ab9fe;
}
header .header-nav .nav-container.breakpoint-on {
    padding: 15px 0;
}
header .header-nav .nav-container.breakpoint-on .nav-menu {
    background-color: #14212b;
    position: fixed;
    top: 0;
    left: -252px;
    z-index: 9999;
    width: 252px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    padding-top: 0px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 70px;
    transition: all 0.3s linear 0s;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items, header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul, header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li {
    display: inline-block;
    width: 100%;
}
header .header-nav .nav-container .nav-menu .menu-items ul li.logo-top a {
    padding-left: 0px;
    padding-right: 20px;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li.logo-top a {
    padding-left: 15px;
    padding-right: 0px;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items .logo-top img {
    width: 191px;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li::before {
    display: none;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    line-height: 45px;
    font-size: 15px;
    margin: 0 0;
    padding: 0px 15px;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    box-shadow: none;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
    color: #fff;
    padding: 0px 20px 0 40px;
    line-height: 45px !important;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a:hover {
    background-color: transparent;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li .submenu li a {
    padding: 0px 20px 0 50px;
}
header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
    display: block;
    position: absolute;
    right: 0;
    height: 45px;
    width: 45px;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 2;
    background: transparent;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
header .header-nav .nav-container.breakpoint-on .nav-menu.menu-on {
    left: 0;
}
header .header-nav .nav-container.breakpoint-on .nav-pushed-item,
header .header-nav .nav-container.breakpoint-on .navbar-close,
header .header-nav .nav-container.breakpoint-on + .navbar-extra .navbar-toggler {
    display: inline-block;
}
header .header-nav .nav-container.breakpoint-on .nav-pushed-item {
    text-align: center;
    margin-top: 40px;
}
header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn {
    background-color: #fff;
    color: #14212b;
}
header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn::after {
    background-color: #3ab9fe;
}
header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn:hover {
    color: #fff;
}
header .header-nav .nav-container.breakpoint-on .nav-pushed-item .menu-social-link a {
    color: #fff;
    padding: 10px;
}
/*header .header-nav::before {
  content: '';
  left: 0;
  top: 0;
  background-color: #3ab9fe;
  width: 445px;
  height: 100%;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
}

@media (max-width: 1599px) {
  header .header-nav::before {
    width: 265px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 185px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 185px 100%, 0% 100%);
  }
}

@media (max-width: 1199px) {
  header .header-nav::before {
    width: 245px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 165px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 165px 100%, 0% 100%);
  }
}

@media (max-width: 991px) {
  header .header-nav::before {
    width: 220px;
  }
}*/
header.sticky-header.sticky-on .header-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-animation: sticky 0.3s;
    animation: sticky 0.3s;
    background-color: #fff;
}
header.sticky-header.sticky-on .header-nav .nav-container .menu-items ul li a {
    line-height: 60px;
}
header.sticky-header.sticky-on .header-nav .nav-container.breakpoint-on .menu-on .menu-items ul li a {
    line-height: normal;
}
header.sticky-header.header-two.sticky-on .header-nav {
    background-color: #14212b;
}
@media (max-width: 767px) {
    header .header-topbar {
        display: none;
    }
}
header .header-topbar .header-topbar-inner {
    border-bottom: 2px solid #526676;
    padding: 8px 0;
}
header.header-two .header-topbar .contact-info li {
    font-size: 14px;
}
header.header-two .header-topbar .contact-info li a {
    font-size: 14px;
}
@media (max-width: 767px) {
    header .header-topbar .contact-info, header .header-topbar .social-links {
        text-align: center;
    }
}
header .header-topbar .contact-info li, header .header-topbar .social-links li {
    display: inline-block;
}
header .header-topbar .contact-info li, header .header-topbar .contact-info li a, header .header-topbar .social-links li, header .header-topbar .social-links li a {
    color: #616161;
}
header .header-topbar .contact-info li a:hover, header .header-topbar .social-links li a:hover {
    color: #3ab9fe;
}
header .header-topbar .contact-info li {
    margin-right: 50px;
}
@media (max-width: 1199px) {
    header .header-topbar .contact-info li {
        margin-right: 20px;
    }
}
@media (max-width: 991px) {
    header .header-topbar .contact-info li {
        margin-right: 10px;
        font-size: 15px;
    }
}
header .header-topbar .contact-info li i {
    margin-right: 15px;
    color: #FAB702;
}
header .header-topbar .social-links li {
    margin-left: 15px;
    font-size: 15px;
}
header.header-two {
    /* position: absolute; */
    /*    bottom: -90px;*/
    top: auto;
    /* top: 0; */
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: #0e0f10;
}
header.header-two .header-nav {
    background-color: transparent;
}
header.header-two .header-nav::before {
    display: none;
}
header.header-two .header-nav .nav-container .menu-items ul li a, header.header-two .header-nav .nav-container .menu-items ul li.has-submemu::after {
    color: #fff;
}
header.header-two .header-nav .nav-container .menu-items ul li .submenu li a:hover {
    background-color: #FAB702;
    color: #111;
}
header.header-two .header-topbar .contact-info li, header.header-two .header-topbar .contact-info li a, header.header-two .header-topbar .social-links li, header.header-two .header-topbar .social-links li a {
    color: #fff;
}
header.header-two .header-topbar .contact-info li a:hover, header.header-two .header-topbar .social-links li a:hover {
    color: #FAB702;
}
header.header-two .header-topbar .social-links li a {
    color: #818181;
}
header.header-three {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
@media (min-width: 1800px) {
    header.header-three .container-fluid {
        max-width: 1780px;
    }
}
header.header-three .header-nav {
    background-color: transparent;
}
header.header-three .header-nav::before {
    display: none;
}
.bottom-hader {
    position: relative;
}
/*======= Off Canvas  =======*/
.offcanvas-wrapper {
    position: fixed;
    width: 450px;
    top: 0;
    min-height: 100vh;
    right: -450px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.offcanvas-wrapper.show-offcanvas {
    right: -10px;
    visibility: visible;
    opacity: 1;
}
.offcanvas-wrapper .offcanvas-overly {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 98;
    background-color: #1e1e1e;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.offcanvas-wrapper .offcanvas-overly.show-overly {
    visibility: visible;
    opacity: 0.5;
}
.offcanvas-wrapper .offcanvas-widget {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    padding: 70px 40px;
    position: relative;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: scroll;
}
.offcanvas-wrapper .offcanvas-widget a.offcanvas-close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 28px;
    color: #3ab9fe;
}
.offcanvas-wrapper .offcanvas-widget .widget {
    margin-bottom: 40px;
    font-size: 16px;
}
.offcanvas-wrapper .offcanvas-widget .widget .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.offcanvas-wrapper .offcanvas-widget .widget .widget-title::before, .offcanvas-wrapper .offcanvas-widget .widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 10px;
    background-color: #3ab9fe;
}
.offcanvas-wrapper .offcanvas-widget .widget .widget-title::after {
    width: 30px;
    left: 15px;
}
.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li {
    display: inline-block;
    margin-right: 5px;
}
.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    color: #616161;
    border: 1px solid #eaeaea;
}
.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a:hover {
    background-color: #3ab9fe;
    color: #fff;
}
.offcanvas-wrapper .offcanvas-widget .widget.tweets-widget li:not(:last-child), .offcanvas-wrapper .offcanvas-widget .widget.contact-info-widget li:not(:last-child) {
    margin-bottom: 10px;
}
.offcanvas-wrapper .offcanvas-widget .widget.tweets-widget li i, .offcanvas-wrapper .offcanvas-widget .widget.contact-info-widget li i {
    color: #3ab9fe;
    position: relative;
    top: 2px;
    margin-right: 10px;
    font-size: 18px;
}
.offcanvas-wrapper .offcanvas-widget .widget.tweets-widget li a, .offcanvas-wrapper .offcanvas-widget .widget.contact-info-widget li a {
    color: #616161;
}
.offcanvas-wrapper .offcanvas-widget .widget.tweets-widget li a span, .offcanvas-wrapper .offcanvas-widget .widget.contact-info-widget li a span {
    font-weight: 600;
}
/*======= Breadcrumb =======*/
.breadcrumb-section {
    position: relative;
    z-index: 1;
    padding: 220px 0;
}
@media (max-width: 1599px) {
    .breadcrumb-section {
        padding: 180px 0;
    }
}
@media (max-width: 767px) {
    .breadcrumb-section {
        padding: 120px 0;
    }
}
.breadcrumb-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #14212b;
    opacity: 0.65;
    z-index: -2;
}
.breadcrumb-section .breadcrumb-shapes > div {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3ab9fe;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: -1;
}
.breadcrumb-section .breadcrumb-shapes .one {
    width: 230px;
    height: 290px;
    opacity: 0.57;
}
@media (max-width: 1599px) {
    .breadcrumb-section .breadcrumb-shapes .one {
        width: 110px;
        height: 160px;
    }
}
@media (max-width: 1199px) {
    .breadcrumb-section .breadcrumb-shapes .one {
        display: none;
    }
}
.breadcrumb-section .breadcrumb-shapes .two {
    width: 345px;
    height: 425px;
    opacity: 0.37;
}
@media (max-width: 1599px) {
    .breadcrumb-section .breadcrumb-shapes .two {
        width: 185px;
        height: 270px;
    }
}
@media (max-width: 1199px) {
    .breadcrumb-section .breadcrumb-shapes .two {
        width: 165px;
        height: 240px;
    }
}
.breadcrumb-section .breadcrumb-shapes .three {
    width: 470px;
    height: 535px;
    opacity: 0.25;
}
@media (max-width: 1599px) {
    .breadcrumb-section .breadcrumb-shapes .three {
        width: 300px;
        height: 400px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-shapes .three {
        display: none;
    }
}
.breadcrumb-section .breadcrumb-text {
    text-align: center;
}
.breadcrumb-section .breadcrumb-text .page-title {
    color: #fff;
    font-size: 150px;
}
@media (max-width: 1599px) {
    .breadcrumb-section .breadcrumb-text .page-title {
        font-size: 110px;
    }
}
@media (max-width: 1199px) {
    .breadcrumb-section .breadcrumb-text .page-title {
        font-size: 80px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-text .page-title {
        font-size: 65px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-section .breadcrumb-text .page-title {
        font-size: 50px;
    }
}
@media (max-width: 399px) {
    .breadcrumb-section .breadcrumb-text .page-title {
        font-size: 38px;
    }
}
.breadcrumb-section .breadcrumb-text ul li {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    margin: 0 25px;
}
@media (max-width: 1199px) {
    .breadcrumb-section .breadcrumb-text ul li {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-text ul li {
        font-size: 15px;
        margin: 0 15px;
    }
}
.breadcrumb-section .breadcrumb-text ul li, .breadcrumb-section .breadcrumb-text ul li a {
    color: #fff;
}
.breadcrumb-section .breadcrumb-text ul li a {
    position: relative;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-text ul li a {
        padding-right: 5px;
    }
}
.breadcrumb-section .breadcrumb-text ul li a::after {
    content: ">";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -25px;
}
/*======= Banner =======*/
.banner-section {
    display: inline-block;
    position: relative;
    width: 100%;
}
.home-menu {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 75px;
    height: 0px;
}
.home-menu .header-two {
    background-color: #0e0f1000;
}
.banner-section .single-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    /*  padding: 90px 0;*/
}
@media (max-width: 991px) {
    .banner-section .single-banner {
        padding: 200px 0;
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .banner-section .single-banner {
        padding: 150px 0;
    }
}
@media (max-width: 399px) {
    .banner-section .single-banner {
        padding: 130px 0;
    }
}
/*.banner-section .single-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #14212b;
  opacity: 0.65;
  z-index: -2;
}*/
.banner-section .single-banner .banner-content h1 {
    color: #fff;
    font-size: calc(22px + 3vw);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: calc(1px + 0.4vw);
}
.banner-content h4 {
    font-weight: 400;
    padding-top: 20px;
}
.banner-color-text {
    color: #FAB702;
    font-family: 'Allura', cursive;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}
@media (max-width: 1199px) {
    .banner-section .single-banner .banner-content h1 {
        /*font-size: 60px;*/
    }
}
@media (max-width: 991px) {
    .banner-section .single-banner .banner-content h1 {
        /*font-size: 50px;*/
    }
}
@media (max-width: 767px) {
    .banner-section .single-banner .banner-content h1 {
        /*font-size: 42px;*/
    }
}
@media (max-width: 575px) {
    .banner-section .single-banner .banner-content h1 {
        /*font-size: 32px;*/
    }
}
@media (max-width: 399px) {
    .banner-section .single-banner .banner-content h1 {
        /*font-size: 28px;*/
    }
}
.banner-section .single-banner .banner-content .promo-text {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    letter-spacing: 3px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 45px;
}
.banner-section .single-banner .banner-content .promo-text::before {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: rotate(-25deg) translateY(-50%);
    transform: rotate(-25deg) translateY(-50%);
    content: '';
    background-color: #222;
    height: 20px;
    width: 20px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media (max-width: 991px) {
    .banner-section .single-banner .banner-content .promo-text {
        font-size: 16px;
        letter-spacing: 10px;
    }
}
@media (max-width: 767px) {
    .banner-section .single-banner .banner-content .promo-text {
        font-size: 15px;
        letter-spacing: 8px;
    }
}
@media (max-width: 575px) {
    .banner-section .single-banner .banner-content .promo-text {
        font-size: 14px;
        letter-spacing: 4px;
        padding-left: 30px;
    }
}
@media (max-width: 399px) {
    .banner-section .single-banner .banner-content .promo-text {
        letter-spacing: 2px;
    }
}
.banner-section .single-banner .banner-content .btn-wrap {
    margin-top: 40px;
}
.banner-section .single-banner .banner-content .btn-wrap li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}
@media (max-width: 575px) {
    .banner-section .single-banner .banner-content .btn-wrap li {
        margin-right: 5px;
    }
}
.banner-section .single-banner .banner-content p {
    margin-top: 35px;
    font-size: calc(10px + 0.5vw);
    width: 80%;
    margin: calc(10px + 1.4vw) auto 0px;
}
.banner-section .single-banner .banner-shapes > div {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3ab9fe;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: -1;
}
.banner-section .single-banner .banner-shapes .one {
    width: 345px;
    height: 425px;
    opacity: 0.57;
}
@media (max-width: 1599px) {
    .banner-section .single-banner .banner-shapes .one {
        width: 185px;
        height: 265px;
    }
}
@media (max-width: 1199px) {
    .banner-section .single-banner .banner-shapes .one {
        width: 165px;
        height: 245px;
    }
}
.banner-section .single-banner .banner-shapes .two {
    width: 520px;
    height: 650px;
    opacity: 0.37;
}
@media (max-width: 1599px) {
    .banner-section .single-banner .banner-shapes .two {
        width: 320px;
        height: 450px;
    }
}
@media (max-width: 991px) {
    .banner-section .single-banner .banner-shapes .two {
        width: 270px;
        height: 390px;
    }
}
@media (max-width: 399px) {
    .banner-section .single-banner .banner-shapes .two {
        display: none;
    }
}
.banner-section .single-banner .banner-shapes .three {
    width: 745px;
    height: 835px;
    opacity: 0.25;
}
@media (max-width: 1599px) {
    .banner-section .single-banner .banner-shapes .three {
        width: 450px;
        height: 480px;
    }
}
@media (max-width: 991px) {
    .banner-section .single-banner .banner-shapes .three {
        width: 365px;
        height: 540px;
    }
}
@media (max-width: 399px) {
    .banner-section .single-banner .banner-shapes .three {
        display: none;
    }
}
.banner-section .single-banner .banner-shapes .four {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    height: 285px;
    width: 270px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    opacity: 0.65;
}
@media (max-width: 1599px) {
    .banner-section .single-banner .banner-shapes .four {
        height: 230px;
        width: 220px;
    }
}
@media (max-width: 575px) {
    .banner-section .single-banner .banner-shapes .four {
        height: 130px;
        width: 155px;
    }
}
.banner-section .search-wrap {
    position: absolute;
    right: 45px;
    z-index: 2;
    bottom: -35px;
}
@media (max-width: 575px) {
    .banner-section .search-wrap {
        right: 20px;
        bottom: -25px;
    }
}
.banner-section .search-wrap .search-icon {
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #14212b;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    text-align: center;
}
@media (max-width: 575px) {
    .banner-section .search-wrap .search-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
.banner-section .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 70px;
    background-color: transparent;
    color: #fff;
    font-size: 50px;
    opacity: 0.3;
    line-height: 1;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
}
@media (max-width: 1199px) {
    .banner-section .slick-arrow {
        font-size: 40px;
        left: 40px;
    }
}
@media (max-width: 767px) {
    .banner-section .slick-arrow {
        font-size: 35px;
        left: 15px;
    }
}
.banner-section .slick-arrow.next-arrow {
    left: auto;
    right: 70px;
}
@media (max-width: 1199px) {
    .banner-section .slick-arrow.next-arrow {
        right: 40px;
    }
}
@media (max-width: 767px) {
    .banner-section .slick-arrow.next-arrow {
        right: 15px;
    }
}
.banner-section .slick-arrow:hover {
    opacity: 1;
}
/*.banner-section.banner-section-two .single-banner .slider{
  padding-bottom: 200px;
  padding-top: 250px;
}*/
.banner-section.banner-section-two .single-banner {
    height: auto;
    position: absolute;
    top: 15%;
    bottom: 0;
    margin-left: -1%;
    transform: translate(50%, -30%);
    z-index: 999;
}
.banner-slider {
    width: 100%;
    display: inline-block;
}
.banner-section.banner-section-two .single-banner .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.banner-section.banner-section-two .single-banner .slide-track {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.banner-section.banner-section-two .single-banner .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.banner-section.banner-section-two .single-banner .slide img {
    /* width: 100vh;
    height: 100vh;*/
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.banner-content {
    position: relative;
    z-index: 111;
}
.slide-track .slide img {
    /*width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;*/
}
/*.banner-section.banner-section-two .single-banner::before {
  background: radial-gradient(circle, rgba(1, 12, 21, 0.5) 0%, rgba(1, 12, 21, 0.9) 88%);
  background: -webkit-radial-gradient(circle, rgba(1, 12, 21, 0.5) 0%, rgba(1, 12, 21, 0.9) 88%);
  opacity: 1;
}

.banner-section.banner-section-two .single-banner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/lines/09.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
*/
@media (max-width: 575px) {
    .banner-section.banner-section-two .single-banner::after {
        background-size: 300px;
    }
}
@media (max-width: 991px) {
    .banner-section.banner-section-two .single-banner p br {
        display: none;
    }
}
.banner-section.banner-section-two .slick-arrow {
    visibility: visible;
}
.banner-section.banner-section-three .single-banner {
    padding-top: 230px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
    color: #616161;
}
@media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner {
        padding-top: 190px;
    }
}
.banner-section.banner-section-three .single-banner::before {
    display: none;
}
.banner-section.banner-section-three .single-banner .banner-content h1 {
    color: #14212b;
}
@media (max-width: 1599px) {
    .banner-section.banner-section-three .single-banner .banner-content h1 {
        font-size: 66px;
    }
}
@media (max-width: 1199px) {
    .banner-section.banner-section-three .single-banner .banner-content h1 {
        font-size: 55px;
    }
}
@media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-content h1 {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li {
        margin-right: 5px;
    }
}
@media (max-width: 1599px) {
    .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
        padding: 0 45px;
    }
}
@media (max-width: 1199px) {
    .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
        padding: 0 30px;
    }
}
@media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
        padding: 0 20px;
        font-size: 14px;
    }
}
.banner-section.banner-section-three .single-banner .banner-content .promo-text {
    color: #3ab9fe;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
    padding-left: 60px;
}
@media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-content .promo-text {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
.banner-section.banner-section-three .single-banner .banner-content .promo-text::before {
    -webkit-clip-path: none;
    clip-path: none;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    width: 40px;
    height: 3px;
    background-color: #3ab9fe;
}
.banner-section.banner-section-three .single-banner .banner-shapes > div {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background-color: #3ab9fe;
    -webkit-clip-path: none;
    clip-path: none;
    z-index: -1;
    height: 1030px;
    width: 1030px;
    border-radius: 50%;
    opacity: 0.08;
}
@media (max-width: 1599px) {
    .banner-section.banner-section-three .single-banner .banner-shapes > div {
        width: 900px;
        height: 900px;
    }
}
@media (max-width: 1199px) {
    .banner-section.banner-section-three .single-banner .banner-shapes > div {
        height: 750px;
        width: 750px;
    }
}
@media (max-width: 991px) {
    .banner-section.banner-section-three .single-banner .banner-shapes > div {
        height: 650px;
        width: 650px;
    }
}
@media (max-width: 767px) {
    .banner-section.banner-section-three .single-banner .banner-shapes > div {
        height: 500px;
        width: 500px;
    }
}
.banner-section.banner-section-three .single-banner .banner-shapes .one {
    top: -147px;
    right: -34px;
}
.banner-section.banner-section-three .single-banner .banner-shapes .two {
    top: -134px;
    right: -174px;
}
.banner-section.banner-section-three .single-banner .banner-shapes .three {
    top: -185px;
    right: -335px;
}
.banner-section.banner-section-three .single-banner .banner-line {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: -1;
}
@media (max-width: 1199px) {
    .banner-section.banner-section-three .single-banner .banner-line {
        max-width: 220px;
    }
}
@media (max-width: 767px) {
    .banner-section.banner-section-three .single-banner .banner-line {
        left: auto;
        right: 0;
    }
}
@media (max-width: 767px) {
    .banner-section.banner-section-three .single-banner .banner-line img {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}
/*=======  Services  =======*/
.service-section {
    position: relative;
    z-index: 1;
}
.service-section.shape-style-one::before, .service-section.shape-style-one::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 380px;
    content: '';
    background-color: #3ab9fe;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media (max-width: 1599px) {
    .service-section.shape-style-one::before, .service-section.shape-style-one::after {
        height: 250px;
        width: 250px;
    }
}
@media (max-width: 991px) {
    .service-section.shape-style-one::before, .service-section.shape-style-one::after {
        height: 220px;
        width: 220px;
    }
}
@media (max-width: 767px) {
    .service-section.shape-style-one::before, .service-section.shape-style-one::after {
        height: 130px;
        width: 130px;
    }
}
.service-section.shape-style-one::after {
    width: 520px;
    height: 520px;
    opacity: 0.15;
}
@media (max-width: 1599px) {
    .service-section.shape-style-one::after {
        height: 390px;
        width: 390px;
    }
}
@media (max-width: 991px) {
    .service-section.shape-style-one::after {
        height: 350px;
        width: 350px;
    }
}
@media (max-width: 767px) {
    .service-section.shape-style-one::after {
        height: 220px;
        width: 220px;
    }
}
.service-section.shape-style-one .dots-line {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    z-index: -1;
}
@media (max-width: 1599px) {
    .service-section.shape-style-one .dots-line {
        right: 1%;
    }
}
@media (max-width: 767px) {
    .service-section.shape-style-one .dots-line {
        max-width: 330px;
    }
}
/*.service-section.shape-style-two::before {
  position: absolute;
  left: 90px;
  top: 200px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}*/
/*@media (max-width: 991px) {
  .service-section.shape-style-two::before {
    left: 20px;
    top: 150px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-two::before {
    background-size: 40px 40px;
  }
}*/
/*@media (max-width: 575px) {
  .service-section.shape-style-two::before {
    left: 15px;
    top: 50px;
    background-size: 30px 30px;
  }
}*/
/*.service-section.shape-style-two::after {
  position: absolute;
  right: 140px;
  top: 150px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}*/
/*@media (max-width: 767px) {
  .service-section.shape-style-two::after {
    background-size: 30px 30px;
  }
}

@media (max-width: 575px) {
  .service-section.shape-style-two::after {
    right: 20px;
    top: 20%;
    background-size: 25px 25px;
  }
}*/
.service-section.service-line-shape .line-one, .service-section.service-line-shape .line-two {
    position: absolute;
    z-index: -1;
}
@media (max-width: 1199px) {
    .service-section.service-line-shape .line-one, .service-section.service-line-shape .line-two {
        max-width: 300px;
    }
}
@media (max-width: 991px) {
    .service-section.service-line-shape .line-one, .service-section.service-line-shape .line-two {
        max-width: 250px;
    }
}
@media (max-width: 767px) {
    .service-section.service-line-shape .line-one, .service-section.service-line-shape .line-two {
        max-width: 200px;
    }
}
.service-section.service-line-shape .line-one {
    left: 0;
    top: 0;
}
@media (max-width: 575px) {
    .service-section.service-line-shape .line-one {
        display: none;
    }
}
.service-section.service-line-shape .line-two {
    right: 0;
    bottom: 0;
}
.service-boxes .service-box {
    margin-top: 50px;
    background-color: #fff;
    padding: 50px;
    position: relative;
}
@media (max-width: 1199px) {
    .service-boxes .service-box {
        padding: 40px 20px;
    }
}
.service-boxes .service-box .icon {
    margin-bottom: 30px;
}
.service-boxes .service-box .icon img {
    max-width: 100px;
}
@media (max-width: 1199px) {
    .service-boxes .service-box .icon img {
        max-width: 80px;
    }
}
.service-boxes .service-box h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width: 399px) {
    .service-boxes .service-box h3 {
        font-size: 22px;
    }
}
.service-boxes .service-box .service-link {
    font-size: 40px;
    margin-top: 25px;
    line-height: 1;
    color: #616161;
}
.service-boxes .service-box::after {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    bottom: -10px;
    height: 10px;
    background-color: #eceded;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.service-boxes .service-box:hover::after {
    background-color: #3ab9fe;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
}
.full-bg {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.service-boxes .service-box-two {
    border-radius: 10px;
    padding: 40px 15px 60px;
    background-color: #222428;
    position: relative;
    margin-top: 50px;
}
.service-boxes .service-box-two:hover {
    background-color: #FAB702;
}
.service-boxes .service-box-two:hover .icon i {
    color: #fff;
}
#comparison {
    width: 100%;
    /*  padding-bottom: 100%;*/
    overflow: hidden;
    position: relative;
    height: 400px;
}
#comparison figure {
    position: absolute;
    background-image: url(../../frontend_assets/img/after.jpg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 400px;
    margin: 0;
}
#divisor {
    background-image: url(../../frontend_assets/img/before.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    &::before, &::after {
        content: '';
        position: absolute;
        right: -2px;
        width: 4px;
        height: calc(50% - 25px);
        background: white;
        z-index: 3;
    }
    &::before {
        top: 0;
        box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
    }
    &::after {
        bottom: 0;
        box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
    }
}
#handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    &::before, &::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
    }
    &::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
    }
    &::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
    }
}
#divisor {
    position: relative;
}
#comparison input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    /*  margin-top: -5px;*/
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
    &:focus, &:active {
        border: none;
        outline: none;
    }
}
#comparison input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
#comparison input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
.after-before-boxes {
    background-color: rgba(20, 20, 20, 0.9);
}
.after-before-text {
    padding: 40px;
}
.after-before-text h4 {
    color: #FAB702;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 12px;
}
.after-before-text p {
    color: #f9f9f9;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}
.after-before-text a {
    line-height: 34px !important;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
}
.after-before-text a i {
    color: #FAB702;
}
.after-before-text a:hover {
    color: #111;
}
.after-before-text a:hover i {
    color: #111;
}
@media (max-width: 767px) {
    .service-boxes .service-box-two {
        padding: 30px 15px 50px;
    }
}
.service-boxes .service-box-two .icon {
    font-size: 75px;
    color: #FAB702;
}
.service-boxes .service-box-two h3 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
}
.service-boxes .service-box-two h3 a {
    color: #fff;
}
.collections-img-box {
    border-radius: 50%;
    overflow: hidden;
    min-height: 255px;
    max-height: 255px;
    max-width: 255px;
    min-width: 255px;
}
.collections-img-box img {
    min-height: 255px;
    max-height: 255px;
    /* max-width: 255px; */
    /* min-width: 255px; */
    object-fit: cover;
}
.our-collection-col h4 {
    color: #fff;
    font-weight: 400;
    margin: 20px 0 10px 0;
    text-align: center;
}
.our-collection-col p {
    color: #999;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
span.text-before {
    position: absolute;
    z-index: 111;
    background: #0a0606;
    width: 100px;
    height: 40px;
    left: 15px;
    top: 50%;
    text-align: center;
    line-height: 32px;
    padding: 9px;
    opacity: 0.5;
}
span.text-before h5 {
    color: #fff;
    font-weight: 400;
}
span.text-after {
    position: absolute;
    z-index: 111;
    background: #0a0606;
    width: 100px;
    height: 40px;
    right: 15px;
    top: 50%;
    text-align: center;
    line-height: 32px;
    padding: 9px;
    opacity: 0.5;
}
span.text-after h5 {
    color: #fff;
    font-weight: 400;
}
#comparison figure:hover #divisor span.text-before {
    display: none;
}
.gallery-box {
    position: relative;
    /*    min-height: 500px;*/
}
.text-gallery-box {
    position: absolute;
    left: 1rem;
    top: 2rem;
    margin: 0;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    z-index: 2;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: 3px 1px 6px black;
}

.text-gallery-box-changes {
    transform: rotate(-90deg);
    left: 2.5rem;
}

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(12rem + 20vw);
}

@media screen and (max-width: 768px) {
    .gallery-wrap {
        display: flex;
        flex-direction: column !important;
        gap: 10px;
        width: 100%;
        height: calc(40rem + 20vw);
    }
}

.item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
}
.item:hover {
    flex: 7;
}
.social {
    position: absolute;
    right: 35px;
    bottom: 0;
}
.social img {
    display: block;
    width: 32px;
}
.our-service-col h4 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: left;
}
.our-service-col h4 span.color-text {
    color: #FAB702;
    font-weight: 500;
    letter-spacing: 2px;
}
.our-service-col p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: left;
}
.service-img-box {
    margin: 0px 0 15px;
	display: inline-block;
}
.our-service-col a {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px #ddd solid;
    font-size: 13px;
    padding: 5px;
    text-transform: uppercase;
}
.our-service-col a:hover {
    border: 1px #FAB702 solid;
    background: #FAB702;
    color: #111;
}
.black-bg {
    background-color: #1e1f22;
}
@media (max-width: 1199px) {
    .service-boxes .service-box-two h3 {
        font-size: 22px;
    }
}
.service-boxes .service-box-two .service-link {
    font-size: 14px;
    margin-top: auto;
    color: #616161;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
    box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
}
.service-boxes .service-box-two:hover .service-link {
    color: #fff;
    background-color: #3ab9fe;
}
.service-boxes .service-box-three {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    text-align: center;
    padding: 40px 20px 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .service-boxes .service-box-three {
        padding: 40px 15px 20px;
        font-size: 16px;
    }
}
.service-boxes .service-box-three .icon {
    margin-bottom: 30px;
}
.service-boxes .service-box-three .icon img {
    max-width: 100px;
}
@media (max-width: 1199px) {
    .service-boxes .service-box-three .icon img {
        max-width: 80px;
    }
}
.service-boxes .service-box-three h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .service-boxes .service-box-three h3 {
        font-size: 22px;
    }
}
.service-boxes .service-box-three .service-link {
    color: #616161;
    margin-top: 15px;
    font-size: 24px;
}
.service-boxes .service-box-three:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
    box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
}
.bg-dark-green {
    background: #1C8E54;
}
.bg-light-blue {
    background: #593286;
}
.bg-light-indigo {
    background-color: #4561A7;
}
.bg-peach {
    background-color: #EA575D;
}
.bg-green {
    background-color: #fac733;
}
.bg-blue {
    background-color: #116cc7;
}
.icon-img {
    padding: 20px;
    width: 100px;
}
.feature-desc p {
    font-size: 16px;
}
/*=======  Feature Boxes  =======*/
.feature-boxes .feature-box {
    /*height: 450px;*/
    margin-top: 30px;
    position: relative;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .feature-boxes .feature-box {
        padding: 25px 20px;
    }
}
@media (max-width: 575px) {
    .feature-boxes .feature-box {
        height: auto;
    }
}
.feature-boxes .feature-box .feature-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 575px) {
    .feature-boxes .feature-box .feature-bg {
        background-position: center top;
    }
}
.feature-boxes .feature-box .feature-desc a, .feature-boxes .feature-box .feature-desc h4, .feature-boxes .feature-box .feature-desc p {
    color: #fff;
}
.feature-boxes .feature-box .feature-desc h4 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .feature-boxes .feature-box .feature-desc h4 {
        font-size: 22px;
    }
}
.feature-boxes .feature-box .feature-desc .feature-link {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1;
}
/*.feature-boxes .feature-box::before, .feature-boxes .feature-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 80px);
  height: 300px;
  background-color: #3ab9fe;
  opacity: 0.4;
  content: '';
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: -2;
}*/
.feature-boxes .feature-box::after {
    opacity: 0.8;
    height: 250px;
    z-index: -1;
    width: 100%;
}
.feature-boxes .feature-box:hover .feature-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*======= Why Choose Us =======*/
.wcu-section .wcu-text {
    color: #c2d9eb;
}
@media (max-width: 991px) {
    .wcu-section .wcu-text {
        margin-top: 40px;
    }
}
.wcu-section .wcu-text ul {
    margin: 40px 0;
}
.wcu-section .wcu-text ul li:not(:last-child) {
    margin-bottom: 10px;
}
.wcu-section .wcu-text ul li i {
    margin-right: 10px;
}
.wcu-section .wcu-text .section-title h2 {
    color: #fff;
}
.wcu-section .wcu-text-two {
    padding-left: 45px;
}
@media (max-width: 1199px) {
    .wcu-section .wcu-text-two {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .wcu-section .wcu-text-two {
        padding-left: 0;
        margin-top: 50px;
    }
}
.wcu-section .wcu-text-two ul {
    margin: 40px 0;
}
.wcu-section .wcu-text-two ul::before {
    content: '';
    display: block;
    clear: both;
}
.wcu-section .wcu-text-two ul li {
    font-weight: 600;
    margin-bottom: 10px;
    float: left;
    width: 50%;
}
.wcu-section .wcu-text-two ul li:not(:last-child) {
    margin-bottom: 10px;
}
.wcu-section .wcu-text-two ul li i {
    margin-right: 10px;
    color: #3ab9fe;
}
.wcu-section .wcu-text-two ul li::before {
    content: '';
    display: block;
    clear: both;
}
.wcu-section .wcu-video {
    position: relative;
    min-height: 690px;
}
@media (max-width: 1199px) {
    .wcu-section .wcu-video {
        min-height: 620px;
    }
}
@media (max-width: 991px) {
    .wcu-section .wcu-video {
        min-height: 580px;
    }
}
@media (max-width: 767px) {
    .wcu-section .wcu-video {
        min-height: 480px;
    }
}
@media (max-width: 399px) {
    .wcu-section .wcu-video {
        min-height: 400px;
    }
}
.wcu-section .wcu-video .video-poster-one, .wcu-section .wcu-video::before {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    position: absolute;
    left: -45px;
    top: 0;
}
@media (max-width: 1199px) {
    .wcu-section .wcu-video .video-poster-one, .wcu-section .wcu-video::before {
        width: 500px;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .wcu-section .wcu-video .video-poster-one, .wcu-section .wcu-video::before {
        left: 0;
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 575px) {
    .wcu-section .wcu-video .video-poster-one, .wcu-section .wcu-video::before {
        width: 380px;
        height: 380px;
    }
}
@media (max-width: 399px) {
    .wcu-section .wcu-video .video-poster-one, .wcu-section .wcu-video::before {
        width: 280px;
        height: 280px;
    }
}
.wcu-section .wcu-video::before {
    content: "";
    background-image: url(../img/lines/11.png);
    z-index: 1;
    background-position: 0 -45%;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .wcu-section .wcu-video::before {
        background-size: cover;
    }
}
.wcu-section .wcu-video .video-poster-two, .wcu-section .wcu-video::after {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 305px;
    height: 305px;
    border-radius: 50%;
    border: 20px solid #fff;
}
@media (max-width: 1199px) {
    .wcu-section .wcu-video .video-poster-two, .wcu-section .wcu-video::after {
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 991px) {
    .wcu-section .wcu-video .video-poster-two, .wcu-section .wcu-video::after {
        width: 220px;
        height: 220px;
        border-width: 10px;
        right: 10px;
    }
}
@media (max-width: 399px) {
    .wcu-section .wcu-video .video-poster-two, .wcu-section .wcu-video::after {
        width: 200px;
        height: 200px;
        border-width: 5px;
        right: 0;
    }
}
.wcu-section .wcu-video::after {
    background-color: #14212b;
    opacity: 0.36;
    content: '';
}
.wcu-section .wcu-video .video-poster-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wcu-section .wcu-video .video-poster-two a {
    font-size: 30px;
    color: #3ab9fe;
    position: relative;
    z-index: 2;
}
.wcu-section.box-style .wcu-inner {
    position: relative;
    background-color: #14212b;
    padding: 110px 100px;
    z-index: 2;
}
@media (max-width: 1199px) {
    .wcu-section.box-style .wcu-inner {
        padding: 90px 60px;
    }
}
@media (max-width: 575px) {
    .wcu-section.box-style .wcu-inner {
        padding: 60px 30px;
    }
}
.wcu-section.box-style .wcu-inner::before, .wcu-section.box-style .wcu-inner::after {
    position: absolute;
    background-color: #14212b;
    z-index: -2;
    content: '';
    opacity: 0.07;
}
.wcu-section.box-style .wcu-inner::before {
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: 20px;
}
.wcu-section.box-style .wcu-inner::after {
    left: -40px;
    right: -40px;
    bottom: -40px;
    top: 40px;
}
.wcu-section.box-style .wcu-inner .line-shape-one {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.wcu-section.box-style .wcu-inner .line-shape-two {
    position: absolute;
    z-index: -1;
    right: 60px;
    bottom: 50px;
}
/*======= Fact Boxes =======*/
.fact-section {
    padding-top: 550px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    margin-top: -450px;
}
.fact-boxes .fact-box .icon {
    color: #FAB702;
    line-height: 1;
    margin-bottom: 20px;
    font-size: calc(30px + 2vw);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.fact-boxes .fact-box .counter {
    font-size: 55px;
    font-weight: 600;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0 auto;
    justify-content: center;
}
@media (max-width: 575px) {
    .fact-boxes .fact-box .counter {
        font-size: 40px;
    }
}
.fact-boxes .fact-box p.title {
    line-height: 1.2;
    margin-top: 5px;
}
.fact-boxes .fact-box.fact-box-two .counter {
    color: #fff;
}
.fact-boxes .fact-box.fact-box-two .title {
    color: #FAB702;
    font-size: calc(8px + 0.4vw);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fact-boxes .fact-box.fact-box-three {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 50px 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
@media (max-width: 575px) {
    .fact-boxes .fact-box.fact-box-three {
        padding: 40px 15px;
    }
}
@media (max-width: 1199px) {
    .fact-boxes .fact-box.fact-box-three .counter {
        font-size: 46px;
    }
}
@media (max-width: 575px) {
    .fact-boxes .fact-box.fact-box-three .counter {
        font-size: 35px;
    }
}
.fact-boxes .fact-box.fact-box-three::before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/lines/15.png);
    background-size: cover;
    content: '';
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.fact-boxes .fact-box.fact-box-three:hover {
    background-color: #3ab9fe;
}
.fact-boxes .fact-box.fact-box-three:hover, .fact-boxes .fact-box.fact-box-three:hover .icon, .fact-boxes .fact-box.fact-box-three:hover .counter {
    color: #fff;
}
.fact-boxes .fact-box.fact-box-three:hover::before {
    visibility: visible;
    opacity: 1;
}
.fact-section-two {
    position: relative;
    background: #18191b;
}
.fact-section-two .fact-two-inner {
    padding: 75px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 1599px) {
    .fact-section-two .fact-two-inner {
        padding: 75px 0;
    }
}
@media (max-width: 991px) {
    .fact-section-two .fact-two-inner {
        padding: 75px 0;
    }
}
.fact-text {
    padding-right: 50px;
}
@media (max-width: 1199px) {
    .fact-text {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .fact-text {
        margin-top: 50px;
    }
}
.fact-text .fact-list {
    margin-bottom: 40px;
}
.fact-text .fact-list li {
    padding-left: 70px;
    margin-top: 30px;
    position: relative;
}
@media (max-width: 575px) {
    .fact-text .fact-list li {
        padding-left: 60px;
    }
}
.fact-text .fact-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: #3ab9fe;
    border: 2px solid #3ab9fe;
    border-radius: 50%;
}
@media (max-width: 575px) {
    .fact-text .fact-list li i {
        height: 40px;
        width: 40px;
        line-height: 38px;
        font-size: 14px;
    }
}
.fact-section-three {
    position: relative;
    z-index: 1;
}
.fact-section-three::before {
    position: absolute;
    left: 100px;
    bottom: -45px;
    width: 385px;
    height: 385px;
    z-index: -1;
    border-radius: 50%;
    content: '';
    background-color: #3ab9fe;
    opacity: 0.05;
}
@media (max-width: 1199px) {
    .fact-section-three::before {
        left: 1%;
        bottom: -30px;
    }
}
@media (max-width: 575px) {
    .fact-section-three::before {
        width: 280px;
        height: 280px;
        bottom: -10px;
    }
}
/*======= Team Members =======*/
.team-members .team-member {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.team-members .team-member .member-picture-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}
.team-members .team-member .member-picture-wrap .member-picture {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-members .team-member .member-picture-wrap .member-picture::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #3ab9fe;
    width: 90px;
    height: 80px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
    clip-path: polygon(100% 0, 0 100%, 0 0);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: "";
    opacity: 1;
}
.team-members .team-member .member-picture-wrap .member-picture .social-icons {
    position: absolute;
    z-index: 3;
    top: 5px;
    left: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
}
.team-members .team-member .member-picture-wrap .member-picture .social-icons::before {
    position: absolute;
    content: '';
    left: -15px;
    top: -5px;
    width: 105px;
    height: 95px;
    z-index: -1;
    background-color: #3ab9fe;
    -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
    clip-path: polygon(100% 0, 0 100%, 0 0);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team-members .team-member .member-picture-wrap .member-picture .social-icons a {
    color: #fff;
    font-size: 20px;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 575px) {
    .team-members .team-member .member-picture-wrap .member-picture .social-icons a {
        font-size: 16px;
    }
}
.team-members .team-member .member-picture-wrap .member-picture .social-icons a:first-child {
    opacity: 1;
    visibility: visible;
}
.team-members .team-member .member-picture-wrap::after {
    position: absolute;
    content: '';
    right: -10px;
    bottom: -10px;
    width: 80px;
    height: 70px;
    background-color: #3ab9fe;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: -1;
}
.team-members .team-member .member-desc .name {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
}
@media (max-width: 1199px) {
    .team-members .team-member .member-desc .name {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .team-members .team-member .member-desc .name {
        font-size: 22px;
    }
}
.team-members .team-member .member-desc .pro {
    font-size: 15px;
    font-weight: 600;
}
@media (max-width: 575px) {
    .team-members .team-member .member-desc .pro {
        font-size: 14px;
    }
}
.team-members .team-member:hover .member-picture::before {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-clip-path: none;
    clip-path: none;
}
.team-members .team-member:hover .member-picture .social-icons {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team-members .team-member:hover .member-picture .social-icons a {
    visibility: visible;
    opacity: 1;
    margin: 5px;
}
.team-members-two .team-member {
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team-members-two .team-member .member-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 35px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 2;
}
@media (max-width: 1199px) {
    .team-members-two .team-member .member-desc {
        padding: 20px;
    }
}
.team-members-two .team-member .member-desc .name {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.team-members-two .team-member .member-desc .name a {
    color: #fff;
}
@media (max-width: 1199px) {
    .team-members-two .team-member .member-desc .name {
        font-size: 22px;
    }
}
.team-members-two .team-member .member-desc .pro {
    font-weight: 600;
    line-height: 1;
}
@media (max-width: 1199px) {
    .team-members-two .team-member .member-desc .pro {
        font-size: 15px;
    }
}
.team-members-two .team-member .member-desc .social-icons {
    margin-top: 15px;
}
@media (max-width: 1199px) {
    .team-members-two .team-member .member-desc .social-icons {
        margin-top: 5px;
    }
}
.team-members-two .team-member .member-desc .social-icons li {
    display: inline-block;
    margin-right: 15px;
}
.team-members-two .team-member .member-desc .social-icons li a {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team-members-two .team-member .member-desc .social-icons li a:hover {
    color: #3ab9fe;
}
.team-members-two .team-member .member-picture {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team-members-two .team-member .member-picture img {
    width: 100%;
}
.team-members-two .team-member::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    content: '';
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(15deg, #14212b 0%, rgba(9, 21, 30, 0.5) 58%, rgba(1, 12, 21, 0.01) 99%, #010c15 100%);
}
.team-members-two .team-member::after {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 60px;
    bottom: 60px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: '';
    background-image: url(../img/lines/14.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1199px) {
    .team-members-two .team-member::after {
        left: 5px;
        top: 5px;
    }
}
.team-members-two .team-member:hover {
    padding: 10px;
}
@media (max-width: 1199px) {
    .team-members-two .team-member:hover {
        padding: 5px;
    }
}
.team-members-two .team-member:hover .member-desc {
    visibility: visible;
    opacity: 1;
}
.team-members-two .team-member:hover::before {
    opacity: 1;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    visibility: visible;
}
@media (max-width: 1199px) {
    .team-members-two .team-member:hover::before {
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 5px;
    }
}
.team-members-two .team-member:hover::after {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1599px) {
    .team-members-two.row {
        margin-left: -10px;
        padding-right: -10px;
    }
}
@media (max-width: 1599px) {
    .team-members-two.row .col {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*======= Skill Section =======*/
.skill-section {
    position: relative;
    padding-bottom: 80px;
}
.skill-section::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 940px;
    width: 940px;
    border-radius: 50%;
    background-color: #f5f5f5;
    z-index: -1;
    -webkit-transform: translate(-285px, -50%);
    transform: translate(-285px, -50%);
}
@media (max-width: 991px) {
    .skill-section::before {
        height: 600px;
        width: 600px;
    }
}
@media (max-width: 767px) {
    .skill-section::before {
        height: 500px;
        width: 500px;
    }
}
.skill-section .skill-text {
    padding-right: 55px;
}
@media (max-width: 1199px) {
    .skill-section .skill-text {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .skill-section .skill-text {
        margin-bottom: 50px;
    }
}
.skill-section .skill-text p {
    margin-bottom: 20px;
}
.skill-section .skill-text .main-btn {
    margin-top: 10px;
}
.skill-section .piechart-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 399px) {
    .skill-section .piechart-boxes {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.skill-section .piechart-boxes .chart-box {
    text-align: center;
    margin-bottom: 50px;
}
.skill-section .piechart-boxes .chart-box .chart {
    position: relative;
    max-width: 220px;
    margin: auto;
}
@media (max-width: 1199px) {
    .skill-section .piechart-boxes .chart-box .chart {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .skill-section .piechart-boxes .chart-box .chart {
        max-width: 150px;
    }
}
@media (max-width: 1199px) {
    .skill-section .piechart-boxes .chart-box .chart canvas {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 767px) {
    .skill-section .piechart-boxes .chart-box .chart canvas {
        width: 150px;
        height: 150px;
    }
}
.skill-section .piechart-boxes .chart-box .chart i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #3ab9fe;
}
@media (max-width: 767px) {
    .skill-section .piechart-boxes .chart-box .chart i {
        font-size: 40px;
    }
}
.skill-section .piechart-boxes .chart-box .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
}
@media (max-width: 575px) {
    .skill-section .piechart-boxes .chart-box .title {
        font-size: 18px;
    }
}
.skill-section.skill-section-two {
    padding: 130px 0;
}
.skill-section.skill-section-two::before {
    display: none;
}
.skill-section .skill-progress-bars .skill-progress {
    margin-bottom: 30px;
}
.skill-section .skill-progress-bars .skill-progress:last-child {
    margin-bottom: 0;
}
.skill-section .skill-progress-bars .skill-progress .title {
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #14212b;
}
.skill-section .skill-progress-bars .skill-progress .progressbar-wrap {
    width: 100%;
    height: 5px;
    background-color: #e7e8e9;
    position: relative;
}
.skill-section .skill-progress-bars .skill-progress .progressbar-wrap .progressbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #3ab9fe;
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}
.yellow-bg {
    background-color: #FAB702;
    padding: 60px 0;
}
.yellow-bg {
    background-color: #FAB702;
    padding: 60px 0;
}
.typing-text h3 {
    color: #111;
    font-weight: 400;
    font-size: calc(16px + 1.6vw);
}
.typing-text h3 span.typed-text {
    font-weight: normal;
    color: #111;
}
.typing-text h3 span.cursor {
    display: inline-block;
    background-color: #111;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 0.6s infinite;
}
.typing-text h3 span.cursor.typing {
    animation: none;
}
@keyframes blink {
    0% {
        background-color: #111;
    }
    49% {
        background-color: #111;
    }
    50% {
        background-color: transparent;
    }
    99% {
        background-color: transparent;
    }
    100% {
        background-color: #111;
    }
}
.tm-page-cols-container {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.tm-page-col-left {
    width: 28.56%;
    max-width: 400px;
}
.tm-page-col-right {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
}
@media (max-width: 991px) {
    .tm-page-cols-container {
        flex-direction: column;
    }
    .tm-page-col-left {
        width: 100%;
        max-width: 100%;
    }
    .tm-page-col-right {
        width: 100%;
    }
}
.tm-gallery {
    margin: -20px -20px 0;
    max-width: 960px;
}
.tm-gallery-item {
    width: 29%;
    margin: 2%;
}
.filters-button-group {
    padding-right: 15px;
}
.tabs {
    list-style: none;
}
.tabs > li > a {
    border: 1px solid #cfd0d1;
    color: #999a9b;
    padding: 20px 25px;
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
}
.tm-tab-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 20px;
    transition: all 0.3s ease;
}
.tabs > li > a.active .tm-tab-icon, .tabs > li > a:hover .tm-tab-icon {
    background-color: #669999;
}
/* 
  Gallery Item Hover Effect
  https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
*/
/* Common style */
.tm-gallery-item figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.tm-gallery-item figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.tm-gallery-item figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tm-gallery-item figure figcaption::before, .tm-gallery-item figure figcaption::after {
    pointer-events: none;
}
.tm-gallery-item figure figcaption, .tm-gallery-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.tm-gallery-item figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.tm-gallery-item figure h2 span {
    font-weight: 800;
}
.tm-gallery-item figure h2, .tm-gallery-item figure p {
    margin: 0;
}
.tm-gallery-item figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
    background: #9e5406;
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
    opacity: 0.4;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
figure.effect-bubba h2 {
    font-size: 1.5rem;
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
figure.effect-bubba p {
    width: 100%;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
    .tm-gallery {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .tm-gallery-item {
        width: 46%;
    }
    .filters-button-group {
        padding-right: 0;
        padding-bottom: 30px;
    }
}
@media (max-width: 400px) {
    .tm-gallery {
        max-width: 280px;
    }
    .tm-gallery-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
/*=======  Testimonial One  =======*/
.testimonial-section {
    position: relative;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 160px;
    overflow: hidden;
}
@media (max-width: 1800px) {
    .testimonial-section {
        padding-bottom: 130px;
    }
}
@media (max-width: 1199px) {
    .testimonial-section {
        padding-top: 100px;
        padding-bottom: 90px;
    }
}
@media (max-width: 991px) {
    .testimonial-section {
        padding-top: 500px;
    }
}
@media (max-width: 575px) {
    .testimonial-section {
        padding-top: 390px;
    }
}
@media (max-width: 1599px) {
    .testimonial-section .offset-lg-5 {
        margin-left: 50%;
    }
}
@media (max-width: 991px) {
    .testimonial-section .offset-lg-5 {
        margin-left: 0;
    }
}
.testimonial-section::before {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: auto;
    content: '';
    background-position: right bottom;
    background-image: url(../img/lines/06.png);
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 1199px) {
    .testimonial-section::before {
        background-size: 35%;
    }
}
.testimonial-section .testimonial-items {
    margin-top: 80px;
}
.testimonial-item p {
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
}
@media (max-width: 991px) {
    .testimonial-section .testimonial-items {
        margin-top: 60px;
    }
}
.testimonial-section .testimonial-items .testimonial-item {
    font-size: 20px;
    color: #14212b;
}
@media (max-width: 1199px) {
    .testimonial-section .testimonial-items .testimonial-item {
        font-size: 18px;
    }
}
.testimonial-section .testimonial-items .testimonial-item p {
    margin-bottom: 10px;
}
.testimonial-section .testimonial-items .testimonial-item .quote-top, .testimonial-section .testimonial-items .testimonial-item .quote-bottom {
    color: #3ab9fe;
    font-size: 16px;
    position: relative;
}
.testimonial-section .testimonial-items .testimonial-item .quote-top {
    margin-right: 10px;
    top: -5px;
}
.testimonial-section .testimonial-items .testimonial-item .quote-bottom {
    margin-left: 10px;
    bottom: -5px;
}
.testimonial-section .testimonial-items .testimonial-item .author {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
}
.testimonial-section .testimonial-items .testimonial-item .author .thumb {
    min-width: 75px;
}
.testimonial-section .testimonial-items .testimonial-item .author .thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonial-section .testimonial-items .testimonial-item .author h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
}
.testimonial-section .testimonial-items .testimonial-item .author span {
    font-weight: 600;
    color: #3ab9fe;
    font-size: 16px;
}
.testimonial-section .testimonial-arrows {
    margin-top: 60px;
}
@media (max-width: 575px) {
    .testimonial-section .testimonial-arrows {
        margin-top: 40px;
    }
}
.testimonial-section .testimonial-arrows .slick-arrow {
    font-size: 50px;
    background: transparent;
    color: #3ab9fe;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.testimonial-section .testimonial-arrows .slick-arrow.next-arrow {
    margin-left: 40px;
}
.testimonial-section .testimonial-arrows .slick-arrow.prev-arrow {
    opacity: 0.3;
    color: #14212b;
}
.testimonial-section .testimonial-arrows .slick-arrow.prev-arrow:hover {
    opacity: 1;
    color: #3ab9fe;
}
@media (max-width: 1199px) {
    .testimonial-section .testimonial-arrows .slick-arrow {
        font-size: 40px;
    }
}
/*.testimonial-section .testimonial-img {
    position: absolute;
    top: 100px;
    left: 10%;
    right: auto;
    margin: 0 auto;
    text-align: center;
}*/
@media (max-width: 1800px) {
    .testimonial-section .testimonial-img {
        max-width: 630px;
    }
}
@media (max-width: 1400px) {
    .testimonial-section .testimonial-img {
        max-width: 370px;
    }
}
@media (max-width: 1199px) {
    .testimonial-section .testimonial-img {
        max-width: 430px;
    }
}
@media (max-width: 991px) {
    .testimonial-section .testimonial-img {
        max-height: 460px;
    }
}
@media (max-width: 575px) {
    .testimonial-section .testimonial-img {
        left: 30px;
        max-width: 320px;
        max-height: 340px;
    }
}
/*=======  Testimonial Two  =======*/
.testimonial-section-two {
    position: relative;
}
.testimonial-section-two .testimonial-quote-icon {
    position: absolute;
    left: 190px;
    top: 170px;
}
.testimonial-section-two .testimonial-quote-icon {
    position: absolute;
    left: 190px;
    top: 170px;
}
@media (max-width: 1599px) {
    .testimonial-section-two .testimonial-quote-icon {
        left: 140px;
        max-width: 250px;
    }
}
@media (max-width: 1199px) {
    .testimonial-section-two .testimonial-quote-icon {
        left: 100px;
    }
}
@media (max-width: 991px) {
    .testimonial-section-two .testimonial-quote-icon {
        max-width: 180px;
        left: 80px;
    }
}
.testimonial-section-two .testimonial-items .testimonial-item {
    line-height: 1.583;
    text-align: left;
    border: none;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    /* line-height: 1.6em; */
    margin: 0 20px;
}
@media (max-width: 991px) {
    .testimonial-section-two .testimonial-items .testimonial-item {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .testimonial-section-two .testimonial-items .testimonial-item {
        font-size: 18px;
    }
}
.testimonial-section-two .testimonial-items .testimonial-item .quote-top, .testimonial-section-two .testimonial-items .testimonial-item .quote-bottom {
    color: #FAB702;
    font-size: 30px;
    position: relative;
}
.testimonial-section-two .testimonial-items .testimonial-item .quote-bottom {
    font-size: 15px;
}
.testimonial-section-two .testimonial-items .testimonial-item .quote-top {
    margin-right: 10px;
    top: -5px;
}
.testimonial-section-two .testimonial-items .testimonial-item .quote-bottom {
    margin-left: 10px;
    bottom: -5px;
}
.testimonial-section-two .testimonial-items .testimonial-item .author-img {
    margin-bottom: 50px;
}
.testimonial-section-two .testimonial-items .testimonial-item .author-img img {
    border-radius: 15px;
    height: 100px;
    width: 100px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(20, 33, 43, 0.32);
    box-shadow: 0px 10px 30px 0px rgba(20, 33, 43, 0.32);
}
.testimonial-section-two .testimonial-items .testimonial-item .author-name {
    margin-top: 20px;
    padding: 0 20px;
}
.testimonial-section-two .testimonial-items .testimonial-item .author-name h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.testimonial-section-two .testimonial-items .testimonial-item .author-name span {
    font-weight: 600;
    color: #FAB702;
    font-size: 16px;
}
.testimonial-section-two .testimonial-items .slick-arrow {
    position: absolute;
    left: -2%;
    top: 50%;
    font-size: 30px;
    line-height: 1;
    background-color: transparent;
    color: #fff;
    z-index: 2;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: -30px;
}
.testimonial-section-two .testimonial-items .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 10px;
    height: 10px;
}
.testimonial-section-two .testimonial-items .slick-dots li button {
    width: 10px;
    height: 10px;
    text-indent: -15px;
}
.testimonial-section-two .testimonial-items .slick-dots li.slick-active button {
    background-color: #FAB702;
}
.testimonial-section-two .testimonial-items ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
}
@media (max-width: 1599px) {
    .testimonial-section-two .testimonial-items .slick-arrow {
        left: -2%;
    }
}
@media (max-width: 991px) {
    .testimonial-section-two .testimonial-items .slick-arrow {
        left: -2%;
        font-size: 35px;
    }
}
.testimonial-section-two .testimonial-items .slick-arrow.next-arrow {
    left: auto;
    right: -2%
}
@media (max-width: 1599px) {
    .testimonial-section-two .testimonial-items .slick-arrow.next-arrow {
        right: -2%
    }
}
@media (max-width: 991px) {
    .testimonial-section-two .testimonial-items .slick-arrow.next-arrow {
        right: -2%
    }
}
.testimonial-section-two .testimonial-items .slick-arrow:hover {
    opacity: 1;
    color: #FAB702;
}
.testimonial-section-two .testimonial-dots {
    text-align: center;
    margin-top: 55px;
}
@media (max-width: 575px) {
    .testimonial-section-two .testimonial-dots {
        display: none;
    }
}
.testimonial-section-two .testimonial-dots li {
    display: inline-block;
    margin: 0 10px;
}
.testimonial-section-two .testimonial-dots li img {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
/*=======  Testimonial Three  =======*/
.testimonial-section-three {
    padding: 130px 0 250px;
    position: relative;
}
@media (max-width: 991px) {
    .testimonial-section-three {
        padding: 100px 0 200px;
    }
}
.testimonial-section-three::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #14212b;
    opacity: 0.9;
}
.testimonial-section-three .testimonial-items .testimonial-item .content {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: -1px;
}
@media (max-width: 1199px) {
    .testimonial-section-three .testimonial-items .testimonial-item .content {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .testimonial-section-three .testimonial-items .testimonial-item .content {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .testimonial-section-three .testimonial-items .testimonial-item .content {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .testimonial-section-three .testimonial-items .testimonial-item .content {
        font-size: 20px;
    }
}
.testimonial-section-three .testimonial-items .testimonial-item .quote-top, .testimonial-section-three .testimonial-items .testimonial-item .quote-bottom {
    color: #3ab9fe;
    font-size: 35px;
    position: relative;
}
@media (max-width: 767px) {
    .testimonial-section-three .testimonial-items .testimonial-item .quote-top, .testimonial-section-three .testimonial-items .testimonial-item .quote-bottom {
        font-size: 25px;
    }
}
.testimonial-section-three .testimonial-items .testimonial-item .quote-top {
    margin-right: 10px;
    top: -10px;
}
.testimonial-section-three .testimonial-items .testimonial-item .quote-bottom {
    margin-left: 10px;
    bottom: -10px;
}
.testimonial-section-three .testimonial-items .testimonial-item .author {
    margin-top: 40px;
}
.testimonial-section-three .testimonial-items .testimonial-item .author h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 575px) {
    .testimonial-section-three .testimonial-items .testimonial-item .author h4 {
        font-size: 22px;
    }
}
.testimonial-section-three .testimonial-items .testimonial-item .author span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
@media (max-width: 575px) {
    .testimonial-section-three .testimonial-items .testimonial-item .author span {
        font-size: 14px;
    }
}
.testimonial-section-three .testimonial-items .testimonial-item .author-thumb {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.testimonial-section-three .testimonial-items .testimonial-item .author-thumb img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 6px solid #fff;
}
@media (max-width: 575px) {
    .testimonial-section-three .testimonial-items .testimonial-item .author-thumb img {
        width: 100px;
        height: 100px;
        border-width: 4px;
    }
}
.testimonial-section-three .testimonial-items .testimonial-item .author-thumb::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    width: 50px;
    height: 30px;
    content: "";
    background-image: url(../img/icons/down-arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.testimonial-section-three .testimonial-items .slick-arrow {
    position: absolute;
    left: -22%;
    top: 50%;
    font-size: 50px;
    line-height: 1;
    background-color: transparent;
    color: #fff;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1599px) {
    .testimonial-section-three .testimonial-items .slick-arrow {
        left: -10%;
    }
}
@media (max-width: 991px) {
    .testimonial-section-three .testimonial-items .slick-arrow {
        left: -6%;
        font-size: 35px;
        top: 60%;
    }
}
.testimonial-section-three .testimonial-items .slick-arrow.next-arrow {
    left: auto;
    right: -22%;
}
@media (max-width: 1599px) {
    .testimonial-section-three .testimonial-items .slick-arrow.next-arrow {
        right: -10%;
    }
}
@media (max-width: 991px) {
    .testimonial-section-three .testimonial-items .slick-arrow.next-arrow {
        right: -6%;
    }
}
.testimonial-section-three .testimonial-items .slick-arrow:hover {
    color: #3ab9fe;
}
.testimonial-section-three.no-bg {
    padding: 130px 0;
    background: none;
}
@media (max-width: 991px) {
    .testimonial-section-three.no-bg {
        padding: 100px 0;
    }
}
.testimonial-section-three.no-bg::before {
    display: none;
}
.testimonial-section-three.no-bg .testimonial-items .testimonial-item .content, .testimonial-section-three.no-bg .testimonial-items .testimonial-item .author h4, .testimonial-section-three.no-bg .testimonial-items .testimonial-item .author span {
    color: #14212b;
}
.testimonial-section-three.no-bg .testimonial-items .testimonial-item .author-thumb img {
    border-color: #3ab9fe;
}
.testimonial-section-three.no-bg .testimonial-items .testimonial-item .author-thumb::before {
    background-image: url(../img/icons/down-arrow-2.png);
}
.testimonial-section-three.no-bg .testimonial-items .slick-arrow {
    color: #616161;
}
.testimonial-section-three.no-bg .testimonial-items .slick-arrow:hover {
    color: #3ab9fe;
}
/*======= Latest Post =======*/
.latest-post-loop .latest-post-box {
    margin-top: 30px;
}
.latest-post-loop .latest-post-box .post-thumb-wrap {
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.latest-post-loop .latest-post-box .post-thumb-wrap .post-thumb {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.latest-post-loop .latest-post-box .post-desc {
    background-color: #f5f5f5;
    padding: 40px 35px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
    .latest-post-loop .latest-post-box .post-desc {
        padding: 30px 20px;
    }
}
.latest-post-loop .latest-post-box .post-desc .post-date {
    color: #3ab9fe;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .latest-post-loop .latest-post-box .post-desc .post-date {
        font-size: 16px;
    }
}
.latest-post-loop .latest-post-box .post-desc .post-date i {
    margin-right: 10px;
}
.latest-post-loop .latest-post-box .post-desc .title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 25px;
}
@media (max-width: 1199px) {
    .latest-post-loop .latest-post-box .post-desc .title {
        font-size: 22px;
    }
}
.latest-post-loop .latest-post-box .post-desc .post-link {
    font-weight: 700;
    color: #14212b;
    margin-top: 25px;
}
.latest-post-loop .latest-post-box .post-desc .post-link i {
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.latest-post-loop .latest-post-box .post-desc .post-link:hover {
    color: #3ab9fe;
}
.latest-post-loop .latest-post-box:hover .post-thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.latest-post-loop .latest-post-box:hover .post-desc {
    border-color: #3ab9fe;
}
.latest-post-loop.loop-two {
    margin-top: 80px;
    margin-bottom: -30px;
}
.latest-post-loop .latest-post-box-two {
    margin-bottom: 30px;
}
.latest-post-loop .latest-post-box-two .post-thumb-wrap {
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.latest-post-loop .latest-post-box-two .post-thumb-wrap .post-thumb {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.latest-post-loop .latest-post-box-two .post-thumb-wrap .post-date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    background-color: #3ab9fe;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.latest-post-loop .latest-post-box-two .post-thumb-wrap .post-date i {
    margin-right: 10px;
}
.latest-post-loop .latest-post-box-two .post-desc {
    background-color: #f5f5f5;
    padding: 40px 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
    .latest-post-loop .latest-post-box-two .post-desc {
        padding: 35px 25px;
    }
}
.latest-post-loop .latest-post-box-two .post-desc .title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
    line-height: 33px;
}
@media (max-width: 1199px) {
    .latest-post-loop .latest-post-box-two .post-desc .title {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .latest-post-loop .latest-post-box-two .post-desc .title {
        font-size: 20px;
    }
}
.latest-post-loop .latest-post-box-two .post-desc .post-link {
    font-weight: 700;
    color: #14212b;
}
.latest-post-loop .latest-post-box-two .post-desc .post-link i {
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.latest-post-loop .latest-post-box-two .post-desc .post-link:hover {
    color: #3ab9fe;
}
.latest-post-loop .latest-post-box-two:hover .post-thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.latest-post-loop .latest-post-box-two:hover .post-desc {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(203, 203, 203, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(203, 203, 203, 0.3);
}
/*======= Blog Standard =======*/
.blog-loop.standard-blog .single-post-box {
    margin-bottom: 50px;
}
.blog-loop.standard-blog .single-post-box .post-thumb {
    margin-bottom: 40px;
}
.blog-loop.standard-blog .single-post-box .post-meta {
    margin-bottom: 15px;
}
.blog-loop.standard-blog .single-post-box .post-meta ul li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .blog-loop.standard-blog .single-post-box .post-meta ul li {
        margin-right: 15px;
    }
}
.blog-loop.standard-blog .single-post-box .post-meta ul li, .blog-loop.standard-blog .single-post-box .post-meta ul li a {
    color: #616161;
}
.blog-loop.standard-blog .single-post-box .post-meta ul li:hover, .blog-loop.standard-blog .single-post-box .post-meta ul li a:hover {
    color: #3ab9fe;
}
.blog-loop.standard-blog .single-post-box .post-meta ul li i {
    color: #3ab9fe;
    margin-right: 10px;
}
.blog-loop.standard-blog .single-post-box .post-content {
    font-size: 15px;
}
.blog-loop.standard-blog .single-post-box .post-content .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .blog-loop.standard-blog .single-post-box .post-content .title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .blog-loop.standard-blog .single-post-box .post-content .title {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .blog-loop.standard-blog .single-post-box .post-content .title {
        font-size: 20px;
    }
}
.blog-loop.standard-blog .single-post-box .post-content .main-btn {
    margin-top: 40px;
}
.blog-loop.standard-blog .single-post-box.video-post .post-video {
    position: relative;
    margin-bottom: 40px;
}
.blog-loop.standard-blog .single-post-box.video-post .post-video .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: #fff;
    color: #3ab9fe;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 130px;
}
@media (max-width: 767px) {
    .blog-loop.standard-blog .single-post-box.video-post .post-video .popup-video {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}
.blog-loop.standard-blog .single-post-box.no-thumb {
    padding: 40px;
    border: 2px solid #eeeeee;
}
@media (max-width: 575px) {
    .blog-loop.standard-blog .single-post-box.no-thumb {
        padding: 35px 20px;
    }
}
.blog-loop.standard-blog .single-post-box.quote-post {
    padding: 50px 40px;
    background-color: #14212b;
    position: relative;
    z-index: 1;
}
@media (max-width: 575px) {
    .blog-loop.standard-blog .single-post-box.quote-post {
        padding: 40px 20px;
    }
}
.blog-loop.standard-blog .single-post-box.quote-post::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-image: url(../img/icons/quote-line.png);
    opacity: 0.06;
    background-size: auto;
    background-position: 38% 50%;
    background-repeat: no-repeat;
}
.blog-loop.standard-blog .single-post-box.quote-post .post-meta ul li a {
    color: #8394a2;
}
.blog-loop.standard-blog .single-post-box.quote-post .post-content .title {
    margin-bottom: 0;
}
.blog-loop.standard-blog .single-post-box.quote-post .post-content .title a {
    color: #fff;
}
.blog-loop.grid-blog .single-post-box {
    margin-bottom: 30px;
}
.blog-loop.grid-blog .single-post-box .post-thumb {
    overflow: hidden;
}
@media (max-width: 767px) {
    .blog-loop.grid-blog .single-post-box .post-thumb img {
        width: 100%;
    }
}
.blog-loop.grid-blog .single-post-box .post-content {
    background-color: #f5f5f5;
    padding: 40px 35px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
    .blog-loop.grid-blog .single-post-box .post-content {
        padding: 30px 20px;
    }
}
.blog-loop.grid-blog .single-post-box .post-content .post-date {
    color: #3ab9fe;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .blog-loop.grid-blog .single-post-box .post-content .post-date {
        font-size: 16px;
    }
}
.blog-loop.grid-blog .single-post-box .post-content .post-date i {
    margin-right: 10px;
}
.blog-loop.grid-blog .single-post-box .post-content .title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 25px;
}
@media (max-width: 1199px) {
    .blog-loop.grid-blog .single-post-box .post-content .title {
        font-size: 22px;
    }
}
.blog-loop.grid-blog .single-post-box .post-content .post-link {
    font-weight: 700;
    color: #14212b;
    margin-top: 25px;
}
.blog-loop.grid-blog .single-post-box .post-content .post-link i {
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.blog-loop.grid-blog .single-post-box .post-content .post-link:hover {
    color: #3ab9fe;
}
.blog-loop.grid-blog .single-post-box:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-loop.grid-blog .single-post-box:hover .post-content {
    border-color: #3ab9fe;
}
/*======= Pagination =======*/
.pagination-wrap {
    margin-top: 30px;
}
.pagination-wrap li {
    display: inline-block;
    margin-right: 5px;
}
.pagination-wrap li a {
    height: 45px;
    width: 45px;
    display: block;
    line-height: 28px;
    border: 2px solid #eaeaea;
    text-align: center;
    border-radius: 50%;
    color: #616161;
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 575px) {
    .pagination-wrap li a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 15px;
    }
}
.pagination-wrap li.active a, .pagination-wrap li:hover a {
    background-color: #FAB702 !important;
    color: #111 !important;
    border-color: #FAB702 !important;
}
/*======= Sidebar =======*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 60px;
    }
}
.sidebar .widget {
    border: 2px solid #eaeaea;
    padding: 40px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .sidebar .widget {
        padding: 40px 30px;
    }
}
.sidebar .widget .widget-title {
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #eaeaea;
}
.sidebar .widget.search-widget {
    padding: 0;
    border: none;
}
.sidebar .widget.search-widget form {
    position: relative;
}
.sidebar .widget.search-widget form input {
    border: 2px solid #eaeaea;
    width: 100%;
    padding-left: 40px;
    padding-right: 100px;
    height: 80px;
    color: #616161;
}
.sidebar .widget.search-widget form button {
    position: absolute;
    right: 0;
    height: 80px;
    width: 80px;
    background-color: #3ab9fe;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sidebar .widget.search-widget form button:hover {
    background-color: #14212b;
}
.sidebar .widget.cat-widget ul li {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.sidebar .widget.cat-widget ul li a {
    color: #616161;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    display: block;
}
.sidebar .widget.cat-widget ul li a span {
    float: right;
}
.sidebar .widget.cat-widget ul li a:hover {
    color: #3ab9fe;
}
.sidebar .widget.cat-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.sidebar .widget.recent-post-widget .single-post {
    margin-bottom: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75px 1fr;
    grid-template-columns: 75px 1fr;
    grid-column-gap: 15px;
}
.sidebar .widget.recent-post-widget .single-post a {
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #14212b;
    line-height: 1.2;
}
.sidebar .widget.recent-post-widget .single-post .date {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
.sidebar .widget.recent-post-widget .single-post .date i {
    color: #3ab9fe;
    margin-right: 10px;
}
.sidebar .widget.recent-post-widget .single-post:last-child {
    margin-bottom: 0;
}
.sidebar .widget.popular-tag-widget .tags-loop {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.sidebar .widget.popular-tag-widget .tags-loop a {
    background-color: #f5f5f5;
    font-size: 15px;
    color: #616161;
    display: block;
    padding: 5px;
    text-align: center;
}
.sidebar .widget.popular-tag-widget .tags-loop a:hover {
    background-color: #3ab9fe;
    color: #fff;
}
.sidebar .widget.author-widget {
    text-align: center;
}
.sidebar .widget.author-widget img.author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 25px;
}
.sidebar .widget.author-widget .name {
    font-size: 24px;
}
.sidebar .widget.author-widget .role {
    margin-bottom: 20px;
    line-height: 1;
}
.sidebar .widget.author-widget .social-icons {
    margin-top: 20px;
}
.sidebar .widget.author-widget .social-icons li {
    display: inline-block;
}
.sidebar .widget.author-widget .social-icons li a {
    color: #616161;
    font-size: 15px;
    padding: 5px;
}
.sidebar .widget.author-widget .social-icons li a:hover {
    color: #3ab9fe;
}
.sidebar .widget.cta-widget {
    position: relative;
    z-index: 1;
    padding: 130px 40px;
    border: none;
    text-align: center;
}
.sidebar .widget.cta-widget::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #14212b;
    opacity: 0.75;
    content: "";
}
.sidebar .widget.cta-widget .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .sidebar .widget.cta-widget .title {
        font-size: 35px;
    }
}
.sidebar .widget.contact-widget input, .sidebar .widget.contact-widget textarea {
    background-color: #ededed;
    margin-bottom: 10px;
}
.sidebar .widget.contact-widget textarea {
    height: 150px;
}
.sidebar .widget.contact-widget .main-btn {
    padding: 0 40px;
}
/*=======  Project CSS  =======*/
.project-boxes .project-box {
    position: relative;
    height: 415px;
    margin-bottom: 90px;
}
@media (max-width: 767px) {
    .project-boxes .project-box {
        height: 320px;
    }
}
.project-boxes .project-box .project-thumb {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.project-boxes .project-box .project-thumb .thumb {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 100%;
    width: 100%;
}
.project-boxes .project-box .project-desc {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -55px;
    padding: 35px 15px 25px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
    box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
    z-index: 2;
    color: #14212b;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .project-boxes .project-box .project-desc {
        left: 15px;
        right: 15px;
        font-size: 15px;
    }
}
.project-boxes .project-box .project-desc h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .project-boxes .project-box .project-desc h4 {
        font-size: 20px;
    }
}
.project-boxes .project-box .project-desc .project-link {
    font-size: 24px;
    margin-top: 10px;
    color: #14212b;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
}
.project-boxes .project-box:hover .project-desc {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #3ab9fe;
}
.project-boxes .project-box:hover .project-desc, .project-boxes .project-box:hover .project-desc h4 a, .project-boxes .project-box:hover .project-desc .project-link {
    color: #fff;
}
.project-boxes .project-box:hover .project-thumb .thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.project-boxes .project-box.hover-style {
    margin-bottom: 30px;
    height: 370px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .project-boxes .project-box.hover-style {
        height: 300px;
    }
}
.project-boxes .project-box.hover-style .project-thumb {
    position: relative;
}
@media (max-width: 575px) {
    .project-boxes .project-box.hover-style .project-thumb .thumb {
        background-position: 0 5%;
    }
}
.project-boxes .project-box.hover-style .project-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #14212b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.project-boxes .project-box.hover-style .project-desc {
    bottom: -10px;
    visibility: hidden;
    opacity: 0;
}
.project-boxes .project-box.hover-style:hover .project-desc {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.project-boxes .project-box.hover-style:hover .project-thumb::before {
    opacity: 0.45;
    visibility: visible;
}
.project-boxes .project-box.wide-box .project-desc {
    left: 65px;
    right: 65px;
}
@media (max-width: 991px) {
    .project-boxes .project-box.wide-box .project-desc {
        left: 30px;
        right: 30px;
    }
}
.project-boxes .project-box.wide-long-box {
    height: 770px;
}
@media (max-width: 767px) {
    .project-boxes .project-box.wide-long-box {
        height: 630px;
    }
}
.project-boxes .project-box.wide-long-box .project-desc {
    left: 65px;
    right: 65px;
}
@media (max-width: 991px) {
    .project-boxes .project-box.wide-long-box .project-desc {
        left: 30px;
        right: 30px;
    }
}
.project-nav {
    text-align: center;
    border-bottom: 3px solid #E7E8E9;
    padding: 15px 0;
}
@media (max-width: 767px) {
    .project-nav {
        border-bottom: none;
        padding: 0;
    }
}
.project-nav li {
    display: inline-block;
    color: #14212b;
    font-weight: 700;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
    padding: 15px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .project-nav li {
        padding: 10px;
    }
}
.project-nav li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #3ab9fe;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 767px) {
    .project-nav li::before {
        bottom: 0;
    }
}
.project-nav li:hover::before, .project-nav li.active::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.project-section {
    padding-top: 130px;
    padding-bottom: 95px;
}
/*=======  Working Process   =======*/
.working-process-section {
    padding: 330px 0 130px;
    margin-top: -200px;
    position: relative;
    z-index: 4;
}
.working-process-section .process-text {
    color: #616161;
    font-size: 18px;
    line-height: 32px;
    padding-right: 40px;
}
.working-process-section .process-text .process-loop .single-process {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 15px;
}
@media (max-width: 575px) {
    .working-process-section .process-text .process-loop .single-process {
        display: block;
        margin-top: 50px;
    }
}
.working-process-section .process-text .process-loop .single-process .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #3ab9fe;
    font-size: 30px;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(210, 210, 210, 0.4);
    box-shadow: 0px 10px 32px 0px rgba(210, 210, 210, 0.4);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
@media (max-width: 575px) {
    .working-process-section .process-text .process-loop .single-process .icon {
        margin-bottom: 30px;
    }
}
.working-process-section .process-text .process-loop .single-process .icon span {
    position: absolute;
    left: 0;
    top: -10px;
    height: 35px;
    width: 35px;
    background-color: #3ab9fe;
    color: #fff;
    line-height: 35px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.working-process-section .process-text .process-loop .single-process .content h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
.working-process-section .process-text .process-loop .single-process:hover .icon {
    background-color: #3ab9fe;
    color: #fff;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(255, 74, 23, 0.4);
    box-shadow: 0px 10px 32px 0px rgba(255, 74, 23, 0.4);
}
.working-process-section .process-text .process-loop .single-process:hover .icon span {
    background-color: #fff;
    color: #3ab9fe;
}
.working-process-section .process-video {
    height: 590px;
    width: 100%;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .working-process-section .process-video {
        margin-bottom: 100px;
    }
}
@media (max-width: 575px) {
    .working-process-section .process-video {
        height: 500px;
    }
}
.working-process-section .process-video .video {
    position: absolute;
    bottom: 80px;
    left: -50px;
    width: 265px;
    height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .working-process-section .process-video .video {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -50px;
    }
}
.working-process-section .process-video .video .paly-icon {
    height: 75px;
    width: 75px;
    background-color: #fff;
    color: #3ab9fe;
    font-size: 18px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.working-process-section .process-video .video .paly-icon:hover {
    background-color: #3ab9fe;
    color: #fff;
}
.working-process-section .working-circle {
    position: absolute;
    right: 130px;
    bottom: -130px;
    z-index: 1;
    background-color: transparent;
    border: 80px solid #3ab9fe;
    width: 430px;
    height: 430px;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .working-process-section .working-circle {
        height: 300px;
        width: 300px;
        border-width: 30px;
        bottom: -80px;
        right: 3%;
    }
}
@media (max-width: 991px) {
    .working-process-section .working-circle {
        height: 250px;
        width: 250px;
        border-width: 20px;
        right: 3%;
    }
}
@media (max-width: 991px) {
    .working-process-section .working-circle {
        display: none;
    }
}
/*=======  Video CSS  =======*/
.video-section {
    position: relative;
    z-index: 1;
}
.video-section .video-text .section-title .title-tag, .video-section .video-text .section-title .title {
    color: #fff;
}
.video-section .video-text .section-title .title-tag::before {
    background-color: #fff;
}
.video-section .video-text p {
    color: #fff;
}
.video-section .video-text .main-btn {
    margin-top: 40px;
}
.video-section .play-btn {
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .video-section .play-btn {
        max-width: 100px;
        margin-bottom: 30px;
    }
}
.video-section .play-btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    font-size: 24px;
    color: #3ab9fe;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #14212b;
    content: '';
    opacity: 0.8;
}
.video-section .line-shape {
    position: absolute;
    left: 2%;
    top: 0;
    bottom: 0;
    opacity: 0.15;
    z-index: -1;
}
.video-section .line-shape img {
    height: 100%;
}
.video-section-two {
    height: 750px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
@media (max-width: 991px) {
    .video-section-two {
        height: 600px;
    }
}
@media (max-width: 575px) {
    .video-section-two {
        height: 500px;
    }
}
.video-section-two .video-cont .play-btn {
    height: 150px;
    width: 150px;
    background-color: #fff;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #3ab9fe;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
    .video-section-two .video-cont .play-btn {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
}
@media (max-width: 575px) {
    .video-section-two .video-cont .play-btn {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}
.video-section-two .video-cont .play-btn:hover {
    color: #fff;
    background-color: #3ab9fe;
}
.video-section-two .video-cont h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
}
@media (max-width: 991px) {
    .video-section-two .video-cont h2 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .video-section-two .video-cont h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .video-section-two .video-cont h2 {
        font-size: 28px;
    }
}
.video-section-two::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #040f17;
    opacity: 0.75;
    z-index: -1;
}
.video-section-two .line-shape-one, .video-section-two .line-shape-two {
    position: absolute;
    z-index: -1;
}
@media (max-width: 991px) {
    .video-section-two .line-shape-one, .video-section-two .line-shape-two {
        max-width: 250px;
    }
}
@media (max-width: 575px) {
    .video-section-two .line-shape-one, .video-section-two .line-shape-two {
        max-width: 200px;
    }
}
.video-section-two .line-shape-one {
    left: 0;
    top: 0;
}
.video-section-two .line-shape-two {
    right: 0;
    bottom: 0;
}
/*=======  Cta Css  =======*/
.cta-wrap {
    background-color: #3ab9fe;
    position: relative;
    padding: 60px 0;
    z-index: 2;
}
.cta-wrap.mt-negative {
    margin-top: -60px;
}
.cta-wrap .section-title .title-tag {
    color: #fff;
}
.cta-wrap .section-title .title-tag::before, .cta-wrap .section-title .title-tag::after {
    background-color: #fff;
}
.cta-wrap .section-title .title {
    color: #fff;
}
.cta-wrap .main-btn.main-btn-3:hover {
    color: #14212b;
}
.cta-wrap .main-btn.main-btn-3:hover::after {
    background-color: #fff;
}
/*=======  Advanced Tabs  =======*/
.advanced-tab .tab-buttons .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .advanced-tab .tab-buttons .nav-tabs {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}
@media (max-width: 399px) {
    .advanced-tab .tab-buttons .nav-tabs {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
}
.advanced-tab .tab-buttons .nav-tabs a {
    font-size: 18px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    color: #14212b;
    background-color: #f5f5f5;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0 10px;
}
@media (max-width: 1199px) {
    .advanced-tab .tab-buttons .nav-tabs a {
        font-size: 16px;
        padding: 10px 30px;
        margin: 0 5px;
    }
}
@media (max-width: 991px) {
    .advanced-tab .tab-buttons .nav-tabs a {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .advanced-tab .tab-buttons .nav-tabs a {
        font-size: 15px;
        padding: 8px 10px;
        margin: 0;
        display: block;
        text-align: center;
    }
}
@media (max-width: 399px) {
    .advanced-tab .tab-buttons .nav-tabs a {
        text-align: left;
    }
}
.advanced-tab .tab-buttons .nav-tabs a:hover, .advanced-tab .tab-buttons .nav-tabs a.active {
    background-color: #3ab9fe;
    color: #fff;
}
.advanced-tab .tab-content {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .advanced-tab .tab-content .tab-text-block .block-text {
        margin-top: 50px;
    }
}
.advanced-tab .tab-content .tab-text-block .block-text .title {
    font-size: 50px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .advanced-tab .tab-content .tab-text-block .block-text .title {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .advanced-tab .tab-content .tab-text-block .block-text .title {
        font-size: 34px;
    }
}
@media (max-width: 575px) {
    .advanced-tab .tab-content .tab-text-block .block-text .title {
        font-size: 28px;
    }
}
.advanced-tab .tab-content .tab-text-block .block-text ul li {
    padding-left: 70px;
    position: relative;
    margin-top: 30px;
}
.advanced-tab .tab-content .tab-text-block .block-text ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #3ab9fe;
    border: 2px solid #3ab9fe;
    border-radius: 50%;
}
.advanced-tab .tab-content .tab-text-block.left-image .block-text {
    padding-left: 50px;
}
@media (max-width: 1199px) {
    .advanced-tab .tab-content .tab-text-block.left-image .block-text {
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .advanced-tab .tab-content .tab-text-block.left-image .block-text {
        padding-left: 0;
    }
}
.advanced-tab .tab-content .tab-text-block.right-image .block-text {
    padding-right: 50px;
}
@media (max-width: 1199px) {
    .advanced-tab .tab-content .tab-text-block.right-image .block-text {
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    .advanced-tab .tab-content .tab-text-block.right-image .block-text {
        padding-right: 0;
    }
}
.advanced-tab .tab-content .tab-text-block.with-left-circle, .advanced-tab .tab-content .tab-text-block.with-right-circle {
    position: relative;
    z-index: 1;
}
.advanced-tab .tab-content .tab-text-block.with-left-circle::before, .advanced-tab .tab-content .tab-text-block.with-right-circle::before {
    position: absolute;
    left: -150px;
    bottom: -130px;
    height: 300px;
    width: 300px;
    background-color: transparent;
    border: 50px solid #3ab9fe;
    z-index: -1;
    content: "";
    border-radius: 50%;
}
@media (max-width: 1599px) {
    .advanced-tab .tab-content .tab-text-block.with-left-circle::before, .advanced-tab .tab-content .tab-text-block.with-right-circle::before {
        left: -100px;
        bottom: -80px;
        width: 200px;
        height: 200px;
        border-width: 20px;
    }
}
@media (max-width: 991px) {
    .advanced-tab .tab-content .tab-text-block.with-left-circle::before, .advanced-tab .tab-content .tab-text-block.with-right-circle::before {
        display: none;
    }
}
.advanced-tab .tab-content .tab-text-block.with-right-circle::before {
    left: auto;
    right: -150px;
}
@media (max-width: 1599px) {
    .advanced-tab .tab-content .tab-text-block.with-right-circle::before {
        left: auto;
        right: -100px;
    }
}
/*=======  FAQ Looop  =======*/
.faq-section {
    position: relative;
    z-index: 1;
}
.faq-section .faq-content {
    padding-left: 50px;
}
@media (max-width: 1199px) {
    .faq-section .faq-content {
        padding-left: 0;
    }
}
.faq-section .faq-loop.accordion .card {
    border: none;
    margin-top: 10px;
    border-radius: 0;
}
.faq-section .faq-loop.accordion .card .card-header {
    padding: 0;
    border: none;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 0;
}
.faq-section .faq-loop.accordion .card .card-header h6 {
    font-size: 18px;
    padding: 20px 40px 20px 30px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}
@media (max-width: 575px) {
    .faq-section .faq-loop.accordion .card .card-header h6 {
        padding: 20px 30px 20px 20px;
    }
}
.faq-section .faq-loop.accordion .card .card-header h6 span.icons {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 575px) {
    .faq-section .faq-loop.accordion .card .card-header h6 span.icons {
        right: 20px;
    }
}
.faq-section .faq-loop.accordion .card .card-header.active-header, .faq-section .faq-loop.accordion .card .card-header:hover {
    background-color: #3ab9fe;
}
.faq-section .faq-loop.accordion .card .card-header.active-header h6, .faq-section .faq-loop.accordion .card .card-header:hover h6 {
    color: #fff;
}
.faq-section .faq-loop.accordion .card .card-body {
    padding: 0 40px 20px 30px;
    font-size: 15px;
    line-height: 1.4;
    background-color: #3ab9fe;
    color: #fff;
}
@media (max-width: 575px) {
    .faq-section .faq-loop.accordion .card .card-body {
        padding: 0 30px 20px 20px;
    }
}
.faq-section .faq-loop.accordion.grey-header .card .card-header {
    background-color: #f5f5f5;
}
.faq-section .faq-loop.accordion.grey-header .card .card-header.active-header, .faq-section .faq-loop.accordion.grey-header .card .card-header:hover {
    background-color: #3ab9fe;
}
.faq-section .faq-loop.accordion.border-style .card .card-header {
    background-color: #fff;
    border: 2px solid #eaeaea;
}
.faq-section .faq-loop.accordion.border-style .card .card-header.active-header, .faq-section .faq-loop.accordion.border-style .card .card-header:hover {
    background-color: #fff;
}
.faq-section .faq-loop.accordion.border-style .card .card-header.active-header h6, .faq-section .faq-loop.accordion.border-style .card .card-header:hover h6 {
    color: #14212b;
}
.faq-section .faq-loop.accordion.border-style .card .card-header.active-header {
    border-color: #3ab9fe;
    border-bottom-color: transparent;
}
.faq-section .faq-loop.accordion.border-style .card .card-body {
    background-color: #fff;
    color: #616161;
    border-left: 2px solid #3ab9fe;
    border-right: 2px solid #3ab9fe;
    border-bottom: 2px solid #3ab9fe;
}
/*.faq-section.with-illustration .faq-illustration-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(50% + 15px);
}*/
.faq-illustration-img {
    width: 320px;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .faq-section.with-illustration .faq-illustration-img {
        right: calc(50% + 30px);
    }
}
@media (max-width: 991px) {
    .faq-section.with-illustration .faq-illustration-img {
        position: unset;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0 auto 50px;
        max-width: 550px;
    }
}
@media (max-width: 767px) {
    .faq-section.with-illustration .faq-illustration-img {
        max-width: 450px;
    }
}
.faq-section.with-shape::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    height: 330px;
    background-image: url(../img/lines/12.png);
    content: '';
    background-size: cover;
    z-index: -1;
}
@media (max-width: 767px) {
    .faq-section.with-shape::before {
        width: 250px;
        height: 220px;
    }
}
.faq-section.with-shape .circle-img {
    background-size: cover;
    background-position: center;
    height: 270px;
    width: 270px;
    position: absolute;
    right: 160px;
    top: 130px;
    z-index: -1;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(104, 102, 102, 0.34);
    box-shadow: 0px 10px 60px 0px rgba(104, 102, 102, 0.34);
}
@media (max-width: 1800px) {
    .faq-section.with-shape .circle-img {
        right: 4%;
    }
}
@media (max-width: 1599px) {
    .faq-section.with-shape .circle-img {
        display: none;
    }
}
/*=======  Contact Css  =======*/
.contact-section.boxed-style-with-map .contact-inner {
    padding: 80px 70px;
    position: relative;
    z-index: 2;
}
/*.contact-section.boxed-style-with-map .contact-inner.mt-negative {
  margin-top: -130px;
}*/
.contact-section {
    margin-bottom: 100px;
}
@media (max-width: 1199px) {
    .contact-section.boxed-style-with-map .contact-inner {
        padding: 50px 30px 80px;
    }
}
@media (max-width: 399px) {
    .contact-section.boxed-style-with-map .contact-inner {
        padding: 30px 15px 80px;
    }
}
.contact-section.boxed-style-with-map .contact-inner .contact-map {
    height: 100%;
    width: 100%;
    background-color: #b7b7b7;
}
@media (max-width: 991px) {
    .contact-section.boxed-style-with-map .contact-inner .contact-map {
        height: 500px;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .contact-section.boxed-style-with-map .contact-inner .contact-map {
        height: 400px;
    }
}
@media (max-width: 575px) {
    .contact-section.boxed-style-with-map .contact-inner .contact-map {
        height: 300px;
    }
}
.contact-section.boxed-style-with-map .contact-inner .contact-map iframe {
    width: 100%;
    height: 100%;
}
.contact-section.boxed-style-with-map .contact-inner .contact-form {
    padding-left: 70px;
}
@media (max-width: 991px) {
    .contact-section.boxed-style-with-map .contact-inner .contact-form {
        padding-left: 0;
    }
}
.contact-section.boxed-style-with-map .contact-inner .contact-form .input-group input, .contact-section.boxed-style-with-map .contact-inner .contact-form .input-group textarea, .contact-section.boxed-style-with-map .contact-inner .contact-form .input-group select {
    border-radius: 7px;
    padding-right: 60px;
}
.contact-section.boxed-style-with-map .contact-inner .contact-form .input-group .icon {
    font-size: 18px;
    right: 30px;
}
.contact-section.with-illustration-img {
    position: relative;
}
.contact-section.with-illustration-img .illustration-img {
    position: absolute;
    left: 2%;
    bottom: 0;
    z-index: 1;
    max-width: 645px;
}
.contact-section.with-illustration-img .contact-form {
    position: relative;
    z-index: 2;
}
.contact-section.with-illustration-img .contact-form .input-group input, .contact-section.with-illustration-img .contact-form .input-group textarea, .contact-section.with-illustration-img .contact-form .input-group select {
    border-radius: 7px;
}
.contact-section.with-illustration-img .contact-form .input-group .icon {
    font-size: 18px;
}
.contact-section.contact-page .contact-info .contact-info-content {
    margin-bottom: 50px;
}
.contact-section.contact-page .contact-info .contact-info-content ul {
    margin-top: 30px;
}
.contact-section.contact-page .contact-info .contact-info-content ul li {
    font-size: 20px;
    margin-bottom: 15px;
}
.contact-section.contact-page .contact-info .contact-info-content ul li, .contact-section.contact-page .contact-info .contact-info-content ul li a {
    color: #616161;
}
.contact-section.contact-page .contact-info .contact-info-content ul li i, .contact-section.contact-page .contact-info .contact-info-content ul li a i {
    font-size: 18px;
    color: #3ab9fe;
    margin-right: 10px;
}
.contact-section.contact-page .contact-info .contact-info-content ul li.phone, .contact-section.contact-page .contact-info .contact-info-content ul li.phone a {
    color: #14212b;
    font-weight: 700;
    font-size: 30px;
}
.contact-section.contact-page .contact-info .contact-info-content ul li.phone i {
    font-size: 30px;
}
.contact-section.contact-page .contact-form {
    padding: 70px 0;
    margin-bottom: -170px;
    position: relative;
}
.contact-section.contact-page .contact-map {
    height: 650px;
    width: 100%;
    background-color: #b7b7b7;
}
.contact-section.contact-page .contact-map iframe {
    width: 100%;
    height: 100%;
}
/*=======  Careers  =======*/
.job-categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
@media (max-width: 991px) {
    .job-categories {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .job-categories {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 399px) {
    .job-categories {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.job-categories .single-cat {
    text-align: center;
}
.job-categories .single-cat a {
    display: block;
    color: #14212b;
    padding: 40px;
    font-size: 24px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background-color: #f5f5f5;
    border-radius: 7px;
    line-height: 1;
}
@media (max-width: 1199px) {
    .job-categories .single-cat a {
        padding: 40px 20px;
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .job-categories .single-cat a {
        font-size: 18px;
    }
}
.job-categories .single-cat a i {
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .job-categories .single-cat a i {
        font-size: 40px;
    }
}
.job-categories .single-cat a span {
    display: block;
    line-height: 1.2;
}
.job-categories .single-cat a:hover {
    color: #fff;
    background-color: #3ab9fe;
}
.job-lists {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
@media (max-width: 767px) {
    .job-lists {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.job-lists .single-job {
    background-color: #fff;
    padding: 40px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
    .job-lists .single-job {
        padding: 40px 25px;
    }
}
.job-lists .single-job .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
    .job-lists .single-job .title {
        font-size: 22px;
    }
}
.job-lists .single-job .title .job-time {
    font-size: 16px;
    color: #616161;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.job-lists .single-job .apply-btn {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #14212b;
    border: 2px solid #D0D0D0;
    border-radius: 5px;
    padding: 10px 30px;
}
@media (max-width: 575px) {
    .job-lists .single-job .apply-btn {
        padding: 8px 25px;
    }
}
.job-lists .single-job .apply-btn i {
    margin-left: 8px;
}
.job-lists .single-job:hover {
    background-color: #3ab9fe;
}
.job-lists .single-job:hover .title, .job-lists .single-job:hover, .job-lists .single-job:hover .job-time {
    color: #fff;
}
.job-lists .single-job:hover .apply-btn {
    border-color: #fff;
    background-color: #fff;
}
/*======= Blog Details  =======*/
.post-details-wrap .post-thumb {
    margin-bottom: 40px;
}
.post-details-wrap .post-meta {
    margin-bottom: 15px;
}
.post-details-wrap .post-meta ul li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .post-details-wrap .post-meta ul li {
        margin-right: 15px;
    }
}
.post-details-wrap .post-meta ul li, .post-details-wrap .post-meta ul li a {
    color: #616161;
}
.post-details-wrap .post-meta ul li:hover, .post-details-wrap .post-meta ul li a:hover {
    color: #3ab9fe;
}
.post-details-wrap .post-meta ul li i {
    color: #3ab9fe;
    margin-right: 10px;
}
.post-details-wrap .post-content {
    font-size: 15px;
}
.post-details-wrap .post-content .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .post-details-wrap .post-content .title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .post-details-wrap .post-content .title {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .post-details-wrap .post-content .title {
        font-size: 20px;
    }
}
.post-details-wrap .post-content blockquote {
    padding: 50px 40px;
    background-color: #14212b;
    position: relative;
    z-index: 1;
    font-size: 35px;
    line-height: 1.2;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 40px 0;
}
@media (max-width: 1199px) {
    .post-details-wrap .post-content blockquote {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .post-details-wrap .post-content blockquote {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .post-details-wrap .post-content blockquote {
        padding: 40px 30px;
        font-size: 20px;
    }
}
.post-details-wrap .post-content blockquote::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-image: url(../img/icons/quote-line.png);
    opacity: 0.06;
    background-size: auto;
    background-position: 38% 50%;
    background-repeat: no-repeat;
}
.post-details-wrap .post-content blockquote .author {
    font-size: 18px;
    position: relative;
    display: block;
    padding-left: 70px;
    margin-top: 25px;
    line-height: 1;
}
@media (max-width: 575px) {
    .post-details-wrap .post-content blockquote .author {
        padding-left: 50px;
    }
}
.post-details-wrap .post-content blockquote .author::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    width: 40px;
    background-color: #fff;
    content: "";
}
@media (max-width: 575px) {
    .post-details-wrap .post-content blockquote .author::before {
        width: 30px;
    }
}
.post-details-wrap .post-content h4.with-check {
    margin-bottom: 20px;
    font-size: 24px;
}
@media (max-width: 1199px) {
    .post-details-wrap .post-content h4.with-check {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .post-details-wrap .post-content h4.with-check {
        font-size: 20px;
    }
}
.post-details-wrap .post-content h4.with-check i {
    margin-right: 15px;
}
@media (max-width: 1199px) {
    .post-details-wrap .post-content h4.with-check i {
        margin-right: 10px;
    }
}
.post-details-wrap .post-footer {
    margin-top: 40px;
}
.post-details-wrap .post-footer ul li {
    display: inline-block;
}
.post-details-wrap .post-footer ul li a {
    color: #616161;
}
.post-details-wrap .post-footer ul li a:hover {
    color: #3ab9fe;
}
.post-details-wrap .post-footer ul li.title {
    font-weight: 700;
    color: #14212b;
    font-family: "Source Sans Pro", sans-serif;
}
.post-details-wrap .post-footer .post-share a {
    padding: 5px;
    margin-left: 5px;
}
.post-details-wrap .post-footer .post-share a i {
    font-size: 15px;
}
.post-author-info {
    background-color: #f5f5f5;
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 230px 1fr;
    grid-template-columns: 230px 1fr;
    grid-column-gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .post-author-info {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .post-author-info {
        display: block;
    }
}
.post-author-info .author-desc {
    font-size: 15px;
}
@media (max-width: 767px) {
    .post-author-info .author-desc {
        margin-top: 30px;
    }
}
.post-author-info .author-desc h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .post-author-info .author-desc h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}
.post-author-info .author-desc ul.social-links {
    margin-top: 15px;
}
@media (max-width: 1199px) {
    .post-author-info .author-desc ul.social-links {
        margin-top: 10px;
    }
}
.post-author-info .author-desc ul.social-links li {
    display: inline-block;
    margin-right: 15px;
}
.post-author-info .author-desc ul.social-links li a {
    color: #616161;
}
.post-author-info .author-desc ul.social-links li a:hover {
    color: #3ab9fe;
}
.post-nav {
    margin: 80px 0;
}
.post-nav .prev-post, .post-nav .next-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75px 1fr;
    grid-template-columns: 75px 1fr;
    grid-column-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-nav .prev-post .date, .post-nav .next-post .date {
    font-size: 15px;
}
.post-nav .prev-post .date i, .post-nav .next-post .date i {
    margin-right: 10px;
    color: #3ab9fe;
}
.post-nav .next-post {
    -ms-grid-columns: 1fr 75px;
    grid-template-columns: 1fr 75px;
    text-align: right;
}
@media (max-width: 767px) {
    .post-nav .next-post {
        text-align: left;
        -ms-grid-columns: 75px 1fr;
        grid-template-columns: 75px 1fr;
        margin-top: 30px;
    }
    .post-nav .next-post .content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .post-nav .next-post .img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.related-post {
    margin-bottom: 80px;
}
.related-post .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .related-post .title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .related-post .title {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .related-post .title {
        font-size: 20px;
    }
}
/*======= Comment Template  =======*/
.comment-template .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .comment-template .title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .comment-template .title {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .comment-template .title {
        font-size: 20px;
    }
}
.comment-template .comment-list li {
    margin-bottom: 45px;
    position: relative;
    padding-left: 130px;
}
@media (max-width: 575px) {
    .comment-template .comment-list li {
        padding-left: 0;
        padding-top: 130px;
    }
}
.comment-template .comment-list li .author-img {
    position: absolute;
    left: 0;
    top: 10px;
}
@media (max-width: 575px) {
    .comment-template .comment-list li .author-img {
        top: 0;
    }
}
.comment-template .comment-list li .comment-content {
    font-size: 15px;
}
.comment-template .comment-list li .comment-content .author-name {
    font-size: 18px;
    margin-bottom: 10px;
}
.comment-template .comment-list li .comment-content .author-name .date {
    font-size: 13px;
    color: #616161;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    margin-left: 15px;
}
.comment-template .comment-list li .comment-content .reply-btn {
    margin-top: 5px;
    color: #616161;
    font-weight: 700;
    font-size: 18px;
}
.comment-template .comment-list li .comment-content .reply-btn i {
    margin-left: 8px;
    position: relative;
    top: 2px;
}
.comment-template .comment-list li .comment-content .reply-btn:hover {
    color: #3ab9fe;
}
.comment-template .comment-list li .children li {
    margin-bottom: 0;
    margin-top: 45px;
    margin-left: -75px;
}
@media (max-width: 575px) {
    .comment-template .comment-list li .children li {
        margin-left: 50px;
    }
}
.comment-template .comment-list li:last-child {
    margin-bottom: 0;
}
.comment-template .comment-form {
    margin-top: 80px;
    padding: 50px;
    background-color: #f5f5f5;
}
@media (max-width: 1199px) {
    .comment-template .comment-form {
        padding: 35px;
    }
}
/*=======  Services Details =======*/
.service-details .service-details-content {
    font-size: 15px;
}
.service-details .service-details-content .title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
@media (max-width: 1199px) {
    .service-details .service-details-content .title {
        font-size: 35px;
    }
}
.service-details .service-details-content .circle-check-list li {
    position: relative;
    padding-left: 70px;
}
.service-details .service-details-content .circle-check-list li {
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .service-details .service-details-content .circle-check-list li {
        padding-left: 60px;
    }
}
.service-details .service-details-content .circle-check-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #3ab9fe;
    color: #3ab9fe;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}
@media (max-width: 575px) {
    .service-details .service-details-content .circle-check-list li i {
        height: 40px;
        width: 40px;
        line-height: 38px;
        font-size: 14px;
    }
}
.service-details .service-details-content .sub-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}
@media (max-width: 1199px) {
    .service-details .service-details-content .sub-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
.service-details .service-details-content .check-list li {
    font-weight: 600;
    color: #14212b;
}
.service-details .service-details-content .check-list li:not(:last-child) {
    margin-bottom: 5px;
}
.service-details .service-details-content .check-list li i {
    color: #3ab9fe;
    margin-right: 15px;
}
/*=======  Project Details =======*/
.project-details .project-content .content h2 {
    font-size: 55px;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .project-details .project-content .content h2 {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .project-details .project-content .content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}
@media (max-width: 399px) {
    .project-details .project-content .content h2 {
        font-size: 25px;
    }
}
.project-details .project-content .content p {
    font-size: 15px;
    line-height: 2;
}
.project-details .project-content .details {
    background-color: #14212b;
    padding: 60px 45px;
}
@media (max-width: 1199px) {
    .project-details .project-content .details {
        padding: 60px 40px;
    }
}
@media (max-width: 991px) {
    .project-details .project-content .details {
        text-align: center;
        padding: 30px 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .project-details .project-content .details {
        text-align: left;
        padding: 50px 30px;
        margin-bottom: 30px;
    }
}
.project-details .project-content .details ul li {
    color: #c7dff2;
    font-size: 15px;
}
@media (max-width: 991px) {
    .project-details .project-content .details ul li {
        display: inline-block;
    }
}
@media (max-width: 575px) {
    .project-details .project-content .details ul li {
        display: block;
    }
}
.project-details .project-content .details ul li h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .project-details .project-content .details ul li h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .project-details .project-content .details ul li h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.project-details .project-content .details ul li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #334959;
}
@media (max-width: 991px) {
    .project-details .project-content .details ul li:not(:last-child) {
        padding: 0 15px 0 0;
        margin: 0 15px 0 0;
        border-bottom: none;
        border-right: 1px solid #334959;
    }
}
@media (max-width: 575px) {
    .project-details .project-content .details ul li:not(:last-child) {
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        border-bottom: 1px solid #334959;
        border-right: none;
    }
}
.project-details .project-content .thumbs {
    margin-top: 70px;
}
.project-details .project-content .thumbs img {
    margin-bottom: 40px;
}
/*======= Team Members Details=======*/
.member-details-wrapper .member-details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 1fr 1fr;
    grid-template-columns: 270px 1fr 1fr;
    grid-gap: 60px;
}
@media (max-width: 1199px) {
    .member-details-wrapper .member-details {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-gap: 30px;
    }
}
@media (max-width: 991px) {
    .member-details-wrapper .member-details {
        grid-gap: 30px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .member-details-wrapper .member-details {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.member-details-wrapper .member-details .member-picture-wrap {
    text-align: center;
}
@media (max-width: 991px) {
    .member-details-wrapper .member-details .member-picture-wrap {
        grid-column: 1/-1;
        margin-bottom: 20px;
    }
}
.member-details-wrapper .member-details .member-picture-wrap .member-picture {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.member-details-wrapper .member-details .member-picture-wrap .member-picture::after {
    position: absolute;
    content: '';
    right: -10px;
    bottom: -10px;
    width: 80px;
    height: 70px;
    background-color: #3ab9fe;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.member-details-wrapper .member-details .member-desc, .member-details-wrapper .member-details .member-contact-info {
    padding: 35px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
}
@media (max-width: 1199px) {
    .member-details-wrapper .member-details .member-desc, .member-details-wrapper .member-details .member-contact-info {
        padding: 25px;
    }
}
.member-details-wrapper .member-details .member-desc .title, .member-details-wrapper .member-details .member-desc .name, .member-details-wrapper .member-details .member-contact-info .title, .member-details-wrapper .member-details .member-contact-info .name {
    font-size: 35px;
    margin-bottom: 5px;
}
@media (max-width: 1199px) {
    .member-details-wrapper .member-details .member-desc .title, .member-details-wrapper .member-details .member-desc .name, .member-details-wrapper .member-details .member-contact-info .title, .member-details-wrapper .member-details .member-contact-info .name {
        font-size: 28px;
    }
}
.member-details-wrapper .member-details .member-desc span.title-tag, .member-details-wrapper .member-details .member-desc span.pro, .member-details-wrapper .member-details .member-contact-info span.title-tag, .member-details-wrapper .member-details .member-contact-info span.pro {
    color: #3ab9fe;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}
.member-details-wrapper .member-details .member-desc p:not(:last-child) {
    margin-bottom: 15px;
}
.member-details-wrapper .member-details .member-contact-info .social-links {
    margin-top: 20px;
}
.member-details-wrapper .member-details .member-contact-info .social-links li {
    display: inline-block;
    margin-right: 10px;
}
.member-details-wrapper .member-details .member-contact-info .social-links li a {
    color: #616161;
}
.member-details-wrapper .member-details .member-contact-info .social-links li a:hover {
    color: #3ab9fe;
}
.member-details-wrapper .member-details .member-contact-info .contact-info li:not(:last-child) {
    margin-bottom: 10px;
}
.member-details-wrapper .member-details .member-contact-info .contact-info li i {
    margin-right: 10px;
    color: #3ab9fe;
}
.member-details-wrapper .member-details .member-contact-info .contact-info li, .member-details-wrapper .member-details .member-contact-info .contact-info li a {
    color: #616161;
}
/*======= Shop Page =======*/
.product-loop .single-product {
    text-align: center;
    margin-bottom: 40px;
}
.product-loop .single-product .product-img {
    margin-bottom: 30px;
    position: relative;
}
.product-loop .single-product .product-action {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product-loop .single-product .product-action a {
    height: 40px;
    width: 40px;
    background-color: #3ab9fe;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    margin: 0 5px;
}
.product-loop .single-product .product-action a:hover {
    background-color: #14212b;
}
.product-loop .single-product:hover .product-action {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-loop .single-product .rating {
    margin-bottom: 10px;
}
.product-loop .single-product .rating li {
    display: inline-block;
    font-size: 15px;
    color: #ffb503;
}
.product-loop .single-product .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-loop .single-product .price {
    font-size: 15px;
    color: #3ab9fe;
    font-weight: 700;
}
/*======= Shop Sidebar =======*/
.shop-top-bar {
    margin-bottom: 40px;
}
.shop-top-bar .product-search {
    position: relative;
}
@media (max-width: 399px) {
    .shop-top-bar .product-search {
        margin-bottom: 20px;
    }
}
.shop-top-bar .product-search input {
    height: 60px;
    padding-left: 25px;
    padding-right: 50px;
    border: 2px solid #eaedf4;
    font-size: 16px;
}
.shop-top-bar .product-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: none;
    font-size: 16px;
    color: #3ab9fe;
    width: 50px;
    text-align: center;
}
.shop-top-bar .product-shorting select {
    border: 2px solid #eaedf4;
    height: 60px;
    padding: 0 20px;
    color: #14212b;
    text-align: center;
    font-size: 16px;
}
.shop-top-bar .product-shorting select:focus {
    outline: none;
}
@media (max-width: 991px) {
    .shop-sidebar {
        margin-top: 50px;
    }
}
.shop-sidebar .widget {
    padding: 40px 30px;
    border: 2px solid #eaedf4;
    margin-bottom: 40px;
}
.shop-sidebar .widget .widget-title {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
}
.shop-sidebar .widget .widget-title::before, .shop-sidebar .widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 10px;
    background-color: #3ab9fe;
}
.shop-sidebar .widget .widget-title::after {
    width: 25px;
    left: 18px;
}
.shop-sidebar .widget.product-cat-widget ul li {
    line-height: 35px;
    font-size: 16px;
}
.shop-sidebar .widget.product-cat-widget ul li a {
    color: #616161;
    display: block;
}
.shop-sidebar .widget.product-cat-widget ul li a:hover {
    color: #3ab9fe;
    padding-left: 10px;
}
.shop-sidebar .widget.product-tag-widget .tags-loop a {
    background-color: #EEF3F9;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 8px;
    color: #616161;
    margin-bottom: 10px;
}
.shop-sidebar .widget.product-tag-widget .tags-loop a:hover {
    background-color: #3ab9fe;
    color: #fff;
}
.shop-sidebar .widget.product-filter-widget .slider-range .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    height: 4px;
    border: none;
    border-radius: 0;
    background-color: #DFDFDF;
}
.shop-sidebar .widget.product-filter-widget .slider-range .ui-widget-header {
    background-color: #3ab9fe;
    border-radius: 0;
}
.shop-sidebar .widget.product-filter-widget .ui-slider-handle {
    height: 10px;
    width: 10px;
    border: none;
    border-radius: 0;
    top: -3px;
    background: #3ab9fe;
    margin-left: -5px;
}
.shop-sidebar .widget.product-filter-widget .ui-slider-handle:focus {
    outline: none;
}
.shop-sidebar .widget.product-filter-widget .price-ammount {
    position: relative;
    margin-top: 30px;
}
.shop-sidebar .widget.product-filter-widget .price-ammount span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #616161;
}
.shop-sidebar .widget.product-filter-widget .price-ammount input {
    color: #14212b;
    font-size: 14px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    height: auto;
    padding-right: 0;
    padding-left: 45px;
}
/*======= Product Details =======*/
.shop-details-wrap .product-details {
    font-size: 15px;
}
@media (max-width: 991px) {
    .shop-details-wrap .product-details .product-gallery {
        margin-bottom: 50px;
    }
}
.shop-details-wrap .product-details .product-gallery .product-gallery-arrow {
    max-width: 150px;
    float: left;
}
@media (max-width: 1199px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-arrow {
        max-width: 120px;
    }
}
@media (max-width: 767px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-arrow {
        max-width: 100px;
    }
}
@media (max-width: 575px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-arrow {
        max-width: 75px;
    }
}
.shop-details-wrap .product-details .product-gallery .product-gallery-arrow li {
    margin-bottom: 20px;
    cursor: pointer;
}
@media (max-width: 575px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-arrow li {
        margin-bottom: 10px;
    }
}
.shop-details-wrap .product-details .product-gallery .gallery-slider-warp {
    width: calc(100% - 180px);
    float: right;
}
@media (max-width: 1199px) {
    .shop-details-wrap .product-details .product-gallery .gallery-slider-warp {
        width: calc(100% - 150px);
    }
}
@media (max-width: 767px) {
    .shop-details-wrap .product-details .product-gallery .gallery-slider-warp {
        width: calc(100% - 120px);
    }
}
@media (max-width: 575px) {
    .shop-details-wrap .product-details .product-gallery .gallery-slider-warp {
        width: calc(100% - 90px);
    }
}
.shop-details-wrap .product-details .product-gallery .product-gallery-slider {
    position: relative;
}
.shop-details-wrap .product-details .product-gallery .product-gallery-slider .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    background-color: #3ab9fe;
    height: 50px;
    width: 50px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 575px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-slider .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.shop-details-wrap .product-details .product-gallery .product-gallery-slider .slick-arrow.next-arrow {
    left: auto;
    right: 0;
}
.shop-details-wrap .product-details .product-gallery .product-gallery-slider .slick-arrow:hover {
    background-color: #14212b;
}
.shop-details-wrap .product-details .product-gallery:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.shop-details-wrap .product-details .product-summary {
    padding-left: 30px;
}
@media (max-width: 1199px) {
    .shop-details-wrap .product-details .product-summary {
        padding-left: 0;
    }
}
.shop-details-wrap .product-details .product-summary .product-name {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.shop-details-wrap .product-details .product-summary .rating {
    margin-bottom: 20px;
    line-height: 1;
}
.shop-details-wrap .product-details .product-summary .rating li {
    display: inline-block;
    font-size: 12px;
    color: #3ab9fe;
}
.shop-details-wrap .product-details .product-summary .price {
    font-weight: 700;
    color: #14212b;
    margin-bottom: 30px;
}
.shop-details-wrap .product-details .product-summary .short-description p {
    margin-bottom: 20px;
}
.shop-details-wrap .product-details .product-summary .add-to-cart-form {
    margin-top: 10px;
}
.shop-details-wrap .product-details .product-summary .add-to-cart-form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}
@media (max-width: 575px) {
    .shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input {
        margin-right: 20px;
    }
}
.shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input .quantity-down, .shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input .quantity-up, .shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input input {
    padding: 0;
    height: 33px;
    width: 45px;
    border: 1px solid #dddddd;
    text-align: center;
    cursor: pointer;
    line-height: 33px;
    font-size: 14px;
    color: #14212b;
}
.shop-details-wrap .product-details .product-summary .add-to-cart-form form button {
    padding: 8px 30px;
    background-color: #3ab9fe;
    border: none;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
    .shop-details-wrap .product-details .product-summary .add-to-cart-form form button {
        padding: 8px 25px;
    }
}
.shop-details-wrap .product-details .product-summary .add-to-cart-form form button:hover {
    background-color: #14212b;
}
.shop-details-wrap .product-details .product-summary .product-share {
    margin-top: 30px;
}
.shop-details-wrap .product-details .product-summary .product-share li {
    display: inline-block;
}
.shop-details-wrap .product-details .product-summary .product-share li a {
    color: #616161;
    padding: 5px;
}
.shop-details-wrap .product-details .product-summary .product-share li a:hover {
    color: #3ab9fe;
}
.shop-details-wrap .product-details .product-summary .product-share li.title {
    color: #14212b;
    font-weight: 700;
    margin-right: 20px;
}
.shop-details-wrap .product-details .product-details-tab {
    margin-top: 70px;
}
.shop-details-wrap .product-details .product-details-tab .tab-filter-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
}
@media (max-width: 399px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav {
        padding-bottom: 0;
        border: none;
    }
}
.shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
    font-size: 24px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    color: #14212b;
    padding: 0 10px;
    margin-left: 20px;
    position: relative;
}
@media (max-width: 991px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
        margin-left: 10px;
    }
}
@media (max-width: 575px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
        margin-left: 0;
        padding: 0 5px;
        font-size: 16px;
    }
}
@media (max-width: 399px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
.shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a:first-child {
    margin-left: 0;
    padding-left: 0;
}
.shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a::before {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 2px;
    content: "";
    background: #3ab9fe;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 399px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a::before {
        bottom: 0;
    }
}
.shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a.active, .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a:hover {
    color: #3ab9fe;
}
.shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a.active::before, .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a:hover::before {
    opacity: 1;
    visibility: visible;
}
.shop-details-wrap .product-details .product-details-tab .product-description p:not(:last-child) {
    margin-bottom: 30px;
}
.shop-details-wrap .product-details .product-details-tab .additional-info th {
    color: #14212b;
    font-weight: 600;
    padding-right: 20px;
}
.shop-details-wrap .product-details .product-details-tab .product-review .review-list li {
    position: relative;
    padding-left: 100px;
    margin-top: 40px;
}
@media (max-width: 575px) {
    .shop-details-wrap .product-details .product-details-tab .product-review .review-list li {
        padding-left: 75px;
    }
}
.shop-details-wrap .product-details .product-details-tab .product-review .review-list li:first-child {
    margin-top: 0;
}
.shop-details-wrap .product-details .product-details-tab .product-review .review-list li .review-thumb {
    position: absolute;
    left: 0;
    top: 0;
}
.shop-details-wrap .product-details .product-details-tab .product-review .review-list li .review-rating li {
    display: inline-block;
    font-size: 12px;
    color: #3ab9fe;
    padding: 0;
    margin: 0;
}
.shop-details-wrap .product-details .product-details-tab .product-review .review-list li .children > li:first-child {
    margin-top: 40px;
}
@media (max-width: 575px) {
    .shop-details-wrap .product-details .product-details-tab .product-review .review-list li .children {
        margin-left: -50px;
    }
}
.shop-details-wrap .related-product {
    padding-bottom: 80px;
}
.shop-details-wrap .related-product .related-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 55px;
}
@media (max-width: 991px) {
    .shop-details-wrap .related-product .related-title {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .shop-details-wrap .related-product .related-title {
        margin-left: 32px;
    }
}
.cat-title .title {
    font-size: 30px;
}
.contact-col {
    padding: 40px 0;
}
.contact-col a {
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
}
/*=======  Footer  =======*/
footer {
    background-color: #14212b;
    position: relative;
    z-index: 1;
}
.cta-aection {
    margin-bottom: -95px;
}
footer .widget {
    margin-bottom: 75px;
}
@media (max-width: 991px) {
    footer .widget {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    footer .widget {
        font-size: 16px;
    }
    .col-box-product {
        padding: 10px 0;
    }
}
@media (max-width: 575px) {
    footer .widget {
        margin-bottom: 45px;
    }
    .footer-top-col {
        margin: 10px 0;
        /*    justify-content: center;*/
    }
}
footer .widget, footer .widget a {
    color: #818181;
    font-size: 15px;
}
footer .widget a:hover {
    color: #fff;
}
footer .widget .widget-title, footer .widget .footer-logo {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px;
}
.newsletter-form input {
    height: 38px;
    border-radius: 30px;
}
.newsletter-form {
    margin-top: 15px;
}
@media (max-width: 767px) {
    footer .widget .widget-title, footer .widget .footer-logo {
        font-size: 22px;
    }
}
footer .widget .social-links {
    margin-top: 25px;
}
footer ul.social-links li a {
    border-radius: 35px;
    border: 1px #616161 solid;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
}
footer .widget .social-links li {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}
footer .widget .social-links li a:hover {
    color: #FAB702;
}
footer .widget.newsletter-widget {
    padding: 50px;
    border: 2px solid #1d2d3a;
}
.footer-top-col i {
    color: #FAB702;
    font-size: 32px;
}
.footer-top-col h4 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
.footer-top-col {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.footer-top {
    padding: 20px 0;
    border-bottom: 1px #373c40 solid;
    display: none;
}
.footer-widget {
    padding-top: 50px;
}
@media (max-width: 991px) {
    footer .widget.newsletter-widget {
        padding: 30px;
    }
}
footer .widget.newsletter-widget .widget-title {
    margin-bottom: 15px;
}
footer .widget.newsletter-widget .newsletter-form {
    position: relative;
    padding-right: 280px;
}
@media (max-width: 991px) {
    footer .widget.newsletter-widget .newsletter-form {
        padding-right: 0;
    }
}
footer .widget.newsletter-widget .newsletter-form input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #33495b;
    line-height: 70px;
    padding: 0;
    height: 70px;
}
footer .widget.newsletter-widget .newsletter-form input, footer .widget.newsletter-widget .newsletter-form ::-webkit-input-placeholder {
    color: #7d91a0;
}
footer .widget.newsletter-widget .newsletter-form input, footer .widget.newsletter-widget .newsletter-form :-ms-input-placeholder {
    color: #7d91a0;
}
footer .widget.newsletter-widget .newsletter-form input, footer .widget.newsletter-widget .newsletter-form ::-ms-input-placeholder {
    color: #7d91a0;
}
footer .widget.newsletter-widget .newsletter-form input, footer .widget.newsletter-widget .newsletter-form ::placeholder {
    color: #7d91a0;
}
footer .widget.newsletter-widget .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 991px) {
    footer .widget.newsletter-widget .newsletter-form button {
        position: relative;
        margin-top: 20px;
    }
}
footer .widget.nav-widget ul li {
    line-height: 28px;
}
footer .widget.nav-widget ul li a:hover {
    padding-left: 5px;
}
footer .widget.contact-widget .contact-infos {
    margin-top: 20px;
}
footer .widget.contact-widget .contact-infos li {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    footer .widget.contact-widget .contact-infos li {
        font-size: 16px;
    }
}
footer .widget.contact-widget .contact-infos i {
    margin-right: 10px;
    color: #FAB702;
}
@media (max-width: 1199px) {
    footer .widget.contact-widget .contact-infos i {
        margin-right: 5px;
    }
}
footer .widget.insta-feed-widget {
    padding-left: 45px;
}
@media (max-width: 991px) {
    footer .widget.insta-feed-widget {
        padding-left: 0;
    }
}
/*footer .widget.insta-feed-widget .insta-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-gap: 10px;
}*/
@media (max-width: 575px) {
    footer .widget.insta-feed-widget .insta-images {
        -ms-grid-columns: (100px)[3];
        grid-template-columns: repeat(3, 100px);
    }
}
/*footer .widget.insta-feed-widget .insta-images .insta-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100px;
  background-color: #ddd;
  z-index: 1;
  position: relative;
}*/
/*footer .widget.insta-feed-widget .insta-images .insta-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-color: #3ab9fe;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}*/
.ssl-img {
    padding-top: 20px;
}
footer .widget.insta-feed-widget .insta-images .insta-img a {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 26px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100px;
    text-align: center;
}
footer .widget.insta-feed-widget .insta-images .insta-img:hover a {
    visibility: visible;
    opacity: 1;
}
footer .widget.insta-feed-widget .insta-images .insta-img:hover::before {
    opacity: 0.7;
    visibility: visible;
}
footer .footer-copyright {
    border-top: 2px solid #1d2d3a;
    padding: 15px 0;
    position: relative;
}
footer .footer-copyright .copyright-text {
    color: #7d91a0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    footer .footer-copyright .copyright-text span {
        width: 100%;
        text-align: center;
    }
    footer .footer-copyright .copyright-text span:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px;
    }
    #contact_form .radio-img input[type="radio"] + label, #contact_form .radio-img input[type="checkbox"] + label {
        width: 45% !important;
        margin-right: 10px !important;
    }
    .inline-check-box {
        display: block !important;
    }
}
footer .footer-copyright .back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #FFF;
    line-height: 40px;
    text-align: center;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #FFF;
    z-index: 99999;
	background: #0E0F10;
    transition: all 0.3s ease-in-out 0s;
}
footer .footer-copyright .back-to-top:hover {
    background-color: #FAB702;
    color: #111;
    border: 1px solid #111;
    transition: all 0.3s ease-in-out 0s;
}
footer .footer-copyright .open-chat-box {
    position: fixed;
    left: 20px;
    bottom: 20px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #FFF;
    line-height: 40px;
    text-align: center;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #FFF;
    z-index: 99999;
	cursor: pointer;
	background: #0E0F10;
    transition: all 0.3s ease-in-out 0s;
}
footer .footer-copyright .open-chat-box:hover {
    background-color: #FAB702;
    color: #111;
    border: 1px solid #111;
    transition: all 0.3s ease-in-out 0s;
}
footer .line-one, footer .line-two, footer .line-three, footer .line-four {
    position: absolute;
    z-index: -1;
}
footer .line-one {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .line-two {
    right: 0;
    top: 0;
}
footer .line-three {
    left: 0;
    top: 0;
}
footer .line-four {
    right: 0;
    bottom: 0;
}
footer.grey-bg-footer {
    background-color: #121316;
}
footer.grey-bg-footer .widget, footer.grey-bg-footer .widget a {
    color: #818181;
}
footer.grey-bg-footer .widget a:hover {
    color: #FAB702;
}
footer.grey-bg-footer .widget .widget-title {
    color: #fff;
    font-weight: 400;
}
footer.grey-bg-footer .widget.newsletter-widget, footer.grey-bg-footer .widget.newsletter-widget .newsletter-form input {
    border-color: #dddddd;
}
footer.grey-bg-footer .footer-copyright {
    border-color: #242424;
}
footer.grey-bg-footer .footer-copyright .copyright-text {
    color: #616161;
}
footer.grey-bg-footer .footer-copyright .back-to-top:hover {
    background-color: #FAB702;
}
.container_menu_iso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: "Raleway", sans-serif;
    margin: 2rem 0;
}
.menu_iso {
    text-align: center;
}
.container_menu_iso .menu_iso li {
    display: inline-block;
    list-style: none;
    padding: 10px 15px;
    margin: 10px 20px;
    cursor: pointer;
    text-align: center;
}
.container_menu_iso .menu_iso {
    padding: 20px 0;
    margin: 0;
}
@media screen and (max-width: 600px) {
    .container_menu_iso .menu_iso li {
        padding: 30px 6px;
    }
}
.container_menu_iso .menu_iso li a {
    font-size: 18px;
    padding: 2px 25px 5px 25px;
    border-radius: 0px !important;
    color: #FAB702 !important;
    font-family: 'Barlow Condensed', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px #FAB702 solid !important;
}
.container_menu_iso .menu_iso li a:hover {
    color: #111 !important;
    background: #FAB702 !important;
    /*-webkit-box-shadow: inset 5px 5px 13px #6e6e6e, inset -5px -5px 13px #ffffff;
  box-shadow: inset 5px 5px 13px #6e6e6e, inset -5px -5px 13px #ffffff;*/
}
.container_menu_iso .menu_iso li a.is-checked {
    color: #111 !important;
    background: #FAB702 !important;
}
@media screen and (max-width: 600px) {
    .container_menu_iso .menu_iso li a {
        padding: 15px;
        font-size: 0.8rem;
    }
}
/* Main settings isotopes images */
.img_iso {
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    margin: 15px 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
    .img_iso {
        height: 230px;
        width: 230px;
    }
    .tab-round-col .nav-tabs {
        margin-bottom: 15px !important;
    }
    .tab-round-col .nav-tabs .nav-link.active:after {
        background: none;
        width: 0px !important;
    }
}
@media screen and (max-width: 600px) {
    .img_iso {
        height: 180px;
        width: 160px;
    }
}
@media screen and (max-width: 425px) {
    .img_iso {
        height: 250px;
        width: 250px;
    }
}
.img_iso:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
/*=============================================
=     Isotopes Images                        =
=============================================*/
/*----------  Overlay with text on image hover ----------*/
.mfp-title {
    display: none;
}
.tab-round-col {
    text-align: center;
}
.tab-round-col .nav-tabs {
	display: inline-flex;
    /*width: 100%;
    max-width: 100%;
    min-width: 100%;*/
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border: none;
    margin-bottom: 70px;
}
.tab-round-col .nav-tabs li.nav-item {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 5px;
    margin-right: 100px;
}
.tab-round-col .nav-tabs li.nav-item:last-child {
    margin-right: 0;
}
.tab-round-col .nav-tabs .nav-link {
    padding: 30px 0 30px 0;
    border-radius: 120px;
    color: #111;
    font-size: calc(8px + 0.5vw);
    font-weight: 600;
    border-radius: 50%;
    line-height: normal;
    width: calc(54px + 5.5vw);
    height: calc(54px + 5.5vw);
    text-align: center;
    border: 2px solid #FAB702;
    background: rgb(250, 183, 2, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear 0s;
}
.tab-round-col .nav-tabs .nav-link:hover {
    background: #333;
    border: 2px #FFF solid;
    color: #fff;
    transition: all 0.3s linear 0s;
}
.tab-round-col .nav-tabs .nav-link.active:hover {
    background: transparent;
    color: #fff;
    border: 2px #FAB702 solid;
}
.tab-round-col .tab-content > .active {
    border-top: 1px #5b5b5b solid;
    padding: 30px 0;
}
.tab-round-col .nav-tabs .nav-link.active {
    background: transparent;
    color: #fff;
    position: relative;
    border: 2px solid #FAB703 !important;
}
.tab-round-col .nav-tabs .nav-link.active:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -72px;
    width: 1px;
    height: 70px;
    background-color: #FAB703 !important;
    margin: 0 auto;
}
.tab-round-col .tab-content p {
    color: #afafaf;
    text-align: left;
    font-size: 16px;
}
.tab-round-col .btn-yellow-fill.btn-read-more {
    border: 1px solid #FAB702 !important;
    color: #FAB702 !important;
    background-color: transparent !important;
    transition: all 0.3s ease;
}
.tab-round-col .btn-yellow-fill.btn-read-more:hover {
    background-color: #FAB702 !important;
    color: #111 !important;
}
.grey-overlay-bg {
    position: relative;
}
.grey-overlay-bg:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.7);
    z-index: -1;
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .banner-section.banner-section-two .single-banner {
        margin-left: 0.5%;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1920px) {
    .banner-section.banner-section-two .single-banner {
        margin-left: 0.5%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .banner-section.banner-section-two .single-banner {
        margin-left: -0%;
    }
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}
/*
.slider::before, .slider::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 30%;
  z-index: 1;
}
.slider::after {
	right: 0;
	top: 0;
	bottom: 0;
	transform: rotateZ(180deg);
}
.slider::before {
	left: 0;
	top: 0;
	bottom: 0;
}
*/
.slider .slide-track {
	/*-webkit-animation: scroll 60s linear infinite;
	animation: scroll 60s linear infinite;*/
	display: flex;
}

.inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.images-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation: scrollToLeft 60s linear infinite;
	animation: scrollToLeft 60s linear infinite;
}
.banner-slider.slider .slide img {
	height: 100%;
	object-fit: cover;
}
@keyframes scrollToLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.ba-card {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 7px 43px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 43px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 43px -6px rgba(0, 0, 0, 0.75);
}
.ba-card::after {
    clear: both;
    content: "";
    display: block;
}
.ba-card img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    .ba-card {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .ba-card::after {
        clear: both;
        content: "";
        display: block;
    }
}
.advertising {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
    color: #999;
}
.advertising::after {
    clear: both;
    content: "";
    display: block;
}
@media screen and (min-width: 1200px) {
    .advertising {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .advertising::after {
        clear: both;
        content: "";
        display: block;
    }
}
.advertising a {
    text-decoration: none;
}
.advertising a:link, .advertising a:visited {
    color: #666;
}
.advertising a:hover, .advertising a:focus {
    border-bottom: 1px solid #666;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}
.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}
.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.twentytwenty-before-label {
    opacity: 0;
}
.twentytwenty-before-label:before {
    content: "Before";
}
.twentytwenty-after-label {
    opacity: 0;
}
.twentytwenty-after-label:before {
    content: "After";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}
.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}
.twentytwenty-before {
    z-index: 20;
}
.twentytwenty-after {
    z-index: 10;
}
.twentytwenty-handle {
    height: 38px;
    width: 38px;
    background-color: #FAB702;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}
.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}
#fullSlider button.slick-arrow {
    background: #FAB702;
    width: 34px;
    height: 34px;
    font-size: 22px;
    position: absolute;
}
#fullSlider button.prev-arrow {
    bottom: -36px;
    right: auto;
    left: calc(50% - 40px);
}
#fullSlider button.next-arrow {
    bottom: -36px;
    right: calc(50% - 40px);
    /* left: auto; */
    margin: 0 auto;
}
.inner-banner-section {
    padding: 100px 0;
    background-size: cover !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
}
.innner-banner-title h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 2px;
	margin: 0;
	margin-top: 60px;
}
.application-section {
    padding-top: 70px !important;
}
.application-bottom-gap-none {
    padding-bottom: 40px;
}
.about-text-two p {
    margin-bottom: 10px;
}
.about-content p {
    font-size: 16px !important;
}
.section-gap-bottom {
    padding-bottom: 1px;
}
.product-content-section {
    padding: 20px 0 60px 0;
}
.product-content-section .about-text-two .section-title h2 {
    font-size: 30px;
}
.application-counter-none {
    background: url(../../frontend_assets/img/bg-18.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom;
    position: relative;
    z-index: 1;
    padding: 40px 0;
}
.application-counter-none:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f2022c7;
    z-index: -1;
}
.thumbel-slider .slider {
    margin-bottom: 20px;
}
.thumbel-slider .thumbel-slider-1 .slick-next {
    width: 40px;
    height: 40px;
    right: 0;
    position: absolute;
    top: 50%;
    font-size: 0;
    background: #FAB702 url(../../frontend_assets/img/arrow-right.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 60% 50%;
    z-index: 1;
}
.thumbel-slider .thumbel-slider-1 .slick-prev {
    width: 40px;
    height: 40px;
    left: 0;
    position: absolute;
    top: 50%;
    font-size: 0;
    background: #FAB702 url(../../frontend_assets/img/arrow-left.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
}
.thumbel-slider .slick-slide {
    outline: none;
}
.thumbel-slider .slider-nav .slick-slide img {
    cursor: pointer;
}
.thumbel-slider .slider-nav {
    overflow: hidden;
}
.thumbel-slider .slider-nav .slick-list {
    margin-right: -10px;
    margin-left: -10px;
}
.thumbel-slider .slider-nav .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
}
.thumbel-slider .slider .slick-slide img {
    max-width: 100%;
    min-width: 100%;
}
.product-box-icon img {
    width: 60px;
}
.product-box-icon h3 a {
    color: #fab702;
    font-size: 20px;
}
.product-box-icon {
    padding: 20px 0;
}
.table-alternate table td {
    border: 1px #ddd solid !important;
    color: #fff;
}
.padding-top-none {
    padding-top: 40px;
}
.table-alternate table {
    border-collapse: collapse;
    width: 100%;
}
.table-alternate-bottom {
    margin-top: 30px;
}
/** Current image */
.current-image {
    margin-bottom: 1px;
}
.current-image a {
    display: block;
    height: var(--current-image-height);
    overflow: hidden;
    position: relative;
}
.current-image a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: box-shadow 0.1s linear;
}
.current-image a:focus {
    outline: 0;
}
.current-image a:focus:before {
    box-shadow: inset 0 0 0 1px black, inset 0 0 0 4px white;
}
.current-image img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.current-image {
    margin-bottom: 15px;
}
/** Previous and next buttons */
.button {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);
    padding: 0;
    margin: 0 1px;
    flex: 0 0 25px;
    transition: all 0.2s linear;
}
.button:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}
.button:focus {
    outline: none;
    background-color: royalblue;
    color: rgba(255, 255, 255, 1);
}
.button[aria-disabled="true"] {
    opacity: 0.3;
}
/**
  Thumbnails container
*/
.thumbnails-track {
    display: flex;
}
.thumbnails {
    overflow: hidden;
}
.slick-track {
    display: flex;
}
/** Single thumbnail */
.thumbnail {
    flex: 0 0 var(--thumbnail-width);
    margin-right: 1px;
    position: relative;
}
.thumbnail-button {
    display: block;
    padding: 0;
    height: var(--thumbnails-track-height);
    width: 100%;
    cursor: pointer;
    border: 0;
    background: none;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.1s linear;
}
.thumbnail-button:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: box-shadow 0.1s linear;
}
.thumbnail-button:focus {
    outline: 0;
}
.thumbnail-button:focus:before {
    box-shadow: inset 0 0 0 1px black, inset 0 0 0 4px white;
}
.thumbnail-button:focus img, .thumbnail-button:hover img, .thumbnail-button[aria-current="true"] img {
    opacity: 1;
    filter: grayscale(0);
}
.thumbnail-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    filter: grayscale(0.6);
    transition: all 0.1s linear;
}
/** Credits at bottom */
.credits {
    display: inline-block;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    color: black;
    text-decoration: none;
    opacity: 0.7;
}
.credits img {
    height: 30px;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
}
.credits:hover, .credits:focus {
    opacity: 1;
}
.custom-thumbel-img .thumbnails-track button span {
    color: #fff;
}
.custom-thumbel-img .thumbnails-track button.next-button {
    background: #FAB702;
}
.custom-thumbel-img .thumbnails-track button.previous-button {
    background: #FAB702;
}
.custom-form-col form button.btn {
    background: #FAB702;
    padding: 10px 50px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}
.list-media-img {
    max-width: 70px;
}
.list-icon-media .media-body h4 {
    color: #FAB702;
}
.list-icon-media .media-body p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
    color: #a9a9a9;
}
.list-icon-media {
    padding: 25px 0;
}
.grey-bg-light {
    background-color: #292a2c;
}
/* shop */
.feature-products {
    background-color: #f3f3f3;
    font-family: Roboto;
    position: relative;
}
.feature-products::before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 65px;
    content: "";
    display: block;
    width: 3px;
    background-color: #000;
    z-index: 9999;
}
.product-content .title {
    margin-top: 10px;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    text-transform: uppercase;
}
.feature-title {
    font-weight: 600;
    color: #000;
}
.feature-title h2 {
    margin-top: 120px;
    margin-bottom: 50px;
    color: #000;
    font-family: Roboto;
    font-size: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.feature-title a {
    padding: 0 20px;
    font-size: 16px;
    color: #bbb;
}
.feature-active {
    color: #000 !important;
    font-weight: 700;
}
.price, .rating {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.product-grid {
    border: 1px solid #3a3a3a;
    font-family: "Roboto", sans-serif;
    padding: 10px 10px;
    transition: all 0.5s;
    margin-bottom: 0px;
    margin-top: 40px;
    border-radius: 10px;
}
.product-grid .product-image {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    max-height: 300px;
    border-radius: 10px;
}
.product-grid .product-image a.image {
    display: block;
}
.product-grid .product-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
}
.product-grid .add-to-cart {
    color: #fff;
    background: #222;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 0 5px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    transition: all ease-in-out 0.35s;
    width: 40px;
    height: 40px;
    opacity: 0;
}
.product-grid:hover .add-to-cart {
    opacity: 1;
}
.product-grid .add-to-cart:after {
    content: "\f101";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    opacity: 0;
    transition: all 0.5s;
}
.product-grid .add-to-cart:hover:after {
    padding-left: 10px;
    opacity: 1;
}
.product-grid .product-content {
    position: relative;
}
.product-grid .product-stock {
    color: #999;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    border-bottom: 1px solid #c1c1c1;
    display: block;
    margin: 0 0 15px;
}
.product-grid .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: -15px;
    right: 0;
    transition: all ease-in-out 0.35s;
}
.product-grid:hover .icon {
    opacity: 1;
    top: 8px;
}
.product-grid .icon li {
    display: inline-block;
}
.product-grid .icon li a {
    color: #222;
    font-size: 16px;
    margin: 0 4px;
}
.product-grid .icon li a:hover {
    color: var(--main-color);
}
.product-grid .title {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
}
.product-grid .title a {
    color: #f6f6f6;
    transition: all 0.5s ease-out 0s;
}
.product-grid .title a:hover {
    color: var(--main-color);
}
.product-grid .category {
    font-size: 18px;
    margin: 0 0 3px;
    display: block;
}
.product-grid .category a {
    color: #222;
    transition: all 0.3s ease 0s;
}
.product-grid .category a:hover {
    color: var(--main-color);
}
.product-grid .price {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0px;
    display: inline-block;
    color: #FAB702;
}
.product-grid .rating {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.product-grid .rating li {
    color: #ffb14b;
    font-size: 13px;
    display: inline-block;
}
.product-grid .action-buttons {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.action-buttons .btn-outline {
    padding: 6px 20px;
    border-radius: 5px;
    border: 2px solid #FAB702;
    color: #FAB702;
    margin: 0 4px;
    line-height: 24px;
}
.action-buttons .btn-outline-icon {
    padding: 6px 10px;
    border-radius: 5px;
    border: 2px solid #FAB702;
    color: #FAB702;
    margin: 0 4px;
}
.action-buttons a {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
}
.action-buttons a:hover {
    color: #111 !important;
    background: #FAB702;
    border: 2px solid #FAB702;
}
.product-grid .rating li.disable {
    color: #c1c1c1;
}
@media only screen and (max-width: 990px) {
    .product-grid {
        margin-bottom: 20px;
    }
}
.product-search-col form {
    display: flex;
}
.product-search-col input {
    background: #000;
    border: 1px #111 solid;
    padding: 10px;
    min-height: 45px;
}
.product-search-col {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px #363636 solid;
}
.product-search-col button#btn-search {
    background: #FAB702;
    border: 1px #FAB702 solid;
    padding: 4px 26px;
    min-height: 45px;
    color: #fff;
    font-size: 17px;
}
.product-sidebar-tiltle h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-bottom: 25px;
}
.product-sidebar-tiltle h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #FAB702;
}
.top-rated-product-col ul li {
    display: flex;
    grid-gap: 15px;
    margin: 20px 0;
}
.top-rated-product-col .star-rating ul li {
    display: inline-block;
    margin: 0;
}
.top-rated-product-col .star-rating ul li svg {
    fill: #FAB702;
}
.top-rated-product-col .top-rated-product-img {
    max-width: 60px;
    min-height: 60px;
}
.top-rated-product-col ul li h6 a {
    color: #fff;
}
.top-rated-product-col ul li h5 {
    color: #FAB702;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
}
.product-categories-list ul {
    margin: 30px 0 40px 0;
}
.product-categories-list ul li {
    font-size: 13px;
    padding: 10px 20px;
    background: #111;
    margin: 7px 0;
    line-height: 24px;
}
.top-rated-product {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px #363636 solid;
}
.notices-wrapper {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    min-width: 100%;
    padding: 0 15px;
    margin-top: 15px;
}
.notices-wrapper .product-result-count {
    line-height: 15px;
    font-size: 15px;
}
.notices-wrapper select {
    min-height: 40px;
    max-height: 40px;
}
.badge {
    padding: 5px !important;
    padding-bottom: 6px !important;
}
.badge i {
    font-size: 10px;
}
.profile-image {
    width: 35px;
}
.comment-ratings i {
    font-size: 13px;
}
.username {
    font-size: 12px;
}
.comment-profile {
    line-height: 17px;
}
.date span {
    font-size: 12px;
}
.p-ratings i {
    color: #f6d151;
    font-size: 12px;
}
.btn-long {
    padding-left: 35px;
    padding-right: 35px;
}
.product-details-col .buttons {
    margin-top: 25px;
}
.buttons .btn {
    height: 46px;
}
.buttons .cart {
    border-color: #FAB702;
    color: #FAB702;
}
.buttons .cart:hover {
    background-color: #FAB702 !important;
    color: #111;
}
.buttons .buy {
    color: #111;
    font-weight: 600;
    background-color: #FAB702;
    border-color: #FAB702;
}
.buttons .buy:focus, .buy:active {
    color: #111;
    background-color: #FAB702;
    border-color: #FAB702;
    box-shadow: none;
}
.buttons .buy:hover {
    color: #111;
    background-color: #FAB702;
    border-color: #FAB702;
}
.buttons .wishlist {
    background-color: #fff;
    border-color: #FAB702;
}
.buttons .wishlist:hover {
    background-color: #FAB702;
    border-color: #FAB702;
    color: #fff;
}
.buttons .wishlist:hover i {
    color: #fff;
}
.buttons .wishlist i {
    color: #FAB702;
}
.comment-ratings i {
    color: #f6d151;
}
.followers {
    font-size: 9px;
    color: #d6d4d4;
}
.store-image {
    width: 42px;
}
.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.bullet-text {
    font-size: 12px;
}
.my-color {
    margin-top: 10px;
    margin-bottom: 10px;
}
label.radio {
    cursor: pointer;
}
label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}
label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all;
}
label.radio .red {
    background-color: red;
    border-color: red;
}
label.radio .blue {
    background-color: blue;
    border-color: blue;
}
label.radio .green {
    background-color: green;
    border-color: green;
}
label.radio .orange {
    background-color: orange;
    border-color: orange;
}
label.radio input:checked + span {
    color: #fff;
    position: relative;
}
label.radio input:checked + span::before {
    opacity: 1;
    content: "\2713";
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px;
}
.card-body {
    padding: 0.3rem 0.3rem 0.2rem;
}
.card-box h4 {
    color: #FAB702;
}
.product-details-col .bullets {
    margin-bottom: 15px;
}
.product__slider-main {
    margin-bottom: 15px;
}
.product__slider-main img {
    margin: 0 auto;
}
.product__slider-thmb .slick-slide {
    opacity: 0.5;
    transition: all .3s ease;
}
.product__slider-thmb .slick-slide.slick-active, .product__slider-thmb .slick-slide:hover {
    opacity: 1;
}
.product__slider-main, .product__slider-thmb {
    display: none;
}
.image-preview {
    height: 300px;
    cursor: zoom-in;
}
.magnifier-container {
    display: inline-block;
    position: relative;
}
.magnifier {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    overflow: hidden;
    height: 300px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: white;
}
.magnifier__img {
    width: 1000px;
    transform-origin: 150px 150px;
}
#product__slider .slide img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
#product__slider {
    padding-right: 30px;
}
.product__slider-thmb .slide {
    padding: 0 10px;
}
.product-description p {
    font-size: 14px;
}
.product-details-col hr {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}
.card-header {
    cursor: pointer;
    border-bottom: none;
}
.card {
    border: 1px solid #ddd;
}
.card-body {
    border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
.card-header .accicon .fa-angle-down:before {
    content: "\f107" !important;
}
#accordionExample {
    margin-top: 30px;
}
#accordionExample .card .card-header {
    background: #111;
    border: none !important;
    color: #fff;
    font-size: 16px;
}
#accordionExample > .card {
    border: none !important;
    margin: 7px 0;
}
#accordionExample .collapse, #accordionExample .collapse .card-body {
    background: #111;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
}
#rating {
    cursor: pointer;
    display: inline-block;
}
#review-form .input-group-addon {
    min-width: 100px;
}
#review-form .btn {
    min-width: 100px;
    color: #fff;
    background-color: #FAB702;
    border-color: #FAB702;
    padding: 10px 35px;
}
#review-form input[type="text"], #review-form textarea {
    width: 100%;
}
#review-form .form-group {
    margin-bottom: 15px;
}
#review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.stars-container {
    margin-bottom: 5px;
}
.reviews-content h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0;
}
.reviews-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0;
}
#review-container .review {
    background: #111;
    padding: 22px;
}
.reviews-content .star {
    width: 20px;
    height: 20px;
    transition: 0.6s all;
}
.reviews-content input, .reviews-content textarea {
    background: #040404;
    border: 1px #040404 solid;
    font-size: 14px;
}
.reviews-content textarea {
    min-height: 100px;
    max-height: 100px;
}
.reviews-section {
    padding-top: 0px;
}
.product-details-section {
    padding: 80px 0 40px 0;
}
#product__slider .slick-arrow {
    display: none !important;
}
.submenu-full-width {
    /*max-width: 700px;
    min-width: 700px;*/
    display: flex;
}
.list-cat-menu {
    /*max-width: 30%;
    min-width: 30%;*/
}
.sticky-header .menu-items ul .list-cat-menu ul {
    display: grid;
    width: 100%;
}
.product-description h4 {
    color: #fff;
    margin-bottom: 20px;
}
.product-description p {
    font-size: 17px;
}
.gallery-wrapper {
    width: 100%;
    margin: 0 auto;
    /*  padding: 0 1em;*/
    /*display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em;*/
}
.gallery-wrapper .image-wrapper a {
    /*  padding: 0.5em;*/
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    transition: all 200ms ease-in-out;
}
.gallery-wrapper .image-wrapper a:hover {
    box-shadow: none;
}
.gallery-wrapper .image-wrapper a img {
    width: 100%;
}
.gallery-lightboxes .image-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0ms ease-in-out;
    overflow-y: scroll;
}
.gallery-lightboxes .image-lightbox:target {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
    opacity: 1;
    transform: scale(1, 1) translateY(0);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
    transform: scale(0.95, 0.95) translateY(-30px);
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    opacity: 0;
    margin: 1em auto;
    max-width: 90%;
    padding: 0.5em;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    position: relative;
    background: transparent;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
    width: 1.5em;
    height: 1.5em;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: 1.4em;
    left: 0;
    margin: 0 auto;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
    transform: rotate(-45deg);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
    transform: rotate(45deg);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    width: 35px;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-right: 0;
    border-radius: 4px 0 0 0;
    position: absolute;
    top: 50%;
    right: 100%;
    cursor: pointer;
    transform: rotate(-45deg) translateY(-50%);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*  left: 50%;*/
    width: 35px;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0 4px 0 0;
    position: absolute;
    top: 50%;
    left: 100%;
    cursor: pointer;
    transform: rotate(45deg) translateY(-50%);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
    margin: 0 auto;
    max-height: 70vh;
}
.light-box-content .project-info {
    color: #ccc;
    margin-left: 0px;
    padding-top: 0px;
}
.light-box-content .project-info h2 {
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.light-box-content .project-info .details {
    padding: 10px 20px;
    border: solid 1px rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .5);
    margin-bottom: 30px;
}
.light-box-content .project-info .info-text {
    line-height: 20px;
}
.light-box-content .project-info span.title {
    display: inline-block;
    min-width: 80px;
    font-size: 12px;
    line-height: 18px;
}
.light-box-content .project-info span.val {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}
.light-box-content .project-info h4 {
    font-weight: 500;
    color: #fff;
    padding: 12px 0;
}
.light-box-content {
    display: flex;
    padding: 70px 0 0 0;
    align-items: start;
    justify-content: center;
}
.light-box-content .project-info p {
    font-size: 14px;
    line-height: 24px;
}
.light-box-content .light-box-img-left {
    min-width: 65%;
    max-width: 65%;
    padding-top: 30px;
}
.light-box-content .light-box-img-left img {
    min-width: 100%;
    max-width: 100%;
}
.gallery-wrapper-box .image-title {
    padding-top: 20px;
}
.gallery-wrapper-box .image-title h5 {
    color: #fff;
    font-weight: 400;
}
.gallery-wrapper-box .image-category h6 {
    color: #fff;
    font-weight: 400;
}
.gallery-wrapper-box {
    margin-bottom: 30px;
}
#accordionsiderber .card .card-header {
    background: #FAB702 !important;
    color: #111;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}
#accordionsiderber .card {
    border-radius: 0px;
    margin: 15px 0;
    border: 1px #4a4a4a solid;
}
#accordionsiderber .card .card-body {
    border-radius: 0px;
    background: #111;
    padding: 20px;
}
#accordionsiderber .card .card-body {
	display: inline-block;
	height: 100%;
    border-radius: 0px;
    background: #111;
    padding: 20px 20px 10px 20px;
}
#accordionsiderber .card .card-body .checkbox {
	display: inline-block;
	width: 100%;
}
#accordionsiderber .card .card-body .custom-checkbox label {
    font-size: 14px;
}
.cat-list-sideber ul li {
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px #282828 dashed;
    position: relative;
}
.cat-list-sideber ul li:last-child {
    border-bottom: none;
}
.cat-list-sideber ul li a {
    color: #616161;
}
.cat-list-sideber ul li a:hover {
    color: #FAB702;
    padding-left: 5px;
}
.cat-tick-icon i {
    color: #FAB702;
}
.cat-tick-icon {
    margin-right: 10px;
}
.cat-list-sideber {
	width: 100%;
	height: auto;
    max-height: 206px;
	overflow: auto;
	overflow-x: hidden;
}
.counter {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.counter input {
    width: 70px;
    border: 0;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    background: #222;
    color: #fff;
    appearance: none;
    outline: 0;
    padding: 0px;
    height: 45px;
}
.counter span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
    user-select: none;
}
.product-quantity-counter {
    border: 1px #2c2c2c solid;
    border-radius: 2px;
}
.product-quentity-box {
    margin: 20px 0;
}
.product-quantity-title {
    font-size: 15px;
}
.product-size-box .product-size-title {
    font-size: 15px;
}
.product-size-box ul li {
    display: inline-block;
}
.product-size-box ul li button {
    font-size: 13px;
    background: transparent;
    padding: 5px 20px;
    border-radius: 35px;
    border: 1px #898989 solid;
    color: #fff;
}
.product-size-box ul li button:hover {
    background: #fff;
    border: 1px #898989 solid;
    color: #222;
}
.new-product {
    font-size: 13px;
    background: #fff;
    padding: 1px 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 2px;
    color: #111;
    font-weight: 600;
    line-height: 20px;
}
.sale-product {
    font-size: 12px;
    background: #FAB702;
    color: #111;
    padding: 1px 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 2px;
    font-weight: 600;
    line-height: 20px;
}
.sale-price {
    color: #fff;
    margin-left: 5px;
    text-decoration: line-through;
}
.product-image .hover-switch > img {
    position: absolute;
    top: calc(0% - 0px);
    left: calc(0% - 0px);
}
.product-image .hover-switch > img:last-of-type {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}
.product-image .hover-switch:hover > img:last-of-type {
    /*opacity: 0;*/
}
.shopping-cart .product-image {
    float: left;
    width: 40px;
    /* margin: 0 30px 0 0; */
}
.shopping-cart .product-details {
    float: left;
    width: 38%;
    padding-left: 25px;
}
.shopping-cart .product-price {
    float: left;
    width: 12%;
    font-size: 14px;
}
.shopping-cart .product-quantity {
    float: left;
    width: 10%;
}
.shopping-cart .product-removal {
    float: left;
    width: 9%;
}
.shopping-cart .product-line-price {
    float: left;
    width: 12%;
    text-align: right;
    font-size: 14px;
}
/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before, .group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    content: '';
    display: table;
}
.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    clear: both;
}
.group, .shopping-cart, .column-labels, .product, .totals-item {
    zoom: 1;
}
/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
    content: '$';
}
/* Body/Header stuff */
/* Column headers */
.column-labels label {
    padding-bottom: 10px;
    margin-bottom: 0px !important;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.column-labels {
    border-bottom: 1px #444 solid;
    padding: 10px 15px 0px 15px;
    border-left: 1px #444 solid;
    border-top: 1px #444 solid;
    border-right: 1px #444 solid;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
    /*  text-indent: -9999px;*/
}
/* Product entries */
.shopping-cart .product {
    /* margin-bottom: 10px; */
    padding: 10px;
    border-bottom: 1px #444 solid;
    vertical-align: middle;
    display: flex;
    align-items: center;
    border-left: 1px #444 solid;
    border-right: 1px #444 solid;
}
.product .product-image {
    text-align: center;
}
.product .product-image img {
    width: 100px;
}
.product .product-details .product-title {
    margin-right: 20px;
    font-size: 13px;
}
.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}
.product .product-quantity input {
    width: 60px;
    height: 40px;
    padding: 10px;
}
.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #ed1c1c;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}
.product .remove-product:hover {
    background-color: #a44;
}
/* Totals section */
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    /* margin-bottom: 10px; */
    border-bottom: 1px #444 solid;
    padding: 8px 0;
}
.totals .totals-item label {
    float: left;
    clear: both;
    width: 60%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
}
.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
    font-size: 14px;
}
.shopping-cart .totals {
    width: 30%;
    float: right;
    margin-top: 30px;
}
.shopping-cart .totals h2 {
    color: #fff;
    font-weight: 400;
}
.shopping-cart .checkout {
    border: 0;
    margin-top: 20px;
    padding: 6px 50px;
    background-color: #FAB702;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
}
.checkout:hover {
    background-color: #fff;
    color: #222;
}
/* Make adjustments for tablet */
@media screen and (max-width: 767px) {
    .shopping-cart .product {
        display: block;
        border-top: 1px #444 solid;
    }
    .shopping-cart .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    .shopping-cart .column-labels {
        display: none;
    }
    .shopping-cart .product-image {
        float: left;
        width: 40px;
        margin-right: 20px;
    }
    .shopping-cart .product-image img {
        margin: 0 0 10px 10px;
    }
    .shopping-cart .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
        min-height: 40px;
        vertical-align: middle;
        display: inline-block;
        padding-left: 0;
    }
    .shopping-cart .product-price {
        clear: both;
        width: 70px;
        padding-top: 10px;
    }
    .shopping-cart .product-quantity {
        width: 100px;
    }
    .shopping-cart .product-quantity input {
        margin-left: 20px;
    }
    .shopping-cart .product-removal {
        width: auto;
    }
    .shopping-cart .product-line-price {
        float: right;
        width: 70px;
        padding-top: 7px;
    }
    .shopping-cart .totals {
        width: 100%;
        float: right;
        margin-top: 30px;
    }
    .product .product-quantity input {
        width: 60px;
        height: 32px;
    }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }
    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }
    .product .product-line-price:before {
        content: 'Item Total: $';
    }
    .totals .totals-item label {
        width: 60%;
    }
    .totals .totals-item .totals-value {
        width: 40%;
    }
}
.checkout-row h4 {
    color: #fff;
    font-weight: 400;
}
.checkout-row label {
    font-size: 14px;
}
.checkout-row button.btn {
    background: #FAB702 !important;
    border: 1px #FAB702 solid;
    font-size: 16px;
    color: #111;
    font-weight: 700;
}
.login-from-col {
    padding: 25px;
    border-radius: 10px;
    border: 1px #f8f8f8 solid;
    margin-bottom: 40px;
}
.login-from-col p {
    font-size: 13px;
    margin-bottom: 20px;
}
.login-from-col label {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}
.login-from-col button.btn {
    background: #FAB702;
    display: block;
    margin-bottom: 15px;
}
.login-from-col a {
    font-size: 13px;
}
.login-info {
    padding: 10px;
    border-top: 3px #FAB702 solid;
    background: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}
.login-from-col {
    display: none;
}
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #e3e3e3;
    font-size: 15px;
    padding: 15px;
    border-bottom: 4px #4a4a4a solid;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #FAB702;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #939393;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #FAB702;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #939393;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    background-color: #fff;
    border: 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
.image-frem-box ul li {
    width: 48%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
/*.tabbable-panel{
    padding: 10px 0 0 0;
}*/
/* form style */
/* ------------------------------ */
.de_form input[type="radio"], .de_form input[type="checkbox"] {
    /* hide the inputs */
    display: none;
}
.de_form input[type="radio"] + label:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #ddd;
    margin-right: 10px;
    border-radius: 50%;
}
.de_form input[type="checkbox"] + label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Brands";
    margin-right: 10px;
}
/* style your lables/button */
.de_form input[type="radio"] + label, .de_form input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 16px;
    padding: 6px 12px;
    border: none;
    background: #222;
    color: #888888;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#contact_form input[type="radio"] + label, #contact_form input[type="checkbox"] + label {
    margin-right: 10px;
}
.de_light .de_form input[type="radio"] + label, .de_light .de_form input[type="checkbox"] + label {
    background: #eee;
    color: #999;
}
.de_form.no-bg input[type="radio"] + label, .de_form.no-bg input[type="checkbox"] + label {
    padding: 4px 0px;
    border: none;
    background: none;
}
.de_form input[type="radio"]:checked + label, .de_form input[type="checkbox"]:checked + label {
    /* style for the checked/selected state */
    border: none;
    color: white;
}
.de_light .de_form input[type="radio"]:checked + label, .de_light .de_form input[type="checkbox"]:checked + label {
    /* style for the checked/selected state */
    color: #333;
}
#contact_form .radio-img input[type="radio"] + label, #contact_form .radio-img input[type="checkbox"] + label {
    padding: 0px;
    position: relative;
    background: none;
    width: 150px;
    float: left;
    text-align: center;
    margin-right: 20px;
}
#contact_form .radio-img input[type="radio"] + label:before, #contact_form .radio-img input[type="checkbox"] + label:before {
    position: absolute;
    top: 20px;
    left: 15px;
}
.de_form input[type="radio"]:checked + label:before {
    background: #FAB702;
}
#contact_form .radio-img input[type="radio"] + label img, #contact_form .radio-img input[type="checkbox"] + label img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#contact_form .radio-img input[type="radio"]:checked + label img, #contact_form .radio-img input[type="checkbox"]:checked + label img {
    width: 100%;
    padding: 8px;
    background: #FAB702;
}
#contact_form input[placeholder], #contact_form textarea[placeholder] {
    color: #eee;
}
#contact_form input[type=text], #contact_form input[type=password], #contact_form textarea, #contact_form input[type=email], #contact_form input[type=number], #search, #contact_form select {
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .1);
    border-radius: 0 !important;
    height: auto;
}
#contact_form input[type=date] {
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .1);
    border-radius: 0 !important;
    height: auto;
}
#contact_form h4 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
#contact_form h4 i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #FAB702;
    padding: 9px;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#contact_form .form-check input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-left: -15px;
    display: inline-block;
    margin-top: 9px;
    position: relative;
    left: 4px;
    top: 2px;
    display: none;
}
#contact_form .form-check input[type=checkbox]:checked:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FAB702;
    border-radius: 2px;
    border: 2px #fff solid;
}
#contact_form .form-check input[type=radio]:not(:checked) + span {
    color: #818181;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
#contact_form .form-check input[type=radio]:checked + span {
    color: #FFF;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
#contact_form .form-check {
    padding-left: 0px;
}
.inline-check-box .form-check {
    padding-left: 5px;
    margin: 5px 0;
    background: #222;
    border-radius: 4px;
    padding: 0px 12px 0px 22px !important;
}
#contact_form .form-check label.form-check-label {
    margin-left: 8px;
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
#contact_form .form-check label.form-check-label input[type='radio'] {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #FF0076;
}
#contact_form .form-check label.form-check-label input[type='radio']:not(:checked):after {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: -5px;
    left: 0px;
    position: relative;
    background: #FFF;
    border: 2px solid #818181;
    content: '';
    display: inline-block;
    visibility: visible;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
#contact_form .form-check label.form-check-label input[type='radio']:checked:after {
    width: 17px;
    height: 17px;
    top: -5px;
    left: 0px;
    position: relative;
    background: #ffa500;
    border: 2px solid #ffa500;
    border-radius: 50%;
    content: '';
    display: inline-block;
    visibility: visible;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
#contact_form .col h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
#contact_form .form-check .check-box-chose {
    display: inline-block;
    margin: 5px 3px;
    background: #222;
    border-radius: 4px;
    padding: 0px 5px 0px 5px;
}
#contact_form select option {
    color: #111 !important;
    padding: 10px 0;
}
#contact_form select {
    font-size: 14px;
}
#contact_form .form-check input[type=radio]#contact_form .form-check input[type=radio] {
    width: 16px;
    height: 16px;
    margin-top: 9px;
}
.inline-check-box {
    display: flex;
    grid-gap: 25px;
    margin-left: 10px;
}
.form-check h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-tab-img {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
.contact-info {
    width: 39%;
    display: inline-block;
    padding: 20px;
}
.form-group.inputDnD {
	position: relative;
}
.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #FAB702;
    color: #FAB702 !important;
}
.inputDnD .form-control-file + label {
    content: attr(data-title);
    position: absolute;
    left: 0;
	top: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.25em dashed #FAB702;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: visible;
	cursor: pointer;
}
.inputDnD .form-control-file:hover:before {
    border-style: solid;
    box-shadow: inset 0px 0px 0px 0.25em #FAB702;
}
#contact_form button.submit-btn-contact-form {
    background: #FAB702;
    min-width: 150px;
    height: 45px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    border: 1px #FAB702 solid;
    border-radius: 0px;
}
#contact_form button.submit-btn-contact-form:hover {
    background: #a77a01;
    border: 1px #a77a01 solid;
    color: #fff;
}
.faq {
    padding: 60px 0;
}
.faq .faq-list {
    padding: 0;
    list-style: none;
}
.faq .faq-list li {
    background-color: #35373a;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 6px;
    transition: 1s;
}
.faq .faq-list p {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
}
.collapsed i.fas.fa-arrow-up {}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}
.accordion {
    display: flex;
    flex-direction: column;
}
.accordion h1 {
    font-size: 32px;
    text-align: center;
}
.accordion-item {
    margin-top: 6px;
    border: 1px solid #343434;
    background: rgba(255, 255, 255, .02);
    border-radius: 6px;
    /* background: #ffffff; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10px 20px;
    box-sizing: border-box;
    align-items: center;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
    color: #fff;
    line-height: 30px;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-title .icon:after {
    content: "-";
    font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
    color: #FAB702;
}
.faq-title h3 {
    color: #fff;
    font-weight: 400;
}
.faq-title h4 {
    font-family: "Allura";
    text-transform: none;
    letter-spacing: 0;
    font-size: 40px;
    display: block;
    color: #FAB702;
    font-weight: 400;
}
.showcase-wrapper {
    padding: 60px 0;
}
.showcase-wrapper .thumb-previewer {
    padding: 8px;
    background: #fff;
    box-shadow: 0 0px 8px 1px #0000004f;
}
.showcase-wrapper .thumb-img {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-left: -20px;
    margin-top: 40px;
}
.image-frem-box .thumb-img li {
    margin-left: 20px;
    width: calc(100% / 2 - 30px);
    border: 2px #3a3a3a solid;
    margin-bottom: 20px;
}
.image-frem-box .thumb-img li a {
    min-height: 115px;
    max-height: 115px;
    overflow: hidden;
}
.showcase-wrapper .thumb-img li a {
    display: block;
    padding: 6px;
    background: #fff;
    box-shadow: 0 0px 8px 1px #0000004f;
}
.showcase-wrapper .thumb-img li img {
    max-width: 100%;
}
.patten-overlay-col {
    position: relative;
    min-height: 370px;
    max-height: 370px;
    overflow: hidden;
}
.patten-overlay-img {
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.thumb-previewer {
    min-height: 370px;
    max-height: 370px;
    width: 100%;
}
.thumb-previewer img {
    width: 100%;
}
.patten-title {
    font-size: 12px;
    color: #fff;
    width: 100%;
}
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #2a2a2a;
    position: relative;
    padding: 10px 20px !important;
    margin-bottom: 10px !important;
}
.nav-pills-custom .nav-link.active {
    color: #111;
    background: #FAB702;
}
#v-pills-tabContent > .active {
    display: block;
    padding: 0px !important;
    background-color: #1e1f22 !important;
}
.contact-info h4 {
    color: #fff;
    margin-bottom: 30px;
}
.contact-info ul li {
    font-size: 16px;
    line-height: 38px;
    border-bottom: 1px #484848 dashed;
}
.contact-info ul li .contact-bold {
    color: #FAB702;
    width: 60px;
    font-weight: 700;
}
#contact_form .form-check input[type="checkbox"] + label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    margin-right: 4px;
}
#contact_form .form-check input[type="checkbox"]:checked + label:before {
    color: #FAB702;
}
#contact_form .form-check input[type="checkbox"]:checked + label {
    border: none;
    color: white;
}
/*#contact_form .form-check input[type="radio"] + label, #contact_form .form-check input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 16px;
    padding: 6px 12px;
    border: none;
    background: #222;
    color: #888888;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}*/
.product-compare-section-top .about-text-two h2 {
    font-size: 36px;
}
.product-compare-section-top .about-text-two p {
    font-size: 16px;
}
.compare-products-box img {
    min-height: auto;
}
.table-compare-products table td {
    font-size: 14px;
}
.table-btn-full button {
    background: #FAB702;
    padding: 6px 20px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.table-btn-full button:hover {
    background: #c99301;
}
/* View More button styling for product compare table */
.table-btn-full .btn-view-more {
    border: 1px solid #FAB702;
    color: #FAB702;
    background-color: transparent;
    padding: 6px 20px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
}
.table-btn-full .btn-view-more:hover {
    background-color: #FAB702;
    color: #111;
}
ul.product-compare-categoey {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.compare-products-box img {
    min-height: 300px;
  }
ul.product-compare-categoey li.tab_item {
    padding: 15px;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    margin-left: 0;
    margin-bottom: 10px;
}
ul.product-compare-categoey li.tab_item a {
    background-color: #222;
    color: #6f7481;
    padding: 30px 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition-property: color, background-color, border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    border-radius: 7px;
}
ul.product-compare-categoey li.tab_item a .icon_bl i {
    color: #FAB702;
    font-size: 30px;
    font-weight: 400;
}
ul.product-compare-categoey li.tab_item a .icon_bl {
    margin-bottom: 10px;
}
.section-gap-bottom-padding-none {
    padding-bottom: 0px;
}
ul.product-compare-categoey li.tab_item a:hover {
    background: #FAB702;
    color: #111;
}
ul.product-compare-categoey li.tab_item a:hover .icon_bl i {
    background: #FAB702;
    color: #111;
}
.product-compare-slider .slick-dots {
    text-align: center;
    margin-top: -40px;
}
.product-compare-slider .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.product-compare-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.4;
    border-radius: 50%;
    text-indent: -100px;
    overflow: hidden;
}
.product-compare-slider .slick-dots li.slick-active button {
    background: #FAB702 !important;
    opacity: 0.9;
}
.yellow-bg-small {
    padding: 30px 0;
}
.image-name {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
#box-one {
    display: block;
}
#box-two {
    display: none;
}
#box-three {
    display: none;
}
.pdf-box .list_item a {
    display: flex;
    grid-gap: 15px;
    align-items: center;
    background-color: #222;
    padding: 20px;
    width: 30%;
}
.pdf-box .list_item a .pull-right h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.pdf-box .list_item a .pull-right p {
    font-size: 15px;
    font-weight: 500;
}
.pdf-box .list_item a .pull-left i {
    font-size: 22px;
}
.pdf-box {
    margin: 15px;
}
.product-compare-table {
    padding-top: 80px;
}
/* ================================================== */
/* blog */
/* ================================================== */
.blog-list {
    margin: 0;
    padding: 0;
}
/* blog list */
.blog-list li {
    list-style: none;
    line-height: 1.7em;
    margin-bottom: 60px;
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}
.de_light .blog-list li {
    border-bottom: solid 1px #ddd;
}
.blog-list h3, .blog-read h3 {
    margin-top: 20px;
}
.blog-list h3 a {
    color: #fff;
}
.de_light .blog-list h3 a {
    color: #111;
}
.de_light .text-light .blog-list h3 a {
    color: #fff;
}
.blog-list .btn-more {
    padding: 3px 25px 3px 25px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    float: right;
}
.blog-list .btn-more:hover {
    background: #fff;
}
.de_light .blog-list .btn-more:hover {
    background: #222;
    color: #fff;
}
.blog-list .post-text, .blog-read .post-text {
    padding-left: 80px;
}
.blog-list img {
    border-bottom: solid 4px;
}
.blog-list .blog-slider {
    margin-bottom: -60px;
}
.blog-list .date-box, .blog-read .date-box {
    width: 60px;
    position: absolute;
    text-align: center;
    text-shadow: none;
}
.blog-list .date-box .day, .blog-list .date-box .month {
    display: block;
    color: #fff;
    text-align: center;
    width: 60px;
    z-index: 100;
}
.de_light .blog-list .date-box .day, .de_light .blog-read .date-box .month {
    color: #111;
}
.blog-list .date-box .month {
    font-size: 14px;
}
.blog-list .date-box .day, .blog-read .date-box .day {
    color: #111;
    font-weight: 600;
    font-size: 32px;
    padding-top: 45px;
    padding-bottom: 10px;
    background: #FAB702;
}
blockquote.s1 {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
    margin-left: 30px;
    padding: 0 0 0 30px;
}
.blog-list .date-box .month, .blog-read .date-box .month {
    color: #fff;
    /* font-family: "Roboto"; */
    font-weight: 600;
    letter-spacing: 16px;
    padding: 7px 0 7px 0;
    border-bottom: solid 4px #333;
    font-size: 13px;
}
.de_light .blog-list .date-box .month, .de_light .blog-read .date-box .month {
    border-bottom-color: #ddd;
}
.de_light .text-light .blog-list .date-box .month {
    color: #fff;
}
.blog-snippet li {
    border-bottom: none !important;
    margin-bottom: 0;
}
.post-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.post-content p {
    margin-bottom: 15px;
    font-size: 15px;
}
.post-content img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.post-text {
    padding: 0px 0 20px 0;
    padding-bottom: 10px;
}
.item .post-text h4 {
    margin-bottom: 10px;
    line-height: 2em;
}
.post-text h4 a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.post-text .tags {
    font-size: 10px;
    text-transform: uppercase;
}
.p-tagline {
    color: #111111;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
}
.p-tagline, .p-title {
    background: rgba(var(--primary-color-rgb), .2);
    border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 10px;
    padding: 7px 10px 6px 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.p-tagline, .p-title.invert {
    background: var(--secondary-color);
}
.p-title {
    font-size: 12px;
    margin-bottom: 20px;
}
.post-text .p-date {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 500;
}
.post-info {
    border-top: solid 1px #eeeeee;
    padding-top: 15px;
}
#blog-carousel .item {
    width: 100%;
}
/* blog comment */
#blog-comment {
    margin-left: 80px;
    margin-top: 30px;
}
#blog-comment h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}
#blog-comment h5 {
    margin-bottom: 10px;
}
#blog-comment ul, #blog-comment li {
    list-style: none;
    margin-left: -30px;
    padding-left: 0;
}
#blog-comment ol {
    padding-left: 30px;
}
#blog-comment li {
    min-height: 70px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}
#blog-comment li .avatar {
    position: absolute;
    margin-top: 5px;
}
#blog-comment .comment {
    margin-left: 90px;
}
#blog-comment li {
    min-height: 70px;
    font-size: 12px;
    line-height: 1.6em;
}
#blog-comment li li {
    margin-left: 55px;
    padding-bottom: 0px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, .1);
    border-bottom: none;
}
#blog-comment li li .avatar {
    position: absolute;
}
.comment-info {
    margin-left: 90px;
    margin-bottom: 5px;
}
.comment-info .c_name {
    display: block;
    font-weight: 700;
}
.comment-info .c_reply {
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px rgba(255, 255, 255, .1);
    font-size: 12px;
}
.comment-info .c_date {
    font-size: 12px;
}
.blog-list h3, .blog-read h3 {
    letter-spacing: normal;
    font-size: 24px;
    text-transform: none;
}
/* blog comment form */
#commentform label {
    display: block;
}
#commentform input {
    width: 290px;
}
#commentform input:focus {
    border: solid 1px #999;
    background: #fff;
}
#commentform textarea {
    width: 97%;
    padding: 5px;
    height: 150px;
    color: #333;
}
#commentform textarea:focus {
    border: solid 1px #999;
    background: #fff;
}
#commentform input.btn {
    width: auto;
}
.post-meta {
    margin: 0px 0 10px 0px;
    border: solid 1px #eee;
    border-left: none;
    font-size: 11px;
    display: table;
    table-layout: fixed;
    margin-left: 80px;
}
.post-meta span {
    display: table-cell;
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-left: solid 1px #eee;
}
.post-meta span i {
    float: none;
    margin-right: 20px;
}
.post-image img {
    width: 100%;
    margin-bottom: 0px;
}
.post-meta {
    border-color: #222;
}
.post-meta span {
    border-color: #222;
}
.de_light .post-meta {
    border: solid 1px #eee;
}
.de_light .post-meta span {
    border-left: solid 1px #eee;
}
.p-tagline {
    color: #111111;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 10px;
    padding: 7px 10px 6px 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: #FAB702;
}
.comment_form_holder label {
    font-size: 15px;
}
.comment_form_holder #btnsubmit input[type=submit] {
    border: 2px #FAB702 solid;
    color: #fff;
}
.comment_form_holder #btnsubmit input[type=submit]:hover {
    background: #FAB702;
    border: 2px #FAB702 solid;
    color: #111;
}
.blog-slide {
    padding: 0;
    margin: 0;
}
.blog-read .post-content .post-text h3 a {
    color: #fff;
    font-weight: 500;
}
.blog-read .post-content .post-text h3 {
    margin-bottom: 15px;
}
.widget-post .top-rated-product-col .top-rated-product-content p {
    font-size: 13px;
    line-height: 20px;
}
.widget_tags ul {
    margin-top: 20px;
}
.widget_tags li {
    text-shadow: none;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 13px;
}
.widget_tags li a {
    border-color: #555;
}
.widget_tags li a {
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: solid 1px rgba(255, 255, 255, .1);
    color: #888;
    padding: 5px 8px 5px 8px;
}
.widget_tags li a:hover {
    background: #FAB702;
    color: #111;
}
.widget-text {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #363636 solid;
}
.widget-text p {
    font-size: 15px;
}
.buttom-btn-col ul {
    display: flex;
    grid-gap: 30px;
}
.boottom-button-box {
    margin-top: 80px;
}
.buttom-btn-col ul li {
    background-color: transparent !important;
    color: #6f7481;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition-property: color, background-color, border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    border-radius: 7px;
    padding: 17px 10px !important;
    max-width: 31.6%;
    min-width: 31.6%;
}
.buttom-btn-col ul li a {
    padding: 17px 10px !important;
    display: inline-block;
    width: 100%;
    border: 1px solid #FAB702;
    border-radius: 10px;
    color: #FAB702;
    background-color: transparent;
    font-weight: 700;
    transition: all 0.3s ease;
    text-align: center;
}
.buttom-btn-col ul li:hover {
    background-color: transparent !important;
}
.buttom-btn-col ul li:hover a {
    background-color: #FAB702;
    color: #111;
}
.benefits-col ul li {
    font-size: 16px;
    list-style-type: disc;
    margin-bottom: 10px;
    line-height: 22px;
}
.benefits-col ul {
    margin-left: 20px;
}
.list-table i {
    position: absolute;
    left: 10px;
    transform: translate(0px, 7px);
}
.list-table {
    padding-left: 35px !important;
    position: relative;
}
/*.shop-section{
    padding-top: 0px;
}*/
.pro-col h4 {
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}
.pro-col h4 a {
    color: #fff;
}
.pro-col a.btn-line {
    border: 1px #FAB702 solid;
    background: #FAB702;
    color: #111;
    font-size: 14px;
    padding: 4px 20px;
    border-radius: 5px;
    margin-top: 10px;
}
.box-product-content {
    text-align: center;
}
.box-product-content i {
    font-size: 40px;
    color: #FAB702;
}
.box-product-content h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.box-product-content p {
    font-weight: 500;
    font-size: 14px;
}
.padding-top-none {
    padding-top: 0px;
}
.login-btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 25px;
}
.login-btn-list .login-btn-list-left a {
    background: #FAB702;
    width: 100%;
    text-align: center;
    color: #111;
    font-size: 15px;
    border: 1px #FAB702 solid;
    padding: 6px;
}
.login-btn-list .login-btn-list-left a:hover {
    background: #111;
    border: 1px #111 solid;
    color: #fff;
}
.login-btn-list .login-btn-list-left {
    /*width: 50%;
    max-width: 50%;
    min-width: 50%;*/
}
.login-btn-list .login-btn-list-right a {
    background: transparent;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 6px;
    border: 1px #FAB702 solid;
    color: #fff;
}
.login-btn-list .login-btn-list-right a:hover {
    background: #FAB702;
}
.login-btn-list .login-btn-list-right {
    /*width: 50%;
    max-width: 50%;
    min-width: 50%;*/
}
.comper-login h6 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 24px;
}
.login-tab-list {
    justify-content: center;
    align-items: center;
}
.login-tab-list li {
    max-width: 50%;
    min-width: 50%;
    text-align: center;
    padding: 10px;
    background: #111;
}
.login-tab-btn {
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
}
.login-tab-content {
    padding: 15px;
}
.login-tab-content h5 {
    color: #fff;
    font-weight: 400;
}
.login-tab-content .modal-header {
    border: none;
}
.login-tab-content .modal-body label {
    font-size: 14px;
}
.login-tab-content button[type=submit] {
    background: #FAB702;
    border-radius: 0px;
    font-size: 14px;
}
.login-tab-content .modal-body input {
    padding: 10px;
    margin-bottom: 0px;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .1);
    border-radius: 0 !important;
    height: auto;
    font-size: 14px;
}
.login-tab-list li:last-child {
    background: #FAB702;
    color: #111 !important;
}
.login-tab-list li:last-child a {
    color: #111 !important;
}
.login-tab-list li a {
    display: inline-block;
    width: 100%;
}
#contact_form input[type=number] {
    appearance: none !important;
    -webkit-appearance: none !important;
}
.product-titel-table strong {
    color: #FAB702;
}
.service-providers-content ul {
    padding-left: 20px;
}
.service-providers-content ul li {
    list-style-type: disclosure-closed;
    font-size: 16px;
}
.service-providers-content h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-providers-img {
    min-height: 250px;
    max-height: 250px;
    width: 250px;
    min-width: 250px;
    margin: 0 auto;
}
.service-providers-img img {
    width: 100%;
    max-width: 100%;
}
.account-btn-custom {
    background: #FAB702;
    padding: 6px 20px;
    text-align: center;
    font-weight: 700;
    color: #111 !important;
    margin-top: 2px;
}
.outline-box a {
    background: transparent !important;
    border: 2px #FAB702 solid !important;
    color: #fff !important;
}
.outline-box a:hover {
    background: #FAB702 !important;
    border: 2px #FAB702 solid !important;
}
.account-protal ul li {
    list-style-type: disc;
    font-size: 16px;
}
.account-protal ul {
    padding-left: 20px;
}
.account-protal a {
    background: #FAB702;
    width: 100%;
    color: #111;
    text-align: center;
    padding: 8px;
    margin: 10px 0;
}
.or {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.box-broder {
    border: 1px #363636 solid;
    border-radius: 7px;
    padding: 15px;
}
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #FAB702;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.v-align-middle {
	vertical-align: middle !important;
}
/* Custom padding for container-fluid */
.px-6 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
}
@media (max-width: 991px) {
	.px-6 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}
@media (max-width: 575px) {
	.px-6 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}
@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }
    .accordion h1 {
        font-size: 22px;
    }
    .contact-info {
        margin-top: 30px;
    }
    .contact-tab-img {
        width: 100%;
    }
    .contact-info {
        width: 100%;
        padding: 20px 0;
    }
    .form-check {
        display: inline-block;
    }
    #blog-comment {
        margin-left: 0px;
    }
}
/*.sticky-header .menu-items ul li.has-submemu .submenu .list-cat-menu {
	display: inline-block;
	white-space: nowrap;
}
.submenu .list-cat-menu li {
	display: inline-block;
	white-space: nowrap;
}*/






