
:root {

    --main-color: #024d91;
    --body-color: #555555;
    --heading-color: #024d91;
    --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: "GE_SS_Two_Light";
	src: url("GE_SS_Two_Light.otf");
}



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




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



body {
    font-size: 16px;
    color: #333;
font-family: "Roboto";
position:relative;
}


body:before {

content: '';
position: absolute;
left: 0;
height: 100%;
width: 100%;
bottom: 0;
background: url(../images/banner-bg1.jpg);
z-index: -1;
background-size: cover;
opacity: 0.05;
background-attachment: fixed;
}



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: #024d91
}

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: #fff;
border: 1px solid #ffffff1a;
background: none;
border-radius: 0;
font-size: 16px;
padding: 10px 20px;
width: 100%;
border-radius: 30px;
box-shadow: none;
}

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

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

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

.form-control::placeholder {
    color: #fff
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #024d91
}

.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: #024d91;
border-radius: 0 30px 30px 0;
    border: 1px solid #024d91;
    text-transform: capitalize;
height: 60px;
}

.default-btn:hover {
    color: #024d91;
    background-color: #222 !important
}

.read-more {
    font-weight: 500;
    font-size: 15px;
    color: #024d91;

}

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

.read-more:hover {
    color: #024d91
}

.read-more:hover span {
    color: #024d91
}

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

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

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





.section-title h2:after {
content: '';
position: absolute;
left: 50%;
height: 1px;
margin-left: -25px;
width: 50px;
bottom: -6px;
background: #f00;

}
.section-title h2:before {

content: '';
position: absolute;
left: 50%;
height: 1px;
margin-left: -5px;
width: 50px;
bottom: -1px;
background: #f00;


}



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

.section-title.white-title span {
    color: #024d91
}

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

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

.top-header {
    background-color: #024d91;
    padding-top: 15px;
    padding-bottom: 15px
}

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

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

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

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

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

.top-header .header-left-content li a:hover {
    color: #024d91
}

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

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

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

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

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

.top-header .header-right-content li a:hover {
    color: #024d91
}

.top-header .header-right-content li a:hover i {
    color: #024d91
}

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

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

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

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

.navbar-area .main-nav {
    background-color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
}

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

.navbar-area .main-nav .navbar {
    padding: 0
}

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


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



.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: #024d91;
    text-transform: capitalize;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 8px;
    position: relative;
    z-index: 1
}

.navbar-area .main-nav nav .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #024d91;
    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: 22px;
    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%;
    right: auto;
    left: 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%;
    right: auto;
    left: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 130%;
    left: 0;
    padding: 0;
    opacity: 0;
    width: 290px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #2d2c2c;
    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: #161616;


}

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

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 12px 15px;
border-bottom: 1px solid rgba(255,255,255,0.20);
    margin-left: 0;
    margin-right: 0;
    text-transform: capitalize;
    display: block;

}




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

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:after{
	font-family: Font Awesome\ 5 Pro;
	content: "\f105";
	position:absolute;
	left:10px;
	top:14px;
	width:10px;
	height:20px;
	display:block;
color:#024d91;
	line-height:20px;
	font-size:16px;
	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: right;
    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: #024d91
}

.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 {
    left: 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;
    left: -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;
    right: -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 {
    left: auto;
    right: -100%
}

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

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: #1a1a1a;
    -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;
    left: 0;
    max-width: 108px
}

.navbar-area.is-sticky.navbar-area-style-two .others-option.others-option-style-two {
    margin-left: 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: #024d91
}*/



.navbar-area .others-option {
    margin-left: 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 #024d91
}

.navbar-area .others-option .search-box .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #024d91;
    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: #024d91
}

.navbar-area .others-option .cart-icon {
    display: inline-block;
    margin-left: 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: #024d91;
    display: inline-block;
    color: #ffffff;
    border-radius: 50px
}

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

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

.navbar-area.navbar-area-style-two .main-nav .navbar .navbar-brand {
    position: absolute;
    top: -54px;
    left: 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: #024d91
}

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

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

.navbar-area.navbar-area-style-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #024d91;
    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: #024d91
}

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

.navbar-area.navbar-area-style-two .others-option.others-option-style-two {
    margin-left: 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: #024d91;
    line-height: 51px
}

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

.navbar-area.navbar-area-style-two .others-option.others-option-style-right .sidebar-menu a i {
    font-size: 37px;
    background-color: #024d91;
    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-right .cart-icon {
    margin-left: 0
}

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

.navbar-area.navbar-area-style-two .others-option.others-option-style-right .cart-icon a span {
    background-color: #024d91;
    color: #ffffff;
    top: -5px;
    right: -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-style-three:before {
position: absolute;
content: '';
left: -80px;
top: -15px;
height: 126px;
width: 400px;
-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
background-color: #fff;
}*/



.navbar-area.navbar-area-style-three.is-sticky .main-nav {
background: #f2f2f2;
}


.navbar-area.navbar-area-style-three.is-sticky .others-option-for-responsive .dot-menu .inner i,
.navbar-area.navbar-area-style-three.is-sticky .lang-ar a,
.navbar-area.navbar-area-style-three.is-sticky .main-nav nav .navbar-nav .nav-item > a {
    color: #000
}

.navbar-area.navbar-area-style-three.is-sticky .lang-ar {
border-color:#eee;
}


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

.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: #f00
}

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

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

.navbar-area.navbar-area-style-three .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #024d91;padding-left: 20px;
    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: #024d91
}

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

.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-left: 1px solid #fff6;
    color: #024d91;
    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-left: 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: #024d91;
    color: #ffffff;
    top: -3px;
    right: -6px
}

.navbar-area.navbar-area-style-three .others-option .sidebar-menu {
    display: inline-block;
    margin-left: 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: 9991;
    position: absolute;
    right: -15px;
    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: #024d91
}

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

.others-option-for-responsive .container .container {
    position: absolute;
    right: 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-left: 15px;
    padding-right: 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 .dot-menu {
        top: -62px;
        padding-right: 0;
    }

/*
.others-option-for-responsive .option-inner .others-option {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 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-left: 15px;
    padding-left: 15px;
    position: relative
}

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

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

.others-option-for-responsive .sidebar-menu a i {
    font-size: 25px;
    background-color: #024d91;
    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%;
right: 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;
    left: 0;
    width: 100%;
    height: 100%;
background-color: #12132499;
}

.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;
    left: 0;
    right: 0;
    text-align: center
}

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

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

color: #ffffff;

margin-bottom: 0;

line-height: 30px;

text-transform: capitalize;

font-weight: normal;
}







.hero-slider-content h1 span {
color: #fff;text-transform: uppercase;
/*
-webkit-text-stroke: 2px #024d91;
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;
font-size: 50px;
font-weight: bold;
line-height: 50px;
}

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

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

.hero-slider-content .hero-slider-btn .default-btn.active:hover {
    background-color: #024d91
}

/*
.hero-slider-area {
padding-left: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 fadeInRight both;
    animation: 2s .2s fadeInRight both
}

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

.hero-slider-area .owl-item.active .hero-slider-content.one p {
    -webkit-animation: 2s .2s fadeInRight both;
    animation: 2s .2s fadeInRight 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%;
    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-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: #024d91 !important;
    border-color: #024d91
}

.hero-slider-area .owl-prev {
    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-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: #024d91 !important;
    border-color: #024d91
}

.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-left: 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%;
right: 32px;
z-index: 100;
width: 20px;
}

.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: #024d91;
-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;
left: 50%;
top: 50%;
width: 22px;
height: 22px;
margin: -11px 0 0 -11px;
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: #a8a8a8
}

/*
.hero-slider-area.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #024d91
}
*/
.banner-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 770px;
    position: relative;
    background-image: url(http://www.sherktk.com/sama/images/banner-bg.jpg)
}
/*
.banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    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: #024d91
}

.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-left: 40px;
}

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

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

.hanged-text h5 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    color: #f00;
    text-transform: uppercase;
    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;
    left: 10px;
    top: 20px;
    height: 100px;
    border-left: 1px solid #ddd;
}
.who-we-are-content .top-title {
    color: #024d91;
    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;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #024d91
}*/

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

.who-we-are-content h2 span {
    color: #024d91
}

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

.who-we-are-content .single-who-we-are i {
    color: #024d91;
    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;
    right: 35px;
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff
}

.who-we-are-img .video-button {
    background-color: #024d91;
    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-left: 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;
    right: -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;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    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;
    left: -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;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left 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: #024d91
}

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

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

.single-feathers i {
    color: #024d91;
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 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: #fff;
    text-align: center;
    padding: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px
}

.single-services::before {
    content: "";
    position: absolute;
top: 15px;
left: 15px;
bottom: 15px;
right: 15px;
border: 1px dashed #aeccff;
    opacity: .5;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

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

.single-services h3 {
    margin-bottom: 10px;color: #000;
    -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:#444;
overflow: hidden;text-transform: capitalize;
}

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


.imag-ces {
background: linear-gradient(to right ,#1a3065, #000);
    position: relative;    overflow: hidden;
z-index:1;

}

.imag-ces img {
height:300px;
opacity:0.5;
}



.imag-ces:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -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);
}




.imag-ces:hover:before{
	left:150%;
}

.single-services:hover {
    -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-services:hover::before {
    opacity: 1
}

.single-services:hover i {

}

.single-services:hover h3 {

}

.single-services:hover p {

}

.single-services:hover .read-more {

}

.single-services:hover .read-more span {

}

.single-services:hover .count {

}

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


.services-area {
padding: 50px 0 30px;/*
background: #f3f3f3;
background: #f6f6f6;*/
background: #f7faff;

}

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

.services-area-style-two .services-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    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;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left 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;
    left: unset;
    bottom: 10px;
    right: 10px;
    font-size: 40px
}

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

.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: #024d91
}

