
:root {

    --main-color: #5ccec6;
    --body-color: #555555;
    --heading-color: #5ccec6;
    --white-color: #ffffff;
    --black-color: #000000;
    --font-size: 16px;
    --transition: all ease .5s;
    --border-radius: 4px;
    --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05)
}

@FONT-FACE {
	font-family: "TAJAWAL";
	src: url("TAJAWAL-REGULAR.TTF");
}
/*
@FONT-FACE {
	font-family: "teko";
	src: url("bold.woff2");
}*/

@FONT-FACE {
	font-family: "Roboto";
	src: url("Roboto-Regular.ttf");
}




@FONT-FACE {
	font-family: "movareg";
	src: url("movareg.woff2");
}



body {
font-size: 16px;
color: #333;
	font-family: "TAJAWAL";
}

a {

    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none !important;
    color: #555555;outline:none !important;outline: none !important;
box-shadow: none !important;
}



a:hover {
    text-decoration: none;
    color: #5ccec6
}

a:focus {
    text-decoration: none
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

    color: #000;
}

h3 {
    font-size: 24px
}

.d-table {
    width: 100%;
    height: 100%
}





.d-table-cell {
    vertical-align: middle
}


.hero-slider-item .d-table-cell {
    vertical-align: bottom

}


p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.form-control {
    height: 50px;
    color: #5ccec6;
    border: 1px solid #20223752;
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;border-radius: 30px;
}

.form-control::-webkit-input-placeholder {
    color: #676a6a
}

.form-control:-ms-input-placeholder {
    color: #676a6a
}

.form-control::-ms-input-placeholder {
    color: #676a6a
}

.form-control::placeholder {
    color: #676a6a
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #5ccec6
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

textarea.form-control {
    height: auto
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.mt-100 {
    margin-top: 100px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.ebeef5-bg-color {
    background-color: #ebeef5
}

.f5f6fa-bg-color {
    background-color: #f5f6fa
}

.default-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 20px;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #5ccec6;
border-radius:30px 0 0 30px;
    border: 1px solid #fff3;
    text-transform: capitalize;
height: 60px;
}

.default-btn:hover {
    color: #5ccec6;
    background-color: #222 !important
}

.read-more {
    font-weight: 500;
    font-size: 15px;
    color: #5ccec6;

}

.read-more span {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    margin-right: 5px;
    margin-bottom: 0;
    color: #5ccec6;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.read-more:hover {
    color: #5ccec6
}

.read-more:hover span {
    color: #5ccec6
}

.section-title {
    max-width: 750px;
    margin: 0 auto 20px;
    text-align: center
}

.section-title span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #5ccec6
}

.section-title h2 {
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
text-transform: capitalize;
padding-bottom:15px
}





.section-title h2:after {

position: absolute;
content: '';
height: 3px;
width: 63px;
bottom: 0;
right: 50%;
margin-right: -31px;
background-image: url(../images/shape-10.png);

}


.section-title h2:last-child {
    margin-bottom: 0
}

.section-title.white-title span {
    color: #5ccec6
}

.section-title.white-title h2 {
    color: #ffffff
}


.header-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 999
}

.top-header {
    background-color: #5ccec6;
    padding-top: 15px;
    padding-bottom: 15px
}

.top-header .header-right-content {
    padding-right: 30px
}

.top-header .header-right-content li {
    display: inline-block;
    margin-left: 30px
}

.top-header .header-right-content li:last-child {
    margin-left: 0
}

.top-header .header-right-content li i {
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
    font-size: 15px
}

.top-header .header-right-content li a {
    color: #ffffff;
    font-size: 15px
}

.top-header .header-right-content li a:hover {
    color: #5ccec6
}

.top-header .header-left-content {
    padding-left: 30px;
    float: left
}

.top-header .header-left-content li {
    display: inline-block;
    margin-left: 15px
}

.top-header .header-left-content li:last-child {
    margin-left: 0
}

.top-header .header-left-content li a {
    color: #ffffff;
    font-size: 15px
}

.top-header .header-left-content li a i {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.top-header .header-left-content li a:hover {
    color: #5ccec6
}

.top-header .header-left-content li a:hover i {
    color: #5ccec6
}

.top-header.top-header-style-two .header-right-content {
    margin-right: 230px
}

.top-header.top-header-style-three {
    background-color: transparent
}

.top-header.top-header-style-three .header-right-content {
    padding-left: 30px;
    padding-right: 0;
    float: left
}

.top-header.top-header-style-three .header-left-content {
    padding-right: 30px;
    float: right;
    padding-left: 0
}

.navbar-area .main-nav {
    background-color: #ffffff;

}

.navbar-area .main-nav .container-fluid {
    padding-right: 30px;
    padding-left: 30px
}

.navbar-area .main-nav .navbar {
padding: 0;
direction: rtl;
}

.navbar-area .main-nav .navbar .navbar-brand {
    font-size: 0;
    padding: 0;
margin: 0;
margin-left: 80px;
}


.navbar-area .main-nav .navbar .navbar-brand img { 
max-width: 200px;
}



.navbar-area .main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-right: 0;
    margin-left: 0;
    padding: 27px 8px;
    position: relative;
    z-index: 1
}

.navbar-area .main-nav nav .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #5ccec6;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 4px
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #ffffff
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover::before {
    width: 100%;
    left: auto;
    right: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #ffffff
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
    width: 100%;
    left: auto;
    right: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 130%;
    right: 0;
    padding: 0;
    opacity: 0;
    width: 300px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
/*
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);*/

background: #fff;

border-top: 1px solid #5ccec6;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
direction: rtl !important;
text-algin: right !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    color: #333;
    position: relative;
    padding: 8px 15px;
border-bottom: 1px solid #eee;
    margin-right: 0;
    margin-left: 0;
    text-transform: capitalize;
    display: block;
direction: rtl !important;
text-algin: right !important;
}




.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a{
	color:#ffffff;
	background:#5ccec6;	
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:after{
	font-family: Font Awesome\ 5 Pro;
	content: "\f104";
	position:absolute;
	right:10px;
top: 8px;
	width:10px;
	height:20px;
	display:block;
color:#5ccec6;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	z-index:5;opacity:0;
-webkit-transition: all ease .5s;
transition: all ease .5s;	
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:after{
opacity:1
}




.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: left;
    top: 12px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 20px
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ffffff;
    background-color: #5ccec6
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #ffffff
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: 100%;
    top: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: -2px !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    right: -98%;
    top: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #555555;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #ffffff
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #ffffff
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #ffffff
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -2px !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    right: auto;
    left: -100%
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 99%;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;

    background-color: #1d1f28;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.navbar-area.is-sticky.navbar-area-style-two .main-nav .navbar .navbar-brand {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 108px
}

.navbar-area.is-sticky.navbar-area-style-two .others-option.others-option-style-two {
    margin-right: 160px
}

.navbar-area.is-sticky.navbar-area-style-two .others-option.others-option-style-two .search-box .form-control {
    width: 300px
}
/*
.navbar-area.is-sticky.navbar-area-style-three {
    background-color: #5ccec6
}*/


/*
.navbar-area.is-sticky .others-option-for-responsive .dot-menu .inner i,
.navbar-area.is-sticky .lang-ar,
.navbar-area.is-sticky .lang-ar a {
color:#000;
border-color: #000;
}
*/
.navbar-area .others-option {
    margin-right: 30px
}

.navbar-area .others-option .search-box {
    display: inline-block;
    position: relative
}

.navbar-area .others-option .search-box .form-control {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    height: 50px;
    width: 300px;
    border-radius: 0 50px 50px 0
}

.navbar-area .others-option .search-box .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #5ccec6
}

.navbar-area .others-option .search-box .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #5ccec6;
    border-radius: 0 50px 50px 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 20px
}

.navbar-area .others-option .search-box .search-btn:hover {
    background-color: #5ccec6
}

.navbar-area .others-option .cart-icon {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 0
}

.navbar-area .others-option .cart-icon a i {
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #5ccec6;
    display: inline-block;
    color: #ffffff;
    border-radius: 50px
}

.navbar-area .others-option .cart-icon a span {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #5ccec6;
    font-size: 11px
}

.navbar-area .others-option .cart-icon a:hover i {
    background-color: #5ccec6
}

.navbar-area.navbar-area-style-two .main-nav .navbar .navbar-brand {
    position: absolute;
    top: -54px;
    right: 0
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item a::before {
    display: none
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item a.active {
    color: #5ccec6
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item a:hover {
    color: #5ccec6
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #5ccec6
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #5ccec6;
    background-color: transparent
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #5ccec6
}

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #5ccec6
}

.navbar-area.navbar-area-style-two .others-option.others-option-style-two {
    margin-right: 210px
}

.navbar-area.navbar-area-style-two .others-option.others-option-style-two .search-box .form-control {
    border-radius: 0;
    width: 250px
}

.navbar-area.navbar-area-style-two .others-option.others-option-style-two .search-box .search-btn {
    background-color: transparent;
    color: #5ccec6;
    line-height: 51px
}

.navbar-area.navbar-area-style-two .others-option.others-option-style-left .sidebar-menu {
    display: inline-block;
    margin-right: 30px
}

.navbar-area.navbar-area-style-two .others-option.others-option-style-left .sidebar-menu a i {
    font-size: 37px;
    background-color: #5ccec6;
    height: 50px;
    width: 60px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #ffffff
}

.navbar-area.navbar-area-style-two .others-option.others-option-style-left .cart-icon {
    margin-right: 0
}

.navbar-area.navbar-area-style-two .others-option.others-option-style-left .cart-icon a i {
    background-color: transparent;
    color: #5ccec6;
    width: unset;
    height: unset;
    line-height: unset;
    font-size: 25px
}

.navbar-area.navbar-area-style-two .others-option.others-option-style-left .cart-icon a span {
    background-color: #5ccec6;
    color: #ffffff;
    top: -5px;
    left: -6px
}


.navbar-area-style-three {
z-index: 9;
position: relative;
}

.navbar-area.navbar-area-style-three .main-nav {
    background-color: transparent;

border-bottom: 1px solid rgba(255,255,255,0.05);
border-bottom: 1px solid #ffffff1a;
/*
background: #2222221a;*/

}




.navbar-area.navbar-area-style-three.is-sticky .main-nav {
border: 0;
}


/*

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #333;
}

*/



.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item a::before {
    display: none
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item a::after {
    display: none
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item a.active {
    color: #5ccec6
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item a:hover {
    color: #5ccec6
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #5ccec6;
    background-color: transparent
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #5ccec6;padding-right: 25px;
    background-color: transparent
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #5ccec6
}

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #5ccec6
}

.navbar-area.navbar-area-style-three .others-option .search-box {
    position: relative;
    top: -5px
}

.navbar-area.navbar-area-style-three .others-option .search-box .form-control {
    border-radius: 0;
    border: 1px solid #fff6;
    background-color: transparent;
    color: #ffffff
}

.navbar-area.navbar-area-style-three .others-option .search-box .search-btn {
    border-radius: 0;
    border-right: 1px solid #fff6;
    color: #5ccec6;
    background-color: transparent
}

.navbar-area.navbar-area-style-three .others-option .search-box .search-btn:hover {
    color: #ffffff
}

.navbar-area.navbar-area-style-three .others-option .cart-icon {
    margin-right: 30px;
    position: relative;
    top: 0
}

.navbar-area.navbar-area-style-three .others-option .cart-icon a i {
    background-color: transparent;
    color: #ffffff;
    width: unset;
    height: unset;
    line-height: unset;
    font-size: 25px
}

.navbar-area.navbar-area-style-three .others-option .cart-icon a span {
    background-color: #5ccec6;
    color: #ffffff;
    top: -3px;
    left: -6px
}

.navbar-area.navbar-area-style-three .others-option .sidebar-menu {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    top: 3px
}

.navbar-area.navbar-area-style-three .others-option .sidebar-menu a i {
    font-size: 37px;
    display: inline-block;
    text-align: center;
    color: #ffffff
}


.others-option-for-responsive {

}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 25px;
    top: 20px
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px
}

.others-option-for-responsive .dot-menu .inner i {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;font-size: 22px;
}

.others-option-for-responsive .dot-menu:hover .inner i {
    color: #5ccec6
}

.others-option-for-responsive .container {
    position: relative
}

.others-option-for-responsive .container .container {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 262px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-right: 15px;
    padding-left: 15px
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.others-option-for-responsive .option-inner {

}



/*
.others-option-for-responsive .option-inner .others-option {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05)
}*/

.others-option-for-responsive .option-inner .others-option .option-item {
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
    margin-right: 0;
    padding-right: 0
}

.others-option-for-responsive .sidebar-menu {
    display: inline-block;
    margin-right: 10px
}

.others-option-for-responsive .sidebar-menu a i {
    font-size: 25px;
    background-color: #5ccec6;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 50px
}

.hero-slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative
}/*

.hero-slider-item.bg-1 {
    background-image: url(../images/hero-slider-img/hero-slider-img-1.jpg)
}

.hero-slider-item.bg-2 {
    background-image: url(../images/hero-slider-img/hero-slider-img-2.jpg)
}

.hero-slider-item.bg-3 {
    background-image: url(../images/hero-slider-img/hero-slider-img-3.jpg)
}

.hero-slider-item.bg-4 {
    background-image: url(../images/hero-slider-img/hero-slider-img-4.jpg)
}

.hero-slider-item:before {
content: "";
position: absolute;
bottom: -50%;
left: 0;
width: 500px;
height: 500px;
background-color: #ffffff1a;
border-radius: 60px;
z-index: 3;
transform: rotate(-40deg);
}
*/
.hero-slider-item::after { 
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
background-color: #0006;
}

.hero-slider-item .border-text {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 94, 20, .2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 280px;
    position: absolute;
    top: 130px;
    right: 0;
    left: 0;
    text-align: center
}

.hero-slider-content {
    max-width: 870px;
    margin: 0;
    text-align: right;
    position: relative;
    z-index: 1;
padding: 25px;
position: relative;
bottom: 70px;
}

.hero-slider-content h1 {
font-size: 20px;

color: #ffffff;

margin-bottom: 30px;

line-height: 30px;

text-transform: capitalize;

font-weight: normal;
}







.hero-slider-content h1 span {
color: #5ccec6;text-transform: capitalize;
/*
-webkit-text-stroke: 2px #5ccec6;
line-height: 1em;*/
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;font-size: 30px;
}

.hero-slider-content p {
    color: #ffffff;
    margin-bottom: 45px
}

.hero-slider-content .hero-slider-btn .default-btn.active {
    margin-right: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent
}

.hero-slider-content .hero-slider-btn .default-btn.active:hover {
    background-color: #5ccec6
}

/*
.hero-slider-area {
padding-right:90px;
}
*/

.hero-slider-area .owl-item.active .hero-slider-item::before {
    -webkit-animation: 3s .3s fadeInUp both;
    animation: 3s .3s fadeInUp both
}

.hero-slider-area .owl-item.active .hero-slider-content {
    overflow: hidden
}

.hero-slider-area .owl-item.active .hero-slider-content.one img {
    -webkit-animation: 2s .2s fadeInleft both;
    animation: 2s .2s fadeInleft both
}

.hero-slider-area .owl-item.active .hero-slider-content.one h1 {
    -webkit-animation: 2s .2s fadeInleft both;
    animation: 2s .2s fadeInleft both
}

.hero-slider-area .owl-item.active .hero-slider-content.one p {
    -webkit-animation: 2s .2s fadeInleft both;
    animation: 2s .2s fadeInleft both
}

.hero-slider-area .owl-item.active .hero-slider-content.one .hero-slider-btn {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both
}

.hero-slider-area .owl-item.active .hero-slider-content.two img {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both
}

.hero-slider-area .owl-item.active .hero-slider-content.two h1 {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both
}

.hero-slider-area .owl-item.active .hero-slider-content.two p {
    -webkit-animation: 3s .3s fadeInUpBig both;
    animation: 3s .3s fadeInUpBig both
}

.hero-slider-area .owl-item.active .hero-slider-content.two .hero-slider-btn {
    -webkit-animation: 3s .3s fadeInUpBig both;
    animation: 3s .3s fadeInUpBig both
}

.hero-slider-area .owl-next {
    position: absolute;
    top: 50%;
    left: 20px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.hero-slider-area .owl-next i {
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 18px
}

.hero-slider-area .owl-next i:hover {
    background-color: #5ccec6 !important;
    border-color: #5ccec6
}

.hero-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.hero-slider-area .owl-prev i {
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 18px
}

.hero-slider-area .owl-prev i:hover {
    background-color: #5ccec6 !important;
    border-color: #5ccec6
}

.hero-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important
}

.hero-slider-area.owl-theme .owl-nav {
    margin-top: 0 !important
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.hero-slider-area.hero-slider-two .hero-slider-item {
height: 100vh;padding-right: 90px;
}

.hero-slider-area.hero-slider-two .hero-slider-content {
max-width: 50%;

}

.hero-slider-area.hero-slider-two .hero-slider-content img {
    width: unset;
    margin: 0 auto 35px
}

.hero-slider-area.hero-slider-two .hero-slider-content p {
    font-size: 24px
}

.hero-slider-area.owl-theme .owl-dots {
position: absolute;
top: 50%;
left: 32px;
z-index: 100;
width: 20px;
transform: translatey(-50%);
}

.hero-slider-area.owl-theme .owl-dots .owl-dot {
display: block;
margin-bottom: 20px;
}

.hero-slider-area.owl-theme .owl-dots .owl-dot span {
width: 7px;
height: 7px;
margin: 0 10px;
background: #5ccec6;
-webkit-transition: all ease .5s;
transition: all ease .5s;
border-radius: 50%;position: relative;
}


.hero-slider-area.owl-theme .owl-dots .owl-dot span:after {
content: '';
position: absolute;
right: 50%;
top: 50%;
width: 22px;
height: 22px;
margin: -11px -11px 0 0 ;
box-sizing: border-box;
border: 1px solid rgba(255,255,255,0.4);
border-radius: 100%;
transition: all 0.3s ease;
transform: scale(0.0);
}



.hero-slider-area.owl-theme .owl-dots .owl-dot.active span:after {
transform: scale(1.0);
}

.hero-slider-area.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff
}

/*
.hero-slider-area.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #5ccec6
}
*/
.banner-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 770px;
    position: relative;
    background-image: url(../images/banner-bg.jpg)
}
/*
.banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .85
}*/

.banner-area .banner-content {
    max-width: 870px;
    margin: 140px auto 0;
    text-align: center;
    position: relative;
    z-index: 1
}

.banner-area .banner-content h1 {
    font-size: 80px;
    color: #ffffff;
    margin-bottom: 30px
}

.banner-area .banner-content h1 span {
    color: #5ccec6
}

.banner-area .banner-content .video-btn {
    background-color: rgba(101, 48, 34, .9)
}

.banner-area .banner-content .video-btn::before,
.banner-area .banner-content .video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(101, 48, 34, .9)
}


.who-we-are-img-4 img {
width:100%;position: relative;
}

.who-we-are-img-4 {
    position: relative;margin-right: 40px;
}

.who-we-are-img-4:before { 
width:100%;
height:100%;
content:'';
position:absolute;
right:-25px;
top:-25px;
border:7px solid #eee;
}

.hanged-text {
position: absolute;
right: -50px;
top: 69px;
width: 200px;
}
.ps-rela {
position: relative;
}

.hanged-text h5 {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    color: #777;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 13px;
    word-spacing: 2px;
    letter-spacing: 1px;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hanged-text::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 20px;
    height: 100px;
    border-right: 1px solid #ffffff1a;
}
.who-we-are-content .top-title {
    color: #5ccec6;
    position: relative;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;

}

/*
.who-we-are-content .top-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #5ccec6
}*/

.who-we-are-content h2 {
font-size: 24px;
margin-bottom: 20px;
text-transform: capitalize;
}

.who-we-are-content h2 span {
    color: #5ccec6
}

.who-we-are-content .single-who-we-are {
    margin-top: 25px;
    margin-bottom: 30px
}

.who-we-are-content .single-who-we-are i {
    color: #5ccec6;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 1
}

.who-we-are-content .single-who-we-are h3 {
    margin-bottom: 10px
}

.who-we-are-content .single-who-we-are p {
    margin-bottom: 20px
}

.who-we-are-content {
margin-bottom: 30px;
}

.who-we-are-img {
    position: relative
}

.who-we-are-img .who-we-are-img-2 {
    position: absolute;
    bottom: 0;
    left: 35px;
    border-top: 10px solid #ffffff;
    border-right: 10px solid #ffffff
}

.who-we-are-img .video-button {
    background-color: #5ccec6;
    padding: 13px 46px;
    margin-top: 30px
}

.who-we-are-img .video-button i {
    font-size: 50px;
    color: #ffffff
}

.who-we-are-img .video-button p {
    display: inline-block;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    top: -11px;
    margin-right: 10px
}

.who-we-are-area {
padding:50px 0 30px;
}

.who-we-are-area-style-two {
    position: relative;
    overflow: hidden
}

.who-we-are-area-style-two .single-who-we-are {
    margin-bottom: 30px
}

.who-we-are-area-style-two .who-we-are-content {
    max-width: 550px
}

.who-we-are-area-style-two .who-we-area-img-3 {
    position: absolute;
    top: 20px;
    left: -200px
}

.feathers-area {
    background-image: url(../images/feathers-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative
}

.feathers-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .8
}

.feathers-area.feathers-area-style-two {
    background-image: unset
}

.feathers-area.feathers-area-style-two::before {
    display: none
}

.feathers-area.feathers-area-style-two .container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-top: -60px;
    position: relative;
    z-index: 1;
    padding-top: 35px;
    padding-bottom: 20px
}