.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;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    opacity: .9
}

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

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

.counter-area.counter-area-style-two .single-counter::before {
    background-color: #ee7e4b;
    left: -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-image: url(../images/stringio.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.counter-area.counter-area-style-three .counter-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #030618e6;
}

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

.counter-area.counter-area-style-three .single-counter:hover i {
color:#024d91;
}

.counter-area.counter-area-style-three .single-counter::before {
    background-color: #404759;
    left: -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-left: 90px;
    margin-bottom: 30px
}

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

.single-counter i {
    font-size: 70px;
    color: #024d91;
    line-height: 1;
    color: #024d91;
    position: absolute;
    top: 7px;
    left: 0
}

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

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

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

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

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

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

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

.featured-img-2 {
    position: relative
}

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

.featured-slider {
    position: absolute;
    bottom: 100px;
    right: 139px;
    max-width: 525px;
    margin-left: auto;
    background-color: #024d91;
    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;
    left: -200px
}

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

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

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

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

.featured-slider.owl-theme .owl-prev i {
    border: 1px solid #024d91;
    color: #024d91;
    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: #024d91 !important;
    border-color: #024d91;
    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(http://www.sherktk.com/sama/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;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    opacity: .9;
    z-index: -1
}

.price-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 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: #024d91
}

.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: #024d91
}

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

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

.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: #024d91;
    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: #024d91;
    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: #024d91;
    border-color: #024d91
}

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

.single-price-card.active .price-title {
    background-color: #024d91
}

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

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

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

.single-price-card:hover .price-title {
    background-color: #024d91
}

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

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

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

.skills-content .top-title {
    color: #024d91;
    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-right: 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: #024d91;
    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 #024d91;
    position: absolute;
    left: 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: #024d91;
    width: 0%
}

.skill-img {
    position: relative
}

.skill-img .video-content {
    position: absolute;
    top: 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
}

.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;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    opacity: .9;
    z-index: -1
}

.partner-area.partner-area-style-two::after {
    content: "";
    position: absolute;
    top: 0;
    right: 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-left: auto
}

.testimonials-area .testimonials-slider .testimonials-left-img {
    position: absolute;
    top: 0;
    left: 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;
    left: 0;
    right: 0
}

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

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

.testimonials-area .testimonials-slider.owl-theme .owl-next i:hover {
    background-color: #024d91 !important;
    border-color: #024d91;
    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 #024d91;
    color: #024d91;
    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: #024d91 !important;
    border-color: #024d91;
    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(http://www.sherktk.com/sama/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;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    opacity: .9;
    z-index: -1
}

.testimonials-area.testimonials-area-style-two::after {
    content: "";
    position: absolute;
    top: 0;
    left: 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: #024d91
}

.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-left: auto;
    margin-right: auto
}

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

.testimonials-area.testimonials-area-style-two .testimonials-shape {
    position: absolute;
    top: 0;
    left: 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;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #ffffff
}

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

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

.testimonials-content .testimonials-name i {
    font-size: 50px;
    color: #024d91;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0
}

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

.testimonials-all-content {
    position: relative
}

.testimonials-all-content .testimonials-left-img {
    position: absolute;
    top: -95px;
    left: 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: #024d91
}

.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-right: 5px;
    border-radius: 50px
}

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

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

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

.blog-area-style-three .blog-bg {
    background-image: url(http://www.sherktk.com/sama/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;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    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: 40px 70px;
margin-bottom: -80px;
}

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

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

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

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

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

.subscribe-area .newsletter-form .form-control {
    height: 60px;
    background-color: transparent;
    color: #ffffff
}

.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;
    right: 0;
    background-color: #2f2f2f
}

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






.main-footer {
position: relative;
background-color: #1e1e1e;
padding: 50px 0 0;
overflow: hidden;
}





.main-footer:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/texture.png);
z-index: 1;
right: 0;
}



.main-footer:after {

content: '';
position: absolute;
left: 0;
height: 100%;
width: 100%;
bottom: 0;
background: url(../images/banner-bg1.jpg);

background-size: cover;
opacity: 0.03;
background-attachment: fixed;
}




.main-footer>div {
    position: relative;
    z-index: 1
}


.main-footer .pattern-layer-one {
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 449px;
    height: 350px;
    background-repeat: no-repeat;
    opacity: .2 !important
}

.main-footer .pattern-layer-two {
    position: absolute;
    right: 0;
    bottom: 140px;
    width: 472px;
    height: 388px;
    background-repeat: no-repeat;
    opacity: .2 !important
}

.main-footer .widgets-section {
    position: relative;

    display: inline-block;
    width: 100%
}

.main-footer .widgets-section .text {
    color: #c1c1c1;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: left
}

.main-footer .logo {
    position: relative;
    line-height: 1em;
    margin-bottom: 30px
}

.main-footer .logo img {
    width: 300px
}

.contact-info-list {
    position: relative
}

.contact-info-list li {
    position: relative;
    text-align: left;
    padding-left: 40px;
    width: 100%;
    margin-bottom: 15px;
    display: inline-table
}

.contact-info-list li p {
    margin: 0;
    text-transform: capitalize;
    color: #fff
}

.contact-info-list li:last-child {
    margin-right: 0
}

.contact-info-list li a {
    position: relative;
    display: inline-block;
    color: #c1c1c1
}

.contact-info-list li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1em;
    color: #007acc;
    font-size: 27px
}

.contact-info-list li a:hover {
    color: #2180fb
}

.main-footer .social-box {
    position: relative;
    margin-top: 20px
}

.main-footer .social-box li {
    position: relative;
    margin-right: 4px;
text-align: center;
    display: inline-block
}

.main-footer .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    background-color: #ffffff1a
}

.main-footer .social-box li a:hover {
    color: #fff;
    background-color: #2180fb
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    margin-top: 25px;
border-top: 1px solid #ffffff1a;

}







.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 13px;
    padding: 10px 0;
    color: #c1c1c1
}

.main-footer .footer-bottom .copyright a {
    position: relative;
    color: #2180fb
}

.main-footer .footer-bottom .copyright a:hover {
    color: #fff
}

.lines {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90vw
}

.lines .line {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 50%;
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
    z-index: 1
}

.lines .line:nth-child(1) {
    margin-left: -12.5%
}

.lines .line:nth-child(2) {
    margin-left: -25%
}

.lines .line:nth-child(3) {
    margin-left: -37.5%
}

.lines .line:nth-child(4) {
    margin-left: -49%
}

.lines .line:nth-child(5) {
    margin-left: 0
}

.lines .line:nth-child(6) {
    margin-left: 12.5%
}

.lines .line:nth-child(7) {
    margin-left: 25%
}

.lines .line:nth-child(8) {
    margin-left: 37.5%
}

.lines .line:nth-child(9) {
    margin-left: 49.5%
}

.lines .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 10vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(75%, #fff), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff6 75%, #fff6);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.4, .26, 0, .97);
    animation-timing-function: cubic-bezier(.4, .26, 0, .97)
}

@-webkit-keyframes run {
    0% {
        top: -50%
    }

    to {
        top: 110%
    }
}

@keyframes run {
    0% {
        top: -50%
    }

    to {
        top: 110%
    }
}



.widgets-section .widget_title {
    position: relative;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 18px 0;
    margin: 0 0 20px 0;
    max-width: 275px;
    text-align: left
}

.widgets-section .widget_title:after,
.widgets-section .widget_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: #fff
}

.widgets-section .widget_title:after {
    width: 16px;
    border: 3px solid #121212;
    height: 4px;
    background-color: transparent;
    bottom: -1px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
    border-top: 0;
    border-bottom: 0
}

@-webkit-keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}




.footer-logo {
    margin-top: 80px
}

.footer-logo img {
    width: 150px
}

.quick-list li a {
    margin-bottom: 18px;
    text-transform: capitalize;
    display: block;
    font-size: 15px;
    padding-left: 15px;
    color: #c1c1c1
}

.quick-list li a:hover {
    color: #2180fb
}

.quick-list li {
    text-align: left;
    position: relative;
    width: 50%;
    float: left
}

.quick-list li a::before {
    content: "-";
    font-weight: 300;
    left: 0;
    top: 0;
    color: inherit;
    font-size: 18px;
    position: absolute
}





.newsletter-form {
    position: relative
}

.newsletter-form .form-group {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 0
}

.newsletter-form .form-group input[type=email],
.newsletter-form .form-group input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 10px 20px 10px 10px;
    border-radius: 3px;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #535353
}

.newsletter-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 15px;
    text-align: center;
    background: 0 0;
    border-left: 1px solid #535353;
    border-radius: 0;
    color: #2180fb
}










.sidebar-modal {
    position: fixed;
    right: 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;
    right: -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: #024d91;
    color: #ffffff;
    border-radius: 0;
    float: right;
    text-align: center;
    position: relative;
    top: 13px
}

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

.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-left: 10px
}

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

.sidebar-modal .contact-us ul li {
    position: relative;
    padding-left: 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;
    left: 0;
    font-size: 16px;
    color: #024d91
}

.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-left: 10px;
    line-height: 1
}

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

.sidebar-modal .sidebar-gallery-feed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -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-left: 5px;
    padding-right: 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;
    left: 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-left: 10px
}

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

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

.sidebar-modal .sidebar-follow-us .social-wrap li {
    display: inline-block;
    padding-right: 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 {
    right: 0
}










.team-area {
padding:50px 0 20px;
    position: relative; z-index:1;
background:#212121;
}

.team-area .btn-new {
color:#fff;
border-color:#fff;
}


.team-area .sub-title {
color: #bc2d2f;
}



.team-area .sec-title h2 {
color:#fff;
}


.team-area:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/texture.png);
z-index: 1;
right: 0;
}

.single-team-member {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}


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

.single-team-member img {
height:250px;
-webkit-transition: .5s;
transition: .5s;
border-radius: 5px 5px 50px 5px;
width: 100%;
}





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



.single-team-member {
display:inline-block;
width:100%;
}

.single-team-member .team-img {

width: 37%;
float: left;
position: relative;z-index:1;
}



.single-team-member .team-img:before {

width: 95%;
height: 100%;
content: '';
position: absolute;
left: -15px;
bottom: -25px;
border: 4px solid #fff3;
border-radius: 0 0 50px 0;
}





.single-team-member .team-img:after {

width: 100px;
height: 100px;
content: '';
position: absolute;
right: -10px;
top: -10px;
background:#fff;
border-radius: 10px;
z-index:-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 right, #f6f6f61a, #fffc); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f6f6f61a, #fffc);
background: linear-gradient(to right, #f6f6f61a, #ffffff4d);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -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 {
    left: 150%;
}


.team-area .new-ite {
padding: 25px;
}

.single-team-member .team-content {
float: right;
padding: 0 25px;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
width: 60%;
float: right;

/*
background: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
background: linear-gradient(to bottom, #333, #252525);
*/
z-index:8;

}

.single-team-member .team-content span {
margin: 15px 0 10px;
font-size: 15px;
background: #fff3;
padding: 6px 10px;
color: #fff;

}

.single-team-member .team-content h3 {
line-height: 26px;
text-transform: capitalize;
width: 60%;

line-height: 31px;
}
.single-team-member .team-content h3 a { 
color: #fff;
font-size: 22px;text-transform: capitalize;
}




.single-team-member .team-content p {
margin:15px 0 0;
color: #c0c0c0;
}





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

.single-team-member .team-content .team-social ul {
    position: absolute;
    top: -130px;
    right: 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)
}
/*
.single-team-member:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}*/


.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:400px;
object-fit: cover;
}

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

}
*/
.projects.bg-1 {
    background-image: url(http://www.sherktk.com/sama/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(http://www.sherktk.com/sama/images/projects-img/projects-img-2.jpg);
    height: 250px
}

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

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

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

.projects .view-projects {
background-color: rgba(16, 15, 13, 0.65);
    position: absolute;
    top: 0;
    left: -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)*/
left:0;
}



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

height: 45px;

line-height: 45px;

background: #024d91;

position: absolute;

right: 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: #024d91
}

.shorting-menu button.filter.active {
    color: #024d91
}

.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;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #030618e6;
    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;
    left: 0;
    top: 0;
    right: 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: #024d91
}

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

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

.projects-area-three .owl-dots .owl-dot.active span::before {
    background-color: #024d91;
    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;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    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-left: 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-right: 15px;
    margin-left: 15px;
    color: #ffffff
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -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: #024d91
}

.page-title-area .page-title-content ul .active {
    color: #024d91
}

.project-details-table {
    background-image: url(http://www.sherktk.com/sama/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;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    opacity: .9;
    z-index: -1
}

.project-details-table h3 {
    color: #024d91;
    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: right;
    text-align: left
}

.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: #024d91;
    position: relative;
    top: 2px;
    margin-right: 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(http://www.sherktk.com/sama/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: left;
    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-left: 15px
}

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

.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: #024d91
}

.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: #024d91;
    border: 1px solid #024d91;
    color: #ffffff
}

.user-area-style .contact-form-action form .default-btn.register:hover {
    background-color: transparent;
    color: #024d91;
    border: 1px solid #024d91 !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: right
}

.user-area-style .contact-form-action p a {
    color: #024d91
}

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

.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: right
}

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

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

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 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: #024d91;
    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;
    left: 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(http://www.sherktk.com/sama/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(http://www.sherktk.com/sama/images/contact-info-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    height: 100%
}

.main-contact-area .contact-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    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-left: 60px;
    position: relative;
    color: #e6e6e6
}

.main-contact-area .contact-info .address .location i {
    position: absolute;
    color: #024d91;
    left: 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-left: 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: #024d91
}

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

.main-contact-area .contact-info .address li i {
    position: absolute;
    color: #024d91;
    left: 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-left: 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-right: 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: #024d91;
    background-color: #024d91
}

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

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



.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-right: 5px;
    border-radius: 50px;
    margin-bottom: 0
}

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

.single-blog-content .blog-top-content .news-content .admin .float i {
    color: #024d91;
    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;
    left: 0;
    font-size: 30px;
    background-color: #024d91;
    color: #ffffff;
    padding: 5px
}

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

.single-blog-content .social-wrap {
    background-color: #024d91;
    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-right: 10px;
    font-weight: 500
}

.single-blog-content .social-wrap li a {
    font-size: 16px;
    margin-right: 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-right: 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;
    left: 115px
}

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

.single-blog-content .post-next-and-prev-wrap .next-img h3 {
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 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-left: 10px
}

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

.single-blog-content .comments-wrap ul li {
    position: relative;
    padding-left: 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;
    left: 0;
    top: 0
}

.single-blog-content .comments-wrap ul li h3 {
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 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-right: 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-left: 10px
}

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

.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-right: 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-right: 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-left: 10px
}

.sidebar-widget h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #024d91
}

.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: #024d91;
    top: 20px;
    right: 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: #024d91
}

.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: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 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(http://www.sherktk.com/sama/images/single-blog/popular-img-1.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg2 {
    background-image: url(http://www.sherktk.com/sama/images/single-blog/popular-img-2.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg3 {
    background-image: url(http://www.sherktk.com/sama/images/single-blog/popular-img-3.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg4 {
    background-image: url(http://www.sherktk.com/sama/images/shop-img/best-product-1.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg5 {
    background-image: url(http://www.sherktk.com/sama/images/shop-img/best-product-2.jpg)
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg6 {
    background-image: url(http://www.sherktk.com/sama/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: #024d91
}

.sidebar-widget.popular-post .item .info .title a:hover {
    color: #024d91
}

.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: right;
    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-right: 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: #024d91;
    color: #ffffff;
    border-color: #024d91
}

.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-left: 10px;
    line-height: 1
}

.sidebar-widget.sidebar-gallery-feed h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #024d91
}

.sidebar-widget.sidebar-gallery-feed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -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-left: 5px;
    padding-right: 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;
    left: 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-left-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: #024d91;
    position: relative;
    top: 2px;
    margin-right: 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-right: 15px
}

.showing-result .showing-top-bar-ordering {
    text-align: right
}

.showing-result .showing-top-bar-ordering .nice-select {
    color: #024d91;
    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-left: 20px;
    padding-right: 20px
}

.showing-result .showing-top-bar-ordering .nice-select .list .option:hover {
    background-color: #024d91 !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 {
    right: 20px
}

.showing-result .search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #024d91;
    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;
    left: 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;
    -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: #024d91;
    border-radius: 4px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-shop .shop-img ul li a:hover i {
    background-color: #024d91;
    color: #ffffff
}

.single-shop .shop-img .default-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.single-shop .shop-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #024d91;
    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: #024d91
}

.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-right: 10px
}

.single-shop .default-btn {
    padding: 12px 45px;
    font-size: 15px;
    background-color: transparent;
    border-color: #024d91;
    color: #024d91
}

.single-shop .default-btn:hover {
    background-color: #024d91;
    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: #024d91;
    border-color: #024d91;
    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: #024d91;
    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: #024d91
}

.cart-area .cart-table table tbody tr td a:hover {
    color: #024d91
}

.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-left: 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: right
}

.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;
    right: 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: #024d91;
    color: #ffffff
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
    position: absolute;
    top: 0;
    right: 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: #024d91;
    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: #024d91
}

.cart-area .coupon-cart .form-group .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px
}

.cart-area .coupon-cart .default-btn.update {
    background-color: transparent;
    border-color: #024d91;
    color: #024d91
}

.cart-area .coupon-cart .default-btn.update:hover {
    background-color: #024d91;
    border-color: #024d91;
    color: #ffffff
}

.cart-area .cart-checkout-title {
    margin-bottom: 0;
    padding: 30px;
    padding-bottom: 0;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    position: relative;
    padding-left: 40px
}

.cart-area .cart-checkout-title::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 2px;
    height: 50%;
    background-color: #024d91
}