.feathers-area.feathers-area-style-two .col-lg-4:first-child .single-feathers::before {
    display: none
}

.feathers-area.feathers-area-style-two .single-feathers {
    text-align: center;
    padding: 30px;
    position: relative;
    padding-bottom: 0
}

.feathers-area.feathers-area-style-two .single-feathers::before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 1px;
    height: 100%;
    background-color: #eee
}

.feathers-area.feathers-area-style-two .single-feathers i {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 25px
}

.feathers-area.feathers-area-style-two .single-feathers i::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#ffdfd0), to(#ffffff));
    background-image: linear-gradient(#ffdfd0, #ffffff);
    z-index: -1;
    border-radius: 50%
}

.feathers-area.feathers-area-style-two .single-feathers h3 {
    color: #5ccec6
}

.feathers-area.feathers-area-style-two .single-feathers p {
    color: #555555
}

.single-feathers {
    position: relative;
    padding-right: 85px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px
}

.single-feathers i {
    color: #5ccec6;
    font-size: 60px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1
}

.single-feathers h3 {
    color: #ffffff;
    margin-bottom: 15px
}

.single-feathers p {
    color: #ffffff
}

.single-feathers:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services {
    background-image: url(../images/services-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px
}

.single-services::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ececec;
    opacity: .6;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services i {
    font-size: 60px;
    line-height: 1;
    color: #5ccec6;
    margin-bottom: 25px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services h3 {
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services p {
    margin-bottom: 17px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
height: 144px;color:#333;
overflow: hidden;text-transform: capitalize;
}

.single-services .count {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 70px;
    font-weight: 600;
    color: #555;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services:hover::before {
    background-color: #03abb3;
}

.single-services:hover i {
    color: #ffffff
}

.single-services:hover h3 {
    color: #ffffff
}

.single-services:hover p {
    color: #ffffff
}

.single-services:hover .read-more {
    color: #ffffff
}

.single-services:hover .read-more span {
    color: #ffffff
}

.single-services:hover .count {
    color: #5ccec6
}

.services-area-style-two {
    position: relative;
    z-index: 1
}


.services-area {
padding: 0;/*
background: #f3f3f3;
background: #f6f6f6;*/

}

.services-area-style-two .services-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1
}

.services-area-style-two .services-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .9
}

.services-area-style-two .single-services {
    background-color: #ffffff;
    background-image: unset;
    padding-top: 45px
}

.services-area-style-two .single-services i {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 70px
}

.services-area-style-two .single-services i::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#ffdfd0), to(#ffffff));
    background-image: linear-gradient(#ffdfd0, #ffffff);
    z-index: -1;
    border-radius: 50px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.services-area-style-two .single-services .count {
    top: unset;
    right: unset;
    bottom: 10px;
    left: 10px;
    font-size: 40px
}

.services-area-style-two .single-services:hover i::after {
    background-image: -webkit-gradient(linear, right top, right bottom, from(#ff7e43), to(#5ccec6));
    background-image: linear-gradient(#ff7e43, #5ccec6)
}

.services-area-style-three .single-services {
    border: 1px solid #eee
}

.services-area-style-three .single-services::before {
    opacity: 1;
    background-color: #ffffff
}

.services-area-style-three .single-services:hover::before {
    opacity: .9;
    background-color: #5ccec6
}

.counter-area .col-lg-3:nth-child(1) .single-counter::before {
    display: none
}

.counter-area.counter-area-style-two {
    background-image: url(../images/page-bg-24.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.counter-area.counter-area-style-two::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .9
}

.counter-area.counter-area-style-two::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: #ffffff
}

.counter-area.counter-area-style-two .single-counter {
    margin: 30px;
    padding-right: 80px;
    margin-top: 0
}

.counter-area.counter-area-style-two .single-counter::before {
    background-color: #ee7e4b;
    right: -45px
}

.counter-area.counter-area-style-two .single-counter i {
    color: #ffffff;
    font-size: 60px
}

.counter-area.counter-area-style-two .single-counter h2 {
    color: #ffffff
}

.counter-area.counter-area-style-two .single-counter h3 {
    color: #ffffff;
    font-size: 15px
}

.counter-area.counter-area-style-three .counter-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
padding: 50px 0;
    background-image: url(../images/fibre.jpg);
background-attachment: fixed;
}

.counter-area.counter-area-style-three .counter-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #181a22;opacity: 0.9;
}

.counter-area.counter-area-style-three .single-counter {
    margin: 0 30px;
    padding-right: 80px;
}

.counter-area.counter-area-style-three .single-counter:hover i {
color:#5ccec6;
}

.counter-area.counter-area-style-three .single-counter::before {
    background-color: #404759;
    right: -45px
}

.counter-area.counter-area-style-three .single-counter i {
    color: #ffffff;
    font-size: 60px
}

.counter-area.counter-area-style-three .single-counter h2 {
    color: #ffffff;font-weight: bold;
}

.counter-area.counter-area-style-three .single-counter h3 {
    color: #ffffff;
    font-size: 15px
}

.single-counter {
    position: relative;
    padding-right: 90px;
    margin-bottom: 30px
}

.single-counter::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background-color: #eee
}

.single-counter i {
    font-size: 70px;
    color: #5ccec6;
    line-height: 1;
    color: #5ccec6;
    position: absolute;
    top: 7px;
    right: 0
}

.single-counter h2 {
    font-size: 30px;
    color: #5ccec6;
    line-height: 1
}

.single-counter h3 {
    margin-bottom: 0;
    font-size: 20px
}

.featured-area {
    padding-bottom: 200px;
    position: relative
}

.featured-content {
    margin-right: 15px
}

.featured-content .top-title {
    color: #5ccec6;
    position: relative;
    line-height: 1;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 15px;
    
    font-size: 16px
}

.featured-content .top-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #5ccec6
}

.featured-content h2 {
    font-size: 34px;
    margin-bottom: 20px
}

.featured-img-2 {
    position: relative
}

.featured-img-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8
}

.featured-slider {
    position: absolute;
    bottom: 100px;
    left: 139px;
    max-width: 525px;
    margin-right: auto;
    background-color: #5ccec6;
    padding: 30px
}

.featured-slider .featured-item h3 {
    color: #ffffff;
    margin-bottom: 18px
}

.featured-slider .featured-item p {
    color: #ffffff
}

.featured-slider .featured-item .read-more {
    color: #ffffff
}

.featured-slider .featured-item .read-more span {
    color: #ffffff
}

.featured-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    bottom: 25px;
    right: -200px
}

.featured-slider.owl-theme .owl-next {
    margin: 0
}

.featured-slider.owl-theme .owl-next i {
    border: 1px solid #5ccec6;
    color: #5ccec6;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 26px;
    border-right: none
}

.featured-slider.owl-theme .owl-next i:hover {
    background-color: #5ccec6 !important;
    border-color: #5ccec6;
    color: #ffffff !important
}

.featured-slider.owl-theme .owl-prev {
    margin: 0
}

.featured-slider.owl-theme .owl-prev i {
    border: 1px solid #5ccec6;
    color: #5ccec6;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 26px
}

.featured-slider.owl-theme .owl-prev i:hover {
    background-color: #5ccec6 !important;
    border-color: #5ccec6;
    color: #ffffff !important
}

.featured-slider.owl-theme .owl-nav {
    margin-top: 0 !important
}

.featured-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.price-area {
    background-image: url(../images/price-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.price-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .9;
    z-index: -1
}

.price-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 537px;
    background-color: #ffffff;
    z-index: -1
}

.price-area.price-area-style-two {
    background-image: unset
}

.price-area.price-area-style-two::before {
    display: none
}

.price-area.price-area-style-two::after {
    display: none
}

.price-area.price-area-style-three {
    background-image: unset
}

.price-area.price-area-style-three::before {
    display: none
}

.price-area.price-area-style-three .single-price-card.active {
    background-color: #5ccec6
}

.price-area.price-area-style-three .single-price-card.active .price-title {
    background-color: #f5f5f5
}

.price-area.price-area-style-three .single-price-card.active .price-title h3 {
    color: #5ccec6
}

.price-area.price-area-style-three .single-price-card.active .price-title h2 {
    color: #5ccec6
}

.price-area.price-area-style-three .single-price-card.active .price-title span {
    color: #5ccec6
}

.price-area.price-area-style-three .single-price-card.active ul li {
    color: #ffffff;
    border-bottom: 1px solid #1f293e
}