.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: right;
    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-left: 20px;
    padding-right: 20px
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
    background-color: #024d91 !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 {
    right: 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: #024d91 !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-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    position: relative;
    padding-left: 40px
}

.checkout-area .cart-totals h3::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 2px;
    height: 50%;
    background-color: #024d91
}

.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: right;
    color: #666;
    font-weight: 400
}

.checkout-area .faq-accordion h3 {
    margin-bottom: 0;
    padding: 30px;
    padding-bottom: 0;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    position: relative;
    padding-left: 40px
}

.checkout-area .faq-accordion h3::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 2px;
    height: 50%;
    background-color: #024d91
}

.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-left: 25px;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    color: #024d91
}

.checkout-area .faq-accordion .accordion .accordion-title.active::before {
    background-color: #024d91
}

.checkout-area .faq-accordion .accordion .accordion-title.active::after {
    background-color: #024d91
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #024d91;
    border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 50%;
    border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
    color: #024d91
}

.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: #024d91
}

.checkout-area .faq-accordion .form-check label a:hover {
    color: #024d91
}

.wishlist-wrap {
    max-width: 1080px;
    margin: auto
}

.wishlist-wrap .default-btn {
    float: right;
    margin-top: -11px;
    color: #ffffff !important
}

.wishlist-wrap .default-btn:hover {
    color: #024d91 !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-right: 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: #024d91;
    border-color: #024d91
}

.product-details-area .product-details-desc .product-summery {
    margin-top: 30px
}

.product-details-area .product-details-desc .product-summery li {
    margin-bottom: 10px;
    color: #024d91;
    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;
    left: 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-right: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #024d91
}

.product-details-area .product-details-desc .social-wrap li span {
    display: inline-block;
    margin-right: 45px
}

.product-details-area .product-details-desc .social-wrap li a i {
    font-size: 20px;
    line-height: 1;
    color: #024d91;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.product-details-area .product-details-desc .social-wrap li a:hover i {
    color: #024d91
}

.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-right: 10px;
    font-size: 17px
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 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: #024d91
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0;
    border-right: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0;
    border-left: 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-right: 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-left: 0;
    text-align: center;
    border-bottom: 1px solid #eaedff
}

.product-details-area .products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 15px;
    margin-left: 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: #024d91
}

.product-details-area .products-details-tab .tabs li:last-child {
    margin-right: 0
}

.product-details-area .products-details-tab .tabs li.current a {
    color: #024d91
}

.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-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.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: #024d91
}

.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-left: 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;
    right: 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: #024d91
}

.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-right: 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;
    right: 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;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    z-index: 9999;
    background-color: #ffffff
}

.loader {
    display: block;
    position: relative;
    left: 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-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-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 {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.dot-wrap {
    position: absolute;
    top: 50%;
    left: 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;
    left: -24px;
    top: -24px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.dot-wrap .dot:nth-child(2) {
    background: #024d91;
    left: 0;
    top: -24px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.dot-wrap .dot:nth-child(4) {
    background: #ffb607;
    left: -24px;
    top: 0;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.dot-wrap .dot:nth-child(3) {
    background: #024d91;
    left: 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;
bottom: 100px;
right: -10%;
background-color: #2f2f2f;
z-index: 4;
width: 50px;
text-align: center;
height: 52px;
line-height: 52px;
opacity: 0;
visibility: hidden;
-webkit-transition: .9s;
transition: .9s;
border-radius: 50%;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 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;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #024d91;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
border-radius:50%;
}

.go-top:hover {
    color: #ffffff;
    background-color: #024d91
}

.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;
right: 20px;
bottom: 60px;

}

.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 100px;
    text-align: center;
    border-radius: 0;
    color: #024d91;
    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;
    left: 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;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 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: #024d91;
}

@-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 bottom, #333, #252525);
}


.video-project .text h3 {
font-size: 16px;
text-transform: capitalize;
margin: 0;
color:#a8a8a8;font-family: "Roboto"

}

.video-project .text .subheading {
position: absolute;

top: -55px;

background: #3e85ff;

padding: 8px;

font-size: 15px;

left: 20px;

color: #fff;
}







.nice-select .list {
    width: 100%
}

.nice-select .option:hover {
    background-color: #024d91;
    color: #ffffff
}

.nice-select .option.selected.focus {
    color: #024d91
}

.pagination-area {
    margin-top: 10px;
    text-align: center
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #024d91;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #f5f6fa;
    border: 1px solid #d7d7d7
}

.pagination-area .page-numbers:hover {
    color: #ffffff;
    border-color: #024d91;
    background-color: #024d91
}

.pagination-area .page-numbers i {
    position: relative;
    font-size: 25px;
    top: 5px
}

.pagination-area .page-numbers.current {
    color: #ffffff;
    border-color: #024d91;
    background-color: #024d91
}

.product-view-one {
    padding-right: 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;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #024d91;
    -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: #024d91
}

.product-view-one .modal-content .product-content h3 a:hover {
    color: #024d91
}

.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: #024d91
}

.product-view-one .modal-content .product-content .price del {
    display: inline-block;
    font-size: 18px;
    color: #c1c1c1;
    margin-left: 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-right: 5px
}

.product-view-one .modal-content .product-content .product-review .rating i {
    color: #024d91
}

.product-view-one .modal-content .product-content .product-review .rating-count {
    display: inline-block;
    color: #024d91;
    border-bottom: 1px solid #024d91;
    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: #024d91;
    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: #024d91
}

.product-view-one .modal-content .product-content .product-info li a {
    display: inline-block;
    font-weight: 500;
    color: #024d91
}

.product-view-one .modal-content .product-content .product-info li a:hover {
    color: #024d91
}

.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: #024d91;
    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-left: -4px;
    padding-left: 0
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
    display: inline-block;
    margin-left: 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: "";
    left: 0;
    right: 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: #024d91
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:focus {
    border-color: #024d91
}

.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: #024d91
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 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: #024d91
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-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.minus-btn:hover {
    background-color: #024d91;
    color: #ffffff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-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.plus-btn:hover {
    background-color: #024d91;
    color: #ffffff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
    height: 48px;
    color: #024d91;
    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: #024d91
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #024d91
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #024d91
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
    color: #024d91
}

.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-right: 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: #024d91;
    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%;
    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-next i {
    background-color: #024d91;
    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%;
    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-prev i {
    background-color: #024d91 !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;
    left: 0
}

.product-view-one:hover .owl-next {
    opacity: 1;
    right: 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.left-icon {
	display: table
}
.featured-icon-box.left-icon .featured-content,
.featured-icon-box.left-icon .featured-icon,
.featured-icon-box.left-icon .featured-icon:not(.cmt-icon_element-border) {
	display: table-cell;
	vertical-align: middle
}
.featured-icon-box.left-icon.icon-align-top .featured-icon {
	vertical-align: top
}
.featured-icon-box.left-icon .featured-content {
	padding-left: 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-left: 15px
}


.cmt-icon.cmt-icon_element-size-md i {
    font-size: 40px;
    color: #024d91;
}
.cmt-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 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;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
background: #1d1d1db3;
	content: "";

background-color: #024d91;
opacity: .9;


}

.single-howit-works {
	text-align: center;
padding: 60px 50px 40px;
    transition: all ease-in-out 0.6s;	position: relative;
border-left: 1px solid #ffffff1a;
}


.single-howit-works:after {
	position: absolute;
	left: 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 right, #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: #024d91;
}




/*----------------------------------------*/

/*  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;
right: 0;
bottom: 0;
background: #024d91;
width: 100%;
height: 1px;
transition: all 0.4s ease-in-out;
left: 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:240px;
}

.blog-img:after {

    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    background: #f6f6f61a;
    background: -webkit-linear-gradient(to right, #f6f6f61a, #fffc);
    background: linear-gradient(to right, #f6f6f61a, #fffc);
    background: linear-gradient(to right, #f6f6f61a, #ffffff4d);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -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 {
    left: 150%;
}



.blog-content {
    background-color: #f9f9f9;
    padding: 25px 20px;
}


.blog-content h3 {
font-size: 18px;
    color: #000;
text-transform: capitalize;
font-weight: normal;
margin: 10px 0;line-height: 26px;
}

.blog-content p {
color: #333;

margin: 0;

height: 90px;

overflow: hidden;
}

.blog-content h3 a {
color: #000;
}

@media (max-width: 575.98px) {
    .blog-content .title {
        font-size: 17px;
    }
}

.blog-meta {
    color: #f00;
}

@media (max-width: 575.98px) {
    .blog-meta {
        font-size: 14px;
    }
}

.blog-button-wrap {

    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: #666;
}

.blog-button-wrap li a:hover {
    color: #024d91;
}


 

.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-right: 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: ltr;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: 95px;
	left: 0;
	width:70px;
    background: #222;
	z-index: 8; 
	padding: 0 70px 0 0; 
	transition: all 300ms linear;
 	border-right: 1px solid rgba(255,255,255,0.05);text-align: center;height: calc(100vh - 95px);
background: linear-gradient( to bottom , #2222221a , #111);
}
.logo-holder {
	float: left;
	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;
	left: 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;
	right: 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;
	left:0;
	top: 0;background: #2180fb;
}

/*
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
    position:absolute;
	left:0;
	top: 0;
}
*/
.single-page-fixed-row-link {
	float: right;
	margin-right: 120px;
	text-align: left;
	top: 32px;
}
.single-page-fixed-row-link i {
	padding-right: 20px;
}
.single-page-fixed-row-link span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: #8B8B8B;
	position: relative;
}
.single-page-fixed-row-link span:before {
	content: '';
	position: absolute;
	left: 70%;
	right: -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 {
	left: 20%;
} 
.page-subtitle {
	float: left;
	line-height: 90px;
	margin-left: 120px;
	color: #8B8B8B;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: relative;
}
.page-subtitle:before {
	content: '';
	position: absolute;
	left: -70px;
	top: 50%;
	width: 30px;
	height: 1px;
}
.header_social {
	position:absolute;
	bottom:55px;
	left:0;
	padding: 20px 0 20px;
	width:100%;
}
.header_social li {
	float: left;
	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.5);
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.header_social li a:hover {
	color:#fff;
	text-transform: uppercase;
} 




/*------share------------------------------------------------*/
.folio-btn{
	position:absolute;
	left:0;
	width:70px;
	bottom:0;
	height:55px;
	z-index: 20;
	cursor: pointer;
}
.folio-btn-tooltip {
	position:absolute;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
	top:0;
	left: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:left;
	width:50%;
	height:50%;
	position:relative;
}
.folio-btn-dot:before {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:4px;
	height:4px;
	margin:-2px 0 0 -2px;
	border-radius:50%;
	background: #fff;background: #024d91;
}
.folio-btn-item:after {
	content:'';
	position:absolute;
 	transition: all 0.5s ease;
	border-radius: 100%;
	left: 15px;
	right: 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:left;
    padding:9px 0 ;
	position:relative;
	font-size:10px;
	text-align:left;
	letter-spacing:3px;
	color: rgba(255, 255, 255, 0.41);
	text-transform:uppercase;
	opacity:0;
	font-weight: 600;
}
.share-icon:after {
	content:'';
	position:absolute;
	left:-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;
	left:70px;
	width:0;
    background: #262627;
	z-index:100;
	overflow:hidden;
	height:300px;
    -webkit-transform: translate3d(0,0,0);
}
.share-wrapper:before {
	content: '';
	position: absolute;
	left: 50px;
	right: 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;
    right: 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;
	left: 28px;
	z-index: 100;
}
.nav-button span {
	width: 100%;
	float: left;
	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;
	left:0;
	top:0;
	width:0;
	height:100%;
	background:#fff;background: #024d91;
	transition: all 0.2s ease-in-out;
}
.nav-button:hover span:before {
	width:100%;
}
.nav-button .nbs {
	width: 60%;
	left: 20%;
}
.nav-button.cmenu:hover .nbs , .nav-button:hover .nbs {
	width: 100%;
	left: 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;
	left: -2px;
	width: 100%;
	bottom: 2px;
	color: rgba(255, 255, 255, 0.41);
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav-button.cmenu .menu-button-text {
	margin-top: 16px;
}
.nav-holder {
	position:absolute;
	left:-400px;
	width:400px;
	bottom:0;
	top:70px;
	background: #212121;
	overflow: hidden;
	z-index:9;    -webkit-transform: translate3d(0, 0, 0) !important;
}
.nav-holder-line {
	position:absolute;
	left: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;
    left: 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 {
	left:-400px;
	width:400px;
	bottom:0;
	top:100px;
	z-index:5;
	background: #333;
}
.nav-scroll-bar-wrap {
	overflow:hidden;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:100px;
	padding:70px 40px 0 110px;
}
.logo_menu {
	padding:15px 0;
	position:relative;
	float:left;
	z-index:20;
	background:#212121;
	margin:0 0 70px 30px;
}
.logo_menu img {

}
nav.nav-inner {
	float: left;
	overflow: hidden;
	width: 200px;
	position: relative;
}

.fl-wrap {

    float: left;
    width: 100%;
    position: relative;

}


.nav-container {
 	background: #212121;
	z-index: 20;
	padding:20px 0;
}
.sliding-menu ul {
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.sliding-menu li {
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
.sliding-menu a {
	float: left;
	padding: 0 0 0 20px;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 14px;
	text-align: left;
	color: rgba(255, 255, 255, 0.41);
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index:2;
	width:100%;
}
.sliding-menu a:hover {
	color:#fff;
}
.sliding-menu li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	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: left;
	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;
	right: 0;
	width: 10px;
	height: 10px;
	top: 14px;
	font-size:9px;
	color:rgba(255, 255, 255, 0.371);
	z-index: 20;
}
.nav-title {
	position: absolute;
	bottom: 0;
	left: 180px;
	z-index: 2;
	right: 0;
}
.nav-title span {
	float: left;
	position: relative;
	top: 0;
	text-transform: uppercase;
	font-size: 114px;
	letter-spacing: 8px;
 	 font-family: 'Teko', sans-serif;
 	-webkit-text-stroke-color:rgba(255,255,255,0.1);
  	-webkit-text-stroke-width: 1px;
	color: #212121;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 70px;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.top-al {
width: 70px;

height: 100%;

position: relative;

z-index: 9;}



.btn-new {
padding:0 30px;
border:1px solid #024d91;    position: relative;
color:#024d91;-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%;
}


.instagram-main {
padding-top:50px;
}

.btn-new:hover {

color:#fff;
background:#024d91;
}

.lang-ar {
position: absolute;
top: 0;
right: 25px;
top: -60px;
padding-left: 15px;
border-left: 1px solid #fff;
}

.lang-ar a {
color: #fff;
}

.hero-slider-btn .btn-new {
border:1px solid #fff; 
color:#fff;
}






/* ---------Page preload--------------------------------------*/
.loader-wrap {
	position:fixed;
	top:0;
	left: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;
    left:50%;
    top: 50%;
    margin:-1px 0 0 -120px;
	overflow: hidden;
	z-index: 2;
}
.double-bounce1 , .double-bounce2  {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:2;
	background:rgba(255,255,255,0.1);
}
.double-bounce2 {
	right:100%;
	z-index:3;
}
.page-load {
-webkit-transition: .5s;
transition: .5s;
position: fixed;

top: 0;

left: 0px;

right: 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:left;
	width:25%;
	overflow:hidden;
	height:100%;
	position:relative;
	z-index:1;	background:#252525;
}


.pl-row  span {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:100%;height: 100%;
}


.pl-row  span.pl-row-anim {
	z-index:2;
	background:#252525;
}


/*
.pl-row  span.pl-row-anim:after {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll3 3s ease-out infinite;background: #024d91;
}
*/

.pl-row  span.pl-row-anim:before {
	content: '';
	position: absolute;
	right: 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;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll3 4s ease-out infinite;background: #024d91;
}
.page-load .pl-row:nth-child(2)  span.pl-row-anim:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll2 2s ease-out infinite;background: #024d91;
}



.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%;
	left: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;
	left:0;
	right: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%;
	left: 50%;
	margin: -2px 0 0 -2px;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
}


.pl-spinner:before {
 	border-left-color: #024d91;
	border-right-color: #024d91;
}
 
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}




.ser-ch {
position: absolute;
top: 40%;
z-index: 9;
left: 0;
right: 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: #252525;

border-radius: 30px;color: #fff;
}


.ser-ch .search-btn {
position: absolute;

top: 0;

right: 0;

height: 60px;

border-radius: 30px;

width: 110px;

background: #024d91;

color: #fff;

font-size: 18px;

text-transform: capitalize;
}





.close-page {
width: 45px;
height: 45px;
line-height: 45px;
position: absolute;
right: 25px;
top: 25px;
z-index: 8;color:#024d91;
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: #252525;
border: 0px;
margin-bottom: 15px;
padding-bottom: 23px;
min-height: 420px;}

.cont-info strong {
color:#024d91
}

#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-left: 0;
}


.iside-page .who-we-are-img-4:before {
    top: -15px;
    left: auto;
    right: -15px;
}


.iside-page .who-we-are-img-4 img {
height: 300px;
}


.iter-bage .projects.project-single-item {
margin-bottom: 12px;
}














/*Advantages*/
.elementor-section {
position: relative;
}

.eleages .ele-container {
	overflow: hidden;position: relative;
}

.elementor-container:after {
    position: absolute;
    content: "";
    height: 100%;
    width:100%;
    right: 0;
    bottom: 0;
    background:#000c;z-index: 1;
background: linear-gradient(to right, #20243066 0%, rgba(7, 7, 30, 0.8) 100%);
background: linear-gradient(to bottom, #20243066 0%, rgba(0, 0, 0, 0.74) 100%);
} 


.man_advantages {
	height: 600px;
}
	.man_adv_box {
		height: 600px;
		position: relative;
		color: #fff!important;
	}
		.man_page .man_adv_box h2,
		.man_page .man_adv_box .pseudo-h2 {
			margin-bottom: 10px;
			color: #fff;
		}
		.man_page .man_adv_box h4,
		.man_page .man_adv_box .pseudo-h4 {
			color: #fff;
			margin-bottom: 10px;
		}
		.man_adv_box h2:after {
			display: none;
		}
	.man-box-img {
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 0;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		z-index: 1;
	}
		.man-box-img.active {
			z-index: 1;
			opacity: 1;
		}
		.man-box-img.first-item {
			opacity: 1;
			z-index: 1;
		}
	.man_adv_box_block {
		position: absolute;
		width: 100%;
		bottom: 20px;
		z-index: 3;
	}
	.elementor-section .elementor-container {
		z-index: 3;
	}
.man_adv_carousel {
	position: relative;
	z-index: 2;
	margin-left: -1px;
}
	.man_adv_box:before {
		height: 100%;
		width: 1px;
		content: '';
		display: block;
		background: rgba(255,255,255,0.2);
		position: absolute;
		left: 0;
	}


	.man_adv_box_block {
		padding: 20px;
	}
	.man-cont {
		border-radius: 5px;
		background: #024d91;
		padding: 20px;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		transform:translateY(60px);
	}


.man-cont .btn {
font-size: 14px;color: #b1b1b1;padding: 0;
}
.man-cont .btn i {
margin-left:8px;
}

	.man-cont h4 {
		margin-top: 0;
	}
	.man-wb {
		padding: 0 0 15px;
		opacity: 1;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		bottom: 0;
		transform:translateY(0);
	}
	.man_adv_box:hover .man-wb {
		opacity: 0;
		transform:translateY(-60px);
	}

/*.man_advantages .owl-item.active:first-child .man_adv_box .man-cont,*/
	.man_adv_box:hover .man-cont {
		opacity: 1;
		transform:translateY(0);
	}






@media (max-width: 768px) {
	.man_advantages,
	.man_adv_box {
		height: auto;
		padding: 25px 15px 5px;
	}
	.man_advantages {
		max-width: 500px;
		margin: 0 auto;
	}
	.man_adv_box {
		padding: 0;
		margin: 0 0 15px;
	}
	.man_adv_box_block {
		position: static;
		padding: 0;
	}
	.man_adv_box .man-cont {
		opacity: 1;
		transform: translateY(0);
		padding: 20px 15px 10px;
	}
	.man_adv_box .man-cont.man_wht_txt {
		font-size: 16px;
		text-align: center;
	}
	.man_adv_box .man-cont h4,
	.man_adv_box .man-cont .pseudo-h4,
	.man_adv_box .man-cont h2,
	.man_adv_box .man-cont .pseudo-h2,
	.man_adv_box .man-cont p,
	.man_adv_box .man-cont .btn {
		transform: translateX(0);
		opacity: 1;
	}
}



.manimg-bck {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center;
}

.man-wb h4 {
color: #2180fb;
font-size: 20px;
font-weight: bold;
}

.man-wb h2 {
color: #fff;
font-size: 18px;
line-height: 35px;
font-weight: normal;
text-transform: capitalize;
}




.banner_slider .owl-item img {
    transition: all ease-in-out 8s;
    transform: scale(1);
    height: 100%;
width: 100%;
}

.banner_slider .owl-item.active img {
    transform: scale(1.05);
}



.ttm-section {
padding:30px 0;
}

.conte {
padding-top: 40px;
padding-right: 50px;
}

.conte .title-desc p {
padding-right: 50px;}

.man-cont .pseudo-h2 {
font-size: 15px;
    text-transform: capitalize;
}






/*=======================================================================
[11] Brand Area Style
=========================================================================*/
.brand-wrap-layout2 {
padding: 30px 0;
}
.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%;
  left: 0;
  right: 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: right;
}
@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-right: 10px;
}
@media only screen and (max-width: 575px) {
  .brand-box-layout2 ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .brand-box-layout2 ul li:last-child {
    margin-bottom: 0;
  }
}
.brand-box-layout2 ul li:last-child {
  margin-right: 0;
}
.brand-box-layout3 {
cursor: all-scroll;
align-items: center;
display: grid;
border: 4px double #ddd;
padding: 3px;height: 120px;background: #fff;

}


.brand-box-layout3:hover {
border-color: #007acc33;
}


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







/******************/

.custom-nav.owl-carousel .owl-nav{
	position:absolute;
	right:0;
	top:-50px;
	z-index:1;
}


.custom-nav.owl-carousel .owl-nav > button {
font-family: "Flaticon";
font-size: 18px;
width: 40px;
height: 40px;
align-items: center;
text-align: center;
line-height: 38px;
border: 1px solid #ababab;
color: #ababab;
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;margin-left: 3px;
}


/*

.custom-nav.owl-carousel .owl-nav .owl-prev{
	position:absolute;
	left:0px;
}

.custom-nav.owl-carousel .owl-nav .owl-next{
	position:absolute;
	left:44px;
}

*/


/**************/





.all-ioc {
    position: fixed;
    z-index: 9;
    right: 0px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    display: block
}

.show-icons {
    position: absolute;
    bottom: 45px;
    right: 30px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    background: #024d91
}

.show-icons .ico-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    z-index: 6;
    background-size: 80%;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #024d91;
    border-radius: 50%
}