.single-price-card {
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-price-card .price-title {
    background-color: #5ccec6;
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-price-card .price-title h3 {
    color: #ffffff
}

.single-price-card .price-title h2 {
    color: #5ccec6;
    font-size: 70px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-price-card .price-title h2 sub {
    font-size: 35px;
    position: relative;
    top: 0
}

.single-price-card .price-title span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600
}

.single-price-card ul {
    padding: 30px
}

.single-price-card ul li {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #555;
    font-size: 16px
}

.single-price-card ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.single-price-card .default-btn {
    margin-bottom: 30px;
    background-color: #5ccec6;
    border-color: #5ccec6
}

.single-price-card .default-btn:hover {
    background-color: #5ccec6;
    color: #ffffff
}

.single-price-card.active .price-title {
    background-color: #5ccec6
}

.single-price-card.active h2 {
    color: #ffffff
}

.single-price-card.active .default-btn {
    background-color: #5ccec6;
    color: #ffffff;
    border-color: #5ccec6
}

.single-price-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-price-card:hover .price-title {
    background-color: #5ccec6
}

.single-price-card:hover h2 {
    color: #ffffff
}

.single-price-card:hover .default-btn {
    background-color: #5ccec6;
    color: #ffffff;
    border-color: #5ccec6
}

.skills-content {
    margin-left: 30px
}

.skills-content .top-title {
    color: #5ccec6;
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.skills-content h2 {
    font-size: 36px;
    margin-bottom: 20px
}

.skills-content p {
    margin-bottom: 30px
}

.all-skill-bar {
    margin-left: 30px
}

.skill-bar {
    margin-bottom: 20px
}

.skill-bar .progress-title-holder {
    position: relative
}

.skill-bar .progress-title {
    font-size: 18px;
    font-weight: 500
}

.skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff
}

.skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    color: #5ccec6;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600
}

.skill-bar .down-arrow {
    border: 1px solid #5ccec6;
    position: absolute;
    right: 50%;
    top: 88%;
    height: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.skill-bar .progress-content-outter {
    height: 6px;
    background-color: #f5f5f5
}

.skill-bar .progress-content {
    height: 6px;
    background-color: #5ccec6;
    width: 0%
}

.skill-img {
    position: relative
}

.skill-img .video-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.partner-area {
    background-image: url(../images/partner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center
}

.partner-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .9;
    z-index: -1
}

.partner-area.partner-area-style-two::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffffff
}

.partner-area.partner-area-style-three::before {
    background-color: #f5f5f5;
    opacity: .9
}

.testimonials-area .testimonials-slider {
    position: relative
}

.testimonials-area .testimonials-slider .row {
    max-width: 970px;
    margin-right: auto
}

.testimonials-area .testimonials-slider .testimonials-right-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.testimonials-area .testimonials-slider img {
    border: 10px solid #ffffff
}

.testimonials-area .testimonials-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    bottom: -97px;
    right: 0;
    left: 0
}

.testimonials-area .testimonials-slider.owl-theme .owl-next {
    margin: 0
}

.testimonials-area .testimonials-slider.owl-theme .owl-next i {
    border: 1px solid #5ccec6;
    color: #5ccec6;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 26px;
    border-right: none
}

.testimonials-area .testimonials-slider.owl-theme .owl-next i:hover {
    background-color: #5ccec6 !important;
    border-color: #5ccec6;
    color: #ffffff !important
}

.testimonials-area .testimonials-slider.owl-theme .owl-prev {
    margin: 0
}

.testimonials-area .testimonials-slider.owl-theme .owl-prev i {
    border: 1px solid #5ccec6;
    color: #5ccec6;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 26px
}

.testimonials-area .testimonials-slider.owl-theme .owl-prev i:hover {
    background-color: #5ccec6 !important;
    border-color: #5ccec6;
    color: #ffffff !important
}

.testimonials-area .testimonials-slider.owl-theme .owl-nav {
    margin-top: 0 !important
}

.testimonials-area .testimonials-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.testimonials-area.testimonials-area-style-two {
    background-image: url(../images/testimonials-img/testimonials-img-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.testimonials-area.testimonials-area-style-two::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .9;
    z-index: -1
}

.testimonials-area.testimonials-area-style-two::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    background-color: #ffffff;
    z-index: -1
}

.testimonials-area.testimonials-area-style-two .testimonials-content .testimonials-name h3 {
    margin-bottom: 5px;
    color: #5ccec6
}

.testimonials-area.testimonials-area-style-two .testimonials-content .testimonials-name span {
    color: #ffffff
}

.testimonials-area.testimonials-area-style-two .testimonials-content p {
    color: #ffffff
}

.testimonials-area.testimonials-area-style-two .testimonials-slider .row {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto
}

.testimonials-area.testimonials-area-style-two .testimonials-slider.owl-theme .owl-nav {
    bottom: 0 !important;
    right: -170px
}

.testimonials-area.testimonials-area-style-two .testimonials-shape {
    position: absolute;
    top: 0;
    right: 30px
}

.testimonials-area.three::after {
    display: none
}

.testimonials-area.three img {
    border: none
}

.testimonials-area .testimonials-area-style-three {
    position: relative
}

.testimonials-area .testimonials-area-style-three::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background-color: #ffffff
}

.testimonials-area .testimonials-area-style-three::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background-color: #ffffff
}

.testimonials-content .testimonials-name {
    position: relative;
    margin-bottom: 20px;
    padding-right: 70px
}

.testimonials-content .testimonials-name i {
    font-size: 50px;
    color: #5ccec6;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0
}

.testimonials-content .testimonials-name h3 {
    margin-bottom: 5px
}

.testimonials-all-content {
    position: relative
}

.testimonials-all-content .testimonials-right-img {
    position: absolute;
    top: -95px;
    right: 0
}

.single-blog-post {
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #ffffff
}

.single-blog-post .news-content {
    position: relative;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px
}

.single-blog-post .news-content a h3 {
    font-size: 24px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 20px
}

.single-blog-post .news-content a:hover h3 {
    color: #5ccec6
}

.single-blog-post .news-content .admin {
    padding-bottom: 24px;
    line-height: 1
}

.single-blog-post .news-content .admin li {
    display: inline-block;
    font-size: 16px
}

.single-blog-post .news-content .admin li a img {
    margin-left: 5px;
    border-radius: 50px
}

.single-blog-post .news-content .admin .float {
    float: left;
    position: relative;
    top: 15px
}

.single-blog-post .news-content .admin .float i {
    color: #5ccec6;
    font-size: 16px
}

.single-blog-post:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.blog-area-style-three .blog-bg {
    background-image: url(../images/blog-card-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.blog-area-style-three .blog-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .9
}

.blog-area-style-three .blog-list {
    border-bottom: 1px solid #2e303b
}

.blog-area-style-three .blog-list .admin li {
    color: #ffffff
}

.blog-area-style-three .blog-list .admin li a {
    color: #ffffff
}

.blog-area-style-three .blog-list h3 {
    color: #ffffff
}

.blog-area-style-three .blog-list p {
    color: #ffffff;
    margin-bottom: 20px
}

.blog-area-style-three .blog-list .read-more {
    color: #ffffff
}

.blog-area-style-three .blog-list .read-more span {
    color: #ffffff
}

.blog-area-style-three .style p {
    margin-bottom: 20px
}

.subscribe-area {
    background-image: url(../images/feathers-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 4;
padding: 30px 50px;
margin: -70px 0;
}

.subscribe-area::before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #5ecec7;
opacity: 0.9;
z-index: -1;
}

.subscribe-area .container {
    max-width: 960px;
    margin: auto
}

.subscribe-area .subscribe-content span {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.subscribe-area .subscribe-content h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #30273c
}

.subscribe-area .newsletter-form {
    position: relative;
width: 80%;
float: left;
}

.subscribe-area .newsletter-form .form-control {
height: 60px;
background-color: #fff;
color: #000;
border: none;
}

.subscribe-area .newsletter-form .form-control::-webkit-input-placeholder {
    color: #ffffff
}

.subscribe-area .newsletter-form .form-control:-ms-input-placeholder {
    color: #ffffff
}

.subscribe-area .newsletter-form .form-control::-ms-input-placeholder {
    color: #ffffff
}

.subscribe-area .newsletter-form .form-control::placeholder {
    color: #ffffff
}

.subscribe-area .newsletter-form .form-control:focus {
    border-color: #ffffff
}

.subscribe-area .newsletter-form .default-btn {
position: absolute;
top: 0;
left: 0;
background: #30273c;
padding: 0 30px;
color: #fff;
border: none;
}

.subscribe-area .newsletter-form #validator-newsletter {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    right: 0
}

.footer-top-area {
background-color: #30273c;
background-image: url(../images/ironpatern.png);
padding:90px 0 0;
position: relative;

}
.footer-top-area .container {
z-index:2;position: relative;
}

/*
.footer-top-area:after {
    content: "";
    position: absolute;
    bottom: 0;z-index:1;
    right: 0;
    width: 100%;
    height: 100%;
background-color: #161616;
}
*/

.single-footer-widget {
    margin-bottom: 15px;
display: inline-block;
}

.single-footer-widget img {
    margin-bottom: 25px;
width: 260px;
}


.suct-none {
padding-left:60px;
}

.single-footer-widget p {
    margin-bottom: 15px;
    color: #fff
}

.footer-top-area .social-icon {
line-height: 1;
text-align: right;
margin-top: 15px;
}

.footer-top-area .social-icon li {
    display: inline-block;
    margin-left: 5px
}

.footer-top-area .social-icon li a i {
width: 38px;

height: 38px;

line-height: 35px;

    color: #fff;
    text-align: center;
    border-radius: 50px;
background: linear-gradient( to left , #ffffff14, #ffffff0a);
}

.footer-top-area .social-icon li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.footer-top-area .social-icon li a:hover i {
    background-color: #5ccec6;color:#fff;
}

.single-footer-widget h3 {
color: #ffffff;
font-size: 20px;
margin-bottom: 20px;
text-transform: capitalize;
position: relative;
padding-bottom: 20px;
}




.single-footer-widget h3:after {
    content: "";
    position: absolute;
    bottom:0;
    right: 0;
    width: 55px;
    height: 2px;

background: linear-gradient( to left , #5ccec6, #5ccec61a);

}


.single-footer-widget .import-link li {
margin-bottom: 14px;
width: 50%;
float: right;
padding-right: 20px;position: relative;
}


.single-footer-widget .import-link li:after {   
/*

	font-family: Font Awesome\ 5 Pro;
	content: '\f104';*/
	content: '';
    position: absolute;
top: 13px;
    right: 0;
width: 8px;
height: 1px;
background: #5ccec6;

}

.single-footer-widget .import-link li:last-child {
    margin-bottom: 0
}

.single-footer-widget .import-link li a {
    color: #fff;
text-transform: capitalize;font-size: 17px;
}

.single-footer-widget .import-link li a:hover {
    color: #5ccec6
}


.single-footer-widget .address i {
    position: absolute;
    color: #5ccec6;
    right: 0;
    top: 2px;
    font-size: 20px;
background: linear-gradient( to left , #ffffff14, #ffffff0a);
width: 44px;
height: 44px;
border-radius: 50%;
line-height: 44px;
text-align: center;
}

.single-footer-widget .address li {

    padding-right: 55px;
    position: relative;
    margin-bottom: 15px;
height: 40px;
display: flex;
color: #fff;
align-items: center;
}

.single-footer-widget .address li a {
    color: #fff;

}

.single-footer-widget .address li a:hover {
    color: #5ccec6
}


.single-footer-widget .address li i {
    position: absolute;
    color: #5ccec6;
    right: 0;
    top: 2px;
    font-size: 20px
}

.single-footer-widget .time li {
    color: #ffffff;
    margin-bottom: 12px
}

.single-footer-widget .time li span {
    float: left
}

.footer-bottom-area {
padding-top: 10px;
padding-bottom: 10px;
background: #30273c;
}

.footer-bottom-area p {
    color: #fff;
font-size: 13px;
text-align: center;
}

.footer-bottom-area p a {
    color: #5ccec6
}

.footer-bottom-area p i {
    position: relative;
    top: 1px
}

.footer-bottom-area .footer-bottom-menu {
    float: left
}

.footer-bottom-area .footer-bottom-menu li {
    display: inline-block;
    margin-left: 15px
}

.footer-bottom-area .footer-bottom-menu li:last-child {
    margin-left: 0
}

.footer-bottom-area .footer-bottom-menu li a {
    color: #ffffff
}

.footer-bottom-area .footer-bottom-menu li a:hover {
    color: #5ccec6
}

.sidebar-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    overflow: hidden
}

.sidebar-modal .sidebar-modal-inner {
    position: absolute;
    left: -100%;
    top: 0;
    max-width: 400px;
    overflow-y: scroll;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 1;
    padding: 40px
}

.sidebar-modal .sidebar-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px
}

.sidebar-modal .sidebar-header .sidebar-logo {
    display: inline-block
}

.sidebar-modal .sidebar-header .close-btn {
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 33px;
    background-color: #5ccec6;
    color: #ffffff;
    border-radius: 0;
    float: left;
    text-align: center;
    position: relative;
    top: 13px
}

.sidebar-modal .sidebar-header .close-btn:hover {
    color: #ffffff;
    background-color: #5ccec6
}

.sidebar-modal .sidebar-about {
    margin-bottom: 30px
}

.sidebar-modal .sidebar-about .title h2 {
    margin-bottom: 0;
    font-size: 20px
}

.sidebar-modal .sidebar-about .title p {
    margin-bottom: 0;
    font-size: 15px
}

.sidebar-modal .contact-us {
    margin-bottom: 30px
}

.sidebar-modal .contact-us h2 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-right: 10px
}

.sidebar-modal .contact-us h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5ccec6
}

.sidebar-modal .contact-us ul li {
    position: relative;
    padding-right: 30px;
    margin-bottom: 20px
}

.sidebar-modal .contact-us ul li:last-child {
    margin-bottom: 0
}

.sidebar-modal .contact-us ul li i {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 16px;
    color: #5ccec6
}

.sidebar-modal .contact-us ul li a {
    display: block
}

.sidebar-modal .sidebar-gallery-feed {
    margin-bottom: 30px
}

.sidebar-modal .sidebar-gallery-feed h2 {
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
    padding-right: 10px;
    line-height: 1
}

.sidebar-modal .sidebar-gallery-feed h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5ccec6
}

.sidebar-modal .sidebar-gallery-feed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    list-style-type: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    margin-top: -10px
}

.sidebar-modal .sidebar-gallery-feed ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px
}

.sidebar-modal .sidebar-gallery-feed ul li a {
    display: block;
    position: relative
}

.sidebar-modal .sidebar-gallery-feed ul li a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    visibility: hidden
}

.sidebar-modal .sidebar-gallery-feed ul li a:hover::before {
    opacity: .5;
    visibility: visible
}

.sidebar-modal .sidebar-follow-us h2 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-right: 10px
}

.sidebar-modal .sidebar-follow-us h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5ccec6
}

.sidebar-modal .sidebar-follow-us .social-wrap {
    line-height: 1
}

.sidebar-modal .sidebar-follow-us .social-wrap li {
    display: inline-block;
    padding-left: 10px
}

.sidebar-modal .sidebar-follow-us .social-wrap li a i {
    font-size: 20px
}

.sidebar-modal .sidebar-follow-us .social-wrap li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.sidebar-modal.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, .9)
}

.sidebar-modal.active .sidebar-modal-inner {
    left: 0
}








.sap-area {
padding:40px 0 20px;
background: #f9f9f9;
}

.team-area {
padding:40px 0 20px;
background: #f9f9f9;
}


.single-team-member {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
border-radius: 0 40px 0 40px;
overflow:hidden;
}


.single-team-member a {
display: block;
overflow: hidden;
position: relative;
}

.single-team-member img {
height:280px;
-webkit-transition: .5s;
transition: .5s;
}


.single-team-member:hover img {
transform:scale(1.1);
}





.single-team-member > a:after { 
content: "";
    background-color: rgba(255, 255, 255, 0.2);
    background: #f6f6f61a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f6f6f61a, #fffc); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f6f6f61a, #fffc);
background: linear-gradient(to left, #f6f6f61a, #ffffff4d);
    position: absolute;
    width: 35%;
    height: 200%;
    right: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);}

.single-team-member:hover  > a:after {
    right: 150%;
}


.team-area .new-ite {
border-radius: 0 40px 0 40px;overflow: hidden;
}

.single-team-member .team-content {

padding: 12px 12px;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
background: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
z-index:8;

}

.single-team-member .team-content span {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px
}

.single-team-member .team-content h3 {
width: 80%;
margin: 0 auto;
text-align: center;
height: 40px;
display: grid;
align-items: center;

}
.single-team-member .team-content h3 a { 
color: #333;

font-size: 17px;
}