.show-icons:hover {
    color: #0e2f35;
    background: -webkit-linear-gradient(#fbfbfb, #fff)
}

.sonar-wave {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none
}

.sonar-wave {
    animation: amo-button-wave infinite 2.6s 0s linear
}

@keyframes amo-button-wave {
    0% {
        transform: scale(1, 1);
        opacity: .45
    }

    40% {
        opacity: .45
    }

    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.sonar-wave2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none
}

.sonar-wave2 {
    animation: amo-button-wave2 infinite 2.6s 0s linear
}

.sonar-wave2 {
    animation-delay: .8s
}

@keyframes amo-button-wave2 {
    0% {
        transform: scale(1, 1);
        opacity: .45
    }

    40% {
        opacity: .45
    }

    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.whats-icon {
    position: absolute;
    bottom: 50px;
    right: 34px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #4dc247;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    opacity: 0
}

.whats-icon a {
    color: #fff
}

.whats-icon:hover a {
    color: #4dc247
}

.whats-icon:hover {
    color: #4dc247;
    background: #333
}

.phone-icon {
    position: absolute;
    bottom: 50px;
    right: 34px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #123377;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    opacity: 0
}

.phone-icon a {
    color: #fff
}

.phone-icon:hover a {
    color: #006aff
}

.phone-icon:hover {
    color: #006aff;
    background: #22232a
}

.messenger-icon {
    position: absolute;
    bottom: 50px;
    right: 34px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #006aff;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    opacity: 0
}

.messenger-icon a {
    color: #fff
}

.messenger-icon:hover a {
    color: #006aff
}

.messenger-icon:hover {
    color: #006aff;
    background: #999
}

.all-ioc.active .phone-icon {
    right: 210px;
    opacity: 1
}

.all-ioc.active .whats-icon {
    right: 100px;
    opacity: 1
}

.all-ioc.active .messenger-icon {
    right: 155px;
    opacity: 1
}







.ttm-bgcolor-skincolor .section-title .title-header:after {
background: url(../images/wshape-10.png) !important;
} 











/******************************/




.wa_agent_header, .wa_agent_header_tab { background-color:#007acc;color:#fff;} .wa_agent_header,.wa_agent_header_tab {background-image: url('../images/emotionheader.png');}






.btn_type_1,
.btn_type_2,
.btn_type_3 {
 margin:0!important;
 padding:0!important
}
@-webkit-keyframes glow {
 from {
  background-color:#749a02
 }
 50% {
  background-color:#91bd09;
  -webkit-transform:scale(.96)
 }
 to {
  background-color:#749a02
 }
}
@keyframes glow {
 from {
  background-color:#024d91
 }
 50% {
  background-color:#024d91;
  transform:scale(.96)
 }
 to {
  background-color:#024d91
 }
}
.btn_type_1 {
 list-style:none!important;
 display:inline-block!important;
 cursor:pointer;
 background-color:#91bd09;
 background:url(../images/whatsapp.svg) no-repeat center #91bd09!important;
 background-size:36px 36px!important;
 height:60px!important;
 width:60px!important;
 padding:0!important;
 position:fixed;
 border-radius:50%;
 line-height:60px!important;
 bottom:15px!important;
 box-shadow:0 0 30px rgba(0,0,0,.3)!important
}
.btn_type_1 span {
 display:none
}
.btn_type_1:hover {
 -webkit-animation-name:glow;
 animation-name:glow;
 -webkit-animation-duration:.8s;
 animation-duration:.8s;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear
}
.btn_type_2 {
 list-style:none!important;
 cursor:pointer;
 font-size:14px!important;
 background-color:#91bd09;
 background:url(../images/whatsapp.svg) no-repeat 12px center #91bd09!important;
 background-size:26px 26px!important;
 background-repeat:no-repeat;
 height:46px!important;
 width:auto!important;
 padding:0!important;
 position:fixed;
 border-radius:50px;
 line-height:46px!important;
 bottom:15px!important;
 border:1px solid rgba(0,0,0,.1);
 box-shadow:0 0 30px rgba(0,0,0,.3)
}
.btn_type_2 span {
 color:#fff!important;
 margin:0 20px 0 50px!important
}
.btn_type_2:hover {
 -webkit-animation-name:glow;
 animation-name:glow;
 -webkit-animation-duration:.8s;
 animation-duration:.8s;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear
}
.btn_type_3 {
 list-style:none!important;
 cursor:pointer;
 font-size:14px!important;
 background-color:#91bd09;
 width:auto!important;
 padding:0 20px 0 0!important;
 position:fixed;
 border-top-left-radius:8px;
 border-top-right-radius:8px;
 line-height:46px!important;
 bottom:0!important;
 box-shadow:0 0 30px rgba(0,0,0,.3)
}
.btn_type_3 span {
 display:block!important;
 color:#fff!important;
 padding:0 40px 0 20px!important;
 height:46px!important;
 background:url(../images/whatsapp.svg) no-repeat 100% center!important;
 background-size:26px 26px!important;
 background-repeat:no-repeat!important
}
.btn_type_3:hover {
 -webkit-animation-name:glow;
 animation-name:glow;
 -webkit-animation-duration:.8s;
 animation-duration:.8s;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear
}
.btnright li {
 right:15px!important
}




.wa_agent_btn {
 z-index:99999
}
.wa_agent_btn .online_agent_count {
 display:block;
 width:20px;
 height:20px;
 border-radius:50%;
 background:#007acc;
 position:absolute;
 right:0;
 top:0;
 font-size:11px;
 line-height:20px;
 margin:0;
 padding:0;
 text-align:center;
 color:#fff;

}
.wa_agent_btn .btn_type_2 .online_agent_count {
 left:-5px!important;
 top:-5px!important
}
.wa_agent_btn .btn_type_3 .online_agent_count {
 right:-5px!important;
 top:-5px!important
}
.wa_agent {
 position:fixed;
 display:block!important;
 width:350px!important;
 height:auto!important;
 z-index:9999999!important;
 bottom:90px!important;
 background:#fff!important;
 box-shadow:rgba(0,0,0,.3) 0 0 30px;
;
 box-sizing:content-box!important;
 border-radius:10px;
 font-size:14px
}
.wa_agent h1,
.wa_agent h2,
.wa_agent p,
.wa_agent span {

}
.wa_agent h1,
.wa_agent h2 {
 font-size:20px;
text-transform: capitalize;
 margin:0 0 5px!important
}
.wa_agent p,
.wa_agent span {
 font-size:14px;
 line-height:130%;
color: #fff;
}
.boxleft {
 left:15px
}
.boxright {
 right:15px
}
@media(max-width:360px) {
 .wa_agent {
  width:100%;
  bottom:0;
  max-width:100%;
  left:0;
  right:0
 }
}
.is_hide {
 display:none!important
}
.is_show {
 display:block!important
}
.close_chat,
.back_to_list {
 display:block;
 width:40px!important;
 height:40px;
 position:absolute;
 padding:10px 0 5px;
 box-sizing:border-box;
 top:10px;
 right:10px;
 cursor:pointer;
 text-align:center;
 border-radius:8px;
 background:url(../images/arrow-down.svg) no-repeat center;
 background-size:20px 20px!important
}
.close_chat:hover,
.back_to_list:hover {
 background-color:rgba(0,0,0,.15)
}
.close_chat img,
.back_to_list img {
 width:20px
}
.ccdark {
 top:-10px!important;
 background-color:rgba(0,0,0,.33)
}
.back_to_list {
 background:url(../images/arrow-left.svg) no-repeat center rgba(0,0,0,.33)
}
.wa_agent_header {
 background-size:cover;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 padding:20px;
 display:block;
 text-align:left
}
.wa_agent_header h1,
.wa_agent_header h2 {
 color:#fff;
}
.wa_agent_body .wa_agent_body_list {
 padding:0;
 margin:0
}
.wa_agent_body .wa_agent_body_list li {
 list-style:none;
 margin:0;
 padding:0;
 text-align:left
}
.wa_agent_body .wa_agent_body_list li.tab-link {
 display:block;
 border-bottom:1px solid #e0e0e0;
 clear:both;
 cursor:pointer;
 padding:15px
}
.wa_agent_body .wa_agent_body_list li.tab-link:last-child {
 border-bottom:none;
 border-bottom-left-radius:10px;
 border-bottom-right-radius:10px
}
.wa_agent_body .wa_agent_body_list li.tab-link:hover {
 background:#f0f0f0
}
.wa_agent_body .wa_agent_body_list li.tab-link .wavatar_list {
 display:block;
 background-size:cover;
 background-repeat:no-repeat;
 width:60px;
 height:60px;
 border-radius:50%;
float: left;border: 1px solid #eee;
margin-right: 10px;
background-size: 60px 60px;background-size: 30px 30px;
background-position: center;
}
.wa_agent_body .wa_agent_body_list li.tab-link span {
 display:block
}
.wa_agent_body .wa_agent_body_list li.tab-link .wa_agent_role {
color: #000;
}
.wa_agent_body .wa_agent_body_list li.tab-link .wa_agent_name {
 font-size:110%;
 color:#666
}
.wa_agent_body .wa_agent_body_list li.tab-link .wa_agent_status {
 font-size:14px;
 position:relative;
 text-transform:uppercase;padding-left: 15px;color: #f00;
}
.wa_agent_body .wa_agent_body_list li.tab-link .agent_is_online:before {
 content:'';
 display:block;
 width:12px;
 height:12px;
 border-radius:50%;
 background:#0bd10c;left: 0;top: 0;
 position:absolute
}
.wa_agent_body .wa_agent_body_list li.tab-link .agent_is_offline {
 color:#999
}
.wa_agent_body .wa_agent_body_list li.tab-link .agent_is_offline:before {
 content:'';
 display:block;
 width:12px;
 height:12px;
 border-radius:50%;
 background:#ccc;
 position:absolute
}
.wa_agent_body .tab_content {
 display:none;
 padding:0
}
.wa_agent_body .tab_content .wa_agent_header_tab {
 display:block;
 background-size:cover;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 padding:20px;
 display:block
}
.wa_agent_body .tab_content .wa_agent_header_tab h1,
.wa_agent_body .tab_content .wa_agent_header_tab h2 {
 color:#fff
}
.wa_agent_body .tab_content .wa_agent_body_tab {
 background:url(../images/lifts.png) #ddd;
 background-size:50%;
 mix-blend-mode:multiply;
 padding:0 0 20px
}
.wa_agent_body .tab_content .wa_agent_body_tab .wavatar {
 width:40px;
 height:40px;
 border-radius:50%;
float: left;
margin: 15px 0 15px 15px;
 display:block;
 background-size:cover;
 background-repeat:no-repeat;
 border-radius:50%
}
.wa_agent_body .tab_content .wa_agent_body_tab .talk-bubble {
 margin:20px 20px 0 10px;
 display:inline-block;
 position:relative;
 width:230px;
 height:auto;
 background-color:#ffffe0;
 border-radius:5px;
 box-shadow:1px 1px 0 rgba(0,0,0,.1)
}
.wa_agent_body .tab_content .wa_agent_body_tab .tri-right.border.left-top:before {
 content:' ';
 position:absolute;
 width:0;
 height:0;
 left:-30px;
 right:auto;
 top:-8px;
 bottom:auto;
 border:22px solid;
 border-color:#666 transparent transparent transparent
}
.wa_agent_body .tab_content .wa_agent_body_tab .tri-right.left-top:after {
 content:' ';
 position:absolute;
 width:0;
 height:0;
left: -10px;
right: auto;
 top:0;
 bottom:auto;
 border:12px solid;
 border-color:#ffffe0 transparent transparent transparent
}
.wa_agent_body .tab_content .wa_agent_body_tab .talktext {
 padding:10px;
 text-align:left
}
.wa_agent_body .tab_content .wa_agent_body_tab .talktext .wa_agent_name {
 display:block;
 font-size:85%;
 line-height:normal;
 margin:0 0 5px;

 color:#333
}
.wa_agent_body .tab_content .wa_agent_body_tab .talktext .wa_msg_time {
 display:block;
 position:absolute;
 right:8px;
 bottom:5px;
 font-size:85%;
 color:#999
}
.wa_agent_body .tab_content .wa_agent_body_tab .talktext p {
 -webkit-margin-before:0;
 -webkit-margin-after:0;
 color:#333;
 display:block;
 margin:0 0 15px
}
.wa_agent_body .tab_content .is_offline {
 border-bottom-left-radius:10px;
 border-bottom-right-radius:10px
}
.wa_agent_body .tab_content .wa_agent_msg_input {
 display:block;
 margin:0;
 position:relative
}
.wa_agent_body .tab_content .wa_agent_msg_input form {
 margin:0!important
}
.wa_agent_body .tab_content .wa_agent_msg_input input {
 display:block;
 width:calc(100% - 40px);
 box-sizing:border-box;
 margin:0!important;
 height:50px;
 padding:15px!important;
 outline:none!important;
 border:none!important;
 -webkit-box-shadow:none!important;
 -moz-box-shadow:none!important;
 box-shadow:none!important;
 word-break:break-word!important;
 background:0 0!important;
 font-size:13px;
 -webkit-appearance:none;
 -moz-appearance:none
}
.wa_agent_body .tab_content .wa_agent_msg_input input:focus {
 color:#333
}
.wa_agent_body .tab_content .wa_agent_msg_input .send_msg {
 padding:0!important;
 margin:0!important;
 border:none!important;
 display:block!important;
 width:40px!important;
 height:40px!important;
 position:absolute!important;
 box-sizing:border-box!important;
 top:5px!important;
 right:10px!important;
 background:url(../images/paper-plane.svg) no-repeat center!important;
 background-size:20px 20px!important;
 opacity:.5;
 outline:none!important;
 -webkit-box-shadow:none!important;
 -moz-box-shadow:none!important;
 box-shadow:none!important
}
.wa_agent_body .tab_content .wa_agent_msg_input .send_msg:hover {
 opacity:1
}
.wa_agent_body .tab_content.current {
 display:inherit
}
.offline-contact-form {
 display:block;
 padding:20px
}
.offline-contact-form form {
 display:block;
 width:100%;
 margin:0
}
.offline-contact-form form input,
.offline-contact-form form textarea {
 display:block!important;
 width:100%;
 border:2px solid rgba(0,0,0,.2);
 box-sizing:border-box;
 padding:15px 10px!important;
 outline:none!important;
 -webkit-box-shadow:none!important;
 -moz-box-shadow:none!important;
 box-shadow:none!important;
 border-radius:4px;
 font-size:13px;
 margin-bottom:10px;
 -webkit-appearance:none;
 -moz-appearance:none
}
.offline-contact-form form input:focus,
.offline-contact-form form textarea:focus {
 border-color:rgba(0,0,0,.5);
 color:#333
}
.offline-contact-form form input[type=text] {
 height:20px
}
.offline-contact-form form textarea {
 height:90px;
 padding:10px!important
}
.offline-contact-form form .field_email {
 width:calc(50% - 5px)!important;
 float:left
}
.offline-contact-form form .field_phone_number {
 width:calc(50% - 5px)!important;
 float:right
}
.offline-contact-form form .btn-submit {
 -webkit-appearance:button;
 background:#007acc!important;
 border:none!important;
 border-radius:4px;
 box-shadow:none!important;
 box-sizing:border-box;
 color:#fff;
 cursor:pointer;
 display:block;

 font-size:16px;

 line-height:18px;
 margin:0;
 outline:none;
 padding:15px 10px;
 text-align:center;
 text-shadow:rgba(0,0,0,.25) 0 -1px 0;
 vertical-align:middle;
 width:100%;
 letter-spacing:0;
 -webkit-transition:ease-in 1s;
 transition:ease-in 1s;
 text-transform:capitalize
}
.offline-contact-form form .btn-submit:hover {
 background:#062f4a!important
}
.waiting_box {
 padding:20px;
 display:block
}
.waiting_box span {
 display:block;
 margin-top:20px;
 font-size:85%;
 color:#999
}
.wa_alert {
 border-radius:0!important;
 display:block;
 padding:20px;
 margin:0;
 background:#c00;
 color:#fff
}
.wavatar_img {
 width:50px!important;
 height:50px!important;
 border-radius:50%;
 margin:0 0 10px -10px;
 border:2px solid rgba(255,255,255,.5)
}
.wavatar_img:first-child {
 margin-left:0
}



.as-txt {
    width: 100%;
    padding: 8px 15px;
    display: block;
    color: #b1b1b1;
}





/************************/




/* projects section three */

.projects-section-three {
position: relative;
padding: 50px 0;


}

.projects-section-three .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 12px;
}

.projects-section-three .owl-dots .owl-dot{
    position:relative;
    margin:0px 5px;
    width: 12px;
    height:12px;
    display:inline-block;
    border-radius: 6px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    border: 2px solid #e3e3e3;
    background-color: #e3e3e3;
    vertical-align: middle;
}

.projects-section-three .owl-dots .owl-dot:hover,
.projects-section-three .owl-dots .owl-dot.active{
    background-color: transparent;
}

.projects-section-three .top-content .text {
    position: relative;
    padding: 28px 0;
    padding-left: 30px;
    margin-bottom: 30px;
    margin-top: -30px;
}

.project-block-three .inner-box {
    position: relative;margin-bottom: 10px;
}

.project-block-three .image {
    position: relative;
}

.project-block-three .image img {
height:300px;
}

.project-block-three .lower-content {
    position: relative;
    padding: 25px 10px;
    margin: -53px 15px 0;
    background-color: #fff;
    transition: .5s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);text-align: center;
}
  
.project-block-three .inner-box:hover .lower-content {
    background-color: #1b1b1b;
}

.project-block-three h5 {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
    text-transform: uppercase;
        font-family: "poppins";
}

.project-block-three h4 {
    position: relative;
    font-size: 16px;
text-transform: capitalize;
    margin-bottom: 0;
    transition: .5s;color: #000;
}

.project-block-three .inner-box:hover h4 {
    color: #fff;
}

.project-block-three .link-btn a {
    position: absolute;
    top: -28px;
    right: 30px;
    transform: scale(.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    transition: .7s;
}

.project-block-three .inner-box:hover .link-btn a {
    opacity: 1;
    transform: rotate(180deg) scale(1);
}

.project-block-three .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 50%;
    background: #1b1b1b;
    transition: .9s;
    opacity: 0;
}

.project-block-three .inner-box:hover .lower-content:before {
    opacity: .3;
    height: 100%;
}

.project-block-three .lower-content:after {
    position: absolute;
    content: '';
    left: 10px;
    bottom: -10px;
    right: 10px;
    height: 10px;
    transition: .5s;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);background: #b91e20;
}