.single-team-member .team-content .team-social .control {
    width: 40px;
    height: 40px;
    line-height: 43px;
    background-color: #0003;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 12px;
    color: #5ccec6;
border-radius: 50%;
}

.single-team-member .team-content .team-social ul {
    position: absolute;
    top: -130px;
    left: 30px;
    opacity: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-member .team-content .team-social ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-member .team-content .team-social ul li:nth-child(4) a i {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.single-team-member .team-content .team-social ul li:nth-child(3) a i {
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
}

.single-team-member .team-content .team-social ul li:nth-child(2) a i {
    -webkit-transform: translateY(120px);
    transform: translateY(120px)
}

.single-team-member .team-content .team-social ul li:nth-child(1) a i {
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
    border-radius: 50px 50px 0 0
}

.single-team-member .team-content .team-social:hover ul {
    opacity: 1
}

.single-team-member .team-content .team-social:hover ul li:nth-child(4) a i {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.single-team-member .team-content .team-social:hover ul li:nth-child(3) a i {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.single-team-member .team-content .team-social:hover ul li:nth-child(2) a i {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.single-team-member .team-content .team-social:hover ul li:nth-child(1) a i {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}



.projects-area .section-title {
    max-width: 650px
}

.projects.project-single-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;overflow: hidden;
}


.projects.project-single-item img {
height:300px;
width:100%;
object-fit: cover;
}

/*
.project-single-item:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e1a122;
    border-radius: 10px;
    transition: all 500ms ease;
 opacity: 1;
  right: -10px;
  top: -10px;

}
*/
.projects.bg-1 {
    background-image: url(../images/projects-img/projects-img-1.jpg);
    height: 100%;
    position: relative
}

.projects.bg-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    z-index: 999
}

.projects.bg-2 {
    background-image: url(../images/projects-img/projects-img-2.jpg);
    height: 250px
}

.projects.bg-3 {
    background-image: url(../images/projects-img/projects-img-3.jpg);
    height: 250px
}

.projects.bg-4 {
    background-image: url(../images/projects-img/projects-img-4.jpg);
    height: 250px
}

.projects.bg-5 {
    background-image: url(../images/projects-img/projects-img-5.jpg);
    height: 250px
}

.projects .view-projects {
background-color: rgba(16, 15, 13, 0.65);
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;/*
    -webkit-transform: scale(0);
    transform: scale(0)*/
}

.projects:hover .view-projects {/*
    -webkit-transform: scale(1);
    transform: scale(1)*/
right:0;
}



.projects .view-projects i {
width: 45px;

height: 45px;

line-height: 45px;

background: #5ccec6;

position: absolute;

left: 20px;

top: 20px;text-align: center;
}

.shorting .mix {
    display: none
}

.shorting-menu {
    text-align: center;
    margin-bottom: 30px
}

.shorting-menu button.filter {
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
    color: #5ccec6
}

.shorting-menu button.filter.active {
    color: #5ccec6
}

.projects-area-three {
    background-image: url(../images/back4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
padding:35px 0;
}

.projects-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
background-color: #181a22;
opacity: 0.9;
    z-index: -1
}

.projects-area-three .section-title {
    max-width: 550px
}

.projects-area-three .owl-theme .owl-dots .owl-dot.active span,
.projects-area-three .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent
}

.projects-area-three .owl-dots {
    margin-top: 20px !important;
    line-height: 1
}

.projects-area-three .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background: 0 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative
}

.projects-area-three .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 50%;
    margin: 8px
}

.projects-area-three .owl-dots .owl-dot:hover span {
    border-color: #5ccec6
}

.projects-area-three .owl-dots .owl-dot:hover span::before {
    background-color: #5ccec6;
    margin: 2px
}

.projects-area-three .owl-dots .owl-dot.active span {
    border-color: #5ccec6;
    position: relative
}

.projects-area-three .owl-dots .owl-dot.active span::before {
    background-color: #5ccec6;
    margin: 2px
}

.projects-area-three .owl-dots .owl-dot .active span,
.projects-area-three .owl-dots .owl-dot .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent
}

.page-title-area {
    position: relative;
    overflow: hidden;
    padding-top: 307px;
    padding-bottom: 150px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .9;
    z-index: -1
}
/*
.page-title-area.bg-1 {
    background-image: url(../images/page-bg/page-bg-1.jpg)
}

.page-title-area.bg-2 {
    background-image: url(../images/page-bg/page-bg-2.jpg)
}

.page-title-area.bg-3 {
    background-image: url(../images/page-bg/page-bg-3.jpg)
}

.page-title-area.bg-4 {
    background-image: url(../images/page-bg/page-bg-4.jpg)
}

.page-title-area.bg-5 {
    background-image: url(../images/page-bg/page-bg-5.jpg)
}

.page-title-area.bg-6 {
    background-image: url(../images/page-bg/page-bg-6.jpg)
}

.page-title-area.bg-7 {
    background-image: url(../images/page-bg/page-bg-7.jpg)
}

.page-title-area.bg-8 {
    background-image: url(../images/page-bg/page-bg-8.jpg)
}

.page-title-area.bg-9 {
    background-image: url(../images/page-bg/page-bg-9.jpg)
}

.page-title-area.bg-10 {
    background-image: url(../images/page-bg/page-bg-10.jpg)
}

.page-title-area.bg-11 {
    background-image: url(../images/page-bg/page-bg-11.jpg)
}

.page-title-area.bg-12 {
    background-image: url(../images/page-bg/page-bg-12.jpg)
}

.page-title-area.bg-13 {
    background-image: url(../images/page-bg/page-bg-13.jpg)
}

.page-title-area.bg-14 {
    background-image: url(../images/page-bg/page-bg-14.jpg)
}

.page-title-area.bg-15 {
    background-image: url(../images/page-bg/page-bg-15.jpg)
}

.page-title-area.bg-16 {
    background-image: url(../images/page-bg/page-bg-16.jpg)
}

.page-title-area.bg-17 {
    background-image: url(../images/page-bg/page-bg-17.jpg)
}

.page-title-area.bg-18 {
    background-image: url(../images/page-bg/page-bg-18.jpg)
}

.page-title-area.bg-19 {
    background-image: url(../images/page-bg/page-bg-19.jpg)
}

.page-title-area.bg-20 {
    background-image: url(../images/page-bg/page-bg-20.jpg)
}

.page-title-area.bg-21 {
    background-image: url(../images/page-bg/page-bg-21.jpg)
}

.page-title-area.bg-22 {
    background-image: url(../images/page-bg/page-bg-22.jpg)
}

.page-title-area.bg-23 {
    background-image: url(../images/page-bg/page-bg-23.jpg)
}

.page-title-area.bg-24 {
    background-image: url(../images/page-bg/page-bg-24.jpg)
}

.page-title-area.bg-25 {
    background-image: url(../images/page-bg/page-bg-25.jpg)
}

.page-title-area.bg-26 {
    background-image: url(../images/page-bg/page-bg-26.jpg)
}

.page-title-area.bg-27 {
    background-image: url(../images/page-bg/page-bg-27.jpg)
}

.page-title-area.bg-28 {
    background-image: url(../images/page-bg/page-bg-28.jpg)
}

.page-title-area.bg-29 {
    background-image: url(../images/page-bg/page-bg-29.jpg)
}

.page-title-area.bg-30 {
    background-image: url(../images/page-bg/page-bg-30.jpg)
}*/

.page-title-area .page-title-content {
    position: relative;
    margin-top: -10px
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 500
}

.page-title-area .page-title-content ul {
    padding-right: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-left: 15px;
    margin-right: 15px;
    color: #ffffff
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -3px;
    background-color: #ffffff;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none
}

.page-title-area .page-title-content ul li a {
    color: #ffffff
}

.page-title-area .page-title-content ul li a:hover {
    color: #5ccec6
}

.page-title-area .page-title-content ul .active {
    color: #5ccec6
}

.project-details-table {
    background-image: url(../images/project-details-img/project-details-table-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    position: relative;
    z-index: 1
}

.project-details-table::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .9;
    z-index: -1
}

.project-details-table h3 {
    color: #5ccec6;
    font-size: 24px;
    margin-bottom: 20px
}

.project-details-table p {
    color: #ffffff;
    margin-bottom: 20px
}

.project-details-table ul li {
    color: #ffffff;
    margin-bottom: 20px
}

.project-details-table ul li:last-child {
    margin-bottom: 0
}

.project-details-table ul li span {
    float: left;
    text-align: right
}

.project-details-table ul li span i {
    color: #ffb607
}

.projects-details-area .content-one {
    margin-top: 30px
}

.projects-details-area .content-one h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.projects-details-area .content-two {
    margin-top: 30px
}

.projects-details-area .content-two h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.projects-details-area .content-two p {
    margin-bottom: 0
}

.projects-details-area .content-two ul {
    margin-bottom: 30px;
    margin-top: 20px
}

.projects-details-area .content-two ul li {
    margin-bottom: 10px
}

.projects-details-area .content-two ul li:last-child {
    margin-bottom: 0
}

.projects-details-area .content-two ul li i {
    color: #5ccec6;
    position: relative;
    top: 2px;
    margin-left: 5px
}

.projects-details-area .content-two .details-img {
    margin-bottom: 30px
}

.projects-details-area .content-three h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.projects-details-area .top-details-img {
    background-image: url(../images/project-details-img/projects-details-img-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.user-area-style {
    position: relative;
    z-index: 1
}

.user-area-style .section-title {
    margin-bottom: 0;
    margin-top: 0;
    padding: 30px;
    padding-bottom: 25px;
    text-align: right;
    max-width: unset;
    border: 1px solid #ebebeb;
    border-bottom: none
}

.user-area-style .section-title h2 {
    font-size: 30px;
    position: relative;
    line-height: 1;
    padding-right: 15px
}

.user-area-style .section-title h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #5ccec6
}

.user-area-style .contact-form-action {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 30px;
    padding-top: 0
}

.user-area-style .contact-form-action .section-title {
    margin-bottom: 40px
}

.user-area-style .contact-form-action form .form-condition {
    margin-bottom: 20px
}

.user-area-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
    color: #5ccec6
}

.user-area-style .contact-form-action form .form-group {
    margin-bottom: 30px
}

.user-area-style .contact-form-action form .default-btn {
    margin-bottom: 25px
}

.user-area-style .contact-form-action form .default-btn.register {
    background-color: #5ccec6;
    border: 1px solid #5ccec6;
    color: #ffffff
}

.user-area-style .contact-form-action form .default-btn.register:hover {
    background-color: transparent;
    color: #5ccec6;
    border: 1px solid #5ccec6 !important
}

.user-area-style .contact-form-action form .login-action {
    margin-bottom: 30px
}

.user-area-style .contact-form-action form .login-action .log-rem {
    display: inline-block
}

.user-area-style .contact-form-action form .login-action .log-rem label {
    margin-bottom: 0
}

.user-area-style .contact-form-action form .login-action .forgot-login {
    display: inline-block;
    float: left
}

.user-area-style .contact-form-action p a {
    color: #5ccec6
}

.user-area-style .contact-form-action p a:hover {
    color: #5ccec6
}

.user-area-style .log-in-content,
.user-area-style .registration-content {
    max-width: 600px;
    margin: auto
}

.user-area-style.recover-password-area .recover {
    max-width: 600px;
    margin: auto;
    border-top: 1px solid #ebebeb;
    padding-top: 30px
}

.user-area-style.recover-password-area .recover .default-btn {
    margin-bottom: 0
}

.user-area-style.recover-password-area h3 {
    font-size: 40px;
    margin-top: -11px
}

.user-area-style.recover-password-area p {
    margin-bottom: 30px
}

.user-area-style.recover-password-area .now-register {
    float: left
}

.user-area-style .text-left {
    text-align: left
}

.faq-area .section-title {
    text-align: right;
    max-width: unset;
    margin-bottom: 30px
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-right: 0;
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 10px
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item.active {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
    padding: 15px 30px;
    color: #5ccec6;
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 0;
    top: 17px;
    font-size: 25px;

}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8"
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding: 30px;
    padding-bottom: 10px
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8
}

.faq-accordion .accordion .accordion-content.show {
    display: block
}

.faq-img {
    background-image: url(../images/faq-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.faq-contact-area .contact-title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -6px
}

.faq-contact-area .contact-title h2 {
    font-size: 36px
}

.faq-contact-area .contact-wrap {
    max-width: 800px;
    margin: auto
}

.faq-contact-area .contact-wrap .default-btn {
    display: table;
    margin: 20px auto 0
}

.faq-contact-area .contact-wrap .form-group {
    margin-bottom: 30px
}

.faq-contact-area #msgSubmit {
    margin-top: 20px;
    text-align: center
}

.faq-contact-area .hidden {
    display: none
}

label {
    margin-bottom: 12px
}

.main-contact-area .contact-wrap {
    max-width: unset
}

.main-contact-area .contact-wrap .contact-title h2 {
    margin-bottom: 20px;
    font-size: 30px
}

.main-contact-area .contact-wrap .form-group {
    margin-bottom: 30px
}

.main-contact-area .contact-wrap .default-btn {
    margin: auto;
    display: table;
    cursor: pointer
}

.main-contact-area .contact-wrap .contact-form #msgSubmit {
    position: unset;
    text-align: center;
    margin-top: 20px
}

.main-contact-area .contact-wrap .contact-form .hidden {
    display: none
}

.main-contact-area .contact-info {
    background-image: url(../images/contact-info-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    height: 100%
}

.main-contact-area .contact-info::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .9;
    z-index: -1
}

.main-contact-area .contact-info h3 {
    color: #ffffff;
    font-size: 24px
}

.main-contact-area .contact-info p {
    color: #e6e6e6;
    margin-bottom: 25px
}

.main-contact-area .contact-info .address .location {
    padding-right: 60px;
    position: relative;
    color: #e6e6e6
}

.main-contact-area .contact-info .address .location i {
    position: absolute;
    color: #5ccec6;
    right: 0;
    top: 5px;
    font-size: 45px
}

.main-contact-area .contact-info .address .location span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #e6e6e6;
    
    margin-bottom: 10px
}

.main-contact-area .contact-info .address li {
    padding-right: 60px;
    position: relative;
    margin-bottom: 20px
}

.main-contact-area .contact-info .address li a {
    color: #e6e6e6;
    display: block
}

.main-contact-area .contact-info .address li a:hover {
    color: #5ccec6
}

.main-contact-area .contact-info .address li:last-child {
    margin-bottom: 0
}

.main-contact-area .contact-info .address li i {
    position: absolute;
    color: #5ccec6;
    right: 0;
    top: 0;
    font-size: 45px
}

.main-contact-area .contact-info .address li span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    
    margin-bottom: 10px
}

.main-contact-area .contact-info .sidebar-follow-us {
    margin-top: 30px
}