.project-block-three .inner-box:hover .lower-content:after {
    opacity: 1;
    transform: scale(1);
}




/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 25px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
color: #bc2d2f;
}

.sec-title h2 {
    position: relative;
    font-size: 22px;
    padding-bottom: 20px;text-transform: capitalize;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 76px;
    height: 11px;
    background-image: url(../images/shape-5.png);
    background-repeat: no-repeat;
}

.sec-title.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/shape-3.png);
}

.theme-color-two .sec-title h2:before {
    background-image: url(../images/shape-21.png);
}



.theme-color-four .sec-title h2:before {
    background-image: url(../images/shape-21.png);
}



.sec-title .text {
    position: relative;
    margin-top: 25px;
    margin-bottom: 0;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.light .text {
    color: #fff;
}





/* Our Facts section */

.our-facts-section {
    position: relative;
    padding: 120px 0 90px;
}

.our-facts-section .sec-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #212121;
}

.our-facts-section .sec-bg .left-side {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 56%;
    background-size: cover;
}

.our-facts-section .sec-bg .right-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44%;
    background-size: cover;
}

.facts-block {
    position: relative;
}

.facts-block .inner {
    position: relative;
    background-color: #e3e3e333;
    padding: 25px;
    padding-left: 140px;
    margin-bottom: 30px;
   border-left: 1px solid;

}
  