.main-contact-area .contact-info .sidebar-follow-us h3 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1;
    padding-right: 10px;
    color: #ffffff
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap {
    line-height: 1
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li {
    display: inline-block;
    padding-left: 10px
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a i {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover i {
    border-color: #5ccec6;
    background-color: #5ccec6
}

.list-unstyled {
    color: red;
    margin-top: 10px;
    font-size: 14px
}

.map-area iframe {
    height: 480px;
    width: 100%;
    border: none !important;
    display: block
}

.privacy-policy-wrap {
    max-width: 800px;
    margin: auto
}

.privacy-policy-wrap .title {
    margin-bottom: 30px;
    text-align: center
}

.privacy-policy-wrap .title span {
    color: #5ccec6;
    display: block;
    margin-bottom: 10px
}

.privacy-policy-wrap .title h2 {
    font-size: 36px
}

.privacy-policy-wrap img {
    margin-bottom: 30px
}

.privacy-policy-wrap .privacy-content {
    margin-bottom: 30px
}

.privacy-policy-wrap .privacy-content h3 {
    margin-bottom: 15px
}

.privacy-policy-wrap .privacy-content p {
    margin-bottom: 10px
}

.privacy-policy-wrap .privacy-content ul {
    margin-right: 20px;
    margin-bottom: 15px;
    list-style-type: disc;
    margin-top: 15px
}

.privacy-policy-wrap .privacy-content ul li {
    margin-bottom: 10px
}

.privacy-policy-wrap .privacy-content ul li:last-child {
    margin-bottom: 0
}

.privacy-policy-wrap .privacy-content.six {
    margin-bottom: 0
}

.privacy-policy-wrap .privacy-content.six p {
    margin-bottom: 0
}

.terms-conditions {
    max-width: 800px;
    margin: auto
}

.terms-conditions .title {
    margin-bottom: 30px;
    text-align: center
}

.terms-conditions .title span {
    color: #5ccec6;
    display: block;
    margin-bottom: 10px
}

.terms-conditions .title h2 {
    font-size: 36px
}

.terms-conditions img {
    margin-bottom: 30px
}

.terms-conditions .conditions-content {
    margin-bottom: 30px
}

.terms-conditions .conditions-content h3 {
    margin-bottom: 15px
}

.terms-conditions .conditions-content p {
    margin-bottom: 10px
}

.terms-conditions .conditions-content ul {
    margin-right: 20px;
    margin-bottom: 15px;
    list-style-type: disc;
    margin-top: 15px
}

.terms-conditions .conditions-content ul li {
    margin-bottom: 10px
}

.terms-conditions .conditions-content ul li:last-child {
    margin-bottom: 0
}

.terms-conditions .conditions-content.six {
    margin-bottom: 0
}

.terms-conditions .conditions-content.six p {
    margin-bottom: 0
}

.terms-conditions .conditions-content.five {
    margin-bottom: 0
}

.terms-conditions .conditions-content.five p {
    margin-bottom: 0
}

.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb
}

.coming-soon-area .coming-soon-content {
    max-width: 700px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-right: auto;
    margin-left: auto
}

.coming-soon-area .coming-soon-content .logo {
    display: inline-block
}

.coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 0
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 40px
}

.coming-soon-area .coming-soon-content #timer div {
    background-color: #5ccec6;
    color: #ffffff;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-right: 10px;
    margin-left: 10px
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600
}

.coming-soon-area .coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px
}

.coming-soon-area .coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #5ccec6
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
    position: absolute;
    right: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    top: 9px;
    font-size: 22px
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background: #5ccec6
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 0 32px;
    color: #5ccec6;
    height: 45px;
    display: block;
    width: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 16px;
    font-weight: 400
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #555555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #555555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #555555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #555555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
    border-color: #5ccec6;
    outline: 0 !important
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .default-btn {
    border-radius: 0
}

.coming-soon-area .coming-soon-content form .default-btn::before {
    border-radius: 0
}

.coming-soon-area .coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red
}

.coming-soon-area .coming-soon-content form .validation-success {
    margin-top: 15px
}

.coming-soon-area .coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px
}

.error-area {
    text-align: center;
    position: relative;
    z-index: 1
}

.error-area .error-content-wrap {
    z-index: 1;
    position: relative
}

.error-area .error-content-wrap h1 {
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    color: #5ccec6
}

.error-area .error-content-wrap h1 .a {
    display: inline-block
}

.error-area .error-content-wrap h1 .red {
    color: red;
    display: inline-block
}

.error-area .error-content-wrap h1 .b {
    display: inline-block
}

.error-area .error-content-wrap h3 {
    margin: 30px 0 0;
    position: relative;
    color: red
}

.error-area .error-content-wrap p {
    margin: 20px 0;
    font-size: 19px;
    color: #5ccec6
}

.single-blog-content .blog-top-content {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px
}

.single-blog-content .blog-top-content img {
    margin-bottom: 30px
}

.single-blog-content .blog-top-content .news-content h3 {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 20px
}

.single-blog-content .blog-top-content .news-content .admin {
    padding-bottom: 24px;
    line-height: 1
}

.single-blog-content .blog-top-content .news-content .admin li {
    display: inline-block;
    font-size: 16px
}

.single-blog-content .blog-top-content .news-content .admin li a img {
    margin-left: 5px;
    border-radius: 50px;
    margin-bottom: 0
}

.single-blog-content .blog-top-content .news-content .admin .float {
    float: left;
    position: relative;
    top: 15px;
    margin-right: 20px
}

.single-blog-content .blog-top-content .news-content .admin .float i {
    color: #5ccec6;
    font-size: 18px;
    position: relative;
    top: 1px
}

.single-blog-content .blog-top-content blockquote {
    position: relative;
    margin-bottom: 0
}

.single-blog-content .blog-top-content blockquote i {
    position: absolute;
    top: 41px;
    right: 0;
    font-size: 30px;
    background-color: #5ccec6;
    color: #ffffff;
    padding: 5px
}

.single-blog-content .blog-top-content blockquote p {
    padding: 30px 60px;
    font-weight: 500;
    font-size: 18px;
    color: #5ccec6
}

.single-blog-content .social-wrap {
    background-color: #5ccec6;
    padding: 20px 30px;
    margin-top: 30px;
    margin-bottom: 50px
}

.single-blog-content .social-wrap li {
    display: inline-block
}

.single-blog-content .social-wrap li span {
    color: #ffffff;
    margin-left: 10px;
    font-weight: 500
}

.single-blog-content .social-wrap li a {
    font-size: 16px;
    margin-left: 10px;
    color: #ffffff
}

.single-blog-content .social-wrap li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.single-blog-content .social-wrap li:last-child a {
    margin-left: 0
}

.single-blog-content .post-next-and-prev-wrap {
    margin-bottom: 50px
}

.single-blog-content .post-next-and-prev-wrap .prev-img {
    position: relative
}

.single-blog-content .post-next-and-prev-wrap .prev-img h3 {
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 115px
}

.single-blog-content .post-next-and-prev-wrap .next-img {
    position: relative;
    text-align: left
}

.single-blog-content .post-next-and-prev-wrap .next-img h3 {
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 115px
}

.single-blog-content .comments-wrap {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 50px
}

.single-blog-content .comments-wrap h3 {
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    padding-right: 10px
}

.single-blog-content .comments-wrap h3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #5ccec6
}

.single-blog-content .comments-wrap ul li {
    position: relative;
    padding-right: 100px;
    margin-bottom: 30px
}

.single-blog-content .comments-wrap ul li:last-child {
    margin-bottom: 0
}

.single-blog-content .comments-wrap ul li img {
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: 0
}

.single-blog-content .comments-wrap ul li h3 {
    margin-bottom: 10px;
    font-size: 16px;
    padding-right: 0
}

.single-blog-content .comments-wrap ul li h3::before {
    display: none
}

.single-blog-content .comments-wrap ul li span {
    display: block;
    margin-bottom: 15px
}

.single-blog-content .comments-wrap ul li a {
    font-size: 14px;
    font-weight: 600
}

.single-blog-content .comments-wrap ul li a:hover {
    letter-spacing: 1px
}

.single-blog-content .comments-wrap ul li a i {
    margin-left: 5px
}

.single-blog-content .leave-reply-wrap {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px
}

.single-blog-content .leave-reply-wrap h3 {
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
    padding-right: 10px
}

.single-blog-content .leave-reply-wrap h3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #5ccec6
}

.single-blog-content .leave-reply-wrap p {
    margin-bottom: 30px
}

.single-blog-content .leave-reply-wrap .form-group {
    margin-bottom: 25px
}

.single-blog-content .leave-reply-wrap .form-group #chb1 {
    margin-left: 5px
}

.single-blog-content .leave-reply-wrap .form-group label {
    margin-bottom: 10px
}

.single-blog-content .leave-reply-wrap input[type=checkbox],
.single-blog-content .leave-reply-wrap input[type=radio] {
    margin-left: 5px;
    position: relative;
    top: 1px
}

.sidebar-widget {
    margin-bottom: 35px
}

.sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
    padding-right: 10px
}

.sidebar-widget h3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #5ccec6
}

.sidebar-widget.search .search-form {
    position: relative;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05)
}

.sidebar-widget.search .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #5ccec6;
    top: 20px;
    left: 20px;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.sidebar-widget.search .search-form .search-button:hover {
    background-color: #5ccec6
}

.sidebar-widget.popular-post {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px
}

.sidebar-widget.popular-post .item {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    height: 100px
}

.sidebar-widget.popular-post .item:first-child::before {
    display: none
}

.sidebar-widget.popular-post .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.sidebar-widget.popular-post .item .thumb {
    float: right;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-left: 15px
}

.sidebar-widget.popular-post .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg1 {
    background-image: url(../images/single-blog/popular-img-1.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg2 {
    background-image: url(../images/single-blog/popular-img-2.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg3 {
    background-image: url(../images/single-blog/popular-img-3.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg4 {
    background-image: url(../images/shop-img/best-product-1.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg5 {
    background-image: url(../images/shop-img/best-product-2.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg6 {
    background-image: url(../images/shop-img/best-product-3.jpg)
}

.sidebar-widget.popular-post .item .info {
    overflow: hidden
}

.sidebar-widget.popular-post .item .info .title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500
}

.sidebar-widget.popular-post .item .info .title a {
    display: inline-block;
    color: #5ccec6
}

.sidebar-widget.popular-post .item .info .title a:hover {
    color: #5ccec6
}

.sidebar-widget.popular-post .item .info .title .rating {
    display: block
}

.sidebar-widget.popular-post .item .info .title .rating i {
    color: #ffb607
}

.sidebar-widget.popular-post .item .info .date {
    font-size: 13px;
    color: #555555;
    display: block
}

.sidebar-widget.categories {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    overflow: hidden
}

.sidebar-widget.categories ul li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.sidebar-widget.categories ul li span {
    float: left;
    display: inline-block
}

.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-widget.categories ul li:first-child::before {
    display: none
}

.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0
}

.sidebar-widget.tags {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px
}

.sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px
}

.sidebar-widget.tags ul li a {
    border: 1px solid #eee;
    padding: 8px 12px
}

.sidebar-widget.tags ul li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #5ccec6;
    color: #ffffff;
    border-color: #5ccec6
}

.sidebar-widget.tags ul li:last-child {
    margin-bottom: 0
}

.sidebar-widget.sidebar-gallery-feed {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px
}

.sidebar-widget.sidebar-gallery-feed h2 {
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
    padding-right: 10px;
    line-height: 1
}

.sidebar-widget.sidebar-gallery-feed h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5ccec6
}

.sidebar-widget.sidebar-gallery-feed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    list-style-type: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    margin-top: -10px
}

.sidebar-widget.sidebar-gallery-feed ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px
}

.sidebar-widget.sidebar-gallery-feed ul li a {
    display: block;
    position: relative
}

.sidebar-widget.sidebar-gallery-feed ul li a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    visibility: hidden
}

.sidebar-widget.sidebar-gallery-feed ul li a:hover::before {
    opacity: .5;
    visibility: visible
}

.blog-column-one-area .single-blog-post p {
    margin-bottom: 20px
}

.blog-column-two-area .single-blog-post p {
    margin-bottom: 20px
}

.blog-column-three-area .single-blog-post p {
    margin-bottom: 20px
}

.blog-right-sidebar-area .single-blog-post p {
    margin-bottom: 20px
}

.services-details-area .content-one {
    margin-top: 30px
}

.services-details-area .content-one h3 {
    margin-bottom: 15px
}

.services-details-area .content-two {
    margin-top: 30px
}

.services-details-area .content-two h3 {
    margin-bottom: 15px
}

.services-details-area .content-two p {
    margin-bottom: 0
}

.services-details-area .content-two ul {
    margin-bottom: 30px;
    margin-top: 20px
}

.services-details-area .content-two ul li {
    margin-bottom: 10px
}

.services-details-area .content-two ul li:last-child {
    margin-bottom: 0
}

.services-details-area .content-two ul li i {
    color: #5ccec6;
    position: relative;
    top: 2px;
    margin-left: 5px
}

.services-details-area .content-two .details-img {
    margin-bottom: 30px
}

.services-details-area .content-three h3 {
    margin-bottom: 15px
}

.services-details-area .services-faq-title h2 {
    font-size: 24px
}

.showing-result {
    margin-bottom: 30px;
    margin-left: 15px
}

.showing-result .showing-top-bar-ordering {
    text-align: left
}

.showing-result .showing-top-bar-ordering .nice-select {
    color: #5ccec6;
    border-radius: 0;
    border: none;
    float: unset;
    height: unset;
    line-height: initial;
    padding: 15px 35px 15px 15px;
    font-size: 16px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05)
}

.showing-result .showing-top-bar-ordering .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 250px;
    overflow-y: scroll
}

.showing-result .showing-top-bar-ordering .nice-select .list .option {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px
}

.showing-result .showing-top-bar-ordering .nice-select .list .option:hover {
    background-color: #5ccec6 !important;
    color: #ffffff
}

.showing-result .showing-top-bar-ordering .nice-select .list .option.selected {
    font-weight: 500;
    color: #555555
}

.showing-result .showing-top-bar-ordering .nice-select:after {
    left: 20px
}

.showing-result .search-form .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #5ccec6;
    color: #ffffff;
    font-size: 20px
}

.showing-result .search-form .form-control {
    border: 1px solid #d7d7d7;
    background-color: #f5f6fa;
    font-size: 16px
}

.showing-result .search-form .form-control::-webkit-input-placeholder {
    color: #616161
}

.showing-result .search-form .form-control:-ms-input-placeholder {
    color: #616161
}

.showing-result .search-form .form-control::-ms-input-placeholder {
    color: #616161
}

.showing-result .search-form .form-control::placeholder {
    color: #616161
}

.single-shop {
    text-align: center;
    margin-bottom: 30px
}

.single-shop .shop-img {
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05)
}

.single-shop .shop-img ul {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-shop .shop-img ul li {
    display: inline-block;
    margin: 0 5px
}

.single-shop .shop-img ul li a i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #5ccec6;
    border-radius: 4px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-shop .shop-img ul li a:hover i {
    background-color: #5ccec6;
    color: #ffffff
}

.single-shop .shop-img .default-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.single-shop .shop-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5ccec6;
    opacity: .5;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-shop a h3 {
    margin-bottom: 5px;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-shop a:hover h3 {
    color: #5ccec6
}

.single-shop .rating li {
    display: inline-block;
    margin: 0 1px
}

.single-shop .rating li i {
    color: #ffb607
}

.single-shop span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.single-shop span del {
    margin-left: 10px
}

.single-shop .default-btn {
    padding: 12px 45px;
    font-size: 15px;
    background-color: transparent;
    border-color: #5ccec6;
    color: #5ccec6
}

.single-shop .default-btn:hover {
    background-color: #5ccec6;
    color: #ffffff
}

.single-shop:hover .shop-img ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.single-shop:hover .shop-img::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.single-shop:hover .shop-img .default-btn {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #5ccec6;
    border-color: #5ccec6;
    color: #ffffff
}

.cart-area .product-thumbnail {
    width: 130px
}

.cart-area .cart-table {
    text-align: center
}

.cart-area .cart-table table thead tr th {
    border-bottom: none;
    border: none;
    border-bottom: 1px solid #dedede;
    color: #5ccec6;
    padding-top: 0;
    font-size: 16px;
    font-weight: 600
}

.cart-area .cart-table table tbody tr td {
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #dedede
}

.cart-area .cart-table table tbody tr td a {
    color: #5ccec6
}

.cart-area .cart-table table tbody tr td a:hover {
    color: #5ccec6
}

.cart-area .cart-table table tbody tr td.product-subtotal {
    font-size: 15px
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
    margin-right: 50px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #555555;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    float: left
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
    background-color: red;
    color: #ffffff
}

.cart-area .cart-table table tbody tr td.product-quantity {
    width: 145px
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
    position: relative
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 59px;
    color: #555555;
    outline: 0;
    display: block;
    border: none;
    border: 1px solid #dedede;
    text-align: center;
    width: 75%
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
    position: absolute;
    top: 29px;
    left: 2px;
    border: 1px solid #dedede;
    cursor: pointer;
    color: #555555;
    width: 30px;
    height: 30px;
    line-height: 31px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 20px
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
    background-color: #5ccec6;
    color: #ffffff
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
    position: absolute;
    top: 0;
    left: 2px;
    border: 1px solid #dedede;
    cursor: pointer;
    color: #555555;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 20px
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
    background-color: #5ccec6;
    color: #ffffff
}

.cart-area .coupon-cart {
    margin-top: 20px
}

.cart-area .coupon-cart .form-group {
    position: relative
}

.cart-area .coupon-cart .form-group .form-control {
    border: 1px solid #dedede
}

.cart-area .coupon-cart .form-group .form-control:focus {
    border-color: #5ccec6
}

.cart-area .coupon-cart .form-group .default-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px
}

.cart-area .coupon-cart .default-btn.update {
    background-color: transparent;
    border-color: #5ccec6;
    color: #5ccec6
}

.cart-area .coupon-cart .default-btn.update:hover {
    background-color: #5ccec6;
    border-color: #5ccec6;
    color: #ffffff
}

.cart-area .cart-checkout-title {
    margin-bottom: 0;
    padding: 30px;
    padding-bottom: 0;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    position: relative;
    padding-right: 40px
}

.cart-area .cart-checkout-title::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 2px;
    height: 50%;
    background-color: #5ccec6
}

.cart-area .cart-totals {
    padding: 30px;
    border-radius: 0;
    border: 1px solid #dedede;
    border-top: none;
    overflow: hidden;
    padding-top: 20px
}

.cart-area .cart-totals h3 {
    margin-bottom: 25px
}

.cart-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-area .cart-totals ul li {
    color: #555555;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede
}

.cart-area .cart-totals ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.cart-area .cart-totals ul li span {
    float: left;
    color: #666;
    font-weight: 400
}

.cart-area .cart-totals .default-btn {
    display: block
}

.cart-area tbody,
.cart-area td,
.cart-area tfoot,
.cart-area th,
.cart-area thead,
.cart-area tr {
    border-top: none
}

.checkout-area .billing-details h3 {
    margin-bottom: 20px;
    font-size: 30px
}

.checkout-area .billing-details .form-group {
    margin-bottom: 30px
}

.checkout-area .billing-details .form-group label {
    display: block;
    color: #555555;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px
}

.checkout-area .billing-details .form-group label .required {
    color: #555555
}

.checkout-area .billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #555555;
    padding-top: 0;
    padding-bottom: 0
}

.checkout-area .billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.checkout-area .billing-details .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    padding-right: 20px;
    padding-left: 20px
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
    background-color: #5ccec6 !important;
    color: #ffffff
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent
}

.checkout-area .billing-details .form-group .nice-select:after {
    left: 20px
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
    background-color: #5ccec6 !important;
    color: #ffffff !important
}

.checkout-area .billing-details .form-group textarea {
    padding-top: 13px
}

.checkout-area .billing-details .form-check {
    margin-bottom: 20px
}

.checkout-area .billing-details .form-check .form-check-label {
    color: #555555;
    font-weight: 600;
    font-size: 15px
}

.checkout-area .billing-details .form-check label {
    position: relative;
    top: 1px
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.checkout-area .cart-totals {
    border-radius: 0;
    margin-bottom: 30px
}

.checkout-area .cart-totals h3 {
    margin-bottom: 0;
    padding: 30px;
    padding-bottom: 0;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    position: relative;
    padding-right: 40px
}

.checkout-area .cart-totals h3::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 2px;
    height: 50%;
    background-color: #5ccec6
}

.checkout-area .cart-totals ul {
    padding: 15px 30px;
    border: 1px solid #dedede;
    border-top: none
}

.checkout-area .cart-totals ul li {
    color: #555555;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede
}

.checkout-area .cart-totals ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.checkout-area .cart-totals ul li span {
    float: left;
    color: #666;
    font-weight: 400
}

.checkout-area .faq-accordion h3 {
    margin-bottom: 0;
    padding: 30px;
    padding-bottom: 0;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    position: relative;
    padding-right: 40px
}

.checkout-area .faq-accordion h3::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 2px;
    height: 50%;
    background-color: #5ccec6
}

.checkout-area .faq-accordion .accordion {
    border: 1px solid #dedede;
    padding: 30px;
    border-top: none
}

.checkout-area .faq-accordion .accordion .accordion-content {
    border-top: none;
    padding: 0
}

.checkout-area .faq-accordion .accordion .accordion-title {
    padding: 0;
    position: relative;
    padding-right: 25px;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    color: #5ccec6
}

.checkout-area .faq-accordion .accordion .accordion-title.active::before {
    background-color: #5ccec6
}

.checkout-area .faq-accordion .accordion .accordion-title.active::after {
    background-color: #5ccec6
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: #5ccec6;
    border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 3px;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 50%;
    border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
    color: #5ccec6
}

.checkout-area .faq-accordion .accordion .accordion-item {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px
}

.checkout-area .faq-accordion .form-check {
    font-size: 14px
}

.checkout-area .faq-accordion .form-check label {
    margin-bottom: 5px
}

.checkout-area .faq-accordion .form-check label a {
    color: #5ccec6
}

.checkout-area .faq-accordion .form-check label a:hover {
    color: #5ccec6
}

.wishlist-wrap {
    max-width: 1080px;
    margin: auto
}

.wishlist-wrap .default-btn {
    float: left;
    margin-top: -11px;
    color: #ffffff !important
}

.wishlist-wrap .default-btn:hover {
    color: #5ccec6 !important
}

.wishlist-wrap .table-responsive>.table-bordered {
    margin-bottom: 0
}

.wishlist-wrap tbody,
.wishlist-wrap td,
.wishlist-wrap tfoot,
.wishlist-wrap th,
.wishlist-wrap thead,
.wishlist-wrap tr {
    border-top: none
}

.product-details-area .product-details-desc h3 {
    margin-bottom: 15px;
    font-size: 25px
}

.product-details-area .product-details-desc p {
    margin-bottom: 0
}

.product-details-area .product-details-desc .price {
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
    font-weight: 500
}

.product-details-area .product-details-desc .price span {
    padding: 0 5px
}

.product-details-area .product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-size: 24px
}

.product-details-area .product-details-desc .product-review {
    margin-bottom: 15px
}

.product-details-area .product-details-desc .product-review .rating {
    display: inline-block;
    padding-left: 5px;
    font-size: 20px
}

.product-details-area .product-details-desc .product-review .rating i {
    color: #ffba0a
}

.product-details-area .product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #333;
    border-bottom: 1px solid #333;
    line-height: initial;
    position: relative;
    top: -5px
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
    color: #5ccec6;
    border-color: #5ccec6
}

.product-details-area .product-details-desc .product-summery {
    margin-top: 30px
}

.product-details-area .product-details-desc .product-summery li {
    margin-bottom: 10px;
    color: #5ccec6;
    font-size: 17px;
    font-weight: 600;
    position: relative
}

.product-details-area .product-details-desc .product-summery li span {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 115px;
    top: 3px
}

.product-details-area .product-details-desc .product-summery li:last-child {
    margin-bottom: 0
}

.product-details-area .product-details-desc .social-wrap {
    margin-top: 20px
}

.product-details-area .product-details-desc .social-wrap li {
    display: inline-block;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #5ccec6
}

.product-details-area .product-details-desc .social-wrap li span {
    display: inline-block;
    margin-left: 45px
}

.product-details-area .product-details-desc .social-wrap li a i {
    font-size: 20px;
    line-height: 1;
    color: #5ccec6;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.product-details-area .product-details-desc .social-wrap li a:hover i {
    color: #5ccec6
}

.product-details-area .product-details-desc .product-add-to-cart {
    margin-bottom: 30px;
    margin-top: 20px
}

.product-details-area .product-details-desc .product-add-to-cart h3 {
    display: inline-block;
    margin-left: 10px;
    font-size: 17px
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    border: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 34px;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #5ccec6
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    right: 0;
    border-left: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    left: 0;
    border-right: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
    height: 30px;
    color: #333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #333
}

.product-details-area .product-details-desc .default-btn {
    margin-bottom: 0 !important
}

.product-details-area .product-details-desc .default-btn i {
    position: relative;
    top: -1px;
    margin-left: 5px
}

.product-details-area .product-details-image {
    text-align: center;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05)
}

.product-details-area .tab .tabs_item {
    display: none
}

.product-details-area .tab .tabs_item:first-child {
    display: block
}

.product-details-area .products-details-tab {
    margin-top: 100px
}

.product-details-area .products-details-tab .tabs {
    list-style-type: none;
    padding-right: 0;
    text-align: center;
    border-bottom: 1px solid #eaedff
}

.product-details-area .products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px
}

.product-details-area .products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    color: #333;
    border-bottom: none;
    line-height: 1;
    font-size: 16px;
    font-weight: 500
}

.product-details-area .products-details-tab .tabs li a:hover {
    color: #5ccec6
}

.product-details-area .products-details-tab .tabs li:last-child {
    margin-left: 0
}

.product-details-area .products-details-tab .tabs li.current a {
    color: #5ccec6
}

.product-details-area .products-details-tab .tab_content {
    padding: 30px;
    padding-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-right: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eaedff;
    border-bottom: none;
    padding: 10px 15px;
    color: #57647c
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eaedff
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #5ccec6
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ffba0a;
    font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-right: 5px;
    line-height: initial
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 10px 11px;
    font-size: 11px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 4px;
    background-color: #5ccec6
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-left: 200px;
    border-top: 1px dashed #eaedff;
    padding-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    left: 0;
    color: #57647c;
    top: 40px;
    text-decoration: underline
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ff4800
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 20px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
    color: #444
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
    padding-top: 15px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0
}

.related-product-area .section-title {
    text-align: center;
    margin: -15px auto 50px
}

.loader-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    z-index: 9999;
    background-color: #ffffff
}

.loader {
    display: block;
    position: relative;
    right: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11
}

.loaded .loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.loaded .loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded .loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded .loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.dot-wrap {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dot-wrap .dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #262626;
    -webkit-animation: animate 4s infinite forwards ease-in-out;
    animation: animate 4s infinite forwards ease-in-out
}