.facts-block .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 86px;
    height: 86px;
    text-align: center;
color: #fff;

line-height: 82px;

background: #0003;

font-size: 45px;
}

.facts-block .count-box {
    position: relative;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 70px;color: #fff;
}

.facts-block .text {
    position: relative;
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px;
text-transform: capitalize;
}



/*  */
.facts-block.style-two .inner {
    padding: 16px 30px;
    padding-left: 90px;background: #00458c;
}

.facts-block.style-two .icon {
    color: #fff;
    font-size: 45px;
    border: 0;
    left: 26px;
    top: 21px;
    text-align: left;
    height: 60px;
    width: 60px;
    line-height: 60px;background: none;
}

.facts-block.style-two .count-box {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}

.facts-block.style-two .inner:before {
    position: absolute;
    content: '';
    left: 14px;
    bottom: -50px;
    border: 30px solid transparent;border-top-color: #00458c;
}






/*------------------------------------------------------------------
[9. Instagram ]
------------------------------------------------------------------*/

.gallery-slider {

}

.gallery-slider img {
/*
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
*/

height: 300px;
object-fit: cover;
width: 100%;
opacity: 0.5;
transition: all ease-in-out 0.4s;
}


.item .lightbox-image {
display: block;
background: #000;
overflow: hidden;
}


.gallery-overlay {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
display: grid;
align-items: center;
/*
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);*/
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.gallery-overlay-inner {
position: absolute;

bottom: -50px;

left: 0;

right: 0;

text-align: center;

transition: all ease-in-out 0.4s;
}




.gallery-overlay-inner i {
font-size: 20px;
width: 45px;
height: 45px;
background: #212121;
line-height: 45px;
border-radius: 4px;
color: #fff;
}


.gallery-slider [class*=col-] {
padding:0;
}


.gallery-slider .item:hover .gallery-overlay-inner { 
bottom: 120px;

}



.gallery-slider .item:hover img {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}



.gallery-slider .item:hover .gallery-overlay {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}

.gallery-slider .owl-theme .owl-nav .owl-prev {
    left: -60px;
}

.gallery-slider .owl-theme .owl-nav .owl-next {
    right: -60px;
}


.php-email-form button {
padding:10px 30px;
border:1px solid #fff3;
background:none;
color:#fff;border-radius: 30px;transition: all ease-in-out 0.4s;

}


.php-email-form button:hover {
background: #007acc;
}


.widgets-section-form {
padding-left: 35px;
border-left: 1px solid #ffffff1a;

}







.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 0.4
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 0.4
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}




.as-video {
    position: relative;
width: 100%;
display: inline-block;
}

.as-video .play-btn {
    position: absolute;
    left: 40px;
    top: -150px;
z-index: 1;

}




.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn>i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fff;
    color: #E81C2E;
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after,
.play-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: #E81C2E;
    color: #fff
}


.mobile-nav {
display: none;
}