.dot-wrap .dot:nth-child(1) {
    background: #ffb607;
    right: -24px;
    top: -24px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.dot-wrap .dot:nth-child(2) {
    background: #5ccec6;
    right: 0;
    top: -24px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.dot-wrap .dot:nth-child(4) {
    background: #ffb607;
    right: -24px;
    top: 0;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.dot-wrap .dot:nth-child(3) {
    background: #5ccec6;
    right: 0;
    top: 0;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    20% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
    40% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
    60% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    80% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@keyframes animate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    20% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
    40% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
    60% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    80% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 88%;
    left: -10%;
    background-color: #5ccec6;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #5ccec6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top:hover {
    color: #ffffff;
    background-color: #5ccec6
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top:focus {
    color: #ffffff
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    left: 3%;
    top: 86%
}

.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 100px;
    text-align: center;
    border-radius: 0;
    color: #5ccec6;
    position: relative;
    top: 3px;
    z-index: 1;
background-color: rgba(90, 90, 90, 0.93);
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-btn i {
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
animation: ripple 2.5s 3s ease-out infinite;
background-color: rgba(0, 0, 0, 0.15);
}

.video-btn:hover,
.video-btn:hover {
background-color: #5ccec6;
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .6
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }
}




.ftco-section {
padding:50px 0;
}

/*
.ftco-section [class*=col-]:nth-child(2) .text {
background: #7f47ed;
}

.ftco-section [class*=col-]:nth-child(3) .text {
background: #44c681;
}
*/



.video-project .text {
position: relative;
padding: 15px 20px;
background: #e9e9e9;
background: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
background: linear-gradient(to top, #181a22, #20232d);
}


.video-project .text h3 {
font-size: 16px;
text-transform: capitalize;
margin: 0;
color:#333;font-family: "Roboto"

}

.video-project .text .subheading {
position: absolute;

top: -55px;

background: #3e85ff;

padding: 8px;

font-size: 15px;

right: 20px;

color: #fff;
}







.nice-select .list {
    width: 100%
}

.nice-select .option:hover {
    background-color: #5ccec6;
    color: #ffffff
}

.nice-select .option.selected.focus {
    color: #5ccec6
}

.pagination-area {
    margin-top: 10px;
    text-align: center
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #5ccec6;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 17px;
    background-color: #f5f6fa;
    border: 1px solid #d7d7d7
}

.pagination-area .page-numbers:hover {
    color: #ffffff;
    border-color: #5ccec6;
    background-color: #5ccec6
}

.pagination-area .page-numbers i {
    position: relative;
    font-size: 25px;
    top: 5px
}

.pagination-area .page-numbers.current {
    color: #ffffff;
    border-color: #5ccec6;
    background-color: #5ccec6
}

.product-view-one {
    padding-left: 0 !important
}

.product-view-one.modal.show .modal-dialog {
    margin-top: 25px
}

.product-view-one .product-view-one-image {
    background-color: #eee;
    padding: 30px
}

.product-view-one .modal-dialog {
    max-width: 900px;
    margin: 0 auto
}

.product-view-one .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0
}

.product-view-one .modal-content button.close {
    position: absolute;
    left: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #5ccec6;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    width: 35px;
    text-shadow: unset;
    height: 35px
}

.product-view-one .modal-content button.close:hover {
    background-color: red;
    color: #ffffff
}

.product-view-one .modal-content .product-content h3 {
    font-size: 22px;
    margin-bottom: 14px
}

.product-view-one .modal-content .product-content h3 a {
    color: #5ccec6
}

.product-view-one .modal-content .product-content h3 a:hover {
    color: #5ccec6
}

.product-view-one .modal-content .product-content .price {
    margin-bottom: 10px
}

.product-view-one .modal-content .product-content .price span {
    display: inline-block;
    font-size: 18px;
    color: #5ccec6
}

.product-view-one .modal-content .product-content .price del {
    display: inline-block;
    font-size: 18px;
    color: #c1c1c1;
    margin-right: 5px
}

.product-view-one .modal-content .product-content .product-review {
    margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-review .rating {
    display: inline-block;
    padding-left: 5px
}

.product-view-one .modal-content .product-content .product-review .rating i {
    color: #5ccec6
}

.product-view-one .modal-content .product-content .product-review .rating-count {
    display: inline-block;
    color: #5ccec6;
    border-bottom: 1px solid #5ccec6;
    line-height: initial
}

.product-view-one .modal-content .product-content .product-info {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li {
    font-size: 16px;
    color: #5ccec6;
    margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-info li:last-child {
    margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li span {
    color: #5ccec6
}

.product-view-one .modal-content .product-content .product-info li a {
    display: inline-block;
    font-weight: 500;
    color: #5ccec6
}

.product-view-one .modal-content .product-content .product-info li a:hover {
    color: #5ccec6
}

.product-view-one .modal-content .product-content .product-color-switch {
    margin-top: 10px;
    margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-color-switch h4 {
    font-size: 16px;
    color: #5ccec6;
    margin-bottom: 6px
}

.product-view-one .modal-content .product-content .product-color-switch ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: -4px;
    margin-right: -4px;
    padding-right: 0
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a {
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    width: 25px;
    height: 25px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #eee;
    margin: 2px;
    -webkit-transition: .5s;
    transition: .5s
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:hover {
    border-color: #5ccec6
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:focus {
    border-color: #5ccec6
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-white::before {
    background: blue
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-black::before {
    background: #222
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-green::before {
    background: green
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
    background: #9acd32
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-teal::before {
    background: teal
}

.product-view-one .modal-content .product-content .product-color-switch ul li.active a {
    border-color: #5ccec6
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #555555;
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover {
    color: #5ccec6
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
    right: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn:hover {
    background-color: #5ccec6;
    color: #ffffff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
    left: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn:hover {
    background-color: #5ccec6;
    color: #ffffff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
    height: 48px;
    color: #5ccec6;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #5ccec6
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #5ccec6
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #5ccec6
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
    color: #5ccec6
}

.product-view-one .modal-content .product-content .share-this-product h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 10px
}

.product-view-one .modal-content .product-content .share-this-product ul li {
    display: inline-block;
    margin-left: 3px
}

.product-view-one .modal-content .product-content .share-this-product ul li a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #eee;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.product-view-one .modal-content .product-content .share-this-product ul li a:hover i {
    background-color: #5ccec6;
    color: #ffffff
}

.product-view-one .owl-carousel .owl-item img {
    width: unset;
    margin: auto
}

.product-view-one #big .item {
    padding: 30px;
    background-color: #ffffff;
    margin-bottom: 30px
}

.product-view-one .owl-item.active.current {
    background-color: #ffffff;
    padding: 5px
}

.product-view-one.fade {
    -webkit-animation: zoomIn 1s linear;
    animation: zoomIn 1s linear
}

.product-view-one .owl-next {
    position: absolute;
    top: 50%;
    left: 50px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.product-view-one .owl-next i {
    background-color: #5ccec6;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 4px;
    font-size: 15px
}

.product-view-one .owl-prev {
    position: absolute;
    top: 50%;
    right: 50px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.product-view-one .owl-prev i {
    background-color: #5ccec6 !important;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 15px;
    border-radius: 4px
}

.product-view-one:hover .owl-prev {
    opacity: 1;
    right: 0
}

.product-view-one:hover .owl-next {
    opacity: 1;
    left: 0
}

.product-view-one .owl-theme .owl-nav {
    margin-top: 0 !important
}

.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}







.featured-icon-box {
	position: relative
}
.featured-icon-box .cmt-icon {
	margin-bottom: 0
}
.featured-icon-box.top-icon .featured-content {
	padding-top: 14px
}
.featured-icon-box.right-icon {
	display: table
}
.featured-icon-box.right-icon .featured-content,
.featured-icon-box.right-icon .featured-icon,
.featured-icon-box.right-icon .featured-icon:not(.cmt-icon_element-border) {
	display: table-cell;
	vertical-align: middle
}
.featured-icon-box.right-icon.icon-align-top .featured-icon {
	vertical-align: top
}
.featured-icon-box.right-icon .featured-content {
	padding-right: 22px
}
.featured-title h5 {
font-size: 18px;
line-height: 28px;
margin-bottom: 0;
text-transform: capitalize;

}
.featured-title h6 {
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 0
}
.featured-icon-box.iconalign-before-heading {
	padding: 20px 0
}
.featured-icon-box.iconalign-before-heading .featured-content {
	display: table
}
.featured-icon-box.iconalign-before-heading .cmt-icon.cmt-icon_element-size-md {
	height: auto;
	width: auto;position: relative;
}
.featured-icon-box.iconalign-before-heading .featured-content .cmt-icon,
.featured-icon-box.iconalign-before-heading .featured-content .featured-title {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px
}


.cmt-icon.cmt-icon_element-size-md i {
    font-size: 40px;
    color: #5ccec6;
}
.cmt-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}






/*---------------------
  How IT WOrks Section
-----------------------*/

.howit-works {
padding: 0;
background: url(../images/page-bg-25.jpg);
background-size: cover;
background-attachment: fixed;position: relative;overflow: hidden;
}

.howit-works .container-fluid {
position: relative;
z-index:2;

}



.howit-works .col-lg-4  { 

padding:0
}

/*

.howit-works .section-title h2 {
color:#fff;
}*/

.howit-works:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
background: #1d1d1db3;
	content: "";

background-color: #5ccec6;
opacity: .9;


}

.single-howit-works {
	text-align: center;
padding: 60px 50px 40px;
    transition: all ease-in-out 0.6s;	position: relative;
border-right: 1px solid #ffffff1a;
}


.single-howit-works:after {
	position: absolute;
	right: 0;
	top: 50px;
	height: 100%;
	width: 100%;
background: #1d1d1db3;z-index: -1;
	content: "";opacity:0;  transition: all ease-in-out 0.2s;
background: linear-gradient(to left, #0009 , #0003);

}

.single-howit-works h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	margin: 16px 0;
}


.single-howit-works p { 
	color: #fff;height: 144px;

overflow: hidden;

}


.single-howit-works:hover {
padding: 40px 50px 60px;
}

.single-howit-works:hover:after {
opacity:1;	top: 0;
}


.single-howit-works i {
font-size: 50px;
color: #5ccec6;
}




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

/*  14. Blog
/*----------------------------------------*/
.blog-area {
padding:30px 0;
}
.blog-slider {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: -5px;
    margin-top: -5px;
}

.blog-item {
    padding-top: 5px;
    margin-top: -5px;
    position: relative;
}

.blog-item:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
background: #5ccec6;
width: 100%;
height: 1px;
transition: all 0.4s ease-in-out;
right: 0;
transform: scale(0);
}

.blog-item:hover:before {
transform: scale(1);
}


.blog-item .inner-item {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.blog-img {
    display: block;-webkit-transition: .5s;
position: relative;

overflow: hidden;
transition: .5s;
}

.blog-img img {
height:280px;
}

.blog-img:after {

    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    background: #f6f6f61a;
    background: -webkit-linear-gradient(to left, #f6f6f61a, #fffc);
    background: linear-gradient(to left, #f6f6f61a, #fffc);
    background: linear-gradient(to left, #f6f6f61a, #ffffff4d);
    position: absolute;
    width: 35%;
    height: 200%;
    right: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);

}



.blog-item:hover .blog-img:after {
    right: 150%;
}



.blog-content {
    background-color: #f9f9f9;
    padding: 15px;
}


.blog-content h3 {
font-size: 16px;
text-transform: capitalize;
font-weight: normal;
margin: 6px 0 10px;
line-height: 25px;
}

.blog-content p {
    color: #333;
}

.blog-content h3 a {
color: #333;
}

@media (max-width: 575.98px) {
    .blog-content .title {
        font-size: 16px;
    }
}

.blog-meta {
    color: #5ccec6;
}

@media (max-width: 575.98px) {
    .blog-meta {
        font-size: 14px;
    }
}

.blog-button-wrap {
border-top: 1px solid #d3e1dd;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-button-wrap li a {
    color: #5ccec6;text-transform: capitalize;
font-size: 13px;
}

.blog-button-wrap li a:hover {
    color: #5ccec6;
}


 

.downloadfile {
color: #fff;
font-size: 100%;
font-weight: lighter;
text-align: center;
width: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
background: #242260;
margin-left: 0px;
line-height: 25px;
margin-top: 15px;
padding: 13px;
}
.downloadfile:hover {
	background: #cf994e;
	color: #fff;
	transition: all 0.9s ease 0s;
}



.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #4E4E4E;
    line-height: 26px;
    padding: 12px 15px;
    font-weight: 400;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #ECECEC;
    transition: all 500ms ease-in-out 0s;
direction: rtl;outline: none !important;

box-shadow: none !important;
}

.default-form input:hover{
    transition: all 500ms ease-in-out 0s;
}

.default-form textarea:hover{

    transition: all 500ms ease-in-out 0s;
}


.btn-style-one {
    position: relative;
    padding: 13px 48px;
    line-height: 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    background-color: #3299BB;
    border: 2px solid #3299BB; margin: 0 !important;
    text-transform: capitalize;
}



.btn-style-one:hover{
	color:#3299BB;
	background:none;
}

.clear{
display: block;
clear: both;
}




/* ------ Hassan------------------------------------------------------------ */
.main-header {
	position: absolute;
top: 80px;
	right: 0;
	width:70px;
    background: #222;
	z-index: 8; 
	padding: 0 70px 0 0; 
	transition: all 300ms linear;
 	border-left: 1px solid rgba(255,255,255,0.05);text-align: center;height: calc(100vh - 80px);
background: linear-gradient( to bottom , #2222221a , #30273c);
}
.logo-holder {
	float: right;
	position: relative;
	width: 40px;
	height: 90px;
	line-height: 90px;
	z-index: 5;
 	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.logo-holder img {
	width: auto;
	height: 25px;
}
.top-header {
	position: fixed;
	top: 0;
	right: 70px;
	width: calc(100% - 440px  );
	height: 90px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	background: #222;
	z-index: 19;
}
.progress-bar-wrap {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 160px;
	bottom: 290px;
	background: rgba(255,255,255,0.2);
	overflow: hidden;
}
.slide-progress {
    position:absolute;
    height:0%;
    width:1px;
	z-index:2;
	right:0;
	top: 0;background: #5ccec6;
}

/*
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
    position:absolute;
	right:0;
	top: 0;
}
*/
.single-page-fixed-row-link {
	float: left;
	margin-left: 120px;
	text-align: right;
	top: 32px;
}
.single-page-fixed-row-link i {
	padding-left: 20px;
}
.single-page-fixed-row-link span {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 10px;
	letter-spacing: 2px;
	color: #8B8B8B;
	position: relative;
}
.single-page-fixed-row-link span:before {
	content: '';
	position: absolute;
	right: 70%;
	left: -80px;
	top: -12px;
	bottom: -12px;
	background: rgba(255, 255, 255, 0.081);
	transition: all 0.2s ease-in-out;
}
.single-page-fixed-row-link:hover span:before {
	right: 20%;
} 
.page-subtitle {
	float: right;
	line-height: 90px;
	margin-right: 120px;
	color: #8B8B8B;
	font-size: 10px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 4px;
	position: relative;
}
.page-subtitle:before {
	content: '';
	position: absolute;
	right: -70px;
	top: 50%;
	width: 30px;
	height: 1px;
}
.header_social {
	position:absolute;
	bottom:55px;
	right:0;
	padding: 20px 0 20px;
	width:100%;
}
.header_social  li {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
.header_social  li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.41);
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.header_social  li a:hover {
	color:#fff;
	text-transform: capitalize;
} 




/*------share------------------------------------------------*/
.folio-btn{
	position:absolute;
	right:0;
	width:70px;
	bottom:0;
	height:55px;
	z-index: 20;
	cursor: pointer;
}
.folio-btn-tooltip {
	position:absolute;
	font-size:10px;
	text-transform:capitalize;
	letter-spacing:2px;
	font-weight:600;
	top:0;
	right:0;
	width:100%;
	color: rgba(255,255,255,0.7);
	visibility:hidden;
	opacity:0;
	transition: all 300ms linear;
}
.folio-btn:hover .folio-btn-tooltip{
	opacity:1;
	visibility:visible;
	top:-10px;
} 
.folio-btn-item {
	position:absolute;
	left:50%;
	width:40px;
	height:40px;
	top:50%;
	margin: -20px 0 0 -20px;
	transition: all 0.5s ease;
	transform: rotate(45deg);
} 
.folio-btn-dot {
	float:right;
	width:50%;
	height:50%;
	position:relative;
}
.folio-btn-dot:before {
	content:'';
	position:absolute;
	right:50%;
	top:50%;
	width:4px;
	height:4px;
	margin:-2px 0 0 -2px;
	border-radius:50%;
	background: #fff;background: #5ccec6;
}
.folio-btn-item:after {
	content:'';
	position:absolute;
 	transition: all 0.5s ease;
	border-radius: 100%;
	right: 15px;
	left: 15px;
	bottom: 15px;
	top: 15px;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.0)
}
.folio-btn:hover .folio-btn-item {
	transform: rotate(0);
}
.folio-btn:hover .folio-btn-item:after{
	transform: scale(0);
}
.share-button span {
	position: relative;
	z-index: 2;
}
.share-icon {
    width:100%;
	float:right;
    padding:9px 0 ;
	position:relative;
	font-size:10px;
	text-align:right;
	letter-spacing:3px;
	color: rgba(255, 255, 255, 0.41);
	text-transform:capitalize;
	opacity:0;
	font-weight: 600;
}
.share-icon:after {
	content:'';
	position:absolute;
	right:-30px;
	width:0;
	height:1px;
	top:50%;
	background: rgba(255, 255, 255, 0.3);
}
.share-icon:hover:after {
	width:20px;
}
.share-icon-facebook:before  {
   content: "facebook";
}
.share-icon-twitter:before {
   content: "twitter";
}
.share-icon-tumblr:before {
   content: "tumblr";
}
.share-icon-linkedin:before {
   content: "linkedin";
}
.share-icon-pinterest:before {
    content: "pinterest";
}
.share-wrapper {
	position:absolute;
	bottom:0;
	right:70px;
	width:0;
    background: #262627;
	z-index:100;
	overflow:hidden;
	height:300px;
    -webkit-transform: translate3d(0,0,0);
}
.share-wrapper:before {
	content: '';
	position: absolute;
	right: 50px;
	left: 80px;
	top: 30px;
	height: 1px;
	background:  rgba(255,255,255,0.1);
	z-index: 1;
}
.share-container {
	padding:10px;
	overflow:hidden;
	z-index: 2;
}
.close-share-btn {text-align: center;
    position: absolute;
    left: 0px;
    top: -60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 10;
    cursor: pointer;
    color: rgb(255, 255, 255);
    opacity: 0;
    background: rgb(51, 51, 51);
}
.share-icon , .share-icon:after , .close-share-btn i {
    transition: all 100ms linear;
}
.menu-button-text {
font-family: "movareg";
}




/* ------Navigation------------------------------------------------------------ */
 .nav-button {
	width: 28px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 28px;
	z-index: 100;
}
.nav-button span {
	width: 100%;
	float: right;
	margin-bottom: 6px;
	height: 2px;
	background: #fff;
	position: relative;
	overflow:hidden;
	transition: all 0.2s ease-in-out;
}
.nav-button span:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:0;
	height:100%;
	background:#fff;background: #5ccec6;
	transition: all 0.2s ease-in-out;
}
.nav-button:hover span:before {
	width:100%;
}
.nav-button .nbs {
	width: 60%;
	right: 20%;
}
.nav-button.cmenu:hover .nbs , .nav-button:hover .nbs {
	width: 100%;
	right: 0;
}
.nav-button:hover .ncs,
.nav-button:hover .nbs {
	width: 100%;
}
.nav-button.cmenu .nos {
	transform: rotate(-45deg);
	margin-bottom: 0;
	top: 8.5px;
}
.nav-button.cmenu .ncs {
	transform: rotate(45deg);
	margin-bottom: 0;
	top: 7px;
	width: 100%;
}
.nav-button.cmenu .nbs  , .nav-button.cmenu:hover .nbs{
	width:0;
}
.nav-button:hover .menu-button-text {
	color: #fff;
}
.menu-button-text {
	position: absolute;
	right: -2px;
	width: 100%;
	bottom: 2px;
	color: rgba(255, 255, 255, 0.41);
	font-size: 10px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.nav-button.cmenu .menu-button-text {
	margin-top: 16px;
}
.nav-holder {
	position:absolute;
	right:-400px;
	width:100%;
	bottom:0;
	top:70px;
	background: #212121;
	overflow: hidden;
	z-index:9;    -webkit-transform: translate3d(0, 0, 0) !important;
}
.nav-holder-line {
	position:absolute;
	right:190px;
	top:150px;
	bottom:180px;
	width:1px;
	background:rgba(255,255,255,0.1)
}
.nav-holder-dec  {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0) !important;
}


.nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index:3;
    width: 100%;
    background: rgba(37, 36, 37, 0.5);
	display:none;
	overflow:hidden;    -webkit-transform: translate3d(0, 0, 0) !important;
}
.nav-holder-dec {
	right:-400px;
	width:400px;
	bottom:0;
	top:100px;
	z-index:5;
	background: #333;
}
.nav-scroll-bar-wrap {
	overflow:hidden;
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:100px;
	padding:70px 40px 0 110px;
}
.logo_menu {
	padding:15px 0;
	position:relative;
	float:right;
	z-index:20;
	background:#212121;
	margin:0 0 70px 30px;
}
.logo_menu img {

}
nav.nav-inner {
	float: right;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.fl-wrap {

    float: right;
    width: 100%;
    position: relative;

}


.nav-container {
 	background: #212121;
	z-index: 20;
	padding:20px 0;
}
.sliding-menu ul {
	margin: 0;
	float: right;
	width: 100%;
	overflow: hidden;
}
.sliding-menu li {
	margin: 0;
	position: relative;
	float: right;
	width: 100%;
}
.sliding-menu a {
	float: right;
	padding: 0 0 0 20px;
	height: 35px;
	line-height: 35px;
	position: relative;
	font-size: 14px;
	text-align: right;
	color: rgba(255, 255, 255, 0.41);
	text-transform: capitalize;
	z-index:2;
	width:100%;
}
.sliding-menu a:hover {
	color:#fff;
}
.sliding-menu li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	z-index:1;
	transition: all 300ms linear;
	height: 100%;
	background: rgba(255, 255, 255, 0.071);
}
.sliding-menu a.act-link:after {
	width: 100%;
}
.sliding-menu a i {
	float: right;
	width: 35px;
	color: #74829C;
	position: relative;
	top: 3px;
}
.sliding-menu a.back:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f104';
	color: #fff;
}
.submen-dec:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f105';
	position: absolute;
	left: 20px;
	width: 10px;
	height: 10px;
	top: 14px;
	font-size:13px;
	color:rgba(255, 255, 255, 0.371);
	z-index: 20;
}
.nav-title {
	position: absolute;
	bottom: 0;
	right: 180px;
	z-index: 2;
	left: 0;
}
.nav-title span {
	float: right;
	position: relative;
	top: 0;
	text-transform: capitalize;
	font-size: 114px;
	letter-spacing: 8px;

 	-webkit-text-stroke-color:rgba(255,255,255,0.1);
  	-webkit-text-stroke-width: 1px;
	color: #212121;
}

#wrapper {
	position: absolute;
	top: 0;
	right: 70px;
	left: 0;
	bottom: 0;
	z-index: 3;
}

.top-al {
width: 70px;

height: 100%;

position: relative;

z-index: 9;}



.btn-new {
padding:0 25px;
border:1px solid #5ccec6;    position: relative;
color:#5ccec6;-webkit-transition: .5s;
transition: .5s;
margin-top:15px;display: inline-block;background: none;height: 45px;line-height: 45px;
}

.contact-form .btn-new {
background:none;
margin:0;width: 100%;
}

/*
.btn-new:after {
content: '';

position: absolute;

width: 40px;

border-bottom: 1px solid #5ccec6;

border-bottom-color: #5ccec6;

top: 50%;

left: -18px;

margin-top: -0.5px;
}*/


.btn-new:hover {

color:#fff;
background:#5ccec6;
}

.lang-ar {
position: absolute;
top: 0;
left: 75px;
top: 25px;
padding-left: 20px;
border-left: 1px solid #fff;
font-family: "Roboto";
}

.lang-ar a {
color: #fff;
}








/* ---------Page preload--------------------------------------*/
.loader-wrap {
	position:fixed;
	top:0;
	right:0;
	width:100%;
	bottom:0;
	overflow:hidden;
	z-index:100;
    background: #222;
	-webkit-transform: translate3d(0,0,0);
}
.spinner {
    width: 220px;
    height: 2px;
    position: absolute;
    right:50%;
    top: 50%;
    margin:-1px 0 0 -120px;
	overflow: hidden;
	z-index: 2;
}
.double-bounce1 , .double-bounce2  {
	position:absolute;
	right:0;
	top:0;
	left:0;
	bottom:0;
	z-index:2;
	background:rgba(255,255,255,0.1);
}
.double-bounce2 {
	left:100%;
	z-index:3;
}
.page-load {
-webkit-transition: .5s;
transition: .5s;
position: fixed;

top: 0;

right: 0px;

left: 0;

bottom: 0;

z-index: 18;

opacity: 0;

width: 100%;

background: #222;

    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}




.page-load.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}


.pl-row {
	float:right;
	width:25%;
	overflow:hidden;
	height:100%;
	position:relative;
	z-index:1;	background:#181a22;
}


.pl-row  span {
	position: absolute;
	right:0;
	left:0;
	top:0;
	bottom:100%;height: 100%;
}


.pl-row  span.pl-row-anim {
	z-index:2;
	background:#181a22;
}


/*
.pl-row  span.pl-row-anim:after {
	content: '';
	position: absolute;
	top: 0;
	left: -2px;
	width: 4px;
	height: 30px;
	animation: scroll3 3s ease-out infinite;background: #5ccec6;
}
*/

.pl-row  span.pl-row-anim:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(255,255,255,0.03);
}/*
.page-load .pl-row:nth-child(4)  span.pl-row-anim:after {
	content: '';
	position: absolute;
	top: 0;
	left: -2px;
	width: 4px;
	height: 30px;
	animation: scroll3 4s ease-out infinite;background: #5ccec6;
}
.page-load .pl-row:nth-child(2)  span.pl-row-anim:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -2px;
	width: 4px;
	height: 30px;
	animation: scroll2 2s ease-out infinite;background: #5ccec6;
}



.page-load .pl-row:last-cild  span.pl-row-anim:after {

display:none;
 }
*/

.pl-row  span.pl-row-anim2 {
	z-index:1;
}
@keyframes scroll3 {
	0% {
		opacity: 1;
		top: 0
	}
	50% {
		top: 50%
	}
	100% {
		top: 100%;
		opacity: 0.5;
	}
}
@keyframes scroll2 {
	0% {
		opacity: 1;
		bottom: 0
	}
	50% {
		bottom: 50%
	}
	100% {
		bottom: 100%;
		opacity: 0.5;
	}
}
.pl-spinner   {
	position:absolute;
	top:60%;
	right:50%;
	z-index:4;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	border-radius:100%;
	background:#292929;
	box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.05);
  	transition: all 500ms cubic-bezier(.19,1,.22,1) 0ms;
	transform:scale(1);
}
.pl-spinner.act-loader {
	transform:scale(1.0);
}
.pl-spinner:before  {
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	border-radius:100%;
	border:2px solid  rgba(255,255,255,0.2);
	animation: rotate 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	box-sizing:border-box;
}
.pl-spinner:after {
	content:'';
	position:absolute;
	width: 4px;
	height: 4px;
	top: 50%;
	right: 50%;
	margin: -2px 0 0 -2px;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
}


.pl-spinner:before {
 	border-right-color: #5ccec6;
	border-left-color: #5ccec6;
}
 
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}




.ser-ch {
position: absolute;
top: 40%;
z-index: 9;
right: 0;
left: 0;
}

.ser-ch .search-box {
position: relative;
width: 40%;
}  


.ser-ch .form-control {
height: 60px;
padding: 0 120px 0 20px;

height: 60px;

padding: 0 120px 0 20px;

background: none;

border: 1px solid #ebebeb;

background: #181a22;

border-radius: 30px;color: #fff;
}


.ser-ch .search-btn {
position: absolute;

top: 0;

left: 0;

height: 60px;

border-radius: 30px;

width: 110px;

background: #5ccec6;

color: #fff;

font-size: 18px;

text-transform: capitalize;
}





.close-page {
width: 45px;
height: 45px;
line-height: 45px;
position: absolute;
left: 25px;
top: 25px;
z-index: 8;color:#5ccec6;
border: 1px solid;cursor:pointer;
text-align: center;}



.mob-ref,
.main-header .navbar-brand,
.sec-social {
display:none;
}



.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="password"], 
.contact-form select {
border: none;background: #393737;color: #c0c0c0;height: 60px;
}


.contact-form textarea {
border: none;background: #393737;color: #c0c0c0;min-height:120px;

}

.cont-info {
position: relative;
padding: 20px 21px 10px;
    padding-bottom: 10px;
background: #181a22;
border: 0px;
margin-bottom: 15px;
padding-bottom: 23px;
min-height: 420px;}

.cont-info strong {
color:#5ccec6
}

#map,
#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}



.iter-bage h2 {
margin-bottom:25px;font-size:20px;
}


.iter-bage .projects.project-single-item img {
height: 350px;
object-fit: cover;
width: 100%;

}



.iter-bage [class*=col-]{
padding:0 5px;
}



.iside-page .who-we-are-img-4 {
margin-right: 0;
}


.iside-page .who-we-are-img-4:before {
    top: -15px;
    right: auto;
    left: -15px;
}


.iside-page .who-we-are-img-4 img {
height: 300px;
}


.iter-bage .projects.project-single-item {
margin-bottom: 12px;
}







.ft-content {

  padding: 15px 15px 15px 70px;
  position: relative; }
  .ft-content i {
    background: #5ccec6;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    position: absolute;
    right: 0; }
    .ft-content i:after {
      content: "";
      position: absolute;
      left: -9px;
      top: 50%;
      transform: rotate(45deg) translateX(-50%);
      height: 15px;
      width: 15px;
      background: #5ccec6; }
  .ft-content span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px; color: #878e9c;}
  .ft-content h4, .ft-content .h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 24px; margin-top: 0;}





.services-area {
padding:50px 0 20px;
}






.custom-nav .owl-nav{
	position:absolute;
	right:0;
	top:-65px;
	z-index:1;
}


.custom-nav .owl-nav > button {

font-size: 15px !important;
align-items: center !important;
text-align: center;
line-height: 40px !important;
width: 40px !important;
height: 40px !important;
border: 1px solid #5ccec6 !important;
border-radius: 50%;
color: #5ccec6 !important;

}

.custom-nav .owl-nav .owl-prev{
	position: absolute;
	right: 0;
}

.custom-nav .owl-nav .owl-next{
	position: absolute;
	right: 45px;
}

.custom-nav .owl-nav button:hover {
border: 1px solid #5ccec6 !important;
color: #5ccec6 !important;
}



.bread-back {

    position: relative
}

.bread-back:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
background-image:url(../images/pattern.png);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}



.bread-back:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}




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


.nav-button {
display: none;}







/*=======================================================================
[11] Brand Area Style
=========================================================================*/



.brand-wrap-layout2 {
padding: 30px 0 100px;
background: #f9f9f9;
}


.brand-box-layout1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .brand-box-layout1 {
    padding: 9rem 0 10rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.brand-box-layout1 .item-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .brand-box-layout1 .item-title {
    margin-bottom: 50px;
  }
}
.brand-box-layout2 {
  position: relative;
}
.brand-box-layout2 img {
  margin: 0 auto;
}
.brand-box-layout2 ul {
  position: absolute;
  top: 50%;
  right: 0;
  left: 15px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .brand-box-layout2 ul {
    text-align: center;
    position: inherit;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .brand-box-layout2 ul {
    top: 35%;
  }
}
.brand-box-layout2 ul li {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 575px) {
  .brand-box-layout2 ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .brand-box-layout2 ul li:last-child {
    margin-bottom: 0;
  }
}
.brand-box-layout2 ul li:last-child {
  margin-left: 0;
}
.brand-box-layout3 {
cursor: all-scroll;
align-items: center;
display: grid;
padding: 3px;
height: 120px;
background: #fff;

}


.brand-box-layout3:hover {
border-color: #333;
}


.brand-box-layout3 img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

margin: 0 auto;

width: auto !important;

max-height: 100px;padding: 0 14px;

}
.brand-box-layout3:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}




.team-block-two{
	position:relative;
	margin-bottom:15px;
background:#fff;
box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block-two .inner-box{
	position:relative;
}

.team-block-two .inner-box .image{
	position:relative;
	overflow:hidden;

display: grid;

align-items: center;

height: 120px;
}

.team-block-two .inner-box .image img{
position:relative;
max-width: 80%;
width: auto;
display: block;
max-height: 100px;
margin: 0 auto;
}

.team-block-two .inner-box .lower-content{
	position:relative;
padding: 12px 8px;
text-align: center;
background: #f6f6f6;
}

.team-block-two .inner-box h4{
text-transform: capitalize;	
font-size: 18px;color: #000;
}

.team-block-two .inner-box h4 a{
	position:relative;color: #000;
	color:rgb(13,0,61);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box:hover h4 a{
	color:#5ccec6;
}


.dropdown-menu {

  text-align: right !important;

}


.navbar-to {
display: none;
position: absolute;
right: 0;
padding: 0;
color: #fff;
font-size:18px;
outline: 0 !important;
-webkit-box-shadow: none;
box-shadow: none !important;
background: none;
}



.others-mob,
.close-side,
.mean-menu .navbar-brand {
display: none;
}



.close-side {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}


.sub-nav-toggler {
position: absolute;
left: 0;
background: none;
color: #fff;
top: 6px;
width: 40px;
display: none;
}



.lang-box {
  padding: 8px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.lang-box a {
color:#fff;
}

.lang-box img {
  margin-left: 10px;
  width: 22px;
}




.hot-call {
padding-right:58px;position: relative;
}

.hot-call i {
font-size: 24px;

color: #ffffff;

background: linear-gradient(to left, #5ccec6 0%, #5ccec6 100%);

width: 46px;

height: 46px;
line-height: 45px;

text-align: center;

margin-left: 5px;

border-radius: 50px 0 50px 50px;

display: inline-block;

position: absolute;

right: 0;
}


.ptext {
margin: 0;

line-height: 24px;

font-size: 17px;

text-transform: capitalize;
}

.hot-call .itext {
font-size: 20px;

color: #fff;

line-height: 25px;
}


.hot-call a,
.hot-call > span {
display: block;text-align: right;color: #fff;
}


.copy {
text-align: center;
width: 90%;
margin: 0 auto;
display: block;
color: #fff;
font-size: 14px;
}



.others-mob .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px 0;
}

.others-mob .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.others-mob .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}



.donate-box > div {
  float: none;
  margin-right: 0;
  width: 90%;
  margin: 25px auto 0;
  text-align: center;display: flex;
justify-content: center;
}




.colfive {
width: 20%;
padding:0 5px;
margin-bottom:10px;
}

.part-box h5 {
align-items: center;
text-transform: capitalize;
font-weight: normal;
font-size: 15px;
position: relative;z-index: 2;
padding: 15px;transition: all ease-in-out 0.4s;
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ebebeb);
}



.part-box:hover h5 {

background: linear-gradient(to left, #59cac2, #59cac2);
}



.part-box h5 a {
width: 100%;

display: block;

height: 18px;
overflow: hidden;
text-align: center;
}

.part-box:hover h5 a,
.part-box h5 a:hover {
color:#fff;
}

.part-box {
position: relative;
overflow: hidden;
}

.part-box .img-box {
display: grid;height: 140px;
width: 100%;
align-items: center;
background: #fff;
text-align: center;
position: relative;
overflow: hidden;}


.part-box .img-box img {
width: auto;

max-height: 80px;

padding: 0 15px;
}

